March 29, 2010
A Quine is a computer program which produces its own source code as the (only) output.
With the help of printf(), we can make a quine in 117 bytes of error- and warning-free C code (tested GCC 4.2).
#import<stdio.h>
main(){char*s="#impor...Read More
Marco Vitanza
July 14, 2009
Are you an iPhone developer? Have you ever admired that fancy-shmancy table view in the built-in Mail app? You know, the one that has a little checkbox control on the left side of every row in editing mode?...Read More
Marco Vitanza
April 11, 2009
Yet another cellular automata utility -- this time it's a cross-platform C file: BMPautomata.c.
Here's how to run it in OS X and get a nifty image like the background here: http://twitter.com/vitanza.
Download the file to your desktop.
Open ...Read More
Marco Vitanza
October 25, 2008
Are you an iPhone developer? Do you need an easy way to make sense of your daily sales reports? Here's a simple PHP script I wrote to make it easier to track your sales:
PHP App Store Reports
And here is a screenshot of it in action.
This sc...Read More
Marco Vitanza
September 24, 2008
I've updated my custom web search sample code to include support for multiple result pages. Now links will appear, if necessary, to the next and previous result pages. Check it out via my original post....Read More
Marco Vitanza