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

Chord Sequence Generator freeware
Filter: All | Freeware | Demo
 

Chord Sequence Generator

< 1 2 3 4 5 > 
Added: June 13, 2010 | Visits: 884

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): XML::Generator::PerlData Download

Added: September 11, 2010 | Visits: 2.489

Dragon parser generator Dragon is a powerful parser generator. It produces a consequent, object-oriented, integrated scanner and parser solution. Dragon parser generator also scales for very large grammar defintions. Since dragon parses LR(1) grammars, the generation algorithm is quite CPU intensive. Using LR(1)...





Platforms: *nix

License: Freeware Size: 368.64 KB Download (242): Dragon parser generator Download

Added: July 08, 2010 | Visits: 1.423

Flashcards Generator for GRE Prep Flashcards Generator for GRE Prep project is a flashcards Generator for GE Prep. Flashcards are a nice way to prepare for competitive exams like GRE, SAT etc. This program generates Postscript files which you can cut into pieces to create flashcards. When preparing for competetive exams which...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (171): Flashcards Generator for GRE Prep Download

Added: April 19, 2010 | Visits: 2.856

CoC Character Generator Alpha CoC ChaGen is a character generator for Chaousium Incs rpg Call of Cthulhu.CoC CharGen is released under the GNU GPL. It is developed in 100% pure Java, and should hence be usable on any platform with Java support. A main goal for the comming 2.0 release will be an implementation of the Byakhee...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (426): CoC Character Generator Alpha Download

Added: January 10, 2010 | Visits: 3.618

Squid Report Generator SRG is a Squid Report Generator designed for the needs of CRCnet. None of the existing report generators could provide the exact solution that we required and we decided to start from scratch rather than trying to modify an existing progamme. SRG is designed to be fast and easy to integrate in...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (210): Squid Report Generator Download

Added: June 26, 2010 | Visits: 1.183

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: January 14, 2010 | Visits: 1.331

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): Perl IRC Statistics Generator Download

Added: March 16, 2010 | Visits: 1.598

QOF Generator QOF Generator is a project that generates C object source code from HTML/PHP or Perl/XML. Generating new objects for the Query Object Framework is repetitive, tedious, and time consuming. Qof Generator automates this process in PHP to build a working test program linked against QOF. Objects...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (150): QOF Generator Download

Added: May 07, 2010 | Visits: 11.571

Password List Generator Password List Generator is a good tool to create passwords list with makepasswd and save to file.. Password List Generator KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (330): Password List Generator Download

Added: November 15, 2010 | Visits: 1.026

Packetflow Firewall Generator PacketFlow Firewall Generator is an XML based firewall generator. It takes an XML configuration file that defines the firewall policy and generates a list of iptables commands to implement this policy. It is primarily intended for use on dedicated firewalls, but it can be used in other scenarios....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Packetflow Firewall Generator Download

Added: September 21, 2010 | Visits: 1.354

UML::Sequence UML::Sequence is a Perl module to render UML sequence diagrams, often by running the code. SYNOPSIS use UML::Sequence; my $tree = UML::Sequence->new(@methods, @outline, &parse_method); print $tree->build_xml_sequence(Title); To use this package, or see how to use it, see genericseq.pl...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (159): UML::Sequence Download

Added: January 11, 2010 | Visits: 1.051

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: April 09, 2010 | Visits: 1.144

WSDL::Generator WSDL::Generator is a Perl module to generate wsdl file automagically. SYNOPSIS use WSDL::Generator; my $wsdl = WSDL::Generator->new($init); Foo->a_method($param}; print $wsdl->get(Foo); You know folks out there who use another language than Perl (huh?) and you want to release a SOAP...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (152): WSDL::Generator Download

Added: March 21, 2010 | Visits: 2.486

Php Object Generator Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database...


Platforms: *nix

License: Freeware Size: 1024 KB Download (282): Php Object Generator Download

Added: July 09, 2010 | Visits: 1.350

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: January 15, 2010 | Visits: 1.990

Rails Gallery Generator Rails-gallery provides a generator for file upload gallerys. Theres no user management included; the generator just provides the skel for your agile Web gallery. Whats New in This Release: - Added model Gallery - Added multiple-gallery support - Index redirects to show-action - Added...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Rails Gallery Generator Download

Added: May 06, 2010 | Visits: 1.361

Rockbox Cover Generator Rockbox Cover Generator amaroK script is a modded version of RockBox Cover Creator by Adrian. This version is meant for people who use the iRiver in plugged-in mode to listen to music and keep in sync with the mp3s on Harddisk. !!IMPORTANT!! You need to set a root folder for your music on...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (137): Rockbox Cover Generator Download

Added: June 03, 2010 | Visits: 1.273

gnome-chord gnome-chord is a guitar chord index that displays a selected chord on a guitar fretboard. It is released under the GPL which in short means that you can use and distribute it for free. It can be used as a stand alone application (for example you could use it to find how to play a specific chord...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (118): gnome-chord Download

Added: September 26, 2010 | Visits: 4.301

Network Traffic Generator This is a traffic generator. It is used to check what massive amounts of traffic of certain type will do to an intervening network. It does not try to measure throughput or response times. It has been made with the question in mind: If 100 clients does simultaneous TCP transfers for 2 days,...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (525): Network Traffic Generator Download

Added: November 04, 2010 | Visits: 1.701

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (142): Python Web Graph Generator Download

< 1 2 3 4 5 >