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

Radio Announcer Format software
Filter: All | Freeware | Demo
 

Radio Announcer Format

< 1 2 3 4 5 > 
Added: February 12, 2010 | Visits: 1.158

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,...



Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: August 21, 2010 | Visits: 1.218

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.663

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: November 10, 2010 | Visits: 1.397

iRATE radio iRATE radio provides users with a powerful new way to find and download free, legal music online. Users rate tracks based on their tastes. The iRATE server then selects other tracks to send to the user from a database of over 50,000 freely downloadable songs by correlating the users ratings...


Platforms: *nix

License: Freeware Size: 7.6 MB Download (105): iRATE radio Download

Added: August 27, 2010 | Visits: 1.175

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: June 10, 2010 | Visits: 1.659

Audio::Radio::Sirius Audio::Radio::Sirius is a Perl module to control a Sirius satellite radio tuner. SYNOPSIS Sirius satellite radio (http://www.sirius.com) is a US based satellite radio serice. While none of the tuners they make have serial or USB connectors, it has been found that generation 2.5 tuners...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (184): Audio::Radio::Sirius Download

Added: April 20, 2010 | Visits: 941

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 842

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (88): AnyData::Format::XML Download

Added: October 16, 2010 | Visits: 2.382

KDE Radio Station KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream. More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (258): KDE Radio Station Download

Added: September 19, 2010 | Visits: 910

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: September 01, 2010 | Visits: 1.066

Ximba Radio Ximba Radio project is a GTK+ based user interface to the OpenXM daemon for controlling an XMPCR (a USB-connected XM Radio for PCs). The daemon manages a USB connected XMPCR receiver, which in turn pumps the audio signal into your audio cards input port. The daemon runs in the background and the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (106): Ximba Radio Download

Added: April 15, 2010 | Visits: 1.890

P2P-Radio P2P-Radio provides a peer-to-peer audio and video broadcasting system. P2P-Radio is a peer-to-peer audio (MP3) and video (NSV) broadcasting system that features freeloader detection, stream signing, SHOUTcast support, an easy-to-use GUI, and a separate monitor application which displays the...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (145): P2P-Radio Download

Added: February 16, 2010 | Visits: 1.106

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: May 18, 2010 | Visits: 1.660

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: August 18, 2010 | Visits: 1.268

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: August 14, 2010 | Visits: 1.001

Format on Save Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults.


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): Format on Save Download

Added: January 25, 2010 | Visits: 947

CB Radio Simulator CB radio simulator and trouble shooting tool, usefull for technicians or poeple interested in how a CB works and how to diagnose faults and simulate frequency modifications. It is a Carbon application.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (142): CB Radio Simulator Download

Added: January 25, 2010 | Visits: 1.438

Vintage Radio Shows Receive the latest show from Vintage Radio Shows.com in your Dashboard without using a browser. Activate this widget and get back to your other tasks while enjoying the adventure, suspense, mystery, comedy and romance of radio days-gone-by.New episodes from a catalog of 20,000+ shows are rotated...


Platforms: Mac

License: Freeware Download (133): Vintage Radio Shows Download

Released: June 07, 2010  |  Added: June 11, 2010 | Visits: 2.035

iCare Format Recovery Formatted partition? Formatted SD card? Formatted pen drive? Formatted partition when reloaded Windows OS and lost files? Drive reads "the drive is not formatted, do you want to format it now?" Try iCare Format Recovery, which is all you need for fixing all format related problems. It is...


Platforms: Windows, Other

License: Shareware Cost: $69.95 USD Size: 2.86 MB Download (366): iCare Format Recovery Download

Released: December 07, 2009  |  Added: May 20, 2010 | Visits: 3.402

Classical Music Internet Radio This free radio player lets you access Internet only Classical music radio stations, FM land radio stations. Plus, access Classical music MP3's, torrents, classical music news, and classical music videos. Also, has weather widget and email notifier. Listen to stations like WGBH, WNYC, and...


Platforms: Windows

License: Freeware Size: 1.55 MB Download (146): Classical Music Internet Radio Download

< 1 2 3 4 5 >