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

Live Pool Cam software
Filter: All | Freeware | Demo
 

Live Pool Cam

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.156

Akeni Live Help Akeni Live Help 123 is a hosted service that allows visitors to your web site to communicate with support staff and sales people using a web browser in real time. If you are interested in hosting your own live help server, please look at our Help Desk Assistant product. The application is... Platforms: *nix

License: Shareware Cost: $19.00 USD Size: 3.2 MB Download (93): Akeni Live Help Download

Added: July 25, 2010 | Visits: 1.611

AlienDrive Live CD AlienDrive Live CD is a linux distribution based on the SLAX Operating System. It is sometimes affectionately referred to by the people who love it as "The Alien". It was designed specifically to function as a Digital Audio Workstation and Pre/Post Video Production platform. The system core... Platforms: *nix

License: Freeware Size: 211 MB Download (123): AlienDrive Live CD Download

Added: May 14, 2010 | Visits: 2.066

OpenBSD Live-CD Firewall OpenBSD Live-CD Firewall is an OpenBSD-based pf (packet filter) firewall, with DNS, squid, NAT, and a DHCP server (dnsmasq) for internal clients preconfigured. Settings and log files can be saved to a USB device. Saved settings will be restored at the next reboot. Additional security related... Platforms: *nix

License: Freeware Size: 329.1 MB Download (296): OpenBSD Live-CD Firewall Download

Added: April 14, 2010 | Visits: 1.161

RoFreeSBIE Live CD RoFreeSBIE Live CD is a LiveCD based on FreeBSD 6.1 operating system made in Romania.. Platforms: *nix

License: Freeware Size: 693 MB Download (106): RoFreeSBIE Live CD Download

Added: August 24, 2010 | Visits: 1.072

RoFreeSBIE Live DVD RoFreeSBIE Live DVD is the first Live DVD based on FreeBSD 6.1 operating system.. Platforms: *nix

License: Freeware Size: 1.76 GB Download (103): RoFreeSBIE Live DVD Download

Added: July 14, 2010 | Visits: 1.493

Ark Linux Live Ark Linux Live is a Live CD edition of Ark Linux. Ark Linux is a beginner-friendly Linux distribution meant primarily for desktop use. The Ark Linux team is pleased to announce the release of a first version of Ark Linux Live, a Live CD version of the Ark Linux operating system. Ark Linux... Platforms: *nix

License: Freeware Size: 642 MB Download (111): Ark Linux Live Download

Added: November 18, 2010 | Visits: 1.436

Asterisk Live CF card Asterisk Live CF card is, clearly, a compact flash install of asterisk that will give you a complete, running system similar to that of the asterisk live CD. Indeed most things are the same although there have been some additions and changes. To install the CF you will need some way of... Platforms: *nix

License: Freeware Size: 45.3 MB Download (137): Asterisk Live CF card Download

Added: April 08, 2010 | Visits: 3.345

Tournament Pool and Bracket Tracker Tournament Pool and Bracket Tracker is a Java Servlet based generic game tournament pool bracket tracking application suitable especially for the NCAA basketball championship tournament. Features include bracket entering, multiple scoring systems, multiple users, groups, pools, etc.... Platforms: *nix

License: Freeware Size: 6.3 MB Download (230): Tournament Pool and Bracket Tracker Download

Added: May 06, 2010 | Visits: 1.387

Borg Live 0.5 Borg Live is a bootable CD-Rom containing a GNU/Linux operative system, that permits you to boot directly from the CD, without the need of an hard disk installation . The system is based on Slax , the Slackware Linux Live CD.. Platforms: *nix

License: Freeware Size: 375.6 MB Download (116): Borg Live 0.5 Download

Added: March 24, 2010 | Visits: 1.632

Live Writerfox Live Writerfox allows you to blog it from Windows Live Writer. Windows Live Writer is a new desktop application for composing blog posts to your blog service. It blogs a page or selected text to Windows Live Writer. To use it you need to have Windows Live Writer installed on your machine..... Platforms: *nix

License: Freeware Size: 9.22 KB Download (139): Live Writerfox Download

Added: June 22, 2010 | Visits: 1.113

ET Live ET Live project is a live viewer server for "RTCW: Enemy Territory".. Platforms: *nix

License: Freeware Size: 83.97 KB Download (110): ET Live Download

Added: July 05, 2010 | Visits: 1.834

CAM::PDF::Content CAM::PDF::Content is a PDF page layout parser. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->validate() || die Syntax error; print $contentTree->render(CAM::PDF::Render::Text); $pdf->setPageContent(5,... Platforms: *nix

License: Freeware Size: 737.28 KB Download (126): CAM::PDF::Content Download

Added: February 03, 2010 | Visits: 1.688

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

License: Freeware Size: 737.28 KB Download (231): CAM::PDF::GS 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: March 21, 2010 | Visits: 1.293

CAM::XML CAM::XML is an encapsulation of a simple XML data structure. SYNOPSIS my $pollTag = CAM::XML->new(poll); foreach my $q (@questions) { my $questionTag = CAM::XML->new(question); $questionTag->add(-text => $q->{text}); my $choicesTag = CAM::XML->new(choices); foreach my $c... Platforms: *nix

License: Freeware Size: 22.53 KB Download (102): CAM::XML Download

Added: January 05, 2010 | Visits: 1.472

Dyne:bolic live CD Dyne:bolic GNU/Linux is a live bootable cd, containing a whole operating system that works straight from boot, without the need to install or change anything on the hard disk. If you like and want to have it on harddisk you can simply copy the /dyne directory on your computer: the simpliest... Platforms: *nix

License: Freeware Size: 585.6 MB Download (152): Dyne:bolic live CD Download

Added: January 12, 2010 | Visits: 1.266

EDU-Nix Live CD EDU-Nix is a Live CD, this means that it is a complete computer Operating System that runs off of a Compact Disc instead of being installed onto the computers hard drive. EDU-Nix is based upon Gentoo Linux and the K Desktop Environment. EDU-Nix Live CD also contains installation programs for... Platforms: *nix

License: Freeware Size: 700.5 MB Download (107): EDU-Nix Live CD Download

Added: November 23, 2010 | Visits: 1.360

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub... Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: January 06, 2010 | Visits: 1.219

Penny Pool Penny Pool is a small utility to ease the pooling of expenses. It facilitates the administration of many (small) shared expenses, which typically add up to significant amounts. It uses PHP/MySQL/Apache, and has an emphasis on easy installation. A well-known problem in groups of people is how... Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): Penny Pool Download

< 1 2 3 4 5 >