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

Main Method Decorator freeware
Filter: All | Freeware | Demo
 

Main Method Decorator

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 523

Decorator for main method Decorator for main method script shows how to do the same thing with a decorator that makes the code much cleaner.This allows option and argument parsing to be hidden from the main code in your program. The user simply passes an optional getopt string and the number of required arguments. Then... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Decorator for main method Download

Added: January 18, 2010 | Visits: 1.059

Makejail Makejail employs short configuration files to help administrators create and maintain chroot jails. Makejails attempts to guess and install into the jail all files required by the daemon. You have to understand how it is designed to make it work efficiently. To have an idea of how the... Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): Makejail Download

Added: September 17, 2010 | Visits: 2.266

ImageInfo ImageInfo is a free Java class to retrieve properties from image files. The following file formats are currently supported: JPEG, PNG, GIF, BMP, PCX, IFF, RAS, PBM, PGM, PPM and PSD (read why TIFF is not included). ImageInfo can recognize these formats, and in addition determine image width,... Platforms: *nix

License: Freeware Size: 27.65 KB Download (184): ImageInfo Download

Added: January 11, 2010 | Visits: 1.058

UML::Sequence::JavaSeq UML::Sequence::JavaSeq is a Perl module for use with genericseq.pl script, works on compiled Java programs. SYNOPSIS genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello > Hello.xml seq2svg.pl Hello.xml > Hello.svg OR genericseq.pl UML::Sequence::JavaSeq Hello.methods Hello |... Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): UML::Sequence::JavaSeq Download

Added: September 18, 2010 | Visits: 1.380

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~... Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 593

FastSharp FastSharp is a text editor which lets you quickly compile and run C#, F# and Visual Basic code without opening up Visual Studio. The way FastSharp works is pretty simple. It takes whatever you enter and wraps it in a Main method which is then wrapped in a class which then has a list of import... Platforms: Windows

License: Freeware Download (54): FastSharp Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 627

Affiliate Marketing Guide Ebook Affiliate marketing is one of the most prevalent methods of earning money on the internet. Affiliate Marketing was pioneered by Amazon in the mid 90s and was a widely successful program. Prior to the birth of Affiliate Marketing the main method for earning money from your websites dealt with... Platforms: Windows

License: Freeware Size: 44 KB Download (580): Affiliate Marketing Guide Ebook Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 127

JarUnit An extension to the JUnit 3.2 testing package (www.junit.org) to create a dynamic test suite from the manifest of a jar file. This will prevent the manual maintenance of a test suite inside of the main() method of a class. Platforms: Windows, Mac, Linux

License: Freeware Size: 107.15 KB Download (47): JarUnit Download

Added: June 07, 2013 | Visits: 277

ActivityKit The Activity Kit adds a few tools to organize application behavior. By creating ILActivity subclasses, you can organize the code for long-running activities that may run independently from the rest of an application in their own classes, while providing an easy-to-use interface for the views and... Platforms: Mac

License: Freeware Size: 30.72 KB Download (46): ActivityKit Download

Added: September 10, 2013 | Visits: 657

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user! Platforms: Matlab

License: Freeware Size: 10 KB Download (49): golden section method algorithm Download

Added: August 06, 2010 | Visits: 960

OpenInteract::UI::Main OpenInteract::UI::Main is the primary user interface assembly conductor. SYNOPSIS my $page = OpenInteract::UI::Main->handler(); send_http_headers(); print $page; # Subclass to define a new method for looking up template names: package OpenInteract::UI::LanguageChoice; use base qw(... Platforms: *nix

License: Freeware Size: 655.36 KB Download (89): OpenInteract::UI::Main Download

Added: May 10, 2013 | Visits: 415

Memoize Decorator with Timeout This simple decorator is different to other memoize decorators in that it will only cache results for a period of time. It also provides a simple method of cleaning the cache of old entries via the .collect method. This will help prevent excessive or needless memory consumption. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Memoize Decorator with Timeout Download

Added: October 08, 2010 | Visits: 1.311

main + location toolbar main + location toolbar is a little hack for KDE (KDE improvement). I dont know if there out is a hack to get maintoolbar + locationtoolbar in one line... but i did it by myself. I get all normal bottons, location-depending bottons (in kghostview for exemple) and location toolbar (I tink find... Platforms: *nix

License: Freeware Download (111): main + location toolbar Download

Added: July 31, 2013 | Visits: 1.571

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD. Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: July 24, 2010 | Visits: 845

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],... Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: September 15, 2010 | Visits: 1.685

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this... Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Released: August 08, 2012  |  Added: August 08, 2012 | Visits: 661

CLC Main Workbench Main Workbench includes all features from CLC DNA Workbench, CLC RNA Workbench, and CLC Protein Workbench, as well as a range of Gene Expression Analysis. CLC Main Workbench creates a software environment enabling users to make a large number of advanced protein sequence analyses, combined with... Platforms: Windows, XP, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (445): CLC Main Workbench Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 701

Light and Sound Meditation Method Light and Sound Meditation Method is a small, animated screensaver specially designed to bring some peace to your desktop. To hear the inner sound and to see the inner light, your physical ears and eyes are not needed. It will smell such perfumes as are beyond the reach of your ordinary noses.... Platforms: Windows

License: Freeware Download (59): Light and Sound Meditation Method Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 511

Interface Interceptor Interface Interceptor is a library designed to enable you to automaticaly generate decorators for your classes which implement some set of interfaces. Interceptor allows you to intercept the interface methods call, change method logic, analize input parameters, substitute return value, analize... Platforms: Windows

License: Freeware Download (56): Interface Interceptor Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 529

Webpage Decorator Webpage Decorator is a small extension that allows you to customize the webpage's properties as you will. You can change the background color, attach an image as background, increase or decrease the font size and so on. Platforms: Windows

License: Freeware Size: 41 KB Download (76): Webpage Decorator Download

1 2 3 4 5 >