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

Generate freeware
Filter: All | Freeware | Demo
 

Generate

< 1 2 3 4 5 > 
Added: February 01, 2010 | Visits: 1.047

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The...



Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: May 19, 2010 | Visits: 1.161

Convert::GeekCode Convert::GeekCode is a Perl module that can convert and generate geek code sequences. SYNOPSIS use Convert::GeekCode; # exports geek_decode() my @out = geek_decode(q( -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$ P++++$...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Convert::GeekCode Download

Added: November 04, 2010 | Visits: 1.064

Sudoku Savant Sudoku Savant is a simple GUI-driven application to solve and generate Sudoku puzzles through logical means. Sudoku Savant generates and solves standard Sudoku puzzles with anything from 3x3 to 5x6 or 6x5 grids, using the following strategies: - Singletons - Locked candidates - Number...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (104): Sudoku Savant Download

Added: April 03, 2010 | Visits: 1.033

Thunar Thumbnailers Thunar Thumbnailers is a plugin for Thunar file manager, that can generate thumbnails of files inside the file manager. Thunar uses external utilities - so called thumbnailers - to generate previews of certain files. Thunar ships with thumbnailers to generate previews of image and font files...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (104): Thunar Thumbnailers Download

Added: November 04, 2010 | Visits: 803

Apache::MP3 Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 AddType audio/playlist m3u M3U AddType audio/x-scpls pls PLS AddType application/x-ogg ogg OGG # httpd.conf or access.conf <...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (102): Apache::MP3 Download

Added: April 15, 2010 | Visits: 1.103

Generate Numly Copyright Generate Numly Copyright is a Firefox extension that registers documents and blogs for Numly copyright. Numly Numbers are unique identifiers of electronic media and recognized worldwide by electronic publishing companies and electronic content providers. Numly Numbers are simple and quick to...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Generate Numly Copyright Download

Added: February 16, 2010 | Visits: 1.233

SVN::RaWeb::Light::Help SVN::RaWeb::Light::Help is Perl module to generate the Help HTML for SVN::RaWeb::Light. SYNOPSIS Warning! This moduls is auto-generated. FUNCTIONS print_data() Prints the HTML data to the standard output..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): SVN::RaWeb::Light::Help Download

Added: August 06, 2010 | Visits: 680

PloneQuiz PloneQuiz project is a product to generate quiz. A quiz is a list of questions with the appropriate answer(s). Content managers can build quiz easily and present users a report about the errors they did..


Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): PloneQuiz Download

Added: September 27, 2010 | Visits: 816

sfront Sfront project compiles MPEG 4 Structured Audio (MP4-SA) bitstreams into efficient C programs that generate audio when executed. MP4-SA is a standard for normative algorithmic sound, that combines an audio signal processing language (SAOL) with score languages (SASL, and the legacy MIDI File...


Platforms: *nix

License: Freeware Size: 4.5 MB Download (99): sfront Download

Added: April 23, 2010 | Visits: 915

multpsx multpsx is a project used to generate long multiplication worksheets in PostScript. It also generates a self-checking answer key. Usage: echo "123 456" | multpsx | lpr up to 6 multiplication problems can be specified on stdin. The output sheet is intended to have the sides fold back. (The...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): multpsx Download

Added: June 01, 2010 | Visits: 782

pygccxml pygccxmls purpose is to generate an XML description of a C++ program from GCCs internal representation. Since XML is easy to parse, other development tools will be able to work with C++ programs without the burden of a complicated C++ parser. The purpose of pygccxml is to read a GCC-XML...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (99): pygccxml Download

Added: January 18, 2010 | Visits: 1.508

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: February 24, 2010 | Visits: 808

HTML::BarGraph HTML::BarGraph can generate multiset bar graphs using plain HTML. SYNOPSIS use HTML::BarGraph; print graph( direction => h, ### or v or | / - graphminsize => 250, bartype => pixel, ### or html barlength => 100, barwidth => 10 , baraspect => .03, color => blue, colors => [ blue, red,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): HTML::BarGraph Download

Added: January 22, 2010 | Visits: 747

Apache::MP3::Sorted Apache::MP3::Sorted is a Perl module to generate sorted streamable directories of MP3 files. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Sorted PerlSetVar SortFields...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (97): Apache::MP3::Sorted Download

Added: January 13, 2010 | Visits: 1.134

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Added: August 06, 2010 | Visits: 1.104

PHATDB PHATDB project is a tool to generate database and signature files for mCD (enhanced cd) / Kenwood ACDrive Car Stereo Head Units. Building You need libid3tag and openssl (libcrypto) to build phatdb. ./configure make make install Usage ACDrive USB headunits understand FAT formatted disk...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (96): PHATDB Download

Added: April 12, 2010 | Visits: 861

Plone RSS2 Syndication Plone RSS2 Syndication is a product used to generate RSS2 feeds in Plone sites. Plone RSS2 Syndication (qRSS2Syndication) is a product designed by Quintagroup to generate RSS2 feeds in Plone sites. qRSS2Syndication includes support of audio and video feeds. qRSS2Syndication allows the...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (96): Plone RSS2 Syndication Download

Added: September 08, 2010 | Visits: 1.550

SILVERCODERS T-Script SILVERCODERS T-Script is a scripting language which primary purpose is to generate text files. It can be useful for processing template files based on some additional data retrieved from data sources like sql databases or other text files. T-Script can be easly embedded into your application...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): SILVERCODERS T-Script Download

Added: March 08, 2010 | Visits: 793

Parse::RecDescent Parse::RecDescent is a Perl module to generate Recursive-Descent Parsers. SYNOPSIS use Parse::RecDescent; # Generate a parser from the specification in $grammar: $parser = new Parse::RecDescent ($grammar); # Generate a parser from the specification in $othergrammar $anotherparser =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): Parse::RecDescent Download

Added: August 21, 2010 | Visits: 937

GenericTionary GenericTionary is a multilingual dictionary software which makes it possible to generate dictionaries from flat files, to import the dictionaries which are generated with itself, and to export them back to flat files. It can handle multiple dictionaries. GenericTionary has been developed using...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (95): GenericTionary Download

< 1 2 3 4 5 >