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

Ultimate Guitar Tab Archive software
Filter: All | Freeware | Demo
 

Ultimate Guitar Tab Archive

< 1 2 3 4 5 > 
Released: December 01, 2010  |  Added: March 09, 2011 | Visits: 10.505

Ultrawave Guitar Multi Fx Turn your computer into a powerful guitar effects processor.If you want to sound like your favourite rock star, or just want to make your guitar playing more exciting then you need effects. Ultrawave Guitar Multi Fx has over 100 effects knobs, which gives you more control over your sound,... Platforms: Windows

License: Demo Cost: $30.00 USD Size: 1.64 MB Download (1338): Ultrawave Guitar Multi Fx Download

Added: August 24, 2008 | Visits: 1.245

Guitar Power PalmOS Edition The Ultimate Scale, Chord and Arpeggio Reference for Guitarists. Guitar Power is an interactive learning system. Quickly and easily use scales, chords and arpeggios. Any style or level - learn the secrets of the pros and play like your guitar heroes. Guitar Power will teach you: 3000+ chord... Platforms: Palm OS

License: Shareware Cost: $14.95 USD Size: 185 KB Download (638): Guitar Power PalmOS Edition Download

Released: October 19, 2009  |  Added: April 30, 2012 | Visits: 3.169

PitchPerfect Guitar Tuner PitchPerfect is a highly accurate professional guitar tuner with a very simple to use interface. PitchPerfect eliminates the need to tune an instrument to some kind of conventional tuning. Instead, PitchPerfect can automatically detect whatever note you are playing. This means you are not... Platforms: Windows

License: Freeware Size: 232.7 KB Download (1229): PitchPerfect Guitar Tuner Download

Released: January 26, 2010  |  Added: March 09, 2011 | Visits: 1.736

Ultrawave Guitar Tuner Ultrawave guitar tuner is a highly accurate two stage multiband tuner which is more stable than many other software or hardware guitar tuners. A reliable and accurate guitar tuner is a must have for any guitarist. Our guitar tuner lets you select a key and then shows you what note each string... Platforms: Windows

License: Demo Cost: $10.00 USD Size: 236 KB Download (756): Ultrawave Guitar Tuner Download

Released: November 23, 2011  |  Added: November 29, 2011 | Visits: 1.165

WinTools.net Ultimate A suite of tools for increasing the operating system performance. WinTools.net cleanly removes unwanted software from disk drives and dead references from the Windows registry. WinTools.net puts you in control of the Windows start up process, memory monitoring and gives you the power to customize... Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 1.63 MB Download (120): WinTools.net Ultimate Download

Released: September 10, 2008  |  Added: September 20, 2008 | Visits: 2.349

Active Archive Create an accessible low cost media archive to lower operational costs and facilitate retrieval of valuable information. Aid long term data retention for compliance, regulatory and litigation requirements, whilst maintaining seamless access to Archived data. Extend the operational life of... Platforms: Windows

License: Commercial Cost: $99.98 USD Size: 78.2 MB Download (811): Active Archive Download

Added: January 18, 2010 | Visits: 1.285

Archive::Zip Archive::Zip is a Perl module which provides an interface to ZIP archive files. SYNOPSIS # Create a Zip file use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $zip = Archive::Zip->new(); # Add a directory my $dir_member = $zip->addDirectory( dirname/ ); # Add a file from a string with... Platforms: *nix

License: Freeware Size: 174.08 KB Download (101): Archive::Zip Download

Added: October 22, 2010 | Visits: 1.331

Simple Page Archive Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page. It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Simple Page Archive Download

Added: April 04, 2010 | Visits: 1.155

Archive::Chm Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module supersedes Text::Chm written by Domenico Delle Side.... Platforms: *nix

License: Freeware Size: 419.84 KB Download (106): Archive::Chm Download

Added: February 24, 2010 | Visits: 2.476

The PHP Photo Archive 1.0 LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you dont need experience in setting up SQL DB.. Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): The PHP Photo Archive 1.0 Download

Added: April 05, 2010 | Visits: 1.536

Archive::Tyd Archive::Tyd is a Perl extension for simple file archiving. SYNOPSIS use Archive::Tyd; my $tyd = new Archive::Tyd (password => secret password); # Load an archive. $tyd->openArchive ("./archive.tyd"); # Add a file. $tyd->addFile ("./secret image.jpg"); # Write the archive.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): Archive::Tyd Download

Added: April 17, 2010 | Visits: 1.694

Tab Slideshow Tab Slideshow allows you to cycles through tabs like a slideshow. Cycles through tabs like a slideshow. Licensed under MPL. I am submitting a new version (1.6) without the bug where it outputs the time on startup.. Platforms: *nix

License: Freeware Size: 9.22 KB Download (185): Tab Slideshow Download

Added: June 02, 2010 | Visits: 1.212

Archive::SelfExtract Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with various options: Archive::SelfExtract::createExtractor(... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Archive::SelfExtract Download

Added: July 01, 2010 | Visits: 1.313

Archive sort Archive sort is a bash script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive. It can also be configured to sort into 700MB directories for archiving onto CDs. Usage:... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Archive sort Download

Added: June 21, 2010 | Visits: 1.386

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: September 20, 2010 | Visits: 1.617

Archive::Rar Archive::Rar is a interface with the rar command. SYNOPSIS use Archive::Rar; my $rar =new Archive::Rar(); $rar->Add( -size => $size_of_parts, -archive => $archive_filename, -files => @list_of_files, ); This is a module for the handling of rar archives. Locates the rar command (from... Platforms: *nix

License: Freeware Size: 8.19 KB Download (291): Archive::Rar Download

Added: June 21, 2010 | Visits: 970

xDash::Archive::Pg xDash::Archive::Pg is a base class for Archive. SYNOPSIS package Archive; use base xDash::Archive::Pg; # Set up your own database access parameters sub SetParameters { shift->SUPER::SetDatabaseConnection( name => xdash, user => , password => ) } USAGE The module is developed in the... Platforms: *nix

License: Freeware Size: 62.46 KB Download (98): xDash::Archive::Pg Download

Added: February 03, 2010 | Visits: 1.520

Document Archive Document Archive provides is a Web-based BibTeX archive. Document Archive is a Web-based database to help you keep track of the vast amount of electronic documents and BibTeX entries you might have in use. Browser plugins and console frontends allow fast access with typical tools. The... Platforms: *nix

License: Freeware Size: 460.8 KB Download (142): Document Archive Download

Added: January 06, 2010 | Visits: 1.296

Ultimate Basketball Challenge 0.5.0 Ultimate Basketball Challenge is a 5 on 5 basketball game for Unix variants including Linux and FreeBSD. Ultimate Basketball Challenge aims to be fully customizable (add/edit teams, players, stats, courts, arenas, etc.). You can currently play against the basic AI. It is in constant heavy... Platforms: *nix

License: Freeware Size: 2.5 MB Download (116): Ultimate Basketball Challenge 0.5.0 Download

Released: December 12, 2012  |  Added: March 24, 2013 | Visits: 2.591

Guitar Tuner By just pressing a button, Guitar Tuner will play a tone, which can be used to tune the guitar from. Platforms: Windows

License: Freeware Size: 660.85 KB Download (257): Guitar Tuner Download

< 1 2 3 4 5 >