Conway’s Game of Life
This application implements Conway’s game of life in java. I’ll try to post the code for it soon.
Continue reading →This application implements Conway’s game of life in java. I’ll try to post the code for it soon.
Continue reading →The latest Cygwin mutt release (1.5.20-1) deviates a bit from standard mutt. After attempting for a bit to get standard mutt to compile and run stable on a Win7 64-bit Cygwin install, I gave up. There is a bad memory leak causing mutt to spiral out of control when calling mmap/mmap64. It appears the Cygwin…
Continue reading →I did a bit of work on integrating mutt and ics invites with google calendar using a python script found here at ub3rgeek.net. The google calendar apis are really easy to use and the gdata python library is excellent. The original script auto-accepted the invite and uploaded it to google calendar when viewed in mutt….
Continue reading →We recently developed an application that requires our partners to incorporate a piece of our html code in their browser page. This component would be responsible for collecting information and posting it back to our site via ajax for validation. The inclusion of our code would be done using server side includes so as to…
Continue reading →