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

Java Code For Radix Sorting freeware
Filter: All | Freeware | Demo
 

Java Code For Radix Sorting

< 1 2 3 4 5 > 
Added: July 12, 2010 | Visits: 1.033

spuug spuug is a little tool that generates the boilerplate code for GObjects. I you dont know what they are, then probably this tool is of little use to you... spuug can be used for plain GObjects, but also for GTK+-widgets etc., and tries to be a bit smart with the code in spits out. Ive been using... Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): spuug Download

Added: July 26, 2010 | Visits: 1.118

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: October 23, 2010 | Visits: 2.217

Quake III Arena Source This is the source code for Quake III Arena version 1.32b, released by id Software. Quake III Arena Source is subject to the terms of the GNU General Public License. While we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didnt get any kind of... Platforms: *nix

License: Freeware Size: 2.9 MB Download (85): Quake III Arena Source Download

Added: March 15, 2010 | Visits: 1.121

Jaffa Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through... Platforms: *nix

License: Freeware Size: 7.66 MB Download (97): Jaffa Download

Added: February 16, 2010 | Visits: 1.048

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each... Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: March 02, 2010 | Visits: 1.058

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: October 13, 2010 | Visits: 943

Class::MethodMaker::V1Compat Class::MethodMaker::V1Compat is a V1 compatibility code for C::MM. SYNOPSIS This class is for internal implementation only. It is not a public API. Class::MethodMaker version 2 strives for backward-compatiblity with version 1 as far as possible. That is to say, classes built with version 1... Platforms: *nix

License: Freeware Size: 88.06 KB Download (102): Class::MethodMaker::V1Compat Download

Added: April 06, 2010 | Visits: 2.050

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: March 21, 2010 | Visits: 2.496

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 (283): Php Object Generator Download

Added: March 12, 2010 | Visits: 853

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: October 02, 2010 | Visits: 924

MyPageKit::MyModel MyPageKit::MyModel is an example Derived Model Class implementing Backend Code for pagekit.org website. This module provides a example of a Derived Model component (Business Logic) of a PageKit website. It is also the code used for old the http://www.pagekit.org/ web site. It contains two... Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): MyPageKit::MyModel Download

Added: August 10, 2010 | Visits: 1.763

Javascript::Menu Javascript::Menu is a NumberedTree that generates HTML and Javascript code for a menu. SYNOPSIS use Javascript::Menu; # Give it something to do (example changes the menus caption): my $action = sub { my $self = shift; my ($level, $unique) = @_; my $value = $self->getValue; return... Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): Javascript::Menu Download

Added: June 21, 2010 | Visits: 939

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }... Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: May 02, 2010 | Visits: 1.200

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is... Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 1.143

RISE PHP for PostgreSQL code generator RISE PHP for PostgreSQL code generator The RISE PHP for PostgreSQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access... Platforms: Windows

License: Freeware Download (50): RISE PHP for PostgreSQL code generator Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 1.217

RISE PHP for MySQL code generator RISE PHP for MySQL code generator The RISE PHP for MySQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and,... Platforms: Windows

License: Freeware Download (66): RISE PHP for MySQL code generator Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 562

JspApeiWiz: Java/JSP code generator JspApeiWiz is a wizard that generates Java/JSP code for a full maintenance of a database table. It is a very easy to use tool that can be integrated in any Java IDE. Platforms: Windows, Mac, Linux

License: Freeware Size: 6.86 KB Download (52): JspApeiWiz: Java/JSP code generator Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 549

Java Barcode for Mac OS A Java library which generates high quality barcode images for Java projects. Barcode for Java supports generating barcode images in - Java Server Side Environment (JSP, Servlet, J2EE) - Java Application (Swing) - Java Reporting (Jasper Reports) Platforms: Mac

License: Freeware Size: 2 MB Download (46): Java Barcode for Mac OS Download

Added: July 12, 2010 | Visits: 1.471

Jamit Jamit is short from Java Access Modifiers Inference Tool and it allows you to infer tighter access modifiers for Java code. Analyzing bytecode, it can find out if fields or methods may be declared private, default, protected, or final. Engineering software with Jamit can thus help increase... Platforms: *nix

License: Freeware Size: 7.5 MB Download (103): Jamit Download

Added: August 22, 2010 | Visits: 707

libvte-java Java-GNOME is a set of Java bindings for GNOME and GTK libraries, so GNOME applications can be written in Java. libvte-java is implemented as a JNI layer that delegates the Java calls out to the underlying C library. Installation: The simplest way to compile this package is: 1. `cd to the... Platforms: *nix

License: Freeware Size: 337.92 KB Download (94): libvte-java Download

< 1 2 3 4 5 >