Resources

Momo - C subset language - write C with style

Momo is a new and highly experimental source to source compiler written in C, outputting to C.

Communicating Between Ruby and PHP Using Named Pipes

Through the mkfifo command we can create a named pipe which allows us to communicate locally between processes as if we were simply writing to a regular file descriptor.

Execute system command with the Rhino JavaScript engine

This small, elegant function will execute the given command arguments when using the Rhino JavaScript engine, made possible via Java.

Rhino Java System Exec function

Execute a system command with this small, simple command for the Rhino JavaScript engine.

c array implementation

The CKit library is a collection of high performance, elegant, and logical utilities for creating parsers, programming languages, and much more.

Pomodoro command line app written in Ruby

Pomodoro is a time / task management technique aimed at short iterations, in which you take a break after each task has been completed. This Rubygem allows you to manage all your tasks via the command-line with an extremely easy to use interface