Programming

Image Chopper


By Cory Hekimian-Williams on Apr.10, 2009, under Programming

While writing a vision application I needed to generate a bunch of images of a certain size. I wrote a program that takes a folder of input images, a folder for output images, and the size of images you want to generate. I figured I’d post the source and the binary in case anyone else [...]

Leave a Comment : more...

LavaLamp With Submenus in WordPress


By Cory Hekimian-Williams on Mar.17, 2009, under Programming

Adding Submenus with the Correct Default Menu Item
I was playing around with LavaLamp while making this website and I found that there was an annoying bug where submenus would make the sliding image scroll all the way to the left. Reading the comments on Ganeshji Marwaha’s blog I found that you could make a small [...]

61 Comments :, , more...

Adding A System Call To Linux (Fedora 9)


By Cory Hekimian-Williams on Nov.08, 2008, under Linux, Programming

Creating a System Call in Fedora 9 kernel 2.6.26 (i686)

The procedure to create a system call varies in different versions of Linux. I will provide a simple step by step guide on adding a system call to the Fedora 9 i686 kernel.

7 Comments :, , more...