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

E Card Lite freeware
Filter: All | Freeware | Demo
 

E Card Lite

< 1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 1.475

e-Bot e-Bot is an IRC bot written in Perl. Its main functioning is based on the Socket.pm Perl module, which makes possible its use on most servers that support Perl. This software will require Perl 5. You should be able to start up just by running infobot. If you are using macperl, you will...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (150): e-Bot 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: April 02, 2010 | Visits: 1.095

WML::Card WML::Card is a Perl extension for builiding WML Cards according to the browser being used. SYNOPSIS use WML::Card; my $options= [ [Option 1, http://...], [Option 2, http://...], ]; my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); $c->print;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): WML::Card 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: 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: June 15, 2010 | Visits: 1.992

OpenCT OpenCT implements drivers for several smart card readers. OpenCT comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (195): OpenCT Download

Added: February 09, 2010 | Visits: 1.831

Card Terminal Driver Library Card Terminal Driver Library aims to add support for smart card and magnetic stripe card terminals, such as the IBM 4779, to Linux, and other Posix compatible systems. Things that should get done: 1) Add error checking to all routines (except read/write/open/close4779: those already include...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (206): Card Terminal Driver Library Download

Added: April 05, 2010 | Visits: 4.566

TechniSat Satellite TV-card Linux Driver This driver gives you the capability to work with the MediaFocus Satellite TV card under Linux. This driver contains modules for Zorans multimedia controller ZR36120/ZR36125, Micronas Intermetall Video Pixel Decoder VPX32XX series, Digital Radio Processor DRP3510 (astra digital radio decoder),...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (668): TechniSat Satellite TV-card Linux Driver Download

Added: January 23, 2010 | Visits: 787

E-xmms E-xmms is an Enlightenment epplet, created to control xmms remotely..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): E-xmms Download

Added: March 02, 2010 | Visits: 1.201

e-U Connect e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): e-U Connect Download

Added: April 18, 2010 | Visits: 1.274

E-UAE E-UAE project is a version of UAE, the Ubiquitous Amiga Emulator, with an emulation core largely based on WinUAE. The project attempts to bring many of the great features of WinUAE to non-Windows platforms. This version now finally has a name, E-UAE, since thats what everybody was calling it...


Platforms: *nix

License: Freeware Size: 1024 KB Download (177): E-UAE Download

Added: April 11, 2010 | Visits: 1.541

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

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: 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: March 20, 2010 | Visits: 1.037

Perso Perso can handle different types of identity card numbers (e. g. german/ austrian ID-card and passport). It check the numbers for correctness using the "7-3-1"-checksum algorithm. Also it can extract information from the numbers (e. g. birthday) or generate example numbers using custum values....


Platforms: *nix

License: Freeware Size: 17.41 KB Download (114): Perso Download

Added: August 01, 2010 | Visits: 2.202

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: December 03, 2010  |  Added: December 20, 2010 | Visits: 2.419

E Answer Sheet If you are preparing for any exam that has objective type questions, then E Answer Sheet is for you. You might have purchased any book that contains a lot of objective type questions, that aids you in the preparation for the exam. The Old Way: You take a notebook or a piece of paper and...


Platforms: Windows

License: Freeware Size: 451.29 KB Download (748): E Answer Sheet Download

Released: August 27, 2013  |  Added: September 22, 2013 | Visits: 1.495

X Sticky Notes Lite X Sticky Notes - Simple, effective, useful and user-friendly sticky notes & reminder for windows. It expands the meaning of sticky note with many features: You can let notes stay on top always, or pin notes to desktop, notes always show even pressed Win+D. If you do not want desktop...


Platforms: Windows

License: Freeware Size: 400 KB Download (120): X Sticky Notes Lite Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 859

Three Card Solitaire Three Card Solitaire is a free solitaire card game. Play Three Card Klondike whenever you like, and try to beat your high score every time you play. If you get stuck, just click the undo button and start over from your last turn. Three Card Solitaire has all the features that you would ever want...


Platforms: All

License: Freeware Size: 2.45 MB Download (71): Three Card Solitaire Download

< 1 2 3 4 5 >