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

Gold Version Pokemon List freeware
Filter: All | Freeware | Demo
 

Gold Version Pokemon List

< 1 2 3 4 5 > 
Released: August 11, 2005  |  Added: May 14, 2006 | Visits: 4.386

Free Mailing List Splitter Free Mailing List Splitter, is a full featured professional mailinglist manager software. It splits huge email lists into smaller ones.



Platforms: Windows

License: Freeware Size: 703 KB Download (707): Free Mailing List Splitter Download

Added: May 27, 2006 | Visits: 4.203

Free Mailing List Manager Free List Manager, merge smaller email lists into one big list. It is a full featured professional mailinglist manager software.





Platforms: Windows

License: Freeware Size: 689 KB Download (737): Free Mailing List Manager Download

Added: August 31, 2008 | Visits: 1.755

Oriens Enhancer GOLD A milestone again with the release of Oriens Enhancer GOLD. Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital...


Platforms: Windows

License: Freeware Size: 6.12 MB Download (631): Oriens Enhancer GOLD Download

Released: December 19, 2013  |  Added: January 01, 2014 | Visits: 2.897

Swift To-Do List Lite Swift To-Do List Lite is a free and hierarchical to-do list software with reminder and to-do lists organized by tree structure with icons. Application is suitable both for personal and business use. All tasks can have customized priority level, task type, due date, and reminder. There is an...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 16.92 MB Download (205): Swift To-Do List Lite Download

Added: August 12, 2008 | Visits: 1.547

DirecteMailer advanced mailing list manager Advanced mailing list manager designed for mass mailing. Superior solution to send out newsletters, ezines, offers, ads, follow up with prospects, stay in touch with clients and much more. Installation on your server. Flexible reliable web-based broadcast/follow up email solution. Optimized...


Platforms: *nix

License: Freeware Download (174): DirecteMailer advanced mailing list manager Download

Released: April 08, 2010  |  Added: April 17, 2010 | Visits: 6.542

Free Flash Decompiler Gold Metrix Media Software Inc. provides users with Free Flash Decompiler Gold and Flash Decompiler Gold Full Version. Free Flash Decompiler Gold is totally free, however, some functions are limited. Users who registered Flash Decompiler Gold Full Version are entitled to have a lifetime license for...


Platforms: Windows

License: Freeware Size: 3.32 MB Download (2300): Free Flash Decompiler Gold Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.018

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered....


Platforms: Windows

License: Freeware Size: 5.63 MB Download (328): File List Generator Download

Released: May 29, 2018  |  Added: June 09, 2018 | Visits: 4.649

Efficient To-Do List Free Efficient To-Do List Free is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List Free makes every effort to assist you in following the...


Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 15.12 MB Download (933): Efficient To-Do List Free Download

Added: January 02, 2010 | Visits: 1.142

Test::Version Test::Version is a Perl module that has the role to check for VERSION information in modules. SYNOPSIS use Test::Version; plan tests => $num_tests; version_ok( $file ); FUNCTIONS version_ok( FILENAME, [EXPECTED, [NAME] ] ) version_ok requires a filename and returns one of the three...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Version Download

Added: May 25, 2010 | Visits: 951

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: August 19, 2010 | Visits: 969

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: November 06, 2010 | Visits: 1.381

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: May 13, 2010 | Visits: 1.672

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: November 19, 2010 | Visits: 954

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: September 11, 2010 | Visits: 966

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: August 04, 2010 | Visits: 2.662

Kitco Spot Gold Price Watcher Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website. This extension retrieve the Bid and Ask price of Spot Gold from Kitcos website..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (263): Kitco Spot Gold Price Watcher Download

Added: July 03, 2010 | Visits: 1.847

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: September 10, 2010 | Visits: 1.078

DBIx::Version DBIx::Version is a Perl extension for getting database software name and version. SYNOPSIS use DBIx::Version; my $dbh = DBI->connect( ... ); my ($dbname, $dbver, $dbverfull) = DBIx::Version::Version($dbh); DBIx::Version lets you query which database software and version you are connected...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): DBIx::Version Download

Added: February 24, 2010 | Visits: 853

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: May 22, 2010 | Visits: 1.449

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

< 1 2 3 4 5 >