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

Maine State Lottery Results freeware
Filter: All | Freeware | Demo
 

Maine State Lottery Results

< 1 2 3 4 5 
Added: August 16, 2006 | Visits: 4.811

QB - US States QB - US States is an easy to use Windows program for learning US States map and State Capitals. The program interface is intuitive and visually attractive. QB - US States is so user-friendly, you can start enjoying it right away without the hassle of spending time reading the instruction... Platforms: Windows

License: Freeware Size: 1.83 MB Download (712): QB - US States Download

Added: August 13, 2008 | Visits: 3.379

CraigsPalFree - Craigslist Reader Pro CraigsPalFree - Craigslist Reader Pro, allows you to search Craigslist to a multitude of classified advertisements in your city, state, natainally or even at a global level all in one=single screen. No more City restriction, no more browsing back and forth the web browsers, CraigsPalFree is...

License: Freeware Size: 1.6 KB Download (512): CraigsPalFree - Craigslist Reader Pro Download

Released: October 16, 2008  |  Added: November 03, 2008 | Visits: 1.911

Surf Canyon Surf Canyon accelerates the search experience on Google, Yahoo! and Microsoft Live Search by enabling you to find relevant information buried in the search results. Employing advanced search technology, the application determines what you want and then goes as deep as page 100 of the result set... Platforms: Windows, Mac, *nix

License: Freeware Size: 22.14 KB Download (144): Surf Canyon Download

Released: December 12, 2014  |  Added: January 10, 2015 | Visits: 2.175

Surf Canyon for IE Find stuff faster by digging out search results from as deep as page 100. Surf Canyon automates the discovery of relevant results buried in the search pages. It also adds image previews to Craigslist. Simply enter your query at one of these search engines as you always would. When you... Platforms: Windows, Windows 8, Windows 7, Other

License: Freeware Size: 645 KB Download (148): Surf Canyon for IE Download

Released: December 12, 2014  |  Added: January 17, 2015 | Visits: 2.577

Surf Canyon for Firefox Find stuff faster on Google, Yahoo! and Bing by digging out search results from as deep as page 100. Surf Canyon automates the discovery of relevant results buried in the search pages on Google, Yahoo! and Bing. It also adds image previews to Craigslist. Simply enter your query at one of these... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, Other

License: Freeware Size: 52 KB Download (166): Surf Canyon for Firefox Download

Added: March 07, 2010 | Visits: 1.113

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: January 05, 2010 | Visits: 1.176

FSME FSME is a graphical tool to develop general finite state machines. Developed automatas are stored in files simular to Qt Designer. Theyre converted to C++ in the same way as UIC does. You can navigate FSME by selecting element in the tree, or clicking diagram elements. The Object Editor is... Platforms: *nix

License: Freeware Size: 174.08 KB Download (103): FSME Download

Added: September 18, 2010 | Visits: 1.079

AustinSmoke GasTracker AustinSmoke GasTracker script will allow you to keep track of your gas mileage and have the results displayed in an easy to read website. None of the data is harvested from anywhere on the web but is rather entered manually by the user and for the user. Currently the program only supports the... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AustinSmoke GasTracker Download

Added: March 23, 2010 | Visits: 978

paptcha paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not. Platforms: *nix

License: Freeware Download (103): paptcha Download

Added: November 12, 2010 | Visits: 1.120

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"... Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: August 11, 2010 | Visits: 1.256

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain... Platforms: *nix

License: Freeware Size: 44.03 KB Download (345): B::JVM::Jasmin::CompileState Download

Added: November 10, 2010 | Visits: 873

inilib inilib is a C++ library which provides a method of saving the "state" of a program. inilib library provides a means of storing a number of arbitrary settings in memory with an easy access interface, as well providing means for saving the information to and loading it from disk. Data is stored... Platforms: *nix

License: Freeware Size: 481.28 KB Download (92): inilib Download

Added: January 22, 2010 | Visits: 987

Stickytime Stickytime is a digital clock that also displays the current state of the stickykeys and mousekeys as set by an accessibility program. Version 0.5 can execute programs and direct their output to a tooltip (admittedly, an abuse of the tooltip concept). These programs can be executed by mouse... Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): Stickytime Download

Added: September 07, 2010 | Visits: 1.102

Grifcat Grifcat is a simple utility which monitors a Griffin Powermate and sends state change information to the calling script. It tracks the button and wheel motion, reporting each move as it occurs and accumulating net changes in both directions. It is convenient for script writers and those looking... Platforms: *nix

License: Freeware Size: 13.31 KB Download (112): Grifcat Download

Added: April 07, 2010 | Visits: 809

SPOPS::Iterator SPOPS::Iterator is a class to cycle through results and return SPOPS objects. SYNOPSIS my $iter = $spops_class->fetch_iterator({ where => last_name like ?, value => [ smi% ] }); while ( $iter->has_next ) { my $object = $iter->get_next; print "Object ID: ", $object->id, " at position: ",... Platforms: *nix

License: Freeware Size: 286.72 KB Download (88): SPOPS::Iterator Download

Added: February 21, 2010 | Visits: 864

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): XML::Bare Download

Added: April 14, 2010 | Visits: 852

Bare XML Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely... Platforms: *nix

License: Freeware Size: 24.58 KB Download (88): Bare XML Download

Added: February 09, 2010 | Visits: 1.352

CAM::PDF::GS::NoText CAM::PDF::GS::NoText is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->computeGS(1); This class is used to represent the graphic state at a point in the rendering flow of a PDF page.... Platforms: *nix

License: Freeware Size: 737.28 KB Download (104): CAM::PDF::GS::NoText Download

Added: March 06, 2010 | Visits: 1.388

CAM::PDF::Renderer::Dump CAM::PDF::Renderer::Dump can print the graphic state of each node. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->render("CAM::PDF::Renderer::Dump"); This class is used to print to STDOUT the coordinates of each... Platforms: *nix

License: Freeware Size: 737.28 KB Download (112): CAM::PDF::Renderer::Dump Download

Added: July 15, 2010 | Visits: 1.306

Device::Audiotron Device::Audiotron provides a tie-in into the API included in the latest firmware for Voyetra Turtle Beachs Audiotron. SYNOPSIS use Device::Audiotron; $at = new Device::Audiotron("Audiotron IP address","username","password"); if(!$at){die "Audiotron object failed to initialize.";} my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Device::Audiotron Download

< 1 2 3 4 5