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

Mu Hanoi Vn software
Filter: All | Freeware | Demo
 

Mu Hanoi Vn

< 1 2 3 4 5 
Added: July 08, 2010 | Visits: 1.297

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: March 05, 2010 | Visits: 957

Osalp Osalp is a project designed to implement a world class set of classes in C++ that will handle all of the audio functions one would like. It is designed to be multi-platform with UNIX based platforms as the base. This project is still in the beta code phase and a beta version that will...





Platforms: *nix

License: Freeware Size: 1024 KB Download (93): Osalp Download

Added: November 01, 2013 | Visits: 1.357

getID3() getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats:


Platforms: *nix

License: Freeware Size: 1024 KB Download (101): getID3() Download

Added: September 18, 2010 | Visits: 1.036

Invisible I used gkrellm earlier and I always liked gkrellm theme "invisible". Therefore Ive just made my "invisible" theme for superkaramba. Invisible theme includes some modifications: nosensors, eth0_only and nosensors_eth0_only. *** !!! WARNING !!! *** This theme uses "Terminus" fonts ! You can...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (116): Invisible Download

Added: February 27, 2010 | Visits: 990

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