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

Class Methods freeware
Filter: All | Freeware | Demo
 

Class Methods

< 1 2 3 4 5 > 
Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 375

FSClass FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically. Methods are... Platforms: Mac

License: Freeware Size: 307.2 KB Download (50): FSClass Download

Added: October 10, 2013 | Visits: 381

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: April 02, 2010 | Visits: 1.143

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,... Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: January 22, 2010 | Visits: 1.545

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: July 05, 2010 | Visits: 1.529

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with... Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 06, 2010 | Visits: 1.088

Color::Calc Color::Calc provides a module which implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors. There are three methods to use the calculation functions: You can create an object, import customised functions into your namespace, or you can... Platforms: *nix

License: Freeware Size: 11.26 KB Download (102): Color::Calc Download

Added: May 02, 2010 | Visits: 1.199

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

Added: February 01, 2010 | Visits: 971

GD::Image::Orientation GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). SYNOPSIS use GD::Image::Orientation; for(@images) { my $img = GD::Image->new($_) or die $!; $dbh->do("INSERT INTO photogallery.metainfo (Id,Orientation,File) VALUES... Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): GD::Image::Orientation Download

Added: June 23, 2010 | Visits: 830

Silly::Werder Silly::Werder is a meaningless gibberish generator. SYNOPSIS use Silly::Werder; my $werds = new Silly::Werder; # Set the min and max number of werds per line $werds->set_werds_num(5, 9); # Set the min and max # of syllables per werd $werds->set_syllables_num(3, 7); # End the... Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Silly::Werder Download

Added: June 06, 2010 | Visits: 1.012

dtRdr::Book::ThoutBook_1_0 dtRdr::Book::ThoutBook_1_0 is a Perl module with the unpacked ThoutBook reader. SYNOPSIS mkdir foo cd foo unzip ../mybook.jar dotreader mybook.xml Class Methods identify_uri dtRdr::Book::ThoutBook_1_0->identify_uri($uri); Constructor new my $tbook =... Platforms: *nix

License: Freeware Size: 2.8 MB Download (110): dtRdr::Book::ThoutBook_1_0 Download

Added: October 07, 2010 | Visits: 894

Alien::scriptaculous Alien::scriptaculous is a Perl module for installing and finding script.aculo.us. SYNOPSIS use Alien::scriptaculous; ... $version = Alien::scriptaculous->version(); $path = Alien::scriptaculous->path(); ... Alien::scriptaculous->install( $my_destination_directory ); About Alien Why... Platforms: *nix

License: Freeware Size: 100.35 KB Download (98): Alien::scriptaculous Download

Added: June 21, 2010 | Visits: 1.386

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: July 03, 2010 | Visits: 783

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,... Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: October 06, 2010 | Visits: 1.057

Linux::Input::Joystick Linux::Input::Joystick is a joystick-specific interface for Linux 2.2+ SYNOPSIS Usage use YAML; my $js = Linux::Input::Joystick->new(/dev/input/js0); while (1) { my @event = $js->poll(0.01); print Dump($_) foreach (@event); } This is a subclass of Linux::Input that implements the... Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Linux::Input::Joystick Download

Added: March 18, 2010 | Visits: 915

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: November 10, 2010 | Visits: 1.599

LSF LSF is a Perl API built on top of the LSF command line tools. SYNOPSIS use LSF; use LSF RaiseError => 1, PrintError => 1, PrintOutput => 1; NOTE: FOR THESE MODULES TO WORK IT IS ESSENTIAL THAT YOU INCLUDE THE LSF COMMAND LINES IN YOUR PATH. This is the base class of the LSF suite of... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): LSF Download

Added: August 03, 2010 | Visits: 777

PyChecker PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious... Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): PyChecker Download

Added: October 08, 2010 | Visits: 1.166

Java::Swing Java::Swing provides a Perl extension providing direct access to the Java Swing API. Though you can write a Java program which is driven by Perl, some people may prefer to keep their Perl pure. This package lets you do that in manner similar to the way Perl/Tk and Gtk2:: provide access to their... Platforms: *nix

License: Freeware Size: 33.79 KB Download (122): Java::Swing Download

Added: June 20, 2010 | Visits: 812

bit bit is a C++ library for manipulating buffers containing data fields that are not octet (byte) aligned. Binary data formats containing fields that are not octet aligned are still common. One need look no further than the IP header that is present in every packet of data transmitted on the... Platforms: *nix

License: Freeware Download (91): bit Download

Added: February 18, 2010 | Visits: 1.132

DocSet::Doc::HTML2HTMLPS DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter. See DocSet::Doc::HTML2HTML. This sub-class only extends the postprocess() method. METHODS For the rest of the super class methods see DocSet::Doc::HTML2HTML. postprocess() Convert the generated HTML doc... Platforms: *nix

License: Freeware Size: 368.64 KB Download (109): DocSet::Doc::HTML2HTMLPS Download

< 1 2 3 4 5 >