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

Vivitar Mini Cam Usb software
Filter: All | Freeware | Demo
 

Vivitar Mini Cam Usb

< 1 2 3 4 5 > 
Released: March 01, 2012  |  Added: December 05, 2012 | Visits: 4.663

USB for Remote Desktop Access your local USB devices while working in remote Windows session. Sometimes, while working in remote desktop, you need access to your local devices. You can easily redirect disk drive or a printer into remote Windows session. But why can't you redirect all the rest of your USB devices just...



Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 7.93 MB Download (291): USB for Remote Desktop Download

Released: January 11, 2008  |  Added: July 15, 2008 | Visits: 14.982

USB Drive Monitor Software PC USB port monitor inspection utility captures entire details of incoming and outgoing data of a connected USB device into the client computer in Local Area Network and save all information in text or html format log file. USB drive activity monitoring software alert to you by CPU sound or...





Platforms: Windows

License: Shareware Cost: $120.00 USD Size: 2.84 MB Download (387): USB Drive Monitor Software Download

Released: August 26, 2012  |  Added: September 20, 2012 | Visits: 17.437

USB Virus Scan USB Virus Scan provides 100% antivirus protection against any usb viruses trying to attack via USB flash drive. When an USB device such pen drive is inserted into your computer, it will automatically scan it, block and remove virus(newfolder.exe virus), also it can remove recycler virus causing...


Platforms: Windows

License: Shareware Cost: $25.95 USD Size: 3.76 MB Download (3774): USB Virus Scan Download

Released: July 26, 2008  |  Added: August 23, 2008 | Visits: 2.082

TimePanic for USB drives TimePanic for USB drives is a time tracking application for anyone who works on a computer. It tracks your hours on a per project basis, distinguishes between billable and non-billable tasks, lets you enter comments, manages your absences, calculates overtime and prints reports. TimePanic for USB...


Platforms: Windows

License: Shareware Cost: $48.00 USD Size: 4.73 MB Download (122): TimePanic for USB drives Download

Released: June 26, 2012  |  Added: July 25, 2012 | Visits: 4.824

USB Drive Antivirus USB Drive Antivirus provides 100% antivirus protection against any viruses trying to attack via removable media.When an USB device is inserted into your computer, it will automatically scan it, block and delete usb virus and trojans. Compare with other antivirus solutions, you will find out its...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 4.46 MB Download (938): USB Drive Antivirus Download

Released: May 06, 2012  |  Added: May 15, 2012 | Visits: 1.626

Automatic USB Backup USB Backup Software for Automatic Backup to and from any external USB hard drive, USB flash, USB stick, etc. With the USB backup configure wizard, you can setup a normal USB hard disk as a USB backup drive. Connect the USB backup drive to computer's USB Port, then the backup will start...


Platforms: Windows

License: Shareware Cost: $48.00 USD Size: 2.49 MB Download (113): Automatic USB Backup Download

Released: March 11, 2024  |  Added: March 19, 2024 | Visits: 1.167

USB Media Recovery Removable media data retrieval tool is easy and cost-effective way to recover your deleted or lost data files from various kinds of removable storage media like USB drive, pen drive, Memory card, geek stick, external hard disk. Memory stick files restoration tool restore files folders documents...


Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $46.00 USD Size: 605.09 KB Download (126): USB Media Recovery Download

Released: July 14, 2009  |  Added: July 17, 2009 | Visits: 1.723

Network USB Sentry Network USB Sentry offers an simple yet effective control of portable media usage in the corporate network.It helps in preventing data theft and cyber crime possibilities through misuse of corporate data. Network USB Sentry effectively keeps a tight control of the portable media usage by...


Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 2.77 MB Download (121): Network USB Sentry Download

Released: October 02, 2009  |  Added: October 20, 2009 | Visits: 2.278

Panda USB Vaccine Panda USB Vaccine is a free utility from Panda Security which helps prevent malware infections due to the autorun feature of Windows. Once executed the user can choose two types of vaccinations: Computer Vaccination or USB Drive Vaccination.


Platforms: Windows

License: Freeware Size: 828.96 KB Download (347): Panda USB Vaccine Download

Added: January 18, 2010 | Visits: 1.769

CPAN::Mini::Extract CPAN::Mini::Extract is a Perl module that can create CPAN::Mini mirrors with the archives extracted. SYNOPSIS # Create a CPAN extractor my $cpan = CPAN::Mini::Extract->new( remote => http://mirrors.kernel.org/cpan/, local => /home/adam/.minicpan, trace => 1, extract =>...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): CPAN::Mini::Extract Download

Added: July 05, 2010 | Visits: 1.826

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.681

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 (225): CAM::PDF::GS Download

Added: February 09, 2010 | Visits: 1.347

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.382

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.285

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: November 13, 2010 | Visits: 2.267

Logitech MediaPlay Cordless Mouse USB Linux driver Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice. The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Logitech MediaPlay Cordless Mouse USB Linux driver Download

Added: July 08, 2010 | Visits: 1.415

GoblinX Mini Edition GoblinX Mini Edition is a son of GoblinX and contains only XFCE as windows manager and GTK2/GTK based applications. The edition is indicated for those users whose want to remaster the distro and also those with difficulties to download more than three hundreds of megabytes, original size of...


Platforms: *nix

License: Freeware Size: 167 MB Download (130): GoblinX Mini Edition Download

Added: November 14, 2010 | Visits: 1.888

USB Launcher USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher. ctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then do: ctlmissile up ctlmissile down ctlmissile...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (188): USB Launcher Download

Added: November 08, 2010 | Visits: 1.019

usb-mount usb-mount project provides desktop integration for systems using the hotplug scripts and the KDE desktop. It automatically mounts and unmounts USB storage partitions and modifies the users desktop, via the addition of icons representing USB storage device partitions. The user can interact with...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): usb-mount Download

Added: July 25, 2010 | Visits: 1.381

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

< 1 2 3 4 5 >