Small tools

download
digest
  • RCS version: 1.3
  • language: ruby
  • license: GPL
  • download: source

An md5/md5sum like program able to perform file checking.
(the standard FreeBSD md5 program is not able to perform file checking, and the Linux md5sum program is not able to generate file to the FreeBSD format).

download
ed2k
  • RCS version: 1.4
  • language: C
  • license: see inside file (contains RSA Data Security code)
  • download: source

A program computing eDonkey link (ed2k://), or only the Hash/Id (à la md5).

download
xmlinfo
  • RCS version: 1.4
  • language: C
  • license: GPL
  • require: libxml2
  • download: source

A program extracting information (xml encoding; DOCTYPE name, public and system ID) about an XML document.

download
progress.rb
  • RCS version: 1.1
  • language: ruby
  • license: ruby
  • download: source

A progress bar that can be personalized. It's default behaviour is a lookalike wget progress bar (and it is used as such by the downloader.rb extension).

download
downloader.rb
  • RCS version: 1.2
  • language: ruby
  • license: ruby
  • require: progress.rb
  • download: source

A ruby library extension to the 'Net' module, displaying a progress bar when downloading from HTTP or FTP sources using the added method download.