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

Method Signature freeware
Filter: All | Freeware | Demo
 

Method Signature

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

Method signature checking decorators This script adds parameter type checking to each method or function invocation.It is not a replacement for static typing. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Method signature checking decorators Download

Added: October 10, 2013 | Visits: 382

Parse::Method::Signatures Parse::Method::Signatures is a Perl module inspired by Perl6::Signature but streamlined to just support the subset deemed useful for TryCatch and MooseX::Method::Signatures. METHODS There are only two public methods to this module, both of which should be called as class methods. Both methods... Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Parse::Method::Signatures Download

Added: October 08, 2010 | Visits: 894

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided... Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: February 20, 2010 | Visits: 606

ObjectivePerl ObjectivePerl is an Objective-C style syntax and runtime for perl. SYNOPSIS use ObjectivePerl; @implementation MyClass { $someInstanceVariable; @private: $privateInstanceVariable; @protected: $normalInstanceVariable, $anotherInstanceVariable; } + new { return ~[$super new]; } -... Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): ObjectivePerl Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 470

App Scanner for Mac OS Find private APIs in your iOS code before submitting to the Apple review team. App Scanner will check your compiled app against over 24,000 possible matches and show detailed results stating the Class, method signature, and likelihood of being a private API. App Scanner features: - Drag 'n Drop... Platforms: Mac

License: Freeware Size: 2.2 MB Download (51): App Scanner for Mac OS Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 661

Coyote Tracing for .NET Core Framework Coyote Tracing for .NET is a powerful solution that provides easy to use tracing, logging and routing capabilities for distributed and non-distributed .NET applications. * Send and distribute Trace Messages using the royalty-free Coyote Core Framework. * Collect and route Trace Messages using the... Platforms: Windows

License: Freeware Size: 5.43 MB Download (54): Coyote Tracing for .NET Core Framework Download

Added: May 10, 2013 | Visits: 483

Rope IDE 0.6m2 Rope is a python refactoring IDE and library. The IDE uses the library to provide features like refactoring, code assist, and auto-completion. It is written in python. The IDE uses Tkinter library. Features: - Refactorings - Rename everything! - Extract method - Extract local variable - Move... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Rope IDE 0.6m2 Download

Added: June 17, 2013 | Visits: 358

Rope for Linux Rope is a python refactoring library. You can get it from here or if you plan to use it with py3k from here. You can use rope as a library in other IDEs. Features Refactorings: Rename everything! Extract method/local variable Move class/function/module/package/method Inline method/local... Platforms: *nix

License: Freeware Size: 204.8 KB Download (33): Rope for Linux Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: September 26, 2010 | Visits: 1.266

Module::Signature Module::Signature is a Perl module signature file manipulation. SYNOPSIS As a shell command: % cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a... Platforms: *nix

License: Freeware Size: 68.61 KB Download (133): Module::Signature Download

Added: July 31, 2013 | Visits: 1.572

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: May 18, 2010 | Visits: 1.532

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated... Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Added: August 14, 2010 | Visits: 1.163

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): File::Signature Download

Added: July 24, 2010 | Visits: 847

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.687

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 04, 2012  |  Added: August 04, 2012 | Visits: 816

PDF Digital Signature With PDF Digital Signature you can digital sign a PDF document with PKCS#12 certificates and modify its meta data. The application supports multiple signatures. All you must do is select the file you want to sign and add the information you desire. Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (69): PDF Digital Signature Download

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

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

Added: May 10, 2013 | Visits: 404

Signature module 5.x-1.x-dev This module also disables the signature field in user profiles if no content type allows signatures.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Signature module": - Makes user signatures dynamical,... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): Signature module 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 448

Ubercart Payment Method Adjustments 5.x- The fees and discounts will be displayed to the customer during the checkout process with small print underneath the payment method.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Ubercart Payment Method Adjustments 5.x- Download

Added: May 10, 2013 | Visits: 466

Signature Characters Left Displays how many more characters a member can place in the signature when editting his/her profile. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Signature Characters Left Download

1 2 3 4 5 >