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

Qq Meseenger Id freeware
Filter: All | Freeware | Demo
 

Qq Meseenger Id

< 1 2 3 4 5 > 
Added: May 08, 2009 | Visits: 1.007

Roadkil's Window Message Displays information about a selected window including its size, process ID and ID values. Platforms: Windows

License: Freeware Size: 34 KB Download (510): Roadkil's Window Message Download

Added: August 04, 2008 | Visits: 7.748

Fetch Forgotten Gmail Password Forgotten Yahoo, msn, indiatimes, Gmail, rediffmail, Hotmail email ID, account password decryption software decrypt the coded characters which is covered under the asterisk****. Software unhides the hidden passwords in various softwares such as FTP, FlashFXP, CuteFTP and SmartFTP. Utility favors... Platforms: Windows

License: Freeware Size: 1.18 MB Download (1725): Fetch Forgotten Gmail Password Download

Released: December 25, 2009  |  Added: March 12, 2010 | Visits: 1.217

NotesLogExp Take your Notes-Documents-Links-ID's & Password's-PhoneBook-Tasks anywhere, Autologin to Web Accounts, Fill Forms. No Setup, No Registration, No Limitation. Store, Retrieve, Catalog, Manage, Secure, Search, Sort, Export, Notes-Documents-Links-ID's&Pwd's & Various information, AutoLogin & Fill... Platforms: Windows

License: Freeware Size: 866.21 KB Download (159): NotesLogExp Download

Added: August 23, 2008 | Visits: 1.369

Alien Arena 2007 Alien Arena 2007 is a multiplayer online deathmatch game based on the GPL id source code. Powered by version 6.0 of the CRX engine, this game features incredibly smooth and fast gameplay with next-generation engine features such as shaders, realtime lighting and shadows, lensflars, light bloom... Platforms: Windows, *nix

License: Freeware Size: 199.9 MB Download (89): Alien Arena 2007 Download

Released: October 03, 2008  |  Added: November 01, 2008 | Visits: 1.877

eDove eDove enlist addresses from text files. The number of email addresses is unlimited. eDove is a stand-alone program. You can send emails to a million people. The normal sending speed can be up to per hour. The integrated features of eDove 1. HTML Composer 2. Email Spider 3. Mail ID... Platforms: Windows

License: Freeware Size: 896 KB Download (308): eDove Download

Added: January 18, 2010 | Visits: 1.417

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 984

Astro::VO::VOEvent Astro::VO::VOEvent is an object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash... Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Astro::VO::VOEvent Download

Added: June 21, 2010 | Visits: 786

SQLitepp SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language. SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the... Platforms: *nix

License: Freeware Size: 19.46 KB Download (98): SQLitepp Download

Added: May 14, 2010 | Visits: 1.161

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This... Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: November 12, 2010 | Visits: 1.120

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"... Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: November 18, 2010 | Visits: 781

Mozilla::Mechanize::GUITester Mozilla::Mechanize::GUITester is a Perl module that enhances Mozilla::Mechanize with GUI testing. SYNOPSIS use Mozilla::Mechanize::GUITester; # regular Mozilla::Mechanize initialization my $mech = Mozilla::Mechanize::GUITester->new(%mechanize_args); $mech->get_url($url); # convenience... Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): Mozilla::Mechanize::GUITester Download

Added: November 06, 2010 | Visits: 1.178

MyProfi 0.161 MyProfi project is a command line tool that parses mysql query log and outputs statistics of most frequently used queries, sorting them by number of times they appear in a log file. The similar queries are groupped together. Thus, select id from user where login="admin" and select id from user... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): MyProfi 0.161 Download

Added: June 10, 2010 | Visits: 1.539

openflash openflash is an open source utility to (re)program flash BIOS chips. Initial support will be for the i-opener network appliance under Qnx since there is an immediate need. Usage: qnxflash [-r < file >] [-w < file >] [-v < file >] [-iadlcV] -r Read bios image from chip. -w Write bios image to... Platforms: *nix

License: Freeware Size: 29.7 KB Download (193): openflash Download

Added: October 06, 2010 | Visits: 652

Persistent::mSQL Persistent::mSQL is a persistent class implemented using a mSQL database. SYNOPSIS use Persistent::mSQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Persistent::mSQL Download

Added: July 08, 2010 | Visits: 903

DBIx::Class::FormTools DBIx::Class::FormTools is a utility module for building forms with multiple related DBIx::Class objects. SYNOPSIS In the examples I use 3 objects, a Film, an Actor and a Role. Role is a many to many relation between Film and Actor. package MySchema; use base DBIx::Class::Schema;... Platforms: *nix

License: Freeware Size: 9.22 KB Download (87): DBIx::Class::FormTools Download

Added: February 17, 2010 | Visits: 930

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: April 16, 2010 | Visits: 862

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: November 25, 2010 | Visits: 1.276

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: September 06, 2010 | Visits: 1.266

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: October 21, 2010 | Visits: 1.097

SQLizer SQLizer is a Java utility library intended for generating sql from the search input. Synopsis: import stanford.netdb.utils.*; String sql_1 = Feild2SQL.parseField(type,table, column, input_str, field_display_name, post_filter); String sql_2 = Feild2SQL.parseStringField(table, column,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (119): SQLizer Download

< 1 2 3 4 5 >