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

Blade Disconnect freeware
Filter: All | Freeware | Demo
 

Blade Disconnect

< 1 2 3 4 5 
Added: January 06, 2010 | Visits: 812

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: May 05, 2010 | Visits: 896

IQ bot IQ has been my pet project since September 2003. IQ is an intelligent, modular IRC robot written in PHP. I wrote the original branch, 0.1.x, back in late 2003, and developed it and modules for it until early 2004. At some point in June 2004, I became inspired to rewrite the bots core and start...





Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): IQ bot Download

Added: January 18, 2010 | Visits: 817

Gtk::CListModel Gtk::CListModel is a simple data model with Gtk::Clist views. SINOPSYS my $model = tie @data, Gtk::CListModel, titles => ["Fruit", "Price", "Quantity"]; # all data manipulation is done on @data now push @data, ["Oranges", 5, 16]; # Create a view (a Gtk::Clist widget) to represent the data...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk::CListModel Download

Added: May 03, 2010 | Visits: 885

Mon::Client Mon::Client is a Perl module with methods for interaction with Mon client. SYNOPSIS use Mon::Client; Mon::Client is used to interact with "mon" clients. It supports a protocol-independent API for retrieving the status of the mon server, and performing certain operations, such as disableing...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Mon::Client Download

Added: July 19, 2010 | Visits: 824

jwx! jwx! is a Java binding to the wxWidgets GUI framework. jwx! adds Java to the list of languages you can use to develop GUIs with the wxWidgets framework. Why yet another GUI toolkit for Java? The reason is not, as you might think, providing native GUI library for Java, but my thought of an...


Platforms: *nix

License: Freeware Download (94): jwx! Download

Added: January 23, 2010 | Visits: 1.290

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: June 09, 2010 | Visits: 1.076

WebSphere::MQTT::Client WebSphere::MQTT::Client is a WebSphere MQ Telemetry Transport Client. SYNOPSIS use WebSphere::MQTT::Client; my $mqtt = WebSphere::MQTT::Client->new( Hostname => localhost ); $mqtt->disconnect(); WebSphere::MQTT::Client Publish and Subscribe to broker..


Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): WebSphere::MQTT::Client Download

Added: September 25, 2010 | Visits: 1.727

Remote Gnu Database Manager Remote Gnu Database Manager is a network server daemon and client library for the standard GNU GDBM(3) database management interface, which itself incorporates Berkeley DBM. To setup after installation (these notes are for 2.1.33 or later), let make install do what it can, and then: 1. create...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (106): Remote Gnu Database Manager Download

Added: August 16, 2010 | Visits: 1.079

KWifiSelector KWifiSelector is a KDE tool to display all available wireless networks (WLAN). For each of them, the parameters (such as IP configuration and WEP keys) can be configured. KWifiSelector also allows the user to connect to and disconnect from a selected network. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (187): KWifiSelector Download

Added: July 21, 2010 | Visits: 947

PlaneShift PlaneShift is a persistent fantasy multiplayer RPG game with state-of-the-art 3D graphics. Create your character and live in an ever-changing world. Build with us a Team that will make PlaneShift THE choice of MMORPG. The objective of the PlaneShift Team is to create a virtual fantasy world...


Platforms: *nix

License: Freeware Download (95): PlaneShift Download

Added: July 10, 2010 | Visits: 1.010

DBD::Amazon DBD::Amazon is a DBI driver abstraction for the Amazon E-Commerce Services API. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books #...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (89): DBD::Amazon Download

Added: November 23, 2010 | Visits: 964

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: July 24, 2010 | Visits: 1.473

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: May 09, 2010 | Visits: 1.176

Relations::Family Relations::Family is a DBI/DBD::mysql Relational Query Engine module. SYNOPSIS # DBI, Relations::Family Script that creates some queries. #!/usr/bin/perl use DBI; use Relations::Family; $dsn = "DBI:mysql:finder"; $username = "root"; $password = ; $dbh =...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (92): Relations::Family Download

Added: May 13, 2010 | Visits: 1.341

GPS::Lowrance GPS::Lowrance is a Perl module connect to Lowrance and Eagle GPS devices. REQUIREMENTS The following modules are required to use this module: Carp::Assert GPS::Lowrance::LSI 0.23 Parse::Binary::FixedFormat Win32::SerialPort or Device::SerialPort If you will be using the...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (139): GPS::Lowrance Download

Added: September 27, 2010 | Visits: 709

DBI::ProfileData DBI::ProfileData can manipulate DBI::ProfileDumper data dumps. SYNOPSIS The easiest way to use this module is through the dbiprof frontend (see dbiprof for details): dbiprof --number 15 --sort count This module can also be used to roll your own profile analysis: # load data from...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (94): DBI::ProfileData Download

Added: May 17, 2010 | Visits: 665

Db::DFC Db::DFC is the Perls Object-oriented interface to Documentums DFC. SYNOPSIS use Db::DFC; $dfc = Db::DFC->new(); $DOCBASE = "docbase"; $USER = "user"; $PASSWORD = "passwd"; $DOMAIN = "domain"; $FILE = $0; $dfclient = DfClient->new(); $idfclient = $dfclient->getLocalClient();...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Db::DFC Download

Added: November 04, 2010 | Visits: 1.136

OpenHPI OpenHPI is an open source project created with the intent of providing an implementation of the SA Forums Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. OpenHPI project includes resource...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (92): OpenHPI Download

Added: November 08, 2010 | Visits: 828

OpenHPI SNMP Subagent OpenHPI is an open source project created with the intent of providing an implementation of the SA Forums Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. OpenHPI SNMP Subagent project includes...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (91): OpenHPI SNMP Subagent Download

Added: November 02, 2010 | Visits: 637

podLoadr podLoader allows you to load content from the Web or other desktop files onto your iPod. Later, for example while traveling, you can check out news from any RSS feed, the weather, or the contents of any file from your desktop. This application uses the "Notes" feature on third-generation or...


Platforms: *nix

License: Freeware Size: 2.6 MB Download (99): podLoadr Download

< 1 2 3 4 5