command line option

JRuby 1.6.0 RC1 Released: JRuby Gets All 1.9.2 On Us

Ruby Inside  Tue, 01/11/2011 - 09:33

jruby-new-logo.pngThe JRuby team has announced the release of JRuby 1.6.0 Release Candidate 1.

The final release is still a little way off but the bulk of the work is in place.


 

Stupid tar Tricks

Linux Journal - The Original Magazine of the Linux Community  Thu, 08/26/2010 - 08:00

One of the most common programs on Linux systems for packaging file


 

Manuel Pichler's Blog: PHP_Depend jumps on the D-BUS

PHPDeveloper.org  Thu, 11/19/2009 - 12:46

Manuel Pichler has a new post today about a feature he's added into the PHP_Depend application that tracks the dependencies in your code - a bit of DBus magic.


 

Trollop: Simple Yet Powerful Command Line Option Processor

Ruby Inside  Mon, 07/07/2008 - 12:10

Trollop is a command-line argument processing library for Ruby.

Developer William Morgan says Trollop is “designed to provide the maximal amount of GNU-style argument processing in the minimum number of lines of code.” It makes a refreshing change to the more popular, but generally scary, cmdparse.

The homepage features some examples of its usage.