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

B Plan software
Filter: All | Freeware | Demo
 

B Plan

< 1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 1.108

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

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

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

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

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

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

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