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

History Poland Flag freeware
Filter: All | Freeware | Demo
 

History Poland Flag

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 989

Term::ReadLine::Gnu Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library. SYNOPSIS use Term::ReadLine; $term = new Term::ReadLine ProgramName; while ( defined ($_ = $term->readline(prompt>)) ) { ... } This is an implementation of Term::ReadLine using the GNU Readline/History... Platforms: *nix

License: Freeware Size: 66.56 KB Download (101): Term::ReadLine::Gnu Download

Added: April 26, 2010 | Visits: 1.288

Puppet::VcsTools::History Puppet::VcsTools::History provides a TK GUI for VcsTools::History. This class provides a GUI to the VcsTools::History class. It contains a GraphWidget to draw the history tree and some key bindings to read the log informations from the tree drawing .. Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Puppet::VcsTools::History Download

Added: August 02, 2010 | Visits: 904

Bio::NEXUS::HistoryBlock Bio::NEXUS::HistoryBlock is a Perl module that represents a HISTORY block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::HistoryBlock(history, $block, $verbose); This is a class representing a history block in NEXUS file METHODS new Title : new Usage : block_object = new... Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Bio::NEXUS::HistoryBlock Download

Added: October 22, 2010 | Visits: 1.252

dnshistory dnshistory project provide a means for storing a history of DNS and Name changes for the IP Addresses extracted from web log files. The major target being that multiple analyses of older log files do not require re-lookups of IP Address to FQDNs, and additionally maintain the accuracy of the... Platforms: *nix

License: Freeware Size: 112.64 KB Download (98): dnshistory Download

Added: January 04, 2010 | Visits: 811

readline C++ wrapper readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers.. Platforms: *nix

License: Freeware Size: 204.8 KB Download (98): readline C++ wrapper Download

Released: August 01, 2012  |  Added: September 02, 2012 | Visits: 1.675

Windows Live History Manager Do you need to delete a specific message from Windows Live Messenger history, but you don't want to delete the entire history with that contact? Then stop searching, because Windows Live History Manager does just that. You can trace the sensitive messages, check them and delete. With just few... Platforms: Windows

License: Freeware Size: 480.77 KB Download (97): Windows Live History Manager Download

Added: August 12, 2008 | Visits: 893

AST American Flag Screensaver Serious fun! Stunning FREE Clock - US Flag screen saver. Screen Saver Features: -specially designed atmosphere -almost photo realistic graphics with animations -unique sound environment -multiple backgrounds with effects -adjustable settings -high quality textures -additional Security Lock (when... Platforms: Windows

License: Freeware Size: 2.65 MB Download (97): AST American Flag Screensaver Download

Released: September 06, 2012  |  Added: September 24, 2012 | Visits: 933

American Flag Mahjong The 4th of July celebrates America's Independence Day, so why not play a quick and fun game of American Flag Mahjong in remembrance. Mahjong is a strategic matching game in which your goal is to eliminate all the mahjong tiles in matching pairs. Pairs are created by clicking on two open... Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 2.55 MB Download (96): American Flag Mahjong Download

Added: January 25, 2010 | Visits: 787

History Log for InDesign CS/CS2 History Log for InDesign CS/CS2 is a very simple tool that allows you to maintain an automated log of file changes to an InDesign document inside of the document.Be aware that this tool depends on goodwill and cooperation between the members of the team - no attempt has been made to guard against... Platforms: Mac

License: Freeware Size: 604 KB Download (96): History Log for InDesign CS/CS2 Download

Added: March 18, 2010 | Visits: 1.147

Netscape::History Netscape::History is a Perl object class for accessing Netscape history database. SYNOPSIS use Netscape::History; $history = new Netscape::History(); while (defined($url = $history->next_url() )) { } The Netscape::History module implements an object class for accessing the history... Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Netscape::History Download

Added: November 20, 2010 | Visits: 1.251

Computer History Graphing Project Computer History Graphing Project is a computer family tree. The Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree.. Platforms: *nix

License: Freeware Download (95): Computer History Graphing Project Download

Added: November 18, 2010 | Visits: 943

Tie::HashHistory Tie::HashHistory can track history of all changes to a tied hash. SYNOPSIS my $hh = tie %hash => Tie::HashHistory, PACKAGE, ARGS...; @values = $hh->history(KEY); Tie::HashHistory interposes itself between your program and another tied hash. Fetching and storing to the hash looks... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Tie::HashHistory Download

Released: September 03, 2012  |  Added: October 01, 2012 | Visits: 1.108

Delete History Delete History is a free utility that can help you delete history and other data of various applications. Currently, it provides a set of 25 applications whose history/data can be deleted in a click. It includes Internet Explorer, Firefox, Chrome, Office, Windows Explorer and many more. This... Platforms: Windows

License: Freeware Size: 1.92 MB Download (93): Delete History Download

Added: January 25, 2010 | Visits: 687

This Day in History About This Day in History shows significant historical events that took place on the current day or any selected day.Click any link on the widget page and you are taken to the corresponding World Book article. (Link feature requires 2005 World Book or later.) Platforms: Mac

License: Freeware Download (93): This Day in History Download

Added: July 14, 2010 | Visits: 1.013

History links This class can be used to keep track of the pages navigated by a user, so it can generate back or next links providing a similar effect to the use of the Javascript history.go() function. It uses sessions to store an array variable that holds the URL of each page of a site that the user... Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): History links Download

Added: February 03, 2010 | Visits: 895

Netscape::HistoryURL Netscape::HistoryURL is a URI::URL subclass with Netscape history information. SYNOPSIS use Netscape::HistoryURL; $url = new Netscape::HistoryURL(http://foobar.com/, LAST, FIRST, COUNT, EXPIRE, TITLE); The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Netscape::HistoryURL Download

Added: June 12, 2010 | Visits: 1.198

kio_history kio_history is a protocol to access Konquerors browsing history. It is mostly experimental in nature. Known bugs: -Cannot delete entries / clear history. -Does not receive real-time updates, must be refreshed. -Folder URLS (e.g. svn://anonsvn.kde.org/home/kde) do not open correctly. Ideas... Platforms: *nix

License: Freeware Size: 389.12 KB Download (86): kio_history Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 910

Clipboard History When typing text many users feel an urge for an improved Clipboard. A single storage for text is simply not enough. The freeware Clipboard History application gives you the power to paste up to twenty last Clipboard text entries into any application. Just press the usually unused Caps Lock key... Platforms: Windows

License: Freeware Size: 1.08 MB Download (82): Clipboard History Download

Added: July 15, 2013 | Visits: 2.669

Weather Web Cam Images History PHP This is a tutorial on how to use my PHP script to make a web cam image history thumbnail page. Platforms: PHP

License: Freeware Size: 10 KB Download (68): Weather Web Cam Images History PHP Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 310

Flagable - Flag quiz! **** 50% OFF FOR A LIMITED TIME IN WAIT FOR THE UPDATE! GET YOUR COPY NOW! **** Flagable – The ultimate flag quiz! Do you think you know most of the country flags in the world? Test yourself to find out! Features Platforms: Mac

License: Freeware Size: 3.4 MB Download (61): Flagable - Flag quiz! Download

< 1 2 3 4 5 >