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

Population B software
Filter: All | Freeware | Demo
 

Population B

< 1 2 3 4 5 > 
Added: February 07, 2010 | Visits: 805

B::Flags B::Flags is a Perl module that provides a friendlier flags for B. SYNOPSIS use B::Flags; print B::main_root->flagspv; print B::main_root->privatepv; print $some_b_sv_object->flagspv; By default, $foo->flags when passed an object in the B class will produce a relatively meaningless...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): B::Flags Download

Added: March 22, 2010 | Visits: 1.076

b-tektracker b-tektracker is an advanced realtime MIDI step-sequencer with a tracker interface. b-tektracker is a fork of tektracker by Billy Biggs. ttrk is the product of frustration with bad step editors found on pretty much all MIDI sequencers available today. Im a big fan of trackers, and I wanted to be...





Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): b-tektracker Download

Added: August 04, 2010 | Visits: 845

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: June 25, 2010 | Visits: 688

b. b. is a Web-based manager for Web bookmarks. Bookmarks are stored in an XML file. Operations on the data are done with Perl scripts..


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): b. Download

Added: November 21, 2010 | Visits: 794

B::Bblock B::Bblock - Walk basic blocks. SYNOPSIS # External interface perl -MO=Bblock[,OPTIONS] foo.pl # Programmatic API use B::Bblock qw(find_leaders); my $leaders = find_leaders($root_op, $start_op); This module is used by the B::CC back end. It walks "basic blocks". A basic block is a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Bblock Download

Added: April 16, 2010 | Visits: 972

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: February 08, 2010 | Visits: 968

B::JVM::Utils B::JVM::Utils is a Perl module that contains utility functions for B::JVM. SYNOPSIS use B::JVM::Utils qw(method1 method2); This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that dont really fit anywhere else....


Platforms: *nix

License: Freeware Size: 44.03 KB Download (92): B::JVM::Utils Download

Added: September 11, 2010 | Visits: 873

B::LintSubs B::LintSubs is a Perl compiler backend to check sub linkage. SYNOPSIS perl -MO=LintSubs [FILE] [-e PROGRAM] When using use strict, subroutine names are not checked at the callsite; this makes the following a perfectly valid program at compiletime, that only blows up at runtime use strict;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): B::LintSubs Download

Added: January 23, 2010 | Visits: 783

B::Asmdata B::Asmdata is an autogenerated data about Perl ops, used to generate bytecode. SYNOPSIS use B::Asmdata qw(%insn_data @insn_name @optype @specialsv_name); Provides information about Perl ops in order to generate bytecode via a bunch of exported variables. Its mostly used by B::Assembler and...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (91): B::Asmdata Download

Added: February 08, 2010 | Visits: 759

B::Terse B::Terse - Walk Perl syntax tree, printing terse info about ops. SYNOPSIS perl -MO=Terse[,OPTIONS] foo.pl This version of B::Terse is really just a wrapper that calls B::Concise with the -terse option. It is provided for compatibility with old scripts (and habits) but using B::Concise...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): B::Terse Download

Added: August 18, 2010 | Visits: 1.028

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: January 07, 2010 | Visits: 739

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

Added: August 24, 2008 | Visits: 1.230

B.I.R.D. They've stolen your eggs, it's time for B.I.R.D.! This is original arcade game with great graphics and sound. As a little birdie, fly your way through 30 levels, 3 completely different environments(spring, winter, desert) with different enemies. Avoid objects thrown at you to anger enemies,...


Platforms: Windows

License: Demo Cost: $9.95 USD Size: 4.64 KB Download (89): B.I.R.D. Download

Added: March 16, 2010 | Visits: 747

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: May 09, 2010 | Visits: 828

B::More B::More Perl module contains additional introspection methods and functions. Adds stuff I needed in B and wasnt there. Feel free to email me with suggestions for other methods I can add. B::SV METHODS svref Inverse of B::svref_2object. B::PVMG METHODS magic Returns a string...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): B::More Download

Added: April 26, 2010 | Visits: 774

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

Released: April 22, 2013  |  Added: June 29, 2015 | Visits: 481

World Population Monitor World Population Monitor is a small software utility that displays information about the global population. This application comes in handy for all users who want to animate their desktop activity by adding a new Windows gadget, or simply want to stay informed about the world's population. The...


Platforms: Windows 7, Windows

License: Freeware Size: 275 KB Download (66): World Population Monitor Download

Mann-Kendall Tau-b with Sen's Method (enhanced) 1-17-2009 The Mann-Kendall Tau-b non-parametric function computes a coefficient representing strength and direction of a trend for equally spaced data. While you do not need the Statistics Toolbox to compute Taub, you do need it to test for significance. This function will compute Tau-b (now tau-a as...


Platforms: Windows, Mac, *nix, Matlab, Solaris


Added: May 10, 2013 | Visits: 642

B-Scribbles B-Scribbles strives to improve any PHP webpage. The transparent integration is painless to configure and install. Once in place, any visitor will be able to 'scribble'(post) to a board using a simple, non obtrusive interface. Best of all, the software is freely provided under the GPL....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): B-Scribbles Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 446

Mixing R&B by David Isaac This App contains 3- hours of tutorial-videos showing how a Grammy Award Winning Engineer mixes R & B Music. A legend of Motown & the R&B music scene, David Isaac teaches you Deep Mixing Skills ... R&B is a soulful genre, and there


Platforms: Mac

License: Shareware Cost: $19.99 USD Size: 423 MB Download (60): Mixing R&B by David Isaac Download

< 1 2 3 4 5 >