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

Abc freeware
Filter: All | Freeware | Demo
 

Abc

< 1 2 3 4 5 
Added: August 16, 2013 | Visits: 1.248

IABC iabc is a free (open source) program for editing music. It uses the ABC music notation language to produce high-quality graphical notation or MIDI output. The music notation and the ABC notation can be updated in real-time, making the construction of tunes using the ABC language hassle-free (or... Platforms: *nix

License: Freeware Size: 399.36 KB Download (138): IABC Download

Added: January 18, 2010 | Visits: 1.126

System-CoW System-CoW is a system monitoring SuperKaramba theme. You must have installed hddtemp and all i2c sensors in kernel to have this script working! You must launch: hddtemp -d /dev/hd[abc] // if you have 3 disks! to have temperature working! For gentoo add a line to /etc/conf.d/local.start... Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): System-CoW Download

Added: November 11, 2010 | Visits: 1.200

Compress::BraceExpansion Compress::BraceExpansion is a Perl module to create a human-readable compressed string suitable for shell brace expansion. SYNOPSIS use Compress::BraceExpansion; # output: ab{c,d} print Compress::BraceExpansion->new( qw( abc abd ) )->shrink(); # output: aabb{cc,dd} print... Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Compress::BraceExpansion Download

Added: May 19, 2010 | Visits: 828

eznet Eznet makes setting up PPP for Linux easy. Just enter the name of your ISP, a phone number to dial, the login name, the password and the TTY and eznet takes care of the rest. Setting up PPP under Linux can be intimidating, especially for newbies. Between chat scripts and a zillion options to... Platforms: *nix

License: Freeware Size: 30.72 KB Download (98): eznet Download

Added: July 09, 2010 | Visits: 1.153

Log::Log4perl::Layout::XMLLayout Log::Log4perl::Layout::XMLLayout is an XML Layout. SYNOPSIS use Log::Log4perl::Layout::XMLLayout; my $app = Log::Log4perl::Appender->new("Log::Log4perl::Appender::File"); my $logger = Log::Log4perl->get_logger("abc.def.ghi"); $logger->add_appender($app); # Log with LocationInfo my... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Log::Log4perl::Layout::XMLLayout Download

Added: October 14, 2010 | Visits: 1.106

Crypt::Enigma Crypt::Enigma is a Perl extension for emulating a World War II Enigma. SYNOPSIS use Crypt::Enigma; my($enigma) = Crypt::Enigma->new(); # Set the enigma to the proper rotor, ring, and initial setting. $enigma->setup("312", "ABC", "ERZ"); # Plugboard a to b, and b to a.... Platforms: *nix

License: Freeware Size: 6.14 KB Download (157): Crypt::Enigma Download

Added: October 18, 2010 | Visits: 894

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little... Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: July 11, 2010 | Visits: 900

File::Tabular File::Tabular can search and edit flat tabular files. SYNOPSIS use File::Tabular; my $f = new File::Tabular($filename); my $row = $f->fetchrow; print $row->{field1}, $row->{field2}; $row = $f->fetchrow(where => someWord); $row = $f->fetchrow(where => field1 > 4 AND field2 >=... Platforms: *nix

License: Freeware Size: 16.38 KB Download (101): File::Tabular Download

Added: April 24, 2010 | Visits: 1.211

Bio::Graphics::Feature Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. SYNOPSIS use Bio::Graphics::Feature; # create a simple feature with no internal structure $f = Bio::Graphics::Feature->new(-start => 1000, -stop => 2000, -type => transcript, -name => alpha-1... Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Graphics::Feature Download

Added: July 07, 2010 | Visits: 823

lib378 lib378 is a library for predictive text input. The API is very simple and provides dictionary autocompletion and both partial and full matching. The project can be used to get text input from input devices with few keys (like cellphones). Example: #include < stdio.h > #include < termios.h... Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): lib378 Download

Added: October 11, 2010 | Visits: 2.177

Tibco::Rv Tibco::Rv are Perl bindings and Object-Oriented library for TIBCOs TIB/Rendezvous. SYNOPSIS use Tibco::Rv; my ( $rv ) = new Tibco::Rv; my ( $listener ) = $rv->createListener( subject => ABC, callback => sub { my ( $msg ) = @_; print "Listener got a message: $msgn"; } ); my ( $timer... Platforms: *nix

License: Freeware Size: 47.1 KB Download (253): Tibco::Rv Download

Added: July 16, 2010 | Visits: 943

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: January 18, 2010 | Visits: 2.229

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Math::Group::Thompson Download

Added: July 21, 2010 | Visits: 868

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as... Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: January 02, 2010 | Visits: 931

Gscore Gscore project is a music notation application. Writing scores becomes as easy as entering text in a word processor. You can then export it to various file formats (abc is currently supported, other are in progress) and easily share your scores with your friends. You can also import various... Platforms: *nix

License: Freeware Download (126): Gscore Download

Added: April 23, 2010 | Visits: 1.126

GO::View GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford... Platforms: *nix

License: Freeware Size: 870.4 KB Download (128): GO::View Download

Added: February 13, 2010 | Visits: 898

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");... Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Apache::TestUtil Download

Added: July 18, 2010 | Visits: 1.433

BitTorrent Queue Manager BitTorrent Queue Manager is a console-based BitTorrent client running on top of BitTornado that provides built-in queue management functions. BitTorrent Queue Manager also provides a remote interface compatible with ABC for Web-based control. Furthermore, peer information can be queried,... Platforms: *nix

License: Freeware Size: 2 MB Download (112): BitTorrent Queue Manager Download

Added: January 13, 2010 | Visits: 1.001

Fortran::Namelist Fortran::Namelist is a Perl extension for Fortran namelists. SYNOPSIS use Fortran::Namelist; my $nml_file = /home/user/my_namelist.nml; my $nml=Fortran::Namelist->new( file => $nml_file ); my %new_group = ( group_name => { grp_var1 => some_string, grp_var2 => [ 1 , 2 , 3 ], } );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Fortran::Namelist Download

Added: June 13, 2010 | Visits: 643

mod_cdb mod_cdb obtains the contents from a cdb file. It is suitable for handling thousands of small files. BUILD: 1. Get djbs cdb package from http://cr.yp.to/cdb.html 2. Extract and build it. 3. Edit ./Makefile to make it point the Apache installed directory and the cdb directory (I suppose... Platforms: *nix

License: Freeware Size: 3.07 KB Download (181): mod_cdb Download

< 1 2 3 4 5