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

Article Create And Submit freeware
Filter: All | Freeware | Demo
 

Article Create And Submit

< 1 2 3 4 5 > 
Added: February 12, 2010 | Visits: 927

MLDBM::TinyDB MLDBM::TinyDB is a Perl module that can help you to create and manipulate structured MLDBM tied hash references. SYNOPSIS use MLDBM::TinyDB; ## or use MLDBM::TinyDB qw/db add_common/; @common = qw/created updated/; ## optional $tree = [TABLE, FIELDS_LIST, [TABLE1, FIELDS_LIST1,...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): MLDBM::TinyDB Download

Added: February 10, 2010 | Visits: 872

Firedrop2 Firedrop2 is a client-side blog tool that makes it possible to create and maintain your blogs on your PC. Firedrop2 project supports RSS feeds, categories, and archives and accepts HTML, Sextile, Textile, and ReST markup. It has a powerful macro and templating system and can automatically FTP...





Platforms: *nix

License: Freeware Size: 1.3 MB Download (94): Firedrop2 Download

Added: April 15, 2010 | Visits: 1.184

libpng 1.2.19 / 1.2.20 Beta libpng (PNG library) is a collection of routines used to create and manipulate PNG format graphics files. The PNG file format was designed as a replacement for GIF and, to a lesser extent, TIFF, with many improvements and extensions. Whats New in 1.2.19 Stable Release: - A major rewrite of...


Platforms: *nix

License: Freeware Download (128): libpng 1.2.19 / 1.2.20 Beta Download

Added: October 26, 2010 | Visits: 1.097

Konqueror Burning Sidebar Konqueror Burning Sidebar is a KDE ioslave and sidebar that lets you create and burn CDs or DVDs from Konqueror. K3b provides most of the backend. (Used to be called kio_burn) The sidebar currently supports burning data and audio CDs. Quick start guide: The interface for version 0.8 is...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (98): Konqueror Burning Sidebar Download

Added: May 11, 2010 | Visits: 802

Writemime Writemime project is a simple C++ package that makes it easy to create and send MIME (Multipurpose Internet Mail Extension) messages in a C++ program. Writemime is free and covered by a BSD-like license. Writemime will let you create two kinds of MIME messages: Simple messages with a single...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (91): Writemime Download

Added: June 14, 2010 | Visits: 945

Plume Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. Stations root filesystem is extensively based on Debian with as few new packages as possible. It is clean and lean, as well as easy to understand and adapt if needed. It is all...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (100): Plume Download

Added: August 14, 2010 | Visits: 739

Kejsare Kejsare is an editor to create and modify WSGUI information. WSGUI concepts are used to dynamically invoke web services in a human-friendly way. The editor integrates with Qt Designer, translation tools and the Kung and Dynvoker invokers for previewing. Formerly simply dubbed WSGUI Editor,...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): Kejsare Download

Added: March 23, 2010 | Visits: 991

Wyneken Wyneken project is a content-oriented text processor that makes your life as a student easier by allowing you to create and manage digital notebooks. Wyneken is a content-oriented text processor that makes your life as a student easier by allowing you to create and manage digital notebooks....


Platforms: *nix

License: Freeware Size: 3.4 MB Download (95): Wyneken Download

Added: November 26, 2010 | Visits: 1.952

Asterisk Soap API 0.0.1 Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features. Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.. Download KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Download (135): Asterisk Soap API 0.0.1 Download

Added: September 08, 2010 | Visits: 1.089

Curses::UI::TextEditor Curses::UI::TextEditor module can create and manipulate texteditor widgets. CLASS HIERARCHY Curses::UI::Widget Curses::UI::Searchable | +----Curses::UI::TextEditor SYNOPSIS use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add(window_id, Window); my $editor = $win->add(...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (112): Curses::UI::TextEditor Download

Added: September 09, 2010 | Visits: 1.186

Devel::Cover::Truth_Table Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. SYNOPSIS use Devel::Cover::Truth_Table; # $a || $b my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1); # $c && $d my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (173): Devel::Cover::Truth_Table Download

Added: September 08, 2010 | Visits: 950

cmix CMIX is a computer music "language" designed to create and manipulate soundfiles, or files containing raw binary data which can be converted into sound on a computer equipped with an appropriate digital-to-analog convertor. It is somewhat similar to CSOUND and CMUSIC (two other popular software...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (92): cmix Download

Added: October 16, 2010 | Visits: 1.848

IceWM Theme Designer The IceWM Control Panel (IceWMCP) IcePref2 Theme Designer tool allows you to easily create and modify themes for IceWM. IceWM Control Panel (IceWMCP) is the first full-featured, Gtk-based control panel for IceWM. It is meant to run in IceWM, but can be used in ANY window manager as a...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (173): IceWM Theme Designer Download

Added: September 09, 2010 | Visits: 2.508

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: August 04, 2010 | Visits: 747

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox Download

Added: June 25, 2010 | Visits: 1.113

Mediastreamer Mediastreamer is library written in C that allows you to create and run audio and video streams. It is designed for any kind of voice over IP applications. It features RTP connectivity, audio codecs (Speex, iLBC, G711, GSM), video codecs (MPEG4, H263, Theora), I/O from soundcards, wav files,...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (111): Mediastreamer Download

Added: June 13, 2010 | Visits: 631

cutee cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): cutee Download

Added: September 07, 2010 | Visits: 546

TableMatrix TableMatrix is a Perl module that can create and manipulate tables. Synopsis $table = $parent->TableMatrix(?options?); STANDARD OPTIONS -anchor -background -cursor -exportselection -font -foreground -highlightbackground -highlightcolor -highlightthickness -insertbackground...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (87): TableMatrix Download

Added: January 25, 2010 | Visits: 672

ANGO Note ANGO Note lets you create and read encrypted notes. Used algorithm is 128-bit Blowfish.


Platforms: Mac

License: Freeware Download (94): ANGO Note Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 855

Stamp Page Creator Stamp Page Creator is an easy to use program designed to help you create and print pages for stamp albums. The program has easy graphical user interface. User of the program will always see print preview of the currently edited page. The program uses XML-files for storing stamp album projects....


Platforms: Windows

License: Freeware Download (57): Stamp Page Creator Download

< 1 2 3 4 5 >