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.347.527 Times

Biography Joe Montana software
Filter: All | Freeware | Demo
 

Biography Joe Montana

< 1 2 3 4 5 
Added: January 20, 2010 | Visits: 794

RPC::pClient RPC::pClient is a Perl extension for writing pRPC clients. SYNOPSIS use RPC::pClient; $sock = IO::Socket::INET->new(PeerAddr => joes.host.de, PeerPort => 2570, Proto => tcp); $connection = new RPC::pClient(sock => $sock, application => My App, version => 1.0, user => joe, password...



Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): RPC::pClient Download

Added: January 02, 2010 | Visits: 1.041

i.File 0.2 i.File is a file manager for Linux written for the Windows refugees that are arriving in Linux only to find that the state of the user interface is rather poor. I personally somewhat fall into this catagory, although more as a power user than the average Joe. Both the leading file managers for...





Platforms: *nix

License: Freeware Size: 798.72 KB Download (97): i.File 0.2 Download

Added: January 25, 2010 | Visits: 860

Tom's Hen House Tom's Hen House... Take part in the annual Festival of Chicken Egg. Help Tom to gain mastery of this competition and win the Great Final. Learn adventurous history and get to know who Zuzanna is and what her role in Tom's life is going to be. Find out why Tom is going to fight infamous Joe. Who...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (97): Tom's Hen House Download

Released: June 14, 2012  |  Added: July 21, 2012 | Visits: 702

Booknizer Before electronic books and e-book readers, the maximum size of your home library was limited to the size of your apartment or house. Now you can collect thousands of works under your roof without replacing all furniture with bookshelves. However, unrestricted accumulation of books will...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 9.77 MB Download (97): Booknizer Download

Added: July 25, 2010 | Visits: 711

mpg321 mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player. mpg123 is used for frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software.) In all of these capacities, mpg321 can be used as a drop-in replacement for mpg123....


Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): mpg321 Download

Added: April 08, 2010 | Visits: 852

UidBind UidBind is a simple module allows call to bind() function only to uid/gid defined in a configfs tree. Example: Admin joe has loaded the uidbind module, then User sam (with uid 1017) tries bind() on port 8081: sam@hell:~$ nc -l -p 8081 Cant grab 0.0.0.0:8081 with bind : Operation not...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): UidBind Download

Added: March 26, 2010 | Visits: 1.028

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: January 25, 2010 | Visits: 715

Clan Lord Clan Lord is a world of high fantasy role-playing on the Internet. Join thousands of players around the world whose online characters are exiled to a dangerous island chain, threatened by monsters, sorcery, and political strife. Not just hack and slash -- heal the wounded, study magic, and solve...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (95): Clan Lord Download

Released: October 10, 2011  |  Added: October 26, 2011 | Visits: 1.176

Musicnizer A song library today may contain Audio CDs, Audio DVDs, vinyl discs, music files in a popular format, such as AAC, MP3, OGG, FLAC etc. While this variety is not always available in a single library, it offers an idea how complex the problem of managing music may be. That is where a smart...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 15.16 MB Download (95): Musicnizer Download

Added: January 25, 2010 | Visits: 592

MiniFonts Base! MiniFonts Base! is a small, fast database that can be used to store registration codes, other software serial numbers, passwords and even credit card and bank details - because it is highly secure. It uses state of the art encryption technology to keep such details from prying eyes yet remains...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (94): MiniFonts Base! Download

Added: August 21, 2010 | Visits: 1.205

IMAP::Admin IMAP::Admin is a Perl module for basic IMAP server administration. SYNOPSIS use IMAP::Admin; $imap = IMAP::Admin->new(Server => name.of.server.com, Login => login_of_imap_administrator, Password => password_of_imap_adminstrator, Port => port# (143 is default), Separator => ".", #...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): IMAP::Admin Download

Added: January 25, 2010 | Visits: 760

Kimdom Come Discover the enlightenment of Juche Socialism from Kim Jong-Il's Glorious Missile Command Balcony. Marvel at wonderous new waving-at-parades technology, and the entirely peaceful "sea of fire" program, successor to the moribund "field of food" scheme.Use your Flying Dong 2 missiles to fend off...


Platforms: Mac

License: Freeware Download (93): Kimdom Come Download

Added: January 25, 2010 | Visits: 523

Bloglines Notifier Bloglines Notifier is a Dashboard widget that allows you to see the number of unread posts in your Bloglines account at a glance. By Joe Hughes and Jeremy Koempel. Complete instructions can be found here.


Platforms: Mac

License: Freeware Download (92): Bloglines Notifier Download

Added: January 24, 2010 | Visits: 798

Apache2::AuthenMSAD Apache2::AuthenMSAD is a Perl module with Microsoft Active Directory authentication for Apache. SYNOPSIS < Directory /foo/bar > # Authentication Realm and Type (only Basic supported) AuthName "Microsoft Active Directory Authentication" AuthType Basic # Authentication method/handler...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Apache2::AuthenMSAD Download

Added: November 19, 2010 | Visits: 1.030

DPKG::Make DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg). SYNOPSIS use DPKG::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt, tmproot/file4.txt); my %doc; my %conf;...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): DPKG::Make Download

Added: March 14, 2010 | Visits: 824

Locale::KeyedText Locale::KeyedText is a Perl module that refers to user messages in programs by keys. It also describes the same-number versions of Locale::KeyedText::Message ("Message") and Locale::KeyedText::Translator ("Translator"). Note that the "Locale::KeyedText" package serves only as the name-sake...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): Locale::KeyedText Download

Added: July 22, 2010 | Visits: 714

libgnomeprint libgnomeprint is a Gnome printing library. This is an implementation of the Gnome Printing Architecture, as described in: http://www.levien.com/gnome/print-arch.html An updated description of gnome-print and future plans can be found in : http://www.levien.com/gnome/print-summit-2000.htm...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (86): libgnomeprint Download

Released: September 13, 2013  |  Added: October 07, 2013 | Visits: 1.224

PowerPlayer For Prediction 2013 Lottery Prediction Software - PowerPlayer For Prediction 2013 can help you predict the next drawings numbers and give you drawings trend chart. The new version supports historical drawings verification. Usually we will offer 8-19 prediction numbers. PowerPlayer For Prediction 2013 Supports...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.18 MB Download (79): PowerPlayer For Prediction 2013 Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 569

Euchre Baron for Windows Euchre Baron combines powerful computer players with the options you need to play euchre the way you want. Euchre Baron includes all 498,688,594,500,096 euchre deals. Play to 10, 11, or 15. Optional "stick the dealer". Option for whether dealer's partner may order up (Canadian rule). Optional...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 7.08 MB Download (72): Euchre Baron for Windows Download

Released: August 31, 2014  |  Added: September 23, 2014 | Visits: 1.053

PowerPlayer For Prediction 2014 Lottery Prediction Software - PowerPlayer For Prediction 2014 can help you predict the next drawings numbers and give you drawings trend chart. The new version supports historical drawings verification. Usually we will offer 8-19 prediction numbers. PowerPlayer For Prediction 2014 Supports...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 4.58 MB Download (66): PowerPlayer For Prediction 2014 Download

< 1 2 3 4 5