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

Studycard Studio Lite freeware
Filter: All | Freeware | Demo
 

Studycard Studio Lite

< 1 2 3 4 5 > 
Added: August 29, 2008 | Visits: 1.204

TeeChart for .NET Lite TeeChart for.NET Lite is a collection of native C#.NET charting components for graphic development settings in Microsoft`s Visual Studio.NET.In concrete, TeeChart includes hundreds of graphic styles, both in 2D and 3D, 33 mathematic and statistical functions, support for databases and has...



Platforms: Windows

License: Freeware Size: 4 KB Download (174): TeeChart for .NET Lite Download

Released: October 15, 2008  |  Added: April 27, 2010 | Visits: 1.955

KeyOff Lite KeyOff Lite monitors keyboard and mouse and initiates computer shutdown if the there has been no key or mouse activity for 900 seconds. It can be started manually or automatically via the Windows Task Scheduler. The computer shuts down 60 seconds after shutdown is initiated unless shutdown is...





Platforms: Windows

License: Freeware Size: 356.32 KB Download (111): KeyOff Lite Download

Released: March 03, 2009  |  Added: July 28, 2009 | Visits: 2.833

MAGIX Xtreme Print Studio Create matching covers, labels, inlays, and booklets for CDs and DVDs in a flash! MAGIX Xtreme Print Studio is the ideal program for unique CD/DVD cases and labels. Quickly and easily design and print labels, covers, inlays, and booklets. Even complete track listings, shapes, and lines can be...


Platforms: Windows

License: Freeware Size: 24.17 MB Download (220): MAGIX Xtreme Print Studio Download

Added: January 18, 2010 | Visits: 1.273

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

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: March 23, 2010 | Visits: 2.621

Ubuntu Studio Ubuntu Studio project is a multimedia creation flavor of Ubuntu. Ubuntu Studio is aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional. We provide a suite of the best open-source applications available for multimedia creation. Completely free to use, modify and...


Platforms: *nix

License: Freeware Download (817): Ubuntu Studio 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: 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 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: June 18, 2010 | Visits: 1.580

Sound Studio Sound Studio is a Tcl/Tk application written by Paul Sharpe as his third year individual project, for which he received the Microsoft Prize for Software Engineering. It was subsequently improved by Robin Whitehead. It enables recording, playback and simple cut & paste editing of sound files of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (165): Sound Studio 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: 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: July 06, 2010  |  Added: July 17, 2010 | Visits: 2.514

AutoPlay Media Studio Personal Edition AutoPlay Media Studio 8 Personal Edition is a free software development tool for programming interactive multimedia software, database applications, games, Internet tools and more. Learn to create Windows software applications using a visual development environment. The Lua scripting language and...


Platforms: Windows

License: Freeware Size: 46.33 MB Download (195): AutoPlay Media Studio Personal Edition Download

Released: July 10, 2014  |  Added: July 21, 2014 | Visits: 21.232

Free Burning Studio Free Burning Studio includes powerful data, audio and video CD burner features. It can burn an audio CD from MP3, WAV, WMA, and OGG files to an audio CD to play in any standard CD player, burn a data CD that contains any types of files, and burn a video DVD from the movie collections or slideshow...


Platforms: Windows, Windows 7

License: Freeware Size: 4.31 MB Download (131): Free Burning Studio Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 998

DAZ Studio DAZ Studio is a feature rich 3D figure design and 3D animation application that will help you easily create stunning digital imagery. Whether you're a 3D newbie or a 3D professional, you'll find DAZ Studio is the perfect tool for designing unique digital art and animation with virtual people,...


Platforms: Windows, Windows Vista, XPX64, 7

License: Freeware Download (506): DAZ Studio Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 745

Control Studio Professional Edition Control Studio was developed to be an innovative simulation package for prototyping electronic systems. It provides a rapid method of developing circuit ideas, allowing you to consider different 'what if?' scenarios before arriving at a final design solution. for WindowsAll


Platforms: Windows

License: Freeware Download (423): Control Studio Professional Edition Download

< 1 2 3 4 5 >