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

Castle Douglas B B software
Filter: All | Freeware | Demo
 

Castle Douglas B B

< 1 2 3 4 5 > 
Added: November 21, 2010 | Visits: 796

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

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

b/w colorizer b/w colorizer is a general effects plug that lets you convert your clip to "black-and-any-color". you set a color (e.g. yellow), and the plug will convert your clip to a monochrome yellow clip (i.e. it uses only shades of yellow). think 'sepia tone' effect, except you get to pick the color tone.


Platforms: Mac

License: Freeware Size: 875 KB Download (92): b/w colorizer Download

Added: January 25, 2010 | Visits: 659

gradual b/w gradual b/w= is an iMovie plug-in that converts your clip to black-and-any-color. You can set a color (e.g. yellow), and the plug will convert your clip to a monochrome yellow clip (i.e. it uses only shades of yellow). think 'sepia tone' effect, except you get to pick the color tone.


Platforms: Mac

License: Freeware Size: 3.9 MB Download (92): gradual b/w Download

Added: January 23, 2010 | Visits: 784

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

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: July 27, 2010 | Visits: 1.015

HH::Unispool::Config::File::Token::Unnumbered::Bcs HH::Unispool::Config::File::Token::Unnumbered::Bcs is a Perl class for BCS B tokens. SYNOPSIS Application programmers dont need to use this class and API programmers read code. ABSTRACT class for BCS B tokens HH::Unispool::Config::File::Token::Unnumbered::Bcs is a class for BCS B...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (90): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

Added: January 07, 2010 | Visits: 740

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

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: July 25, 2010 | Visits: 1.163

Return To Castle Wolfenstein Return To Castle Wolfenstein is the awesome follow-up to the original Wolfenstein 3D. This is the follow-up to the old Wolfenstein 3D game, and it does not disappoint. Gorgeous graphics, wonderful sound, and awesome gameplay. Killing Nazis is fun!!! When youve finished the single player...


Platforms: *nix

License: Shareware Cost: $49.00 USD Size: 70.5 MB Download (85): Return To Castle Wolfenstein Download

Released: July 09, 2014  |  Added: July 20, 2014 | Visits: 758

IDAutomation OCR Font Advantage Package IDAutomation's Optical Character Recognition fonts (OCR-A and OCR-B) were created from the latest ANSI and ISO specifications and include the Euro symbol. Also included in this package is additional characters to comply with OCR-B1 Eurobanking and OCR-A1 Eurobanking specifications. Furthermore,...


Platforms: Windows, Mac, *nix, DOS, Windows 8, Windows 7, Windows Server, Pocket PC, Other

License: Demo Cost: $99.00 USD Size: 539 KB Download (67): IDAutomation OCR Font Advantage Package 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


Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 463

iReal b ATTENTION!!! Due to copyright issues 'iReal Book' has become 'iReal b' and no longer includes any songs when installed. 1000s of songs can be found in the forums. A PROFESSIONAL TOOL FOR MUSICIANS AND MUSIC STUDENTS OF ALL LEVELS. - It's a Book: Create, edit, print, share and collect chord...


Platforms: Mac

License: Commercial Cost: $19.99 USD Size: 15.1 MB Download (63): iReal b Download

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

< 1 2 3 4 5 >