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

Plan B Skateboard Decks software
Filter: All | Freeware | Demo
 

Plan B Skateboard Decks

< 1 2 3 4 5 > 
Added: August 11, 2010 | Visits: 1.256

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain... Platforms: *nix

License: Freeware Size: 44.03 KB Download (345): B::JVM::Jasmin::CompileState Download

Added: July 10, 2010 | Visits: 3.019

B::JVM::Jasmin B::JVM::Jasmin is a Jasmin backend for the Perl compiler. SYNOPSIS perl -MO=JVM::Jasmin,CLASSNAME perl_program.pl jasmin CLASSNAME.asm java CLASSNAME This module is a crude JVM backend for the Perl compiler. It aspires to be a "proof of concept," but I think it does not even achieve that.... Platforms: *nix

License: Freeware Size: 4.1 KB Download (707): B::JVM::Jasmin Download

Added: March 16, 2010 | Visits: 748

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)... Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: October 22, 2010 | Visits: 989

Plan 9 Plan 9 from Bell Labs is a research system developed at Bell Labs starting in the late 1980s. Its original designers and authors were Ken Thompson, Rob Pike, Dave Presotto, and Phil Winterbottom. They were joined by many others as development continued throughout the 1990s to the present. Plan... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 75.6 MB Download (100): Plan 9 Download

Added: April 22, 2010 | Visits: 1.114

Oak::Web::HTML::B Oak::Web::HTML::B is B HTML Tag. HIERARCHY Oak::Object Oak::Persistent Oak::Component Oak::Web::Visual Oak::Web::HTML::PhraseElement Oak::Web::HTML::B PROPERTIES The Oak::Web::HTML::B object has the following properties: caption The text inside the tag All other defined by W3C.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (106): Oak::Web::HTML::B Download

Added: August 04, 2010 | Visits: 846

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: May 24, 2010 | Visits: 1.742

B::Bytecode B::Bytecode is Perl compilers bytecode backend. SYNOPSIS perl -MO=Bytecode[,-H][,-oscript.plc] script.pl Compiles a Perl script into a bytecode format that could be loaded later by the ByteLoader module and executed as a regular Perl script. EXAMPLE $ perl -MO=Bytecode,-H,-ohi -e print... Platforms: *nix

License: Freeware Size: 12.2 MB Download (112): B::Bytecode Download

Added: April 03, 2010 | Visits: 1.293

B-net B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.. Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): B-net Download

Added: January 26, 2010 | Visits: 1.035

jE6-B jE6-B project is an emulator of some of the functionality of the E6B Flight Computer. This program was inspired by the similar application called Virtual E6-B written by Jesse Kempa. However that application does not seem to have been updated for some time and was based on Visual Basic, so is... Platforms: *nix

License: Freeware Size: 512 KB Download (107): jE6-B Download

Added: April 26, 2010 | Visits: 776

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: February 27, 2010 | Visits: 992

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where