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

Do Set Msn My Homepage Contact Php software
Filter: All | Freeware | Demo
 

Do Set Msn My Homepage Contact Php

< 1 2 3 4 5 
Added: April 01, 2010 | Visits: 975

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: September 24, 2010 | Visits: 1.159

phpTodo 0.8.1 phpTodo is a full-featured ToDo List manager supporting RSS feeds and authentication. phpTodo is a Web service designed to help you keep all of your todo lists in one central place. It includes the ability to view your todo lists via an RSS feed. These feeds are fully customizable, allowing...





Platforms: *nix

License: Freeware Size: 29.7 KB Download (94): phpTodo 0.8.1 Download

Added: September 02, 2010 | Visits: 2.494

Geo::ShapeFile Geo::ShapeFile is a Perl extension for handling ESRI GIS Shapefiles. SYNOPSIS use Geo::ShapeFile; my $shapefile = new Geo::ShapeFile("roads"); for(1 .. $shapefile->shapes()) { my $shape = $shapefile->get_shp_record($_); # see Geo::ShapeFile::Shape docs for what to do with $shape my...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (147): Geo::ShapeFile Download

Added: March 23, 2010 | Visits: 836

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): Object::InsideOut Download

Added: November 06, 2010 | Visits: 1.434

Animadead Animadead is a skeletal animation library designed to load and play skeletal animations. Animadead supports models that are composed of several swappable meshes bound to a single skeleton that can be driven by multiple animations. There is an export plug-in for Maya, and others are in...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (112): Animadead Download

Added: May 09, 2010 | Visits: 1.014

GMail::IMAPD GMail::IMAPD is an IMAP4 gateway to Googles webmail service. SYNOPSIS # Start an IMAP-to-Gmail daemon on port 1143 use GMail::IMAPD; my $daemon=GMail::IMAPD->new(LocalPort=>1143, LogFile=>gmail_imapd.log, Debug=>1); $daemon->run(); # Or if you prefer to use your own server socket, #...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): GMail::IMAPD Download

Added: May 14, 2010 | Visits: 1.015

WySQL 2.0.0 WySQL is a CLI-like web console interface, written in PHP4, for remote database management when telnet/ssh is not available. It also includes a web/sql toolset Supports multiple dbms (currently MySQL and PostgeSQL) and features history and playback of previous commands and scripts. DBMS,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (99): WySQL 2.0.0 Download

Added: September 13, 2010 | Visits: 901

Geo::Ellipsoids Geo::Ellipsoids is a package for standard Geo:: ellipsoid a, b, f and 1/f values. SYNOPSIS use Geo::Ellipsoids; my $obj = Geo::Ellipsoids->new(); $obj->set(WGS84); #default print "a=", $obj->a, "n"; print "b=", $obj->b, "n"; print "f=", $obj->f, "n"; print "i=", $obj->i, "n"; print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): Geo::Ellipsoids Download

Added: January 01, 2010 | Visits: 924

Compass::Bearing Compass::Bearing is a Perl module to convert angle to text bearing (aka heading). SYNOPSIS use Compass::Bearing; my $obj = Compass::Bearing->new(); print "Bearing: $_ deg => ", $obj->bearing($_), "n" foreach (12,45,78,133); print "Compass: ", join(":", $obj->data),"n"; CONSTRUCTOR new...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (136): Compass::Bearing Download

Added: August 17, 2010 | Visits: 903

MySQLPHPGrid MySQLPHPGrid project puts data from a MySQL table in a grid on a webpage. The grid supports sorting of columns, editing of cells, adding rows, deleting rows and pagination. You can display a full MySQL table, or just a subset of a table. This class was developed in the scope of a larger...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (139): MySQLPHPGrid Download

Added: April 04, 2010 | Visits: 834

PEAR HTML_Template_IT PEAR HTML_Template_IT is a simple template API. The Isotemplate API is somewhat tricky for a beginner although it is the best one you can build. template::parse() [phplib template = Isotemplate] requests you to name a source and a target where the current block gets parsed into. Source and...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): PEAR HTML_Template_IT Download

Added: July 14, 2010 | Visits: 1.510

Ryans Electronic Diary Sheet Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Ryans Electronic Diary Sheet Download

Added: March 18, 2010 | Visits: 1.242

pam_passwdqc pam_passwdqc is a simple password strength checking module for PAM-aware password changing programs, such as passwd. In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. All features are optional and can be (re-)configured without...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (107): pam_passwdqc Download

Added: February 17, 2010 | Visits: 671

Scalar::Footnote Scalar::Footnote is a Perl module that can attach hidden scalars to references. SYNOPSIS use Data::Dumper; use Scalar::Footnote; my $obj = Foo->new; # attach invisible footnote to $obj: $obj->Scalar::Footnote::set( my_key => my footnote ); print Dumper( $obj ); # get it back: my...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Scalar::Footnote Download

Added: July 08, 2010 | Visits: 1.304

Highlighter Highlighter is a Firefox extension that allows you to highlight text on a webpage by selecting it and clicking "Highlight" on the popup menu. If you hold down the Shift key while opening the popup menu, a sub-menu appears with more advanced options. Major features include an "Instant Highlight"...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (166): Highlighter Download

Added: January 25, 2010 | Visits: 626

GSC Breakthrough If you've ever hosted an online Medal of Honor:Breakthrough multiplayer game on your Macintosh you know how annoying it is that you cannot set all of the options that the game engine offers from within the game menus.By using a Mac Game Server Configulator you can use all of the in-game serving...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (106): GSC Breakthrough Download

Added: January 25, 2010 | Visits: 518

Friendz Friendz is a simple application for seeing what your xbox live friends are up to. It also incorporates LiveKardz making it even easier to view gamercards.However, Friendz is at beta stage and has a lot of bugs to work out. If you do happen to find some, contact me.


Platforms: Mac

License: Freeware Download (97): Friendz Download

Released: February 24, 2012  |  Added: March 10, 2012 | Visits: 1.007

VeryAndroid Contacts Backup VeryAndroid Contacts Backup is a smart andriod contacts backup and managment software. It not only can copy and backup contacts on Android phone to computer, but also works perfectly in restoring contacts from computer to any android phone directly. Keep your android contacts safe and manage...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.79 MB Download (100): VeryAndroid Contacts Backup Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 598

CompressIT The program CompressIT writes selected files in to one or multiple ZIP-file(s). CompressIT can create multiple ZIP-archive with predefined filesize for the archive. Optional you can delete the compressed files after the compression from the harddisk. Complete instructions, see my homepage at...


Platforms: Windows

License: Freeware Download (46): CompressIT Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 415

PDFapps PDF Manager PDF Manager helps manage, control and audit your PDF documents. It helps with the problem facing many content providers who publish using the PDF medium: Can I create a report of all published PDFs? Do I know what private, confidential or sensitive information is hidden in my PDFs? Do my...


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 1.6 MB Download (419): PDFapps PDF Manager Download

< 1 2 3 4 5