Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.156.542 Times

Ill software
Filter: All | Freeware | Demo
 

Ill

< 1 2 3 4 5 > 
Added: January 04, 2010 | Visits: 963

cRadio cRadio is a QT - X11 interface that can control a radio card connected to your pc. cRadio started as a result of me wanting to learn X-windows programming and due to the fact that there were no decent looking radio card programs for linux out there. I took a brief look at the various tool kits...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (103): cRadio Download

Added: November 12, 2010 | Visits: 1.391

802.11b Network Discovery Tools 802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware and Linux wireless extensions. It includes the ability to log coordinates of found networks from a GPS device that is NMEA-compatible, and can be linked to a serial port. It currently logs...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (127): 802.11b Network Discovery Tools Download

Added: October 20, 2010 | Visits: 1.157

KNewz 0.1 Beta KNewz project is a binary newsgroup client for KDE4. I wrote it because there is no one client out there that does what I want it to. Planned features include automatic PAR2 checking (via kpart, whee), automatic unpacking of downloaded files, System tray support (trivial I know), DBUS support,...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (94): KNewz 0.1 Beta Download

Added: January 04, 2010 | Visits: 1.422

Authen::OTP Authen::OTP is a One Time Password perl module implementing RFC 2289. It goes beyond computing the nth OTP. It helps admins maintain users OTP passwords, authenticates users, updates their current states, provides the challenges, etc. It can also be used by clients to compute their Nth OTPs...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (130): Authen::OTP Download

Added: September 18, 2010 | Visits: 1.277

Rails History Plugin Rails History Plugin is a Ruby on Rails plugin that stores user actions (i.e. URLs that the user has recently visited). It avoids storage of POST and AJAX requests, and it provides a manual way to specify which actions not to store. Installation: Unpack into the vendor/plugin and that...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (105): Rails History Plugin Download

Added: October 22, 2010 | Visits: 1.059

yagg yagg, given YACC-like and LEX-like input files, generates a C++ program that generates all strings of a user-specified length. yagg can then be used to generate inputs for testing, or to validate that a grammar accepts the strings that you think it does. The grammar file provides the grammar...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (103): yagg Download

Added: November 25, 2010 | Visits: 1.035

A MP3 LEnder AMPLE is short for "A MP3 LEnder". I wrote AMPLE one summer when I was coding for a company and got fed up with having to FTP over all my MP3 files from my home server to the computer at work just to listen to them. And through the other "MP3 servers" I could find didnt fit my needs for one of...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (99): A MP3 LEnder Download

Added: July 17, 2010 | Visits: 910

HTML::WikiConverter::Dialects HTML::WikiConverter::Dialects is a Perl module which contains a tutorial on how to add a dialect. SYNOPSIS # In your dialect module: package HTML::WikiConverter::MySlimWiki; use HTML::WikiConverter -dialect; rule b => { start => **, end => ** }; rule i => { start => //, end => // };...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): HTML::WikiConverter::Dialects Download

Added: February 06, 2010 | Visits: 815

xmppstatusbot xmppstatusbot script will connect to jabber/xmpp account and set status to announce what song is currently being played in your amarok. You can create dedicated account for this bot or you can use your normal one if youre not afraid (second option is really more convinient - just setup and...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): xmppstatusbot Download

Added: March 22, 2010 | Visits: 439

slaxmod1 slaxmod1 is some modules for www.slax.org. From this version modifications can be used with other distros. (Read info on site.) It changes things such as: -removing some entries from konqueror. -Assigns c, d, and so on, for hdd partitions and cd rom. -different launch menu, organised as...


Platforms: *nix

License: Freeware Download (87): slaxmod1 Download

Added: April 02, 2010 | Visits: 1.266

quicktables quicktables is an iptables firewall and firewall / nat (gateway) script generator. it was created to provide a secure set of iptables rules quickly, while still maintaining few requirements (sh and ifconfig pretty much). quicktables will ask you to answer a small handful of questions, and...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (112): quicktables Download

Added: April 04, 2010 | Visits: 880

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: May 11, 2010 | Visits: 2.088

WWW::BF2S WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): WWW::BF2S Download

Added: January 13, 2010 | Visits: 1.409

Dystopia Server Dystopia is a Half-Life 2 modifcation which places the player into tense combat situations in a high tech world spanned by computer networks. As either Punks or Corp Mercenaries the player will fight through the physical world to gain access, via jack-in terminals, to cyberspace. Cyberspace is...


Platforms: *nix

License: Freeware Size: 540 MB Download (100): Dystopia Server Download

Added: January 03, 2010 | Visits: 948

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: August 19, 2010 | Visits: 1.044

MIME::Words MIME::Words is a Perl module to deal with RFC-1522 encoded words. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... use MIME::Words qw(:all); ###...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (95): MIME::Words Download

Added: October 15, 2010 | Visits: 1.040

MIME::Head MIME::Head is a MIME message header (a subclass of Mail::Header). SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Construction ### Create a new,...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): MIME::Head Download

Added: February 01, 2010 | Visits: 1.309

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: May 02, 2010 | Visits: 1.118

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: June 12, 2010 | Visits: 1.714

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

< 1 2 3 4 5 >