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

Latest K Lite Mega Pack freeware
Filter: All | Freeware | Demo
 

Latest K Lite Mega Pack

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

K-EncFS K-EncFS is a frontend to the EncFS encrypting utility. If you have a notebook, or personal data on your computer, you really need this application. Encfs is meant to provide security against off-line attacks; ie your notebook is stolen, your backups are stolen.. K-EncFS KDE-Apps.org Community... Platforms: *nix

License: Freeware Size: 317.44 KB Download (116): K-EncFS Download

Added: June 20, 2010 | Visits: 1.111

K.R.S.S K.R.S.S provides a news aggregator for the KDE desktop. K.R.S.S. is a news aggregator for the KDE desktop. It downloads Rich (RDF) Site Summary files from multiple Web sites and displays them on your desktop in a ticker-tape fashion.. Home Site for K.R.S.S. - delivering web content to your... Platforms: *nix

License: Freeware Size: 757.76 KB Download (91): K.R.S.S Download

Added: October 27, 2010 | Visits: 1.486

K-CSS K-CSS project is a simple CSS editor. For now it just highlight a CSS file, but in the future... Is is an "upgrade" of syntaxhighlighter example from Qt examples.. Platforms: *nix

License: Freeware Size: 57.34 KB Download (106): K-CSS Download

Added: January 20, 2010 | Visits: 1.781

Mega Mario Mega Mario is a Mario clone + blood. In the game you play Mario and your task is to free his brother Luigi, who was captured by the evil Bowser. Mario is controlled by Keyboard or Gamepad using the Arrowkeys to walk, Space / A to jump and CTRL / B to run/fire. After reaching a castle the game is... Platforms: *nix

License: Freeware Size: 3.8 MB Download (226): Mega Mario Download

Added: July 23, 2010 | Visits: 2.478

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: 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: January 25, 2010 | Visits: 1.274

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: March 18, 2010 | Visits: 1.170

steam K Beta steam K is a KDE style created by using domino & dekorator. Needed: Dekorator: http://www.kde-look.org/content/show.php?content=31447 Domino: http://www.kde-look.org/content/show.php?content=42804 In this package is included the .rc for domino and the color scheme.. steam K (beta 1)... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): steam K Beta Download

Added: April 11, 2010 | Visits: 1.549

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: September 15, 2010 | Visits: 857

K-yamo K-yamo is a music-organizer for tagging music files (mp3 and ogg atm). K-yamo project is able to clean up complete directorytrees with an easy to use filter-system, and make good structured trees out of them.. Platforms: *nix

License: Freeware Size: 675.84 KB Download (102): K-yamo Download

Added: March 02, 2010 | Visits: 1.112

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: 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: April 15, 2010 | Visits: 1.562

Slackfr Media pack Slackfr Media pack is a set of multimedia packages for the Slackware Linux distribution. It contains: - a52dec - avifile - binaries-codec - divx4linux - faac-1.25 - faad2-2.5 - ffmpeg-snapshot - lame-3.97 - libdv - libdvdcss - libdvdnav - libdvdread - libebml - libfame -... Platforms: *nix

License: Freeware Size: 41.7 MB Download (362): Slackfr Media pack Download

Added: May 21, 2010 | Visits: 1.384

T-ish Pack T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. They fit well with Compiz also. Contents: T-ish - Clearlooks theme T-ish Aguastyle - Clearlooks theme with some pixmap elements T-ish-Ubuntulooks - Ubuntlooks theme T-ish-Ubuntulooks... Platforms: *nix

License: Freeware Size: 665.6 KB Download (182): T-ish Pack Download

Added: July 26, 2010 | Visits: 2.832

MySQL Pack for QNAP TS-101/TS-201 MySQL Pack for QNAP TS-101/TS-201 was created to install MySQL on the QNAP NAS server, TS-101/TS-201. It contains a pre-compiled MySQL server and install programs. The php module supporting MySQL client will be also included if its necessary. The Pack also contains simple webpages for start/stop... Platforms: *nix

License: Freeware Size: 9.9 MB Download (244): MySQL Pack for QNAP TS-101/TS-201 Download

Added: August 01, 2010 | Visits: 2.213

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: July 14, 2010  |  Added: July 19, 2010 | Visits: 3.206

Windows Media Codec Pack Windows Media Codec Pack the freeware codec pack for all version of Windows will play 99% of all video types. DVDs, Xvid, MP4, Real, and many more. Platforms: Windows

License: Freeware Size: 7.04 MB Download (688): Windows Media Codec Pack Download

< 1 2 3 4 5 >