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

Cam Viewer Lite freeware
Filter: All | Freeware | Demo
 

Cam Viewer Lite

< 1 2 3 4 5 > 
Added: June 14, 2010 | Visits: 1.455

Enhanced TightVNC Viewer Enhanced TightVNC Viewer package is a project to add some patches to the long neglected Unix TightVNC Viewer. Enhanced TightVNC Viewer also adds a GUI for Windows and Unix that automatically starts up a STUNNEL SSL tunnel for SSL connections to x11vnc (or any other VNC Server also running an SSL...



Platforms: *nix

License: Freeware Size: 5 MB Download (135): Enhanced TightVNC Viewer Download

Added: May 27, 2010 | Visits: 1.717

Ekspos Image Viewer Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate...





Platforms: *nix

License: Freeware Download (137): Ekspos Image Viewer Download

Added: July 15, 2010 | Visits: 3.716

Browser History Viewer Browser History Viewer allows you to examine the contents of web browser history files and export the data. Currently it supports Internet Explorer and Mozilla/Firefox. Browser History Viewer meant to be a forensics tool. It meant to be a forensics tool. BHV is licensed under the terms of...


Platforms: *nix

License: Freeware Download (471): Browser History Viewer Download

Added: July 23, 2010 | Visits: 2.470

ADOdb Lite ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands. ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase. Whats New in...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (106): ADOdb Lite Download

Added: May 13, 2010 | Visits: 1.225

iSQL-Viewer iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (125): iSQL-Viewer Download

Added: August 14, 2010 | Visits: 1.934

KIPI Plugin: OpenGL Image Viewer While Digikam is a great app for managing your images, it lacks a good and fast image viewer in my opinion. Unfortunately, the fastest image viewer for KDE, Kuickshow, is not available as KIPI plugin. Therefore I wrote this plugin to fill that gap. KIPI Plugin: OpenGL Image Viewer KDE-Apps.org...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): KIPI Plugin: OpenGL Image Viewer Download

Added: March 25, 2010 | Visits: 1.783

SOAP::Lite SOAP::Lite is a client and server side SOAP implementation. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side..


Platforms: *nix

License: Freeware Size: 235.52 KB Download (112): SOAP::Lite Download

Added: January 24, 2010 | Visits: 1.206

Mars MOLA Viewer Mars MOLA Viewer displays a fly-over rendering of the Martian surface, as measured by the Mars Global Surveyor, in real-time 3D animation. Mars MOLA Viewer downloads the Mars Orbiting Laser Altimeter topographic data files and uses them to drive the rendering. The user controls the position and...


Platforms: *nix

License: Freeware Download (105): Mars MOLA Viewer Download

Added: January 25, 2010 | Visits: 1.266

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting....


Platforms: *nix

License: Freeware Download (96): Minalyzer Lite Download

Added: May 11, 2010 | Visits: 1.685

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: October 20, 2010 | Visits: 1.373

tc-viewer tc-viewer provides the ability to watch current transfers that take place in HTB and HFSC traffic shaping classes on specified interface. tc-viewer reads output from: tc -s class show dev iface, and analyzes (for each class) values in lines like this one : Sent 6173259431 bytes 6300224 pkt......


Platforms: *nix

License: Freeware Size: 8.19 KB Download (243): tc-viewer Download

Added: May 26, 2010 | Visits: 1.322

File Activity Viewer File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file. It works like a graphical (with GUI) tail -f. Whats New in This Release: - Add Edit menu with Copy, Clear and Select All functions. - Add possibility to...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): File Activity Viewer Download

Added: April 11, 2010 | Visits: 1.539

XML::DOM::Lite::XPath XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. SYNOPSIS # XPath use XML::DOM::Lite qw(XPath); $result = XPath->evaluate(/path/to/*[@attr="value"], $contextNode); This XPath library is fairly complete - there are still a few functions outstanding which need to...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (115): XML::DOM::Lite::XPath Download

Added: January 07, 2010 | Visits: 1.017

XML::DOM::Lite::XSLT [COPYRIGHT] SYNOPSIS use XML::DOM::Lite qw(Parser XSLT); $parser = Parser->new( whitespace => strip ); $xsldoc = $parser->parse($xsl); $xmldoc = $parser->parse($xml); $output = XSLT->process($xmldoc, $xsldoc);.


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): XML::DOM::Lite::XSLT Download

Added: May 13, 2010 | Visits: 1.143

XML::DOM::Lite XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. SYNOPSIS # Parser use XML::DOM::Lite qw(Parser :constants); $parser = Parser->new( %options ); $doc = Parser->parse($xmlstr); $doc = Parser->parseFile(/path/to/file.xml); # strip whitespace (can be about 30% faster) $doc =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): XML::DOM::Lite Download

Added: June 22, 2010 | Visits: 2.905

Rss Viewer 2.0.0 RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. It is written completely in Java and licensed under the GNU General Public License. Rss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well..


Platforms: *nix

License: Freeware Size: 2.4 MB Download (370): Rss Viewer 2.0.0 Download

Added: March 02, 2010 | Visits: 1.104

K Executable Viewer Kbview - also known as the K Executable viewer - is a program that is designed to allow you to browse most executable formats. At present only ELF is supported. This program is presently in pre-alpha state. While I have a general idea of how I want the development to proceed, and I am taking...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (120): K Executable Viewer Download

Added: November 07, 2010 | Visits: 940

KSystem Viewer KSystem Viewer is a little Kommander bash script what aims see the characteristics of the current system. KSystem Viewer can see hdd capacity or the name/frequency of the processor.. KSystem Viewer KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (112): KSystem Viewer Download

Added: August 18, 2010 | Visits: 1.315

XML::DOM::Lite::Document Document is a XML DOM Lite Document. SYNOPSIS $root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): XML::DOM::Lite::Document Download

Added: July 02, 2010 | Visits: 1.548

XMMS Picture Viewer Input Plugin XMMS Picture Viewer (alias Xmms-Slideshow) is an Input Plugin for XMMS. Although XMMS was mainly intended for use as audio player its features and its broad usage makes it also interesting for use with other medias. An example is eg. the XMMS Mplayer Input Plugin which enables XMMS to play video...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (100): XMMS Picture Viewer Input Plugin Download

< 1 2 3 4 5 >