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

Vector Graph Generator freeware
Filter: All | Freeware | Demo
 

Vector Graph Generator

< 1 2 3 4 5 
Added: January 25, 2010 | Visits: 825

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...



Platforms: *nix

License: Freeware Size: 36.86 KB Download (110): Devel::Graph Download

Added: September 12, 2010 | Visits: 1.480

Graph::Flowchart Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects. SYNOPSIS use Graph::Flowchart; my $flow = Graph::Flowchart->new(); print $flow->as_ascii(); This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (171): Graph::Flowchart Download

Added: April 09, 2010 | Visits: 1.145

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.487

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: January 15, 2010 | Visits: 1.991

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: September 26, 2010 | Visits: 4.304

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: October 23, 2010 | Visits: 3.308

Easy Firewall Generator for IPTables Easy Firewall Generator for IPTables simply generate script for setting iptables. Advantage is its simplicity, because this program is written in PHP. I have generalized it to include a number of features that are commonly used, but it is targeted at single computers or gateways for small...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (187): Easy Firewall Generator for IPTables Download

Added: October 23, 2010 | Visits: 1.178

Generator Generator project is a Sega Genesis (MegaDrive) emulator. Generator is a portable Sega Genesis (Mega Drive) emulator with gtk/SDL, SVGAlib and Tcl/Tk user interfaces. It features its own unique portable 68000 core processor emulation enhanced by recompilation techniques. Whats New in This...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (131): Generator Download

Added: January 03, 2010 | Visits: 1.454

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Added: August 18, 2010 | Visits: 1.021

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: November 01, 2010 | Visits: 1.252

Random Phase Music Generator Random Phase Music Generator is a small program that generates random phase music. Random music has been around for a long time (from Mozarts musical dice game to John Cages chance music), but phase music was invented rather recently by Steve Reich. It would be interesting to combine those...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (113): Random Phase Music Generator Download

Added: May 10, 2010 | Visits: 1.276

CryptNET Password Candidate Generator CryptNET Password Candidate Generator is a password generator. It generates a list of password candidates for the user to choose from by mapping operating system sources of pseudorandomness into printable character arrays using a mod operation. It is capable of generating passwords composed of...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (99): CryptNET Password Candidate Generator Download

Added: May 27, 2010 | Visits: 1.265

NetMap Generator NetMap Generator is a project used to generate a graphical map of your connection with the Internet. It first uses traceroute to make a list of all routers and their interconnections, after which it generates a .dot file. You need the Dotty program to view the graphical representation of you...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (134): NetMap Generator Download

Added: November 18, 2010 | Visits: 1.007

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Added: April 16, 2010 | Visits: 999

XML::Generator::RSS10::dc XML::Generator::RSS10::dc adds support for the Dublin Core (dc) RSS 1.0 module. SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler ); $rss->channel( title => Pants, link => http://pants.example.com/, description => A fascinating pants site,...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): XML::Generator::RSS10::dc Download

Added: January 25, 2010 | Visits: 792

Repeating Motif Generator Repeating Motif Generator... The repeating motif graphic is made with selection of some parameters. There is no problem if you are not good at drawing, because freehand drawing is not necessary.It is difficult to make the graphic you want. Please enjoy the haphazardness. But you will understand...


Platforms: Mac

License: Freeware Download (99): Repeating Motif Generator Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.261

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow...


Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.514

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in...


Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

Released: May 13, 2011  |  Added: May 23, 2011 | Visits: 1.307

Graph Converter Lite Graph Converter Lite Convert all existing paper charts and diagrams to electronic form with this easy to learn program. Just scan the graph, open the image in Graph Converter Lite, calibrate, and the modern algorithm for automatic graphs recognition creates the tables automatically. May be...


Platforms: Windows

License: Freeware Size: 1.92 MB Download (141): Graph Converter Lite Download

< 1 2 3 4 5