January 27, 2005

Quine

Ok, so I was lured by another geeks web page to write my own quine in python. A quine is a program that outputs its own source code when you run it. So if you can also execute the output and still get the same thing.

Here is my python quine. It could be refactored to be smaller and more elegant but i'm a quine-building n00b and besides who can read that python code and make sense of it?

Here is how to make a really easy quine under linux:

$ touch myquine.sh
$ chmod +x myquine.sh
$ ./myquine.sh > my2ndQuine.sh

TADA!

Posted by darkarmani at 09:02 PM | Comments (6)

Server Coming Down soon

This Server is coming down soon.

We are moving to a server with twice as much storage and getting off this old Redhat 8 (!!) linux distro. Our new server will be runing on Debian. Too bad we can't move to Gentoo. :(

Posted by darkarmani at 08:56 PM | Comments (1)