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

Gi Joe Psa Parody freeware
Filter: All | Freeware | Demo
 

Gi Joe Psa Parody

< 1 2 3 4 5 > 
Added: June 20, 2010 | Visits: 1.105

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): vars::global Download

Added: March 03, 2010 | Visits: 1.725

GNU Radio GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in todays high performance wireless...





Platforms: *nix

License: Freeware Size: 1024 KB Download (138): GNU Radio Download

Added: March 17, 2010 | Visits: 591

Class::HPLOO Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. USAGE use Class::HPLOO ; class Foo extends Bar , Baz { use LWP::Simple qw(get) ; ## import the method get() to this package. attr ( array foo_list , int age , string name , foo )...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Class::HPLOO Download

Added: February 16, 2010 | Visits: 975

DBD::AnyData DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import); $dbh->func( cars, DBI, $mysql_dbh, ad_import); #...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): DBD::AnyData Download

Added: January 20, 2010 | Visits: 797

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: February 01, 2010 | Visits: 956

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 853

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: July 25, 2010 | Visits: 712

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: July 22, 2010 | Visits: 716

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

Added: May 07, 2010 | Visits: 1.199

Teamspeak::Telnet Teamspeak::Telnet is a Telnet-Interface to administrate Teamspeak-Voice-Server. COMMAND OVERVIEW banadd : add ip ban banclear : clear banlist bandel : del ip ban banlist : show banlist banplayer : bans a player checkserverok : checks if server hangs ci : display channel info cl :...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (116): Teamspeak::Telnet 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: May 24, 2010 | Visits: 2.924

iRiver iFP open-source driver iRiver iFP is an user-space open-source driver for iRivers iFP flash portable MP3 players. This project encourages open source driver development for iRivers iFP portable music players. Ifp-driver was started by Pavel Kriz with ifp-line, a command-line program and the first Free iFP driver....


Platforms: *nix

License: Freeware Size: 133.12 KB Download (296): iRiver iFP open-source driver Download

Added: October 20, 2010 | Visits: 854

Mailbox Strainer Mailbox Strainer is a Superkaramba widget that examines an arbitrary number of IMAP mailboxes, POP3 mailboxes and local mail folders for new messages. For the latest new messages, the content of a specified header is displayed on the screen. When new messages arrive, Mailbox Strainer emits a...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (91): Mailbox Strainer Download

Added: May 27, 2010 | Visits: 1.030

Software::Packager::Rpm Software::Packager::Rpm is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. add_item() my %object_data = ( SOURCE => /source/file1, TYPE => file, KIND => doc, DESTINATION => /usr/local/file1, USER => joe, GROUP...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Software::Packager::Rpm Download

Added: March 17, 2010 | Visits: 928

Regexp::Ignore Regexp::Ignore is a Perl module that let us ignore unwanted parts, while parsing text. WARNING This is an alpha code. Really. It was written in the end of 2001. It is not yet checked much. The only reason I submit it to CPAN that early is to get feedback about the idea, and hopefully to get...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Regexp::Ignore Download

Added: August 01, 2010 | Visits: 939

Bio::Network::IO::dip_tab Bio::Network::IO::dip_tab is a Perl class for parsing interaction data in DIP tab-delimited format. SYNOPSIS Do not use this module directly, use Bio::Network::IO. For example: my $io = Bio::Network::IO->new(-format => dip_tab, -file => data.dip); my $network = $io->next_network; The...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (95): Bio::Network::IO::dip_tab Download

Added: November 19, 2010 | Visits: 1.032

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: July 10, 2010 | Visits: 1.144

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

Added: April 04, 2010 | Visits: 1.446

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (130): Net::Nessus::Client Download

Added: January 24, 2010 | Visits: 800

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

< 1 2 3 4 5 >