Generate Database From Visio
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 368.64 KB | Download (49): PHATDB Download |
Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. SYNOPSES Within an XML file processed by the Java plugin: < sql: query="select foo as f, bar as b from some_table" > or < sql: table="some_table" > Via a template such as: [% USE Java %] [% Use...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 18.43 KB | Download (44): Template::Plugin::JavaSQL Download |
Code to FlowChart is a straight forward application designed to generate flowcharts from source code. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of two parts, Code Editor and FlowChart window.
The FlowChart window is synchronal with...
Platforms: WindowsAll
| License: Freeware | Cost: $0.00 USD | Download (1): Code to FlowChart Download |
If your application is implemented on a relational database and you know SQL and the application's schema, then SQL ICE can: * Generate applications from simple data definitions using the included My Data on the Web * Build complete internet applications, with insert, update, delete, even...
Platforms: Java, Linux, Mac OS X, Unix, Win7 x32, Win7 x64, WinServer, Windows Vista, WinXP
| License: Freeware | Cost: $0.00 USD | Size: 37.84 MB | Download (0): SQL ICE Download |
Database2webXXL provides an easy to use web interface to any database using ODBC or JDBC connections. The web interface has very low requirements which make possible to use any device and browser as client. Database2webXXL enables you to connect to your remote database from anywhere on the world...
Platforms: Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 14.65 MB | Download (234): Database2webXXL Download |
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: Linux
| License: Freeware | Cost: $0.00 USD | Size: 73.73 KB | Download (44): GenericTionary Download |
CStyleX project is a tool to generate documentation from XML interface definitions. CStyleX is a documentation system that uses a ref.xsl and man.xsl XSLT transforms to convert an XML input file describing the interface of a module in a C library into both an HTML reference and man pages....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 15.36 KB | Download (43): CStyleX Download |
PDL::Doc::Perldl are commands for accessing PDL doc database from perldl shell. This module provides a simple set of functions to access the PDL documentation of database, for use from the perldl shell and the pdldoc command-line program. Currently, multiple matches are not handled very well....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 1.1 MB | Download (61): PDL::Doc::Perldl Download |
Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (45): Test::Pod::Snippets Download |
DrawFBP Diagram Generator does not generate diagrams from text, instead it allows the designer to lay out the flow as desired, after which DrawFBP grabs the information from the diagram.
The captured information includes x-y coordinates of blocks and line bends, in an XML file, with an extension...
Platforms: Windows All
| License: Freeware | Cost: $0.00 USD | Download (2): DrawFBP Diagram Generator Download |
Ruby/OpenBase is a ruby extension library to access OpenBase database from Ruby.
Platforms: Macintosh, Mac OSX, Ruby,
| License: Freeware | Cost: $0.00 USD | Download (0): Ruby/OpenBase Download |
The module also implements import functionality in order to fill the database from other sources.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
Platforms: Windows, Macintosh, *nix, Mac OSX, Linux, PHP, BSD Solaris
| License: Freeware | Cost: $0.00 USD | Download (0): Legislature 5.x-0.x-dev Download |
script-based help processing and authoring tool (helpmaker), generates .hlp files, implements GIF animations, blinking text, supports context-sensitive help and popup windows, able to generate documentation from the C++ source code! Includes applications and examples.
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003
| License: Freeware | Cost: $0.00 USD | Size: 4.61 MB | Download (63): HelpTrans Download |
Download3k search plugin for Firefox allows you to search and download Download3k's daily updated software applications database from within your Firefox browser. The results of your search are sorted by relevance and include both freeware and shareware programs. You also get a suggestion box for...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003
| License: Freeware | Cost: $0.00 USD | Size: 172 KB | Download (50): Download3k search plugin |
Download3k toolbar for IE allows you to search Download3k's daily updated software applications database from within your Internet Explorer browser. The results of your search are sorted by relevance and include both freeware and shareware programs. You also get a suggestion box for related...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003
| License: Freeware | Cost: $0.00 USD | Size: 227 KB | Download (46): Download3k Toolbar |
Free codec plugin that allows you to browse a daily updated database from within your mozilla firefox internet browser. To install the plugin simply follow the instructions in the install screen or unpack the files from the downloaded archive to your 'searchplugin' folder located in your Mozilla...
Platforms: Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 110 KB | Download (126): Free Codec Plugin Download |
LyricsFairy search plugin for Firefox allows you to search LyricsFairy's daily updated lyrics database from within your Firefox browser. The results of your search are sorted by relevance and include artists, albums and song lyrics results. You get the most relevant artists, albums and songs...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 4.x, Windows 2000, Windows XP, Windows 2003
| License: Freeware | Cost: $0.00 USD | Size: 97 KB | Download (65): LyricsFairy search plugin Download |
Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (67): Path::Graph Download |
File::Locate is a Perl module to search the (s)locate-database from Perl. SYNOPSIS use File::Locate; print join "n", locate "mp3", "/usr/var/locatedb"; # or only test of something is in the database if (locate("mp3", "/usr/var/locatedb")) { print "yep...sort of mp3 there"; } # do...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 20.48 KB | Download (46): File::Locate Download |
Iconcool Customer Data Manager is a professional customer data management application. It can help you manage and maintain your ever-increasing customer data easily. And it can import your order data into database from well-known ordering systems such as ShareIt, RegSoft, PayPal, RegNow, Iportis,...
Platforms: Windows 2000, Windows XP, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 4.84 MB | Download (38): IconCool Customer Data Manager Download |
