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

Sidewinder Options Portfolio B freeware
Filter: All | Freeware | Demo
 

Sidewinder Options Portfolio B

1 2 3 4 5 > 
Added: September 17, 2010 | Visits: 744

B::CC B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many...



Platforms: *nix

License: Freeware Size: 12.2 MB Download (99): B::CC Download

Added: September 06, 2010 | Visits: 942

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): B::Lint Download

Added: March 02, 2010 | Visits: 1.050

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 421

AutoIt Windows Screenshooter AutoIt Windows Screenshooter is a small and easy to use application that will help you take screenshots of any visible window and even from websites. AutoIt Windows Screenshooter has a simple and comprehensive interface that will quickly guide you through all its features. Key Features: takes...


Platforms: Windows

License: Freeware Size: 1024 KB Download (385): AutoIt Windows Screenshooter Download

Added: October 19, 2010 | Visits: 871

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

Added: May 24, 2010 | Visits: 1.738

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