RSS 3 projects tagged "English"

No download No website Updated 31 May 2012 Backshift

Screenshot
Pop 71.55
Vit 1.38

Backshift is a deduplicating (variable-sized, content-based blocks), compressing (xz or bz2) backup program. Full saves and incrementals are pretty indistinct other than the amount of data transmitted, somewhat like with "rsync --link-dest" but without the huge number of hardlinks. It also de-duplicates large file content at a granularity of about 2 megabytes on average; there tends to be a unique copy of each file with size less than around 2 megabytes on average.

Download Website Updated 28 Feb 2010 neko-install-cd

Screenshot
Pop 57.92
Vit 1.91

neko-install-cd is a development tool for modifying System Rescue CD images. It can also perform many other operations. It has a simple interface with excellent inline help. Operations it can perform include: booting your modified image in a virtual machine, burning the original or modified image to a USB drive, creating patch sets from your modifications (using aufs or built-in helper scripts). All of these operations can be performed directly from your Linux distribution, without having to first boot into the system rescue CD as with the system rescue CD equivalents.

No download No website Updated 14 Jan 2010 node.js

Screenshot
Pop 56.92
Vit 34.98

Node is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. Node takes the event model a bit further: it presents the event loop as a language construct instead of as a library. In other systems, there is always a blocking call to start the event loop. Typically, one defines behavior through callbacks at the beginning of a script, and at the end starts a server through a blocking call like EventMachine::run(). In Node, there is no such start-the-event-loop call. Node simply enters the event loop after executing the input script. Node exits the event loop when there are no more callbacks to perform. This behavior is like browser Javascript: the event loop is hidden from the user.

Screenshot

Project Spotlight

Giada

A minimal, hardcore loop player for Linux, Mac OS X, and Windows.

Screenshot

Project Spotlight

php-tick

A simple active record implementation.