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

Simple Info Organizer freeware
Filter: All | Freeware | Demo
 

Simple Info Organizer

< 1 2 3 4 5 > 
Released: February 19, 2011  |  Added: February 26, 2011 | Visits: 4.857

Simple Home Budget Lite Simple Home Budget Lite is a personal budget manager for home users. The program lets you enter transactions of all kinds and analyze income and expenses shown in the summary color-coded Overview chart. At a glance, you'll see what you have and will have coming in, going out, and most...



Platforms: Windows

License: Freeware Size: 2.46 MB Download (359): Simple Home Budget Lite Download

Released: April 24, 2008  |  Added: April 18, 2009 | Visits: 5.743

LeaderTask PDA Organizer Free organizer for pocket PC to organize tasks and shopping lists in a treelike structure. Quick task adding and reliability are the main features of this easy-to-use software. It is fully synchronized with LeaderTask Personal Organizer. LeaderTask PDA Organizer is a mobile version of LeaderTask...





Platforms: Windows CE, Windows

License: Freeware Size: 332 KB Download (747): LeaderTask PDA Organizer Download

Released: September 07, 2009  |  Added: August 04, 2010 | Visits: 2.352

Simple Sticky Notes It's a simple, easy-to-use, absolutely free, fast and efficient taking notes software. Simple Sticky Notes is 100% safe and ads free. Features; -Full unicode support -RichText support -Colourful and Transparent notes -Printable -Snap to desktop edges -Hide/Show all notes option...


Platforms: Windows

License: Freeware Size: 780.33 KB Download (526): Simple Sticky Notes Download

Released: November 16, 2009  |  Added: November 21, 2009 | Visits: 5.733

Free Movie Organizer Free Movie Organizer is an advanced program that allows you to bring order to your collection of movies. Its explorer-like interface is very intuitive. The program keeps all information about your movies in one place. As you add a movie to your collection, Free Movie Organizer downloads its DVD...


Platforms: Windows

License: Freeware Size: 6.33 MB Download (817): Free Movie Organizer Download

Added: January 18, 2010 | Visits: 1.110

Simple Monitor Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Simple Monitor Download

Added: January 18, 2010 | Visits: 1.046

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Added: January 18, 2010 | Visits: 1.669

Very Simple Control Protocol Daemon Very Simple Control Protocol Daemon is a daemon for home automation tasks. VSCP protocol is a very simple and free protocol for SOHO automation tasks & friends. The protocol is so easy that everyone can grasp the idea behind it in a few minutes. Therefore its also very easy to construct and...


Platforms: *nix

License: Freeware Size: 240 MB Download (112): Very Simple Control Protocol Daemon Download

Added: January 18, 2010 | Visits: 1.592

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): XML::Writer::Simple Download

Added: July 05, 2010 | Visits: 1.120

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: October 22, 2010 | Visits: 1.322

Simple Page Archive Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page. It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Simple Page Archive Download

Added: June 15, 2010 | Visits: 1.257

Video::Info::MPEG::Video Video::Info is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the Video::Info...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::MPEG::Video Download

Added: March 10, 2010 | Visits: 1.287

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (112): Video::Info::ASF Download

Added: March 27, 2010 | Visits: 999

Video::Info::FOO Video::Info::FOO is a Perl module for video information. Video::Info::FOO - what is it useful for? an example list: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::FOO; my $video; $video->vcodec; #video codec $video->acodec;...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (103): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.040

Video::Info::RIFF Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::RIFF; my $video; $video = Video::Info::RIFF->new(-file=>$filename); #like this $video =...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.194

Video::Info::Magic Video::Info::Magic can resolve video filetype if possible. SYNOPSIS use strict; use Video::Info::Magic qw(:all); my $type = divine(/path/to/video.mpg ); print $type; #MPEG system stream data (maybe) ## ... see methods below EXPORT various constants related to video file formats....


Platforms: *nix

License: Freeware Size: 634.88 KB Download (92): Video::Info::Magic Download

Added: November 04, 2010 | Visits: 1.361

Video::Info Video::Info can retrieve video properties such as: height width codec fps. SYNOPSIS use Video::Info; my $info = Video::Info->new(-file=>my.mpg); $info->fps(); $info->aspect(); ## ... see methods below Video::Info is a factory class for working with video files. When you create a new...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: September 12, 2010 | Visits: 1.190

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (95): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.177

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: April 24, 2010 | Visits: 1.231

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info Download

Added: January 06, 2010 | Visits: 1.754

Really Simple CalDAV Store Really Simple CalDAV Store project is a server implementation of the CalDAV protocol for storing calendaring resources (iCalendar format) on a remote shared server. An increasing number of calendar clients support the maintenance of shared remote calendars through CalDAV including Mozilla...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (106): Really Simple CalDAV Store Download

< 1 2 3 4 5 >