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

Print Shop Reader Order By 6 freeware
Filter: All | Freeware | Demo
 

Print Shop Reader Order By 6

< 1 2 3 4 5 > 
Released: January 12, 2015  |  Added: February 02, 2015 | Visits: 7.776

Free AVI MP4 WMV MPEG Video Joiner Free AVI MP4 WMV MPEG Video Joiner is a simple yet powerful joining tool which allows you to merge multiple video files in the same/different formats into a large one (such as AVI, MP4, FLV, WMA, 3GP, etc.) to enjoy without interruption. You can add an unlimited number of video files as you like...



Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.81 MB Download (148): Free AVI MP4 WMV MPEG Video Joiner Download

Added: June 26, 2006 | Visits: 3.641

Lucky Match game Lucky Match is beautifully implemented betting game with matches. Artful barman holds several matches behind his back and you need to guess which one is Lucky Match. Try to guess correctly and your bet can be multiplied by 6! You will love beautiful graphics, nice music and sound of Lucky Match...





Platforms: Windows

License: Freeware Size: 1.22 MB Download (170): Lucky Match game Download

Added: June 27, 2006 | Visits: 3.132

Dirlot The utility shows relative size of all elements (both files and directories) in a directory on disk using columnar diagram. It allows you quickly to estimate how many space a file or subdirectory occupies on parent directory and how space is distributed among the directory's elements. You can...


Platforms: Windows

License: Freeware Size: 11 KB Download (429): Dirlot Download

Added: August 29, 2008 | Visits: 2.159

GEN Viewer The Gen Viewer Applet is a Java applet which allows you to browse a GEDCOM file from the web. This applet provides five different views of the genealogy data. Family Group- individual being displayed including parents, spouses, and children. Pedigree - five generation pedigree chart. Descendant -...


Platforms: Any Browser + Java

License: Freeware Download (633): GEN Viewer Download

Added: January 18, 2010 | Visits: 964

phpMSAdmin phpMSAdmin project is designed to be a capable replacment to "SQL Enterprise Manager", which requires Windows to run. With the use of phpMSAdmin, your database can be managed from any computer capable of running a web browser (open source or otherwise). Whats New in This Release: - Added...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (101): phpMSAdmin Download

Added: January 02, 2010 | Visits: 1.089

vsa vsa is a visual sound analyzer (eye candy to go along with audio) for GNOME and EsounD. vsa supports layering any number of visualization, background or filter plug-ins, in any order. vsa - the application version vsa_applet - the GNOME panel applet After installation vsa should be...


Platforms: *nix

License: Freeware Download (97): vsa Download

Added: October 03, 2010 | Visits: 818

IO::Prompt IO::Prompt is a Perl module to interactively prompt for user input. SYNOPSIS use IO::Prompt; while( prompt "next: " ) { print "You said $_n"; } By default, this module exports a single function prompt. It prompts the user to enter some input, and returns an object that represents the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): IO::Prompt Download

Added: July 27, 2010 | Visits: 922

JoSQL JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (95): JoSQL Download

Added: November 20, 2010 | Visits: 1.067

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: August 13, 2010 | Visits: 720

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DBIx::PDlib Download

Added: March 01, 2010 | Visits: 950

QDBM: Quick DataBase Manager QDBM is a library of routines for managing a database. The QDBM database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (95): QDBM: Quick DataBase Manager Download

Added: March 16, 2010 | Visits: 1.247

Ariadne Ariadne is an Application Platform for the Web, built entirely on Open Source technology. What this means is that Ariadne is a Content Management System, using a WYSIWYG HTML editor, its also a Group Calendar, a Photo Album, an Addressbook, a Weblog and anything else you want it to be....


Platforms: *nix

License: Freeware Size: 2.5 MB Download (100): Ariadne Download

Added: August 10, 2010 | Visits: 1.162

Plone Tabs Plone Tabs provides a user-friendly product for managing the tabs on the Plone site. Plone Tabs (qPloneTabs) is a user-friendly product for managing the tabs on the Plone site without the need to go to ZMI. Plone Tabs Features Gives an opportunity to create/delete/rename tabs using Plone...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Plone Tabs Download

Added: October 03, 2010 | Visits: 832

Template::Plugin::JavaSQL Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. SYNOPSES Within an XML file processed by the Java plugin: < sql: query="select foo as f, bar as b from some_table" > or < sql: table="some_table" > Via a template such as: [% USE Java %] [% Use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Template::Plugin::JavaSQL Download

Added: November 22, 2010 | Visits: 896

DBIx::DWIW DBIx::DWIW is a Perl module for robust and simple DBI wrapper to Do What I Want (DWIW). SYNOPSIS When used directly: use DBIx::DWIW; my $db = DBIx::DWIW->Connect(DB => $database, User => $user, Pass => $password, Host => $host); my @records = $db->Array("select * from foo"); When...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (94): DBIx::DWIW Download

Released: October 19, 2011  |  Added: November 02, 2011 | Visits: 1.773

Eahoosoft Free MP3 Cutter Joiner Do you want to cut and get out the excellent part in an audio file? Do you want to join a lot of audio files into one file? Please test MP3 Cutter Joiner. It will be your best choice. Eahoosoft Free MP3 Cutter Joiner consists of a free MP3 Cutter and a free MP3 Joiner. It is much easier for...


Platforms: Windows

License: Freeware Size: 7.23 MB Download (382): Eahoosoft Free MP3 Cutter Joiner Download

Released: July 02, 2018  |  Added: August 27, 2018 | Visits: 3.412

UltraFileSearch Lite Ultra File Search is a Search Utility which is able to quickly find Files, Folders and Text on your Local, Network, DVD, CD-ROM, USB Hard or Flash Drives. UltraFileSearch allows you to specify several File Names and multiple Drives and/or Folders at the same time; it is able to sort out Files and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 2.78 MB Download (820): UltraFileSearch Lite Download

Released: March 18, 2012  |  Added: March 29, 2012 | Visits: 753

SEOTextEd Convenient text editing software for SEO specialists and for performing some of webmasters' tasks. Basic functions: Counters of: - characters including HTML markup, without filters - characters with spaces - characters without spaces - letters only - words - strings Filter...


Platforms: Windows

License: Freeware Size: 8.98 MB Download (91): SEOTextEd Download

Released: July 02, 2018  |  Added: August 25, 2018 | Visits: 3.429

UltraFileSearch Lite Portable Ultra File Search is a Search Utility which is able to quickly find Files, Folders and Text on your Local, Network, DVD, CD-ROM, USB Hard or Flash Drives. UltraFileSearch allows you to specify several File Names and multiple Drives and/or Folders at the same time; it is able to sort out Files and...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.47 MB Download (831): UltraFileSearch Lite Portable Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 799

Burger Restaurant 4 Burger Restaurant is an simulation game. Take a trip across the world as well as the solar system and keep those burger lovers completely happy! Travel all over the world...and the solar system...and keep those burger lovers happy! When a customer orders, fill the order by clicking each...


Platforms: Windows

License: Freeware Size: 9.71 MB Download (56): Burger Restaurant 4 Download

< 1 2 3 4 5 >