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 49.594.950 Times

Sweet Treats freeware
Filter: All | Freeware | Demo
 

Sweet Treats

< 1 2 3 4 5 
Added: April 26, 2010 | Visits: 1.614

Berkley Snoop for Linux 0.3 Berkley Snoop for Linux is a module which adds support for the Snoop protocol, a TCP-aware link layer protocol designed that can improve the performance of TCP over networks of wired and single-hop wireless links. While TCP adapts well to network congestion, it does not adequately handle the...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Berkley Snoop for Linux 0.3 Download

Added: September 23, 2010 | Visits: 1.472

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 (145): e-Bot Download

Added: September 06, 2010 | Visits: 937

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): B::Lint Download

Added: September 06, 2010 | Visits: 991

Text::MacroScript Text::MacroScript is a macro pre-processor with embedded perl capability. SYNOPSIS use Text::MacroScript ; # new() for macro processing my $Macro = Text::MacroScript->new ; while( <> ) { print $Macro->expand( $_ ) if $_ ; } # Canonical use (the filename improves error messages): my...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (128): Text::MacroScript Download

Added: January 23, 2010 | Visits: 1.160

Regina Rexx Interpreter Regina is a Rexx interpreter that has been ported to most Unix platforms (Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, AROS, QNX4.x, QNX6.x BeOS, MacOS X, EPOC32, AtheOS, OpenVMS, SkyOS and OpenEdition. Rexx is a programming language that was...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (151): Regina Rexx Interpreter Download

Added: March 23, 2010 | Visits: 1.106

Logical Logical Desktop is a desktop environment. A "desktop environment" is a program that allows you to do many different things with your computer, but in a consistent way. Desktop environments can be seen as a "dogma" of how things should be done, and how they should look and feel. Examples of...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (90): Logical Download

Added: January 17, 2010 | Visits: 832

Pod::Dsr Pod::Dsr is a Perl module Convert POD data to formatted DSR input SYNOPSIS use Pod::Dsr; my $parser = Pod::Dsr->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.1....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): Pod::Dsr Download

Added: July 16, 2010 | Visits: 902

Funky Funky is an embeddable interpreter and programming language. When was Fnky created? The very first version of Funky was created during my daughters nap on a snowy sunday afternoon. It was slightly refined one evening while my daughter and my wife were both sleeping and I was rocking the babys...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (95): Funky Download

Added: February 07, 2010 | Visits: 843

Aeris Aeris is a nice, light maccy theme for KDE. Enjoy this, and please comment any suggestions you have. Overall design, QtCurve theme, color scheme, (partial) Emerald theme: SaikoBee Design suggestions, The freakin sweet buttons for the Emerald theme: Pox "Insane Vector Man" Special thanks:...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Aeris Download

Added: August 13, 2010 | Visits: 744

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): HTML::Declare Download

Added: August 17, 2010 | Visits: 1.278

Tcl/Tk Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (96): Tcl/Tk Download

Added: May 05, 2010 | Visits: 480

Myco Myco is a Perl module that contains the myco object framework. SYNOPSIS use Myco; ### DB connection Myco->db_connect(@dbconn); Myco->db_disconnect(@dbconn); $storage = Myco->storage; # Tangram connection object ### Object retrieval $obj = Myco->load($id); # retrieval by Tangram...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (90): Myco Download

Added: April 02, 2010 | Visits: 1.374

drawboard drawboard is a Java applet used to make graphical teleconferences (like the whiteboard in Netmeeting). When you draw something on your table, all remote users can see it. It features a client-server architecture and a high-color palette. Installation Unzip Drawboard distribution packet to...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (112): drawboard Download

Added: March 01, 2010 | Visits: 1.158

DITrack 0.5 DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. DITrack is written in Perl and runs in UNIX environment (*BSD, Linux, MacOS X). The project is inspired by the idea of Subissue issue...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): DITrack 0.5 Download

Added: October 23, 2010 | Visits: 732

XML::SAX::ByRecord XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (88): XML::SAX::ByRecord Download

Released: October 14, 2014  |  Added: October 14, 2014 | Visits: 81.660

Photo Collage Max Making collages with frames, clip art, backgrounds and so on is a fun way to arrange your multiple photos into one, is also very sweet to commemorate events such as birthday, wedding, holidays, to share joy with family and friends. Photo Collage Max puts all the templates, masks, shapes and other...


Platforms: Windows, Windows 7

License: Freeware Size: 33.98 MB Download (2138): Photo Collage Max Download

Released: December 29, 2008  |  Added: August 20, 2011 | Visits: 1.961

Free Convert All Music Audio Converter Free Convert All Music Audio Converter Gold is the easiest and fastest audio converter. It has the most explicit interface and buttons. It is easy to use without any technical requirements. You can use Free Convert All Music Audio Converter Gold to convert all audios as mp3, amr, ogg, aac,...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (124): Free Convert All Music Audio Converter Download

Released: December 29, 2008  |  Added: August 23, 2011 | Visits: 2.770

Free Convert Audio to iPhone iPod Music Free Convert Audio to iPhone iPod Music Converter offers easy, completed ways to convert popular audio file formats with friendly interface. The easy-to-use software can help you free convert all audios to your required audio format. Input mp3, amr, ogg, aac, ac3, m4a, wav to convert to mp3,...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (105): Free Convert Audio to iPhone iPod Music Download

Released: December 29, 2008  |  Added: August 24, 2011 | Visits: 1.522

Free Mobile Music Converter Free Mobile Music Converter offers easy, completed ways to convert popular audio file formats as ac3 to mp3, wav to aac, ogg to m4a etc with friendly interface. The easy-to-use software can help you convert all audios to your required audio format. Input mp3, amr, ogg, aac, ac3, m4a, wav to...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (153): Free Mobile Music Converter Download

Released: December 29, 2008  |  Added: August 25, 2011 | Visits: 1.503

Free MP3 Ringtone Converter Free MP3 Ringtone Converter is an effective audio tool to convert ac3 to mp3, m4a to amr, ogg to mp3 etc. You can use Free MP3 Ringtone Converter to convert all audios as mp3, amr, ogg, aac, ac3, m4a to mp3, amr, aac, ac3, m4a easily and quickly. So you can convert between your favorite audio...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (127): Free MP3 Ringtone Converter Download

< 1 2 3 4 5