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

Jitbit Macro Recorder Lite freeware
Filter: All | Freeware | Demo
 

Jitbit Macro Recorder Lite

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

Jabber::Lite Jabber::Lite is a standalone library for communicating with Jabber servers. SYNOPSIS use Jabber::Lite; my $jlobj = Jabber::Lite->new(); $jlobj->connect( %args ); $jlobj->authenticate( %args ); my $stillgoing = 1; while( $stillgoing ){ my $tval = $jlobj->process(); if( $tval == 1 ){... Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): Jabber::Lite Download

Added: July 23, 2010 | Visits: 1.279

Now Playin Lite Now Playin is a Kopete now listening script, "lite" version, by Amy Brodzik. This script does pretty much what the original did with these options set: * Status prefix: "Now Listening: " * No changing the status to away * Set the away message * Do not set the avatar There is no config... Platforms: *nix

License: Freeware Size: 2.05 KB Download (99): Now Playin Lite Download

Added: October 01, 2010 | Visits: 1.196

Filter::Macro Filter::Macro is a Perl module to make macro modules that are expanded inline. SYNOPSIS In MyHandyModules.pm: package MyHandyModules; use Filter::Macro; # lines below will be expanded into callers code use strict; use warnings; use Switch; use IO::All; use Quantum::Superpositions;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: October 07, 2010 | Visits: 1.475

Video Disk Recorder Video Disk Recorder (VDR) is a digital satellite receiver program using Linux and DVB technologies. Video Disk Recorder can record MPEG2 streams, as well as output the stream to TV. It also supports plugins for DVD, DivX, or MP3 playback and more.. A Home Built Digital Satellite Receiver and... Platforms: *nix

License: Freeware Size: 481.28 KB Download (189): Video Disk Recorder Download

Added: July 23, 2010 | Visits: 2.476

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: April 03, 2010 | Visits: 1.052

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: March 25, 2010 | Visits: 1.790

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: February 01, 2010 | Visits: 1.045

Text::Macro Text::Macro Perl module is a template facility whos focus is on generating code such as c, java or sql. While generating perl code is also possible, there is a potential conflict between the control-symbol and the perl comment symbol. Perl is excelent at manipulating text, and it begs the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Text::Macro Download

Added: January 25, 2010 | Visits: 1.273

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 (102): Minalyzer Lite Download

Added: May 11, 2010 | Visits: 1.692

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: July 09, 2010 | Visits: 1.346

Autoconf Macro Archive Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software. The archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake... Platforms: *nix

License: Freeware Size: 542.72 KB Download (127): Autoconf Macro Archive Download

Added: April 11, 2010 | Visits: 1.548

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 (127): XML::DOM::Lite::XPath Download

Added: January 07, 2010 | Visits: 1.024

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

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: August 18, 2010 | Visits: 1.321

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: August 01, 2010 | Visits: 2.211

Dedicated Server Manager Lite DSM Lite a offers a single user login to manage email, mysql, DNS etc from a single interface for an unlimited number of domains. DSM Lite allows companies to offer a no cost solution to entry level server plans or provide web based management and automatic updates of critical Linux based... Platforms: *nix

License: Freeware Download (105): Dedicated Server Manager Lite Download

Released: May 26, 2010  |  Added: June 01, 2010 | Visits: 2.752

Audio Recorder for FREE 2010 Audio Recorder for FREE does exactly as it sounds -- it is an easy-to-use FREE software program that lets you record any sounds from your sound card and save the recording directly into MP3, WMA or WAV files. Audio Recorder for FREE is a perfect audio recorder to record your own voice, music... Platforms: Windows

License: Freeware Size: 10.84 MB Download (465): Audio Recorder for FREE 2010 Download

Released: September 03, 2011  |  Added: October 08, 2011 | Visits: 4.356

Multi Webcam Video Recorder Free Multi Webcam Video Recorder is an excellent free webcam recording tool that can capture video stream from multiple webcams plugged in your computer and save to seperated files directly to your local disk. It is completely free. The video files are saved in Windows Media Format that can be... Platforms: Windows

License: Freeware Size: 884.32 KB Download (709): Multi Webcam Video Recorder Free Download

Released: February 19, 2012  |  Added: March 10, 2012 | Visits: 3.213

Sonarca Sound Recorder Free The best of all, it is a FREE sound recorder. It Supports multiple sound input, audio/video files playback, CD player, line in, microphone, internet radio, even the obsolete tape/VHS cassette or anything else. It is also an online sound recorder to record online audio & video stream. This... Platforms: Windows

License: Freeware Size: 1.57 MB Download (206): Sonarca Sound Recorder Free Download

Released: December 12, 2013  |  Added: February 17, 2014 | Visits: 5.283

Hanso Recorder Hanso Recorder is a feature-rich audio program developed for a wide range of sound tasks such as: converting CDs, tapes, DVDs, live performances, TV sounds, Internet radio, video games and any other sound source into audio files you can easily save on your computer. The software's capabilities... Platforms: Windows, Windows 7

License: Freeware Size: 3.41 MB Download (167): Hanso Recorder Download

< 1 2 3 4 5 >