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

Gui Java Code Perl software
Filter: All | Freeware | Demo
 

Gui Java Code Perl

< 1 2 3 4 5 
Added: May 03, 2010 | Visits: 1.083

UMMF::Export::Java UMMF::Export::Java is a code generator for JavaTemplate. SYNOPSIS use UMMF::Export::Java; my $exporter = UMMF::Export::Java->new(output => *STDOUT); my $exporter->export_Model($model); This package allow UML models to be represented as Java code.. Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): UMMF::Export::Java Download

Added: January 14, 2010 | Visits: 742

Bio::Biblio Bio::Biblio is a Bibliographic Query Service module. SYNOPSIS use Bio::Biblio; my $biblio = new Bio::Biblio; print $biblio->find (perl)->get_count . "n"; my $collection = $biblio->find (brazma, authors); while ( $collection->has_next ) { print $collection->get_next; } #The new()... Platforms: *nix

License: Freeware Size: 4.7 MB Download (101): Bio::Biblio Download

Added: September 10, 2010 | Visits: 1.057

SPWrapper SPWrapper project analyzes Oracle database system tables, finds out parameter names and types, and writes the Java code necessary for calling stored procedures. Do you ever needed to use stored procedures from java code? Perhaps you had to write first the stored procedure, then you had to write... Platforms: *nix

License: Freeware Size: 1024 KB Download (100): SPWrapper Download

Added: July 25, 2010 | Visits: 755

PlusPlus PlusPlus is a Delphi, VB, Java-like Perl preprocessor. SYNOPSIS ### Case 1: plain script use PlusPlus; /* This is a long awaited multiline comment */ my $nested_hash = {outer => {inner => {a => 1, b => [19, 73], c => 3}}} $nested_hash.outer.inner.a = 5; # colon in variable names... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): PlusPlus Download

Added: October 15, 2010 | Visits: 980

DBD::JDBC DBD::JDBC is a JDBC proxy driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:JDBC:hostname=$hostname;port=$port;url=$url", $user, $password); # See the DBI module documentation. DBD::JDBC is a Perl module which works in conjunction with a server written in Java to... Platforms: *nix

License: Freeware Size: 1024 KB Download (100): DBD::JDBC Download

Added: January 25, 2010 | Visits: 751

SiteCleaner SiteCleaner is a website content-collection utility for gathering all code and media when publishing your website or delivering them to clients. Optimize server space and deliver professional projects clean of orphaned files. A simple drag & drop builds a new "cleaned" project folder leaving your... Platforms: Mac

License: Shareware Cost: $0.00 USD Download (100): SiteCleaner Download

Added: March 08, 2010 | Visits: 1.162

pilot-link pilot-link is a suite of tools used to connect your Palm or PalmOS compatible handheld with Unix, Linux, and any other POSIX-compatible machine. It works with all PalmOS handhelds, including those made by Handspring, Sony, and Palm, as well as others. pilot-link includes userspace "conduits"... Platforms: *nix

License: Freeware Size: 1.1 MB Download (100): pilot-link Download

Added: November 12, 2010 | Visits: 1.121

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"... Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: June 17, 2013 | Visits: 911

JiBX JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code to a schema that represents the same data. It also provides very... Platforms: Mac

License: Freeware Size: 15.91 MB Download (99): JiBX Download

Added: March 12, 2010 | Visits: 854

JSizer JSizer project is a tool that shows java code size. JSizer reads in a set of jar files and then draws a graph of the current state of the code. The graph has nodes in it and the nodes get their color and size depending on a few things. - Green nodes are packages - Grey nodes are classes... Platforms: *nix

License: Freeware Size: 501.76 KB Download (98): JSizer Download

Added: February 07, 2010 | Visits: 964

Inline::Filters Inline::Filters Perl module contains common source code filters for Inline Modules. Inline::Filters provides common source code filters to Inline Language Modules. Unless youre an Inline module developer, you can just read the next section. Supported Filters This section describes each... Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Inline::Filters Download

Added: November 17, 2010 | Visits: 879

Cobertura Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.. Platforms: *nix

License: Freeware Size: 614.4 KB Download (98): Cobertura Download

Added: July 12, 2010 | Visits: 1.227

Jostraca Jostraca is a general purpose code generation toolkit for software developers. Jostraca project uses JSP syntax and can be configured to use a number of different programming languages. Jostraca is a templating tool for Generative Programming. Jostraca generates code using the Java Server... Platforms: *nix

License: Freeware Size: 942.08 KB Download (98): Jostraca Download

Added: November 10, 2010 | Visits: 1.338

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: August 16, 2010 | Visits: 899

ClearSilver CGI Kit Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, ClearSilver CGI Kit provides a separation between presentation code and application logic which makes working with your project easier. The design of... Platforms: *nix

License: Freeware Size: 583.68 KB Download (97): ClearSilver CGI Kit Download

Added: October 16, 2010 | Visits: 752

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: August 12, 2010 | Visits: 962

DataReel Datareel project is a comprehensive development kit used to build multi-threaded database and communication applications. C++ is a programming language that produces fast executing compiled programs and offers very powerful programming capabilities. Unlike interpreted languages such as JAVA... Platforms: *nix

License: Freeware Size: 1.4 MB Download (96): DataReel Download

Added: April 21, 2010 | Visits: 1.049

Json-lib JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. Json-lib is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text... Platforms: *nix

License: Freeware Download (96): Json-lib Download

Added: July 26, 2010 | Visits: 1.039

LWJGL LWJGL (Lightweight Java Game Library) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library) and... Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): LWJGL Download

Added: March 04, 2010 | Visits: 665

TorqueWrench TorqueWrench project is a tool for analyzing Java code. Using TorqueWrench, software development teams can improve the quality of their products and more easily enforce coding standards. TorqueWrench is an essential tool for organizations doing serious software development.. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (95): TorqueWrench Download

< 1 2 3 4 5