Code Doodle: JS Composing Function »

a simple set of trigonometric waves being composed into a single wave form

16k x 16k Pixel Image Generated by PHP »

The image is 16,000 pixels squared, about 28MBs in size. It takes about 300MB of RAM for ~30 seconds of processing.

Frequency Abuse – Python hates your friends »

TweetI had something fun planned for tonight, but WordPress ate it. You just get the raw bits now. Basically, use this (amazingly short bit of python code) to wreak havoc on your mate’s computer. ”’ Created on Mar 20, 2010 @author: Raymond ”’ import win32api import threading class Beep(threading.Thread): def __init__(self,frequency,duration): threading.Thread.__init__(self) self.frequency = frequency [...]