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

Ham Radio Programming Software freeware
Filter: All | Freeware | Demo
 

Ham Radio Programming Software

< 1 2 3 4 5 > 
Added: May 15, 2010 | Visits: 1.221

Software::Packager Software::Packager is a common software packaging interface. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(); $packager->version(1.2.3.4.5.6); $packager->package_name("Somename"); $packager->program_name(Software Packager); $packager->description("This is the...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (114): Software::Packager Download

Added: November 06, 2010 | Visits: 1.157

Qore Eclipse IDE Plugin Qore Eclipse IDE Plugin software allows you to develop in the Qore Programming Language within Eclipse. Qore language syntax highlighting: - code completion - outline view for edited source - launch support from within Eclipse (running Qore scripts with output displayed in Eclipse console,...





Platforms: *nix

License: Freeware Size: 163.84 KB Download (98): Qore Eclipse IDE Plugin 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: October 19, 2010 | Visits: 1.437

Bio::MAGE::Protocol::Software Bio::MAGE::Protocol::Software - Software represents the software used. SYNOPSIS use Bio::MAGE::Protocol::Software; # creating an empty instance my $software = Bio::MAGE::Protocol::Software->new(); # creating an already populated instance my $software =...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (148): Bio::MAGE::Protocol::Software Download

Added: October 04, 2010 | Visits: 1.206

Bio::Genex::Software Bio::Genex::Software is Perl module with methods for processing data from the GeneX DB table: Software. SYNOPSIS use Bio::Genex::Software; # instantiating an instance my $Software = Bio::Genex::Software->new(id=>47); # retrieve data from the DB for all columns $Software->fetch(); #...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (107): Bio::Genex::Software Download

Added: July 18, 2010 | Visits: 1.537

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: October 06, 2010 | Visits: 874

Software::Packager::Svr4 Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(svr4); This module is used to create software packages in a format suitable for installation with pkgadd. FUNCTIONS new() This...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): Software::Packager::Svr4 Download

Added: May 05, 2010 | Visits: 1.852

Open RObot COntrol Software Open RObot COntrol Software (Orocos) framework applies software patterns in C++ to achieve real-time execution of software components and provides an infrastructure to quickly integrate them in a real-time operating system such as RTAI or RTLinux, although it can be tested on normal Linux...


Platforms: *nix

License: Freeware Size: 3 MB Download (142): Open RObot COntrol Software Download

Added: May 27, 2010 | Visits: 1.024

Software::Packager::Rpm Software::Packager::Rpm is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. add_item() my %object_data = ( SOURCE => /source/file1, TYPE => file, KIND => doc, DESTINATION => /usr/local/file1, USER => joe, GROUP...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Software::Packager::Rpm Download

Added: July 04, 2010 | Visits: 975

Software::Packager::Object::Rpm Software::Packager is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. INSTALLATION Software::Packager uses the standard perl module install process perl Makefile.PL make make test (optional but recommended) make...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Software::Packager::Object::Rpm Download

Added: September 15, 2010 | Visits: 1.098

Software::Packager::Tar Software::Packager::Tar is used to create tar files with the required structure as specified by the list of object added to the packager. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(tar); FUNCTIONS new() This method creates and returns a new class object....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Tar Download

Added: March 20, 2010 | Visits: 793

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: September 22, 2010 | Visits: 1.103

Software::Packager::Object::Aix Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager. FUNCTIONS LPP TYPE The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (111): Software::Packager::Object::Aix Download

Added: August 24, 2010 | Visits: 1.008

Software::Packager::Solaris Software::Packager::Solaris is the Software::Packager extension for Solaris 2.5.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(solaris); This module is used to create software packages in a format suitable for installation with pkgadd. The process of...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Software::Packager::Solaris Download

Added: May 16, 2010 | Visits: 946

Software::Packager::Aix Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(aix); This module is used to create software packages in a Backup-format file (bff) suitable for installation with installp. This...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Software::Packager::Aix Download

Released: October 11, 2013  |  Added: October 31, 2013 | Visits: 1.597

Free Internet Radio Features: Listen to more than 7000 internet radio station from 50 countries. gourped into more than 500 genres. Sort by Name, country,genre, popularity. Filter by countries. add radio stations to 'Favorites'; record recent playing stations. Play radio station at web page, record...


Platforms: Windows 7

License: Freeware Size: 7.63 MB Download (133): Free Internet Radio Download

Released: October 16, 2012  |  Added: November 01, 2012 | Visits: 1.500

Backup Software Backup Software based on the XCOPY command of Windows command prompt; software, source code, PDF, text tutorials included. I created a special program to back up everything that's important on a power-user's PC. I created also a batch file to do the same. This is the best and easiest procedure of...


Platforms: Windows

License: Freeware Size: 326.69 KB Download (105): Backup Software Download

Released: September 04, 2012  |  Added: September 04, 2012 | Visits: 1.654

Simple Portable Malayalam Search Engine Web Browser Software Simple Portable Malayalam Search Engine Web Browser Software is a light browser which can be used for browsing websites very simply and easily.It is very fast compared to other browsers.An important feature is that it can be used for searching in your native language malayalam.You can type and...


Platforms: Windows, Windows Vista


Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 1.196

EarthMediaCenter online music radio EarthMediaCenter: 150 music radio stations in over 30 languages worldwide.Includes a variety of radio genres (pop, rock, rap, jazz, r'n'b, classical music, electronic music and many others).The number of on-line-TV channels is by several orders bigger than any satellite television package can...


Platforms: Windows

License: Freeware Size: 440.32 KB Download (681): EarthMediaCenter online music radio Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 652

Saturn Radio Are you tired of having to load an Internet browser so that you can listen to your favorite radio station? I know you are because I am! Isn't it the same thing as if you had to turn on your washing machine in order to watch Buffy the Vampire Slayer on SciFi channel? Well...not exactly, but I...


Platforms: Windows

License: Freeware Size: 1.91 MB Download (690): Saturn Radio Download

< 1 2 3 4 5 >