Author: C.J. Collier

  • Random farm animal noises – Part 3

    A turkey goes Gobble-Gobble-Gobble

  • Random farm animal noises – Part 2

    A sheep goes Baa

  • Random farm animal noises – Part 1

    A cow goes Moo.

  • boycottnovell.com not interested in solving problems

    But don’t take my word for it. The folks on their IRC channel have put it pretty plainly themselves. They’re not interested in offering solutions to problems, they instead seem interested in bemoaning their lot in life for fun and profit. — Log opened Wed Sep 03 23:06:26 2008 23:06 -!- Irssi: #boycottnovell: Total of…

  • GDK on Quartz

    I’m intrigued by the work being done by Imendio and friends on GDK on the Quartz back end. Until recently, running gtk+ applications such as Monodevelop and The GIMP required that the optional X11 implementation be installed to an OS X machine. Imendio has been investing time in working on the quartz implementation of gdk,…

  • Writing Free Sofware index

    So, I’ve been meaning to write an index for this series. I haxx0red my web server and made this easy-to-remember url work. http://wp.colliertech.org/cj/writing-free-software/

  • Writing Free Software: Part 11 – A simple man page

    Introduction Okay… it’s high time we wrote some docs. I come from a perl background, so we’re going to write the docs using perldoc. I know there are better ways to do this for C# projects and I’m happy to take contributions to this series. Just ask for contributor status and you can post the…

  • Next article in the “Writing Free Software” series

    Hey all, I’m not certain what the next topic should be. I’ve got a few ideas. Could the interested parties let me know what they’re curious most about? documentation distributing .exe.config and .dll.config files inter-package dependencies using pkg-config creating sub packages test harnesses and the “check” target the debian/ directory and .deb packages … something…

  • Writing Free Software – Part 10: Subdirectories

    In this installment, I’ll cover creating different subdirectories for different parts of the code. We’ll move NDesk.Options.cs into an ndesk directory and Greeting.cs into a src directory. Some modifications need to be made to various pieces of the distribution in order for this to work out correctly. We’ll do the minimum required now and cover…

  • Writing Free Software – Part 9: Creating the wrapper script

    A previous post covered altering the install target so that it places the .exe assembly into the filesystem of the installer’s computer. In this part, we will cover creating the so-called “wrapper” script, which is the way recommended by the mono project’s application deployment guidelines to make the assembly executable on the system outside of…