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

Boilerplate Code freeware
Filter: All | Freeware | Demo
 

Boilerplate Code

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

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 31, 2013 | Visits: 324

django-classy-tags Please refer to the documentation in the docs/ directory for help. For a HTML rendered version of it please see here. The goal of this project is to create a new way of writing Django template tags which is fully compatible with the current Django templating infrastructure. This new way should be...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-classy-tags Download

Added: July 17, 2010 | Visits: 1.205

Glib::CodeGen Glib::CodeGen is a code generation utilities for Glib-based bindings. SYNOPSIS # usually in Makefile.PL use Glib::CodeGen; # most common, use all defaults Glib::CodeGen->parse_maps (myprefix); Glib::CodeGen->write_boot; # more exotic, change everything Glib::CodeGen->parse_maps (foo,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (118): Glib::CodeGen Download

Added: September 07, 2010 | Visits: 1.261

Gtk2::CodeGen Gtk2::CodeGen is a code generation utilities for Glib-based bindings. SYNOPSIS # usually in Makefile.PL use Gtk2::CodeGen; # most common, use all defaults Gtk2::CodeGen->parse_maps (myprefix); Gtk2::CodeGen->write_boot; # more exotic, change everything Gtk2::CodeGen->parse_maps (foo,...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (133): Gtk2::CodeGen Download

Added: September 06, 2013 | Visits: 275

jplaintext jplaintext is a Java library to deal with data from plain text input. Plain text files are still around and sometimes a Java program wants to process data from plain text source. Reading this data into POJO could be lead to lot of boilerplate code for parsing and mapping the values. jplaintext...


Platforms: Mac

License: Freeware Size: 40.96 KB Download (38): jplaintext Download

Added: September 01, 2013 | Visits: 279

SSTCPKit This framework is basically a wrapper for easy setup and removal of boilerplate code for Bonjour and send data via sockets. Only the most essential features are implemented and more error handling will come as well as an iPhone version. Todo Better way of adding framework to the examples....


Platforms: Mac

License: Freeware Size: 81.92 KB Download (36): SSTCPKit Download

Added: November 22, 2013 | Visits: 341

pyCLiFF pyCLiFF is a simple utility designed to remove the boilerplate and annoyances from command line filters. In *nix there is a tradition of using pipes to connact many programs together when processing data. The programs are usually very single transformations on text. This text may come in from a...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): pyCLiFF Download

Added: May 04, 2010 | Visits: 1.117

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: May 26, 2010 | Visits: 871

Pyrex Pyrex is a Language for Writing Python Extension Modules. Pyrex is a language specially designed for writing Python extension modules. Its designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. You may be wondering why anyone...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Pyrex Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 239

BeanForm Tapestry 4.x component that eliminates the boilerplate code necessary to build a POJO edit form, using bean introspection to dynamically build these forms. Includes extra Java Persistence API (EJB3) and Hibernate Validator support for those who need it.


Platforms: Windows, Mac, Linux

License: Freeware Size: 81.54 KB Download (49): BeanForm Download

Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 234

tool to test privates and use patters With dp4j.jar in your project classpath you directly access private members in your tests, w/o Reflection API boilerplate code; It also generates Design Patterns code and compile-time validates implementations. And Compiler & Co work for you again!


Platforms: Windows, Mac, Linux

License: Freeware Size: 340.11 KB Download (48): tool to test privates and use patters Download

Added: May 10, 2013 | Visits: 386

Type-checking decorator This is a decorator that lets you annotate function definitions with argument type requirements. These type requirements are automatically checked by the system at function invocation time. The decorator frees you from writing type-checking boilerplate code by hand.


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

License: Freeware Download (52): Type-checking decorator Download

Added: May 10, 2013 | Visits: 364

Pyjamas 0.4p1 It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application development instead of learning all the "usual"...


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

License: Freeware Download (49): Pyjamas 0.4p1 Download

Added: May 10, 2013 | Visits: 257

Spyce Spyce will not waste your time with * Clunky code reuse constructs * XML, YAML, or a templating language you've never seen before; everything is Python * Manually accessing GET and POST page parameters * Writing boilerplate code for form validation * Editing multiple files for each...


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

License: Freeware Download (53): Spyce Download

Added: July 07, 2013 | Visits: 295

Pyjamas for Linux Pyjamas is a toolkit and library designed to enable writing AJAX applications in Python. Pyjamas is based on Google's GWT, which does the same thing for Java. ike GWT, pyjamas involves the translation of the application and libraries (including UI widgets and DOM classes) to javascript and the...


Platforms: *nix

License: Freeware Size: 1.76 MB Download (39): Pyjamas for Linux Download

Added: August 20, 2013 | Visits: 326

django-generic-mail There is no unified way in our Django projects to send email. Django's own email functions require too much boilerplate code and are not intelligent enough. They are also not class based. Sending email should be as easy as creating an instance of the email class, provide one piece of text, and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-generic-mail Download

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.368

Mihov Code View A program for quick browsing through text files, source code and initialisation files


Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: August 26, 2006 | Visits: 18.209

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Added: January 18, 2010 | Visits: 2.896

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: January 08, 2010 | Visits: 1.599

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

1 2 3 4 5 >