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

Yahoo Passwrd Generator freeware
Filter: All | Freeware | Demo
 

Yahoo Passwrd Generator

< 1 2 3 4 5 > 
Added: August 17, 2010 | Visits: 969

PerlPoint::Generator::SDF PerlPoint::Generator::SDF is a generic SDF generator. METHODS new() Parameters: class The class name. Returns: the new object.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (211): PerlPoint::Generator::SDF Download

Added: January 06, 2010 | Visits: 831

PerlPoint::Generator::XML::XHTML::Paged PerlPoint::Generator::XML::XHTML::Paged is a Perl module that generates paged XHTML via XML.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): PerlPoint::Generator::XML::XHTML::Paged Download

Added: February 17, 2010 | Visits: 2.088

PerlPoint::Generator::LANGUAGE::Formatter PerlPoint::Generator::LANGUAGE::Formatter is a Perl module that generates Formatter formatted LANGUAGE files. METHODS new() Parameters: class The class name. Returns: the new object.. Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): PerlPoint::Generator::LANGUAGE::Formatter Download

Added: March 03, 2010 | Visits: 1.424

SiG Information Generator SiG Information Generator provides a class for persistant objects in PHP. SiG allows developers to create, store, retrieve, and search any custom PHP object. Using the Node base class one can create hierachies of related classes. It has been repackaged as a Wordpress Plugin. SiG is written in... Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): SiG Information Generator Download

Added: March 16, 2010 | Visits: 1.322

Database Bean Generator Generator is an command line application written in java that have the goal to make easy the construction of little applications that needs some database objects stuff. Database Bean Generator isnt a replacement of complex object persistence solutions, like hibernate or TopLink but it covers a... Platforms: *nix

License: Freeware Size: 1.9 MB Download (98): Database Bean Generator Download

Added: September 23, 2010 | Visits: 2.073

Genealogy Graph Generator Genealogy Graph Generator (GGG) is a set of programs for automatically generating academic genealogy graphs. It tells you who your advisor and your advisors advisor and her advisor and so on are.. Platforms: *nix

License: Freeware Size: 47.1 KB Download (124): Genealogy Graph Generator Download

Added: June 13, 2010 | Visits: 893

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: July 16, 2010 | Visits: 1.688

Finance::Currency::Convert::Yahoo Finance::Currency::Convert::Yahoo is Perl mdoule that convert currencies using Yahoo. SYNOPSIS use Finance::Currency::Convert::Yahoo; $Finance::Currency::Convert::Yahoo::CHAT = 1; $_ = Finance::Currency::Convert::Yahoo::convert(1,USD,GBP); print defined($_)? "Is $_n" : "Error."; exit; #... Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Finance::Currency::Convert::Yahoo Download

Added: September 11, 2010 | Visits: 2.498

Dragon parser generator Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive. Using LR(1)... Platforms: *nix

License: Freeware Size: 368.64 KB Download (242): Dragon parser generator Download

Added: August 01, 2010 | Visits: 1.915

Book Layout Generator Book Layout Generator is a tool that comes handy when printing long documents in a book fashion. Book Layout Generator tool generates the correct page sequence to print long documents in a book fashion. You just need to specify how many pages are there in your document and whether to print 2... Platforms: *nix

License: Freeware Size: 37.89 KB Download (190): Book Layout Generator Download

Added: September 15, 2010 | Visits: 1.231

Text::Emoticon::Yahoo Text::Emoticon::Yahoo is a emoticon filter of Yahoo! Messenger. SYNOPSIS use Text::Emoticon::Yahoo; my $emoticon = Text::Emoticon::Yahoo->new( imgbase => "http://example.com/emo", ); my $text = "Yet Another Perl Hacker ;)"; print $emoticon->filter($text); # it prints # Yet Another... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Text::Emoticon::Yahoo Download

Added: July 08, 2010 | Visits: 1.431

Flashcards Generator for GRE Prep Flashcards Generator for GRE Prep project is a flashcards Generator for GE Prep. Flashcards are a nice way to prepare for competitive exams like GRE, SAT etc. This program generates Postscript files which you can cut into pieces to create flashcards. When preparing for competetive exams which... Platforms: *nix

License: Freeware Size: 184.32 KB Download (171): Flashcards Generator for GRE Prep Download

Added: April 19, 2010 | Visits: 2.867

CoC Character Generator Alpha CoC ChaGen is a character generator for Chaousium Incs rpg Call of Cthulhu.CoC CharGen is released under the GNU GPL. It is developed in 100% pure Java, and should hence be usable on any platform with Java support. A main goal for the comming 2.0 release will be an implementation of the Byakhee... Platforms: *nix

License: Freeware Size: 286.72 KB Download (427): CoC Character Generator Alpha Download

Added: May 20, 2010 | Visits: 1.683

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print... Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): WWW::Search::Yahoo Download

Added: January 10, 2010 | Visits: 3.635

Squid Report Generator SRG is a Squid Report Generator designed for the needs of CRCnet. None of the existing report generators could provide the exact solution that we required and we decided to start from scratch rather than trying to modify an existing progamme. SRG is designed to be fast and easy to integrate in... Platforms: *nix

License: Freeware Size: 63.49 KB Download (211): Squid Report Generator Download

Added: April 23, 2010 | Visits: 3.116

WWW::Yahoo::Movies WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. SYNOPSIS use WWW::Yahoo::Movies; my $movie = new WWW::Yahoo::Movies(); print "TITLE: ".$movie->title." - ".$movie->year."n"; WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/).... Platforms: *nix

License: Freeware Size: 13.31 KB Download (237): WWW::Yahoo::Movies Download

Added: May 10, 2013 | Visits: 1.470

Yahoo Group Archiver Yahoo Group Archiver is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.Scripts Features: - yahoogroup-messages: Downloads all the messages from a group in the order in which they were received. Yahoo has user based and... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (128): Yahoo Group Archiver Download

Added: June 26, 2010 | Visits: 1.195

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).... Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: September 24, 2010 | Visits: 2.724

Yahoo! Mail Notifier Yahoo! Mail Notifier is an extension which notifies you when new messages arrive in your Yahoo mailbox. Notification options include: customizable sound, notification alert, status bar and toolbar icon. Also allows the user to map different mouse buttons to open Yahoo Mail in different... Platforms: *nix

License: Freeware Size: 93.18 KB Download (525): Yahoo! Mail Notifier Download

Added: January 14, 2010 | Visits: 1.344

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your... Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

< 1 2 3 4 5 >