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

Rc Aircraft freeware
Filter: All | Freeware | Demo
 

Rc Aircraft

< 1 2 3 4 5 > 
Added: March 12, 2010 | Visits: 917

TkSmb TkSmb provides you a graphical interface for browsing MicroSoft Net. On linux I know only 1 program which can do it - smbclient. This program works as a X-shell for it, by simple analyzing output of it. So this program interface dependent - it can fail easily if output of smbclient is changed.... Platforms: *nix

License: Freeware Size: 22.53 KB Download (105): TkSmb Download

Added: May 16, 2010 | Visits: 886

isinglass-hzd isinglass-hzd is a firewall setup script designed to protect dial-up users.In normal configuration it is assumed that Ethernet interfaces belong to LAN and the user accesses Internet through some other interface (PPP etc). Also only Indent requests are permitted by default, all other services on... Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): isinglass-hzd Download

Added: April 05, 2010 | Visits: 832

Convert::yEnc::Entry Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. SYNOPSIS use Convert::yEnc::Entry; $entry = new Convert::yEnc::Entry { size => 10000 }; $entry = new Convert::yEnc::Entry { size => 50000, part => 1 }; $entry = load Convert::yEnc::Entry "10000t10000";... Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): Convert::yEnc::Entry Download

Added: October 16, 2010 | Visits: 1.107

BruteBlock BruteBlock project allows system administrators to block various bruteforce attacks on UNIX services. The program analyzes system logs and adds attackers IP address into ipfw2 table effectively blocking them. Addresses are automatically removed from the table after specified abound of time.... Platforms: *nix

License: Freeware Size: 23.55 KB Download (104): BruteBlock Download

Added: September 25, 2010 | Visits: 1.297

Sws Web Server Sws Web Server is a fast, secure, and simple Web server. Installation: ./make ./make install Usage: For start Redhat and Debian users /etc/init.d/sws_web_server.init start slackware users /etc/rc.d/init.d/rc.sws start First create /etc/sws directory sws.conf file copy in to... Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Sws Web Server Download

Added: August 28, 2008 | Visits: 1.224

Awesome Experimental Aircraft Awesome Experimental Aircraft screensaver has 5 fantastic photos. Any image in our screen savers can be extracted for use as desktop wallpaper. All Lite versions are fully functional and include the same quality of photos as our retail screen savers, with no time limits. They simply contain fewer... Platforms: Windows

License: Freeware Size: 1024 KB Download (103): Awesome Experimental Aircraft Download

Added: September 01, 2010 | Visits: 1.252

Nomad II Driver/Utilities Nomad II supports the Creative Nomad II, IIc and II MG under Linux running USB for file transfers and other operations. By default, the ownership of the newly created device file for the Nomad II is owned by root, without group/other read+write permissions. make nomadii setuid root; on... Platforms: *nix

License: Freeware Size: 45.06 KB Download (103): Nomad II Driver/Utilities Download

Added: January 18, 2010 | Visits: 1.165

Adrian Adrian project is a RPG using SDL and OpenGL. Story Line: Loacated In the deserts of Nevada, Area 51 the eternally mysterious facilities of the United States Army have been taken over by an evil scientist with the help of his genetically engineered creatures. He plans to destroy the world... Platforms: *nix

License: Freeware Size: 13.3 MB Download (102): Adrian Download

Added: September 24, 2013 | Visits: 958

The Sajber Jukebox The Sajber Jukebox is a mpeg layer 3 player with a graphical user interface. It's based on Woo-jae Jung's splay for the audio and QT's graphical library for the interface. It has the following features: Features: * Supports mpeg layer 3. The support for mpeg layer 1 & 2 and wav files is... Platforms: *nix

License: Freeware Size: 604.16 KB Download (102): The Sajber Jukebox Download

Added: April 03, 2010 | Visits: 827

iLaunch iLaunch is designed to clear up clutter on your desktop by stacking icons in a scrollable format. (think deck of cards) Using the scroll wheel on your mouse (button 4 & 5) will cycle through the applications in the .rc file added by you the user from the first application to the end. Then it... Platforms: *nix

License: Freeware Size: 532.48 KB Download (102): iLaunch Download

Added: July 22, 2010 | Visits: 841

KFreeFlight KFreeFlight is a flightgear gui-frontend. KFreeFlight can launch it with the most common options without taping a very long command line. Some clicks and you can fly away. Why KFreeFlight ? Because all program I find doesnt have the common options I use. (NMEA for example) or cant be set up... Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): KFreeFlight Download

Added: April 04, 2010 | Visits: 882

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: January 13, 2010 | Visits: 1.420

Dystopia Server Dystopia is a Half-Life 2 modifcation which places the player into tense combat situations in a high tech world spanned by computer networks. As either Punks or Corp Mercenaries the player will fight through the physical world to gain access, via jack-in terminals, to cyberspace. Cyberspace is... Platforms: *nix

License: Freeware Size: 540 MB Download (101): Dystopia Server Download

Added: July 04, 2010 | Visits: 850

WMChargemon WMChargemon project is a simple WindowMaker dockapp that shows, in a clear way, the battery level and the power status of your ACPI-driven laptop. Low and critical battery levels (on which the applet changes its color) can be set. It is a really simple dockapp, which shows the percent battery... Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): WMChargemon Download

Added: February 01, 2010 | Visits: 958

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 856

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =... Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: March 18, 2010 | Visits: 1.167

steam K Beta steam K is a KDE style created by using domino & dekorator. Needed: Dekorator: http://www.kde-look.org/content/show.php?content=31447 Domino: http://www.kde-look.org/content/show.php?content=42804 In this package is included the .rc for domino and the color scheme.. steam K (beta 1)... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): steam K Beta Download

Added: July 06, 2010 | Visits: 997

KIptablesGenerator This is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy, especially on distributions with no firewall tool of their own, such as slackware. It creates a shell script, suitable for caling from an init script, or on slackware, being saved as... Platforms: *nix

License: Freeware Size: 583.68 KB Download (98): KIptablesGenerator Download

Added: April 17, 2010 | Visits: 637

Msql Msql is a Perl interface to the mSQL and mysql databases. SYNOPSIS use Msql; $dbh = Msql->connect($host); $dbh = Msql->connect($host, $database); or use Mysql; $dbh = Mysql->connect(undef, $database, $user, $password); $dbh = Mysql->connect($host, $database, $user, $password); or... Platforms: *nix

License: Freeware Size: 194.56 KB Download (98): Msql Download

Added: August 22, 2010 | Visits: 1.136

Hammer of Thyrion 1.4.2 Hammer of Thyrion is a port of Ravens Hexen2 source code and is based on the original Linux Hexen II project, Anvil of Thyrion. HoT includes many bugfixes, improved sound and video modes, opengl improvements and documentation among many others. Whats New in This Release: General: --------... Platforms: *nix

License: Freeware Size: 12 MB Download (97): Hammer of Thyrion 1.4.2 Download

< 1 2 3 4 5 >