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

Generating freeware
Filter: All | Freeware | Demo
 

Generating

< 1 2 3 4 5 
Added: October 18, 2010 | Visits: 781

HaXml HaXml is a collection of utilities for parsing, transforming, filtering and generating XML documents using Haskell. Its basic facilities include: - a parser for XML, - a separate error-correcting parser for HTML, - an XML validator, - pretty-printers for XML and HTML. For processing XML...



Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): HaXml Download

Added: April 17, 2010 | Visits: 756

LAFmessage LAFmessage is a feature-complete library for fetching, parsing, generating and delivering MIME-compliant email messages. The project has C++, JNI (Java) and Win32 COM APIs. For generating mail messages, LAFmessage provides an object-oriented API that represents all the pieces of a message and...





Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): LAFmessage Download

Added: April 25, 2010 | Visits: 842

HTML::Widgets::NavMenu HTML::Widgets::NavMenu is a Perl module for Generating HTML Navigation Menus. SYNOPSIS use HTML::Widgets::NavMenu; my $nav_menu = HTML::Widgets::NavMenu->new( path_info => "/me/", current_host => "default", hosts => { default => { base_url => "http://www.hello.com/" }, },...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (93): HTML::Widgets::NavMenu Download

Added: April 05, 2010 | Visits: 800

Audio::DB Audio::DB are tools for generating relational databases of MP3s. SYNOPSIS use Audio::DB; my $mp3 = Audio::DB->new(-user =>user, -pass =>password, -host =>db_host, -dsn =>music_db, -adaptor => mysql); $mp3->initialize(1); $mp3->load_database(-dirs =>[/path/to/MP3s/], -tmp =>/tmp);...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (93): Audio::DB Download

Added: May 12, 2010 | Visits: 1.042

JBootCat JBootCat is a Java implemention of the BootCat scripts written by Marco Baroni et al for generating corpora from the Internet. JBootCats main goal is to encapsulate the BootCat functionality within a user-friendly desktop application. The advantage of using the Java platform is that JBootCat...


Platforms: *nix

License: Freeware Size: 1013.76 KB Download (93): JBootCat Download

Added: July 13, 2013 | Visits: 1.314

AuctionGallery AuctionGallery is a terminal script that creates picture galleries for the purpose of putting them into auctions like eBay, Yahoo Auctions, etc. It can also be used to automatically generate HTML templates for auction description. It is aimed at powersellers who have hundreds of products listed...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): AuctionGallery Download

Added: May 15, 2010 | Visits: 1.001

AudiStat AudiStat is a PHP application for generating and showing web statistics for your website. With AudiStat you can get statistics about hit counts, referring page, visitors country, visitors domain name, etc. The statistics presentation page can be customized with your html code..


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): AudiStat Download

Added: January 15, 2010 | Visits: 987

HTML::CalendarMonthSimple HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. SYNOPSIS use HTML::CalendarMonthSimple; $cal = new HTML::CalendarMonthSimple(year=>2001,month=>2); $cal->width(50%); $cal->border(10); $cal->header(Text at the top of the Grid); $cal->setcontent(14,"Valentines...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): HTML::CalendarMonthSimple Download

Added: October 04, 2010 | Visits: 1.130

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets Download

Added: June 09, 2013 | Visits: 884

pyFLTK JNI++ is a set of two code generating utilities and a core C++ library that simplify programming to the Java Native Interface (JNI) with C++. The first of these utilities is used to generate C++ "proxy" classes given a Java class or interface, and is useful for "automating" Java objects from C++....


Platforms: *nix

License: Freeware Size: 1.38 MB Download (91): pyFLTK Download

Added: February 06, 2010 | Visits: 965

JDBCImporter JDBCImporter provides a consistent mechanism for importing data from a file to a database, exporting data from a database to a file, and generating data. JDBCImporter API can run from the command line using an XML config file or from inside an Ant build script. It works with CSV, fixed data,...


Platforms: *nix

License: Freeware Size: 1024 KB Download (91): JDBCImporter Download

Added: October 25, 2010 | Visits: 740

coNCePTuaL coNCePTuaL software is a tool designed to facilitate rapidly generating programs that measure the performance and/or test the correctness of networks and network protocol layers. coNCePTuaL centers around a simple, domain-specific progamming-language; a few lines of coNCePTuaL code can produce...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (91): coNCePTuaL Download

Added: March 08, 2010 | Visits: 886

Latemp Latemp project (a play on "Template") is a content management system based on Website Meta Language, a powerful framework for generating static HTML. Latemp allows one to create attractive, themable sites, which are very usable, accessible and fully standards compliant. Latemp is open-source...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): Latemp Download

Added: August 12, 2010 | Visits: 610

MersenneTwister MersenneTwister is a C++ class for generating random numbers. It was designed with consideration of the flaws in various other generators. The period, 2^19937-1, and the order of equidistribution, 623 dimensions, are far greater. The generator is also fast; it avoids multiplication and...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (89): MersenneTwister Download

Added: June 11, 2010 | Visits: 1.080

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 628

Height Map Editor Height Map Editor is a program meant for editing, generating and manipulating height maps (terrains) that can be used in terrain rendering engines, or even as clouds.


Platforms: Windows, Mac, Linux

License: Freeware Size: 253.5 KB Download (79): Height Map Editor Download

Added: November 05, 2013 | Visits: 1.007

Packet Flood Generator Packet Flood Generator as the name stands is a projet to produce a threaded traffic generator program, it has support for generating IP, TCP , UDP, ICMP and IGMP packets, also has as feature to keep the connection up.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (75): Packet Flood Generator Download

Added: May 20, 2013 | Visits: 883

PHP DataGrid (AJAX Enabled) - PHP Data Grid Web Control PHP DataGrid (AJAX Enabled) script is a simple, innovative and powerful tool for generating data-bound grid control.It was specially designed for web developers. The PHP DataGrid is excellent for all PHP database-driven web sites and online-based data administration; it is also useful for dynamic...


Platforms: PHP

License: Freeware Size: 1.31 MB Download (74): PHP DataGrid (AJAX Enabled) - PHP Data Grid Web Control Download

Released: April 22, 2015  |  Added: April 28, 2015 | Visits: 911

BeepChecker BeepChecker is a tiny portable Windows program that plays the standard Windows beep sounds: the Information, Question, Warning, or Error sounds. It also lets you play custom beeps by generating simple tones on the speaker. Use BeepChecker to familiarize yourself with the sound of the different...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 98 KB Download (71): BeepChecker Download

Added: May 10, 2013 | Visits: 593

xslfo2pdf 0.1b1 xslfo2pdf is an opensource project of Tegonal GmbH to provide a plain PHP based approach generating PDF document from the xsl-fo standard. The initial release will support basic features.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): xslfo2pdf 0.1b1 Download

< 1 2 3 4 5