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

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

Gui Java Code Perl

< 1 2 3 4 5 
Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 1.000

Navicoder Lite IDE for Java (Java editor for windows) NaviCoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. NaviCoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. NaviCoder features an intuitive interface and...



Platforms: Windows

License: Freeware Size: 10.5 MB Download (610): Navicoder Lite IDE for Java (Java editor for windows) Download

Added: February 07, 2010 | Visits: 955

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: March 07, 2006 | Visits: 3.441

Component Conversion Utility The Component Conversion Utility is designed to minimize the time needed to create skeleton code in a variety of languages. Given a database connection, for example, the CCU can use existing tables to create skeleton Java code. In addition to translating programming languages, it allows a user to...


Platforms: Windows, Mac, *nix

License: Freeware Size: 500 KB Download (182): Component Conversion Utility Download

Added: November 10, 2010 | Visits: 1.328

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: July 01, 2010 | Visits: 764

Devel::tcltkdb Devel::tcltkdb is a Perl debugger using a Tk GUI. tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface..


Platforms: *nix

License: Freeware Size: 317.44 KB Download (91): Devel::tcltkdb Download

Added: February 24, 2010 | Visits: 871

Devel::ptkdb Devel::ptkdb is a Perl debugger using a Tk GUI. ptkdb is a debugger for perl that uses perlTk for a user interface..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (95): Devel::ptkdb Download

Added: May 19, 2010 | Visits: 1.151

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: May 23, 2010 | Visits: 789

X11::GUITest X11::GUITest is a Perl package intended to facilitate the testing of GUI applications by means of user emulation. X11::GUITest can be used to test and interact with GUI applications which have been built in some fashion (X toolkit, GTK+, Qt, Motif, etc.) upon the X library.. Get X11::GUITest at...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): X11::GUITest Download

Added: September 17, 2010 | Visits: 972

ldict ldict project uses the Net::Dict and Gtk modules to make a GUI dictionary lookup program. The source code may be useful to others trying to code perl and gtk....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): ldict Download

Added: July 25, 2010 | Visits: 981

AAC::Pvoice AAC::Pvoice is a Perl module to create GUI software for disabled people. SYNOPSIS use AAC::Pvoice # this includes all AAC::Pvoice modules AAC::Pvoice is a set of modules to create software for people who cant use a normal mouse and/or keyboard. To see an application that uses this set of...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): AAC::Pvoice Download

Added: March 02, 2010 | Visits: 1.050

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: November 17, 2010 | Visits: 873

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: February 05, 2010 | Visits: 960

Hardware::Vhdl::Lexer Hardware::Vhdl::Lexer is a Perl module that can split VHDL code into lexical tokens. SYNOPSIS use Hardware::Vhdl::Lexer; # Open the file to get the VHDL code from my $fh; open $fh, <, device_behav.vhd || die $! # Create the Lexer object my $lexer = Hardware::Vhdl::Lexer->new({...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (107): Hardware::Vhdl::Lexer Download

Added: June 01, 2010 | Visits: 871

Devel::Messenger Devel::Messenger is a Perl module who let your code talk to you. SYNOPSIS use Devel::Messenger qw{note}; # set up localized subroutine local *note = Devel::Messenger::note { output => print, level => 2, pkgname => 1, linenumber => 1, wrap => ["< !--", "-- >n"], }; # print a note...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Devel::Messenger Download

Added: January 25, 2010 | Visits: 826

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: November 12, 2013 | Visits: 2.187

Java Application Monitor API Java Application Monitor (JAMon) project is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, and application scalability....


Platforms: *nix

License: Freeware Size: 1.5 MB Download (138): Java Application Monitor API Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 558

Java Mechanic Java Mechanic is a small, easy to use application specially designed to offer users a tool that can load Java applications and applets. Modify public, private and protected fields and activate methods while the target application is running. Also decompiles, recompiles, or saves any loaded...


Platforms: Windows

License: Freeware Download (47): Java Mechanic Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 493

Agent.GUI Agent.GUI is built to be a useful framework, which addresses the utilization of Multi-Agent systems (MAS) and Multi-Agent based simulations (MABS). Agent.GUI comes with a predefined Graphical User Interface. The GUI can be extended by developers in order to address the needs of engineers,...


Platforms: Windows

License: Freeware Download (51): Agent.GUI Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 679

SWT Win32 Extension SWT Win32 Extension is specially designed as a software development kit that enables the user to work with native code from Java programs without using JNI. SWT Win32 Extension provides quite a number of integration features to make your Java application look and behave like a Win32 citizen.


Platforms: Windows

License: Freeware Download (52): SWT Win32 Extension Download

Added: May 10, 2013 | Visits: 565

Java Modeling Language 5.6 RC2 The Java Modeling Language (JML) is a behavioral interface specification language that can be used to specify the behavior of Java modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages,...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): Java Modeling Language 5.6 RC2 Download

< 1 2 3 4 5