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

B Flat On Guitar freeware
Filter: All | Freeware | Demo
 

B Flat On Guitar

< 1 2 3 4 5 > 
Added: October 01, 2013 | Visits: 563

Strings on Speed Strings on Speed is a music video game similar to Frets on Fire in which players simulate guitar play using their keyboard. It features a singleplayer as well as a multiplayer mode. Platforms: *nix

License: Freeware Size: 1.9 MB Download (41): Strings on Speed Download

Added: August 26, 2008 | Visits: 1.191

RoboGuru Guitar Tools Features: - Guitar chord finder - Guitar tuner Emphasis is placed on easy of use.Features You Need, and Nothing More Platforms: Windows

License: Freeware Size: 369 KB Download (683): RoboGuru Guitar Tools Download

Added: July 13, 2013 | Visits: 2.355

Frets on Fire Frets on Fire is a game of musical skill and fast fingers. The aim of the game is to play guitar with the keyboard as accurately as possible. Features: . Unique inverted keyboard gameplay style . Support for guitar controllers and generic joysticks . Includes a song editor for making your... Platforms: Mac

License: Freeware Size: 39.51 MB Download (467): Frets on Fire Download

Added: March 22, 2010 | Visits: 1.078

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: June 24, 2010 | Visits: 1.553

Enterprise Sign On Engine Enterprise Sign On Engine (ESOE) is an advanced system which allows an enterprise to meet its individual goals for integrated identity management, federation, single sign on, authorization and accountability for resource access in a very extensible manner. The ESOE is built using the OASIS SAML... Platforms: *nix

License: Freeware Download (101): Enterprise Sign On Engine Download

Added: February 08, 2010 | Visits: 969

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: 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: 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: 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 12, 2010 | Visits: 1.469

Fastilo Fastilo project is a freeware shopping cart script based on PHP and Flat Files. Extremely easy to run and use. Our product work on Quick.Cart engine with some modifications.. Platforms: *nix

License: Freeware Size: 368.64 KB Download (193): Fastilo 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: 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