Jun 11
2 Comments »
Jun 11
Jun 05
I found this cool flash game while digging around.
Yet another one
Typespeed is another greet console based tool. It has a Network Head2Head mode where you can play against other humans.
Jun 02
Using the GNU’s source-highlight, you can get a nice html colored code:
$ source-highlight hello.c
The result is the following:
#include <stdio.h>#include <stdlib.h> int main() { printf(“Hello Blog Readers !\n“); return EXIT_SUCCESS;}


