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

Boilerplate freeware
Filter: All | Freeware | Demo
 

Boilerplate

1 2 > 
Added: July 12, 2010 | Visits: 1.032

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: January 26, 2010 | Visits: 969

MIMEDefang MIMEDefang is a flexible MIME email scanner designed to do all kinds of email processing, including anti-virus scanning, anti-spam scanning, replacing parts of messages with URLs, adding boilerplate disclaimers, and so on. It can alter or delete various parts of a MIME message according to a... Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): MIMEDefang Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 511

ReplyButler: Outlook boilerplate texts How often did you type "Dear Mrs. ..." and added a few words that were almost always the same? Why bother with such repetitive task? We don't and you shouldn't either That's why we created the ReplyButler, an add-on for Microsoft Oulook that saves you from a lot of boring typing (and typos).... Platforms: Windows

License: Freeware Size: 2.36 MB Download (48): ReplyButler: Outlook boilerplate texts Download

Added: August 25, 2013 | Visits: 909

Dashboard Post-it Adds a simple 'Post-it' widget to the Dashboard that allows you to leave yourself or other authors a note. The plugin can be configured and moved around as any other Dashboard widget. It will accept plain text or (sanitized) HTML. Only users with the capability "Edit dashboard" can edit the... Platforms: PHP

License: Freeware Size: 10 KB Download (53): Dashboard Post-it Download

Added: December 02, 2013 | Visits: 630

SongCue SongCue (tm) is radio automation software for the masses. Originally known as autoradio (changed for domain name availability), this software is intended to target low-end radio installations where money is particularly tight by offering a relatively flexible environment for music automation... Platforms: Mac

License: Freeware Size: 266.24 KB Download (57): SongCue Download

Added: September 06, 2013 | Visits: 277

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: 281

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

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: August 07, 2013 | Visits: 374

ZM::Template In an ideal web system, the HTML used to build a web page would be kept distinct from the application logic populating the web page. ZM::Template is a Perl module that tries to achieve this by taking over the chore of merging runtime data with a static HTML template. Template can contain SSI... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): ZM::Template Download

Added: November 22, 2013 | Visits: 343

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: January 14, 2006 | Visits: 4.655

SmartBoardXP You need how many clicks to paste!!? with your current Clipboard Extender? If it's SmartBoardXP the answer is almost certainly a lot fewer! SmartBoardXP won't get in the way by taking over large areas of your screen like other clipboard extenders either! SmartBoardXP will save you lots of time,... Platforms: Windows

License: Freeware Size: 2 KB Download (318): SmartBoardXP Download

Released: November 07, 2005  |  Added: April 17, 2006 | Visits: 6.357

ShortKeys Lite ShortKeys Lite is a macro utility allowing you to set up replacement text or paragraphs for up to 15 user defined shortkeys. Great for repetitive text needs. Automate tedious and repetitive typing. Reduce errors. You will be amazed how much time ShortKeys Lite can save. ShortKeys Lite monitors... Platforms: Windows

License: Freeware Size: 2.14 MB Download (417): ShortKeys Lite Download

Added: August 18, 2013 | Visits: 1.502

Bone Yard Bone Yard is a simple method for inserting default, mode specific, text into empty Emacs buffers. It's used to easily load boilerplate text to get started with new programs. The basic install/usage instructions are in the boneyard.el file. More lenghly instructions, as well as some tips, are... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Bone Yard Download

Added: March 09, 2010 | Visits: 1.488

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: September 26, 2010 | Visits: 1.394

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave... Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: May 04, 2010 | Visits: 1.121

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: 872

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

Added: July 17, 2010 | Visits: 1.208

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: October 08, 2010 | Visits: 995

cpphs cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly, the C pre-processor is widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and... Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): cpphs Download

Added: September 07, 2010 | Visits: 1.263

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

1 2 >