Code Doodle: JS Composing Function »
By Raymond Berg on Feb 29, 2012 in academia, nerds, programming | 0 Comments
a simple set of trigonometric waves being composed into a single wave form
Mid-Atlantic Engineer and Consummate Amateur in all other things
By Raymond Berg on Feb 29, 2012 in academia, nerds, programming | 0 Comments
a simple set of trigonometric waves being composed into a single wave form
By Raymond Berg on Feb 9, 2012 in programming | 2 Comments
The image is 16,000 pixels squared, about 28MBs in size. It takes about 300MB of RAM for ~30 seconds of processing.
By Raymond Berg on Apr 4, 2010 in humor, programming | 4 Comments
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 [...]