Main > Free Download Search >

Free reaper drone software for linux

reaper drone

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
Reaper 0.98.2

Reaper 0.98.2


Reaper project is a fly around and shoot stuff 3D game. more>>
Reaper project is a fly around and shoot stuff 3D game.
Reaper is a graphics-intensive 3D-game where you fly a spaceship over a planet completing combat missions.
Apart from being a creature that tends to consume all free time of those involved, leaving them robbed of the chance of ever living a normal life, it is a 3D-game.
To clarify some more, it could be classified as a space combat simulator (well, you dont fly in space, you fly much closer to the ground, but you do pilot spaceships, so.
Enhancements:
- Cleanup of shadow system (could be even better)
- BUGFIX: Incorrect handling of textures larger than GL_MAX_TEXTURE_SIZE
- Removed glsdk from src/ext-directory (not used)
- Added glh (gl helper library)
- Added nvparse (nvidia parser library)
- Add extgen (gl extension definition file generator)
- Changed OpenGL extensions handling from homegrown to glh/extgen
- Dynamic environment mapping on the players ship
- The autoconf setup is a bit less hackish
- Added GL-headers in src/GL - eliminates the need to adapt to broken headers on various systems.
- Fixed a time leak in the mainloop
- Improved network-startup, better synchronization
- Compiles cleanly with gcc and -ansi -pedantic -Wall -W -Wno-sign-compare -Wno-unused
- Changed use_texture to an int (texture_level), allowing a textured hud while object textures are turned off.
<<less
Download (20.5MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1022 downloads
IRC Defender 1.4b1

IRC Defender 1.4b1


IRC Defender is a Perl program for protecting your IRC network against malware. more>>
IRC Defender is a Perl program for protecting your IRC network against malware. It can protect you against virus drones, general troublemakers, ban evasion, and attacks.


The program will background, and auto join the channel you have defined where the commands given below are accepted. Please be sure to secure your channel (e.g. set +O on it) so that normal users may not access these commands!

While the program is running, you may edit its config file then do a remote rehash (e.g. via /rehash defender.*) to cause its configuration files to be re-read. When you do this any modules you have removed from the configuration will be unloaded, and any you have added will be freshly loaded. Any that remain unchanged will be re-initialised as though the bot was just reloaded by hand.
<<less
Download (0.049MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1209 downloads
SMTP Relay Checker 2.0.3

SMTP Relay Checker 2.0.3


SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. more>>
SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. It supports scanning of IP blocks, and can print the results to a Web page.
SMTP Relay Checker is intended for Systems Administrators to check IP blocks under their control.
Compilation / Installation
To build SmtpRC please run "make" in the package directory. This will build the package and create the binary "smtprc". To install the package, please run "make install".
By Default, the binary will be installed into /usr/local/bin/, configuration files will be installed under /usr/local/etc/smtprc/ and all documentation files will be installed under /usr/local/share/doc/smtprc/. Please see below for a full list of installed files.
/usr/local/bin/smtprc
/usr/local/bin/gsmtprc
/usr/local/etc/smtprc/auto.conf
/usr/local/etc/smtprc/email.tmpl
/usr/local/etc/smtprc/rcheck.conf
/usr/local/share/doc/smtprc/README
/usr/local/share/doc/smtprc/FAQ
/usr/local/man/man1/smtprc.1
/usr/local/man/man1/gsmtprc.1
Using Smtprc
SmtpRC can be run by specifying options on the command line, or by configuring an "auto configuration" file and letting SmtpRC parse the options from there. The latter is recommended.
When SmtpRC is installed, a example "auto configuration" file is installed in "/usr/local/etc/smtprc/auto.conf". Edit this file, changing the values to suit your specific network requirements and run smtprc with the following option (a full list of options
is detailed below):
"/usr/local/bin/smtprc -j /usr/local/etc/smtprc/auto.conf"
To be sure that a mailserver relays third-party email, SmtpRC will attempt to relay mail to an address specified. It is recommended that this address is a mailbox on the local machine that is being used to run SmtpRC - pop support is a planned feature, but for now, SmtpRC only supports checking local mailboxes (mbox and Maildir). Create a new user account (smtprc), specify the email address for this account, and the local mailbox (on the command line or in the "auto configuration" file), and SmtpRC will attempt to relay emails to this address and check for recieved emails after scanning.
There is also a GUI interface to smtprc (gsmtprc) that is installed in /usr/local/bin. This requires Perl Tk to run.
Enhancements:
- Fixes a race condition between the master and reaper threads.
<<less
Download (0.053MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1313 downloads
ADOdb Lite 1.42

ADOdb Lite 1.42


ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster. more>>
ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands.
ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase.
Enhancements:
Added:
SQLdate function to the date module for the fbsql, maxdb, msql and obdc databases.
Added:
loadObjectList function to the object module. This will build an array list of all objects.
Added:
Maugrim the Reapers conversion of the ADOdb Performance Module for the MySql, Mysqli and Mysqlt drivers.
Fixed:
Changed if ($resultId === true) in the do_query() function to if (@pg_numfields( $resultId ) forcenewconnection) in the _makeconnection() function to if(!$this->forcenewconnection) in all Postgres drivers. Thanks to Dmitry (thedix) for the fix.
Fixed:
Removed else in adodb_mktime function in the adodb-time.inc.php program to fix a month calculation error. Thanks to jgarces for submitting the fix.
Fixed:
Changed var _obj; to var $_obj; and var _names; to var $_names; in the generic object module.
Fixed:
Changed user ro username on line 40 in the adodb-exceptions.inc.php. Thanks to Harry S. Kartono for finding the error and providing the fix.
Fixed:
mysql and mysqlt drivers should use the $this->connectionId when executing the mysql_real_escape_stringfunction in the $db->qstr function.
Fixed:
mssql date module had a misplaced bracket causing it to fail.
Changed:
All drivers - fields result set function will return the entire array if the $fields variable is empty.
Enhancements:
- Query tracking was added for performance testing.
- There are three new database array variables: $db->query_list, $db->query_list_time, and $db->query_list_errors.
- These variables will contain every processed query and the time it took to process the query for the current instance of the database object.
- This will allow easy tracking of every query on any page and the amount of time it took to execute each query.
- In all drivers, a return variable by reference error was fixed when returning an empty record set.
<<less
Download (0.24MB)
Added: 2007-01-12 License: LGPL (GNU Lesser General Public License) Price:
1023 downloads
enelin 8 0.3

enelin 8 0.3


enelin 8 is a scifi 3d-shooter game. more>>
enelin 8 is a scifi 3d-shooter game.

Cryptic distress call from the moon Beya B4
normally inhabited only by robotic mining drones
You set out to investigate
The drones attack you

Blast your way through walls and defenses ,with your well-armed shuttle, deeper down into the robotic mining facility towards the source of the distress signal.

<<less
Download (0.57MB)
Added: 2006-07-21 License: Freeware Price:
1190 downloads
Privateer Gemini Gold 1.01 Patch

Privateer Gemini Gold 1.01 Patch


Privateer Gemini Gold is a remake of Wing Commander Privateer. more>>
Privateer Gemini Gold is a remake of Wing Commander Privateer.
Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine and real 3d spaceflight.
As Grayson Burrows you inherited a small old scout class ship from your grandfather, to start over as a Privateer in a new and sparsely populated sector of the Confederation. Take your chance and become a pirate, merchant or hunter upgrade your ship and experience the hard truth in a border sector where noone has anything to give away...
This project is different from Privateer Remake in that it focuses on recreating the original Privateer without additional fan created content, it however shares the source with Privateer Remake.
Enhancements:
Special Features
- High Quality textures for the Tarsus
- Planets with clouds, Space Stations have lightmaps
- Oxford and Palan missions are easier now (rebalanced)
Miscellaneous
- possible speed improvements during bootup and gameplay
- luxury/natural goods model gets a new texture
- adds high-res explosion animations
- bases and planets now have an automatic landing zone
- Oxford library computer animation added
- adds jump activation sound
- repair droids are working a lot faster
- sets the ships starting speed to ~150kps
- reduces number of available cargo missions
- uses Wing Commander style missile lock animation
Bugfixes
- drone mission bug
- Ship Dealer graphic at Oxford
- explosion sound for asteroids
- Derelict Base now always spawns
- *.blank on the navigation computer
- "fix" button bug on the upgrade computer
- cargo-bug which prevented to accept and fly a mission
- artifact-loss-through ship purchase
- spawned cargo in cargo hold after ship purchase
- mercenary computer display graphic bug
- removes unimportant information from commodity computer
- removes neutral com faces for the paradigm
- ships energy system fixed (ecm bug)
- prevents collision after ship explosion (with eject seats)
- never ending escort missions
- miggs now shows his face and speaks to you
- removes "news" and "ship dealer" from some computer consoles
- orion price changed to 75.000
- tractor beams removed from talons
- request landing "0" removed (without function)
<<less
Download (25.8MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1195 downloads
Kismet 2007-01-R1

Kismet 2007-01-R1


Kismet is an 802.11 wireless network sniffer. more>>
Kismet application is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
Main features:
- Ethereal/Tcpdump compatible data logging
- Airsnort compatible weak-iv packet logging
- Network IP range detection
- Built-in channel hopping and multicard split channel hopping
- Hidden network SSID decloaking
- Graphical mapping of networks
- Client/Server architecture allows multiple clients to view a single
- Kismet server simultaneously
- Manufacturer and model identification of access points and clients
- Detection of known default access point configurations
- Runtime decoding of WEP packets for known networks
- Named pipe output for integration with other tools, such as a layer3 IDS like Snort
- Multiplexing of multiple simultaneous capture sources on a single Kismet instance
- Distributed remote drone sniffing
- XML output
- Over 20 supported card types
Enhancements:
- Additional IDS alerts, fixes for multiple crashes, better BSD support, Win32 native capture with Cace AirPcap devices, Nokia 770/800 support, and other minor updates.
<<less
Download (0.61MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1571 downloads
xtank 0.2-1

xtank 0.2-1


xtank project is a multi player 2d tank shoot-em up game. more>>
xtank project is a multi player 2d tank shoot-em up game.
Xtank is a fairly old but reliable graphical game requiring multiple players and optimised for a local area network of X displays. It features fast update rates, assorted mazes, various vehicles, simple graphics, drone tanks, and team play.
Different game styles are possible; straight combat, territorial expansion, maze races with and without weapons, and ultimate frisbee.
The "north" development branch is James Camerons modifications to the 1.3f version for use on 800x600 displays in a network of Linux based second-hand gaming workstations in a rural village.
Enhancements:
- rebuild for sarge, to fix inability to install due to xlibs6g package dependency
- add /usr/bin/xtank script to start game
- adjust for changed host names on local area network
<<less
Download (1.1MB)
Added: 2007-01-03 License: Freely Distributable Price:
1024 downloads
mysqlrowcopy 1.0

mysqlrowcopy 1.0


mysqlrowcopy is a tool that generates insert statements from result sets. more>>
mysqlrowcopy is a tool that generates insert statements from result sets. It produces output similar to what might result from running mysqldump on a single SELECT query.

This project helps eliminate some of the tedium of moving data between QA and production MySQL databases.

Build:

To build mysqlrowcopy, you should run:

./configure
make

A mysqlrowcopy and mysqlrowcopy.debug file are created. They have identical functionality, the .debug version simply has debugging symbols built in (for gdb).

Since mysqlrowcopy is probably going to be I/O bound with modest CPU and RAM usage, the only reason to even build a 64-bit version is to work around potential issues in dynamic linking 32-bit binaries against 64-bit libraries.

RECIPES

1. Migrating a MySQL user account reaper from QA server to a production server.

e.g. MySQL database server qa3.example.com to prod1.example.com:

$ mysqlrowcopy -h qa3.example.com
SELECT * FROM db WHERE User = "reaper" mysql db > reaper.sql
$ mysql -h prod1.example.com mysql < reaper.sql

You could of course simply pipe the output of mysqlrowcopy into mysql and skip the intermediate file.

(Dont forget to RELOAD PRIVILEGES afterwards)

2. Keep your test environment up to date. Populate it with production data every 24 hours. You could run this sequence from cron once a day:

$ mysqlrowcopy -h finance-db.example.com
SELECT * FROM stocks WHERE modified > DATE_SUB(NOW(),INTERVAL 24 HOUR)
finance stocks > day-stocks.sql

$ cat day-stocks.sql | mysql -h finance-test.example.com finance

3. Copy data between tables on different servers that have some similar fields.

Youve got common data in table Zip on a production database:

mysql> desc Zip;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | PRI | | |
| ZIPCodeType | char(1) | YES | | NULL | |
| City | varchar(32) | YES | | NULL | |
| CityType | char(1) | YES | | NULL | |
| State | varchar(32) | YES | | NULL | |
| StateCode | char(3) | YES | | NULL | |
| AreaCode | char(3) | YES | | NULL | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
9 rows in set (0.00 sec)

And youve got table ZipPosition in a research database:

mysql> desc ZipPosition;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | | | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

You want to load data from production Zip into research ZipPosition.

$ mysqlrowcopy -h production SELECT ZIPCode,Latitude,Longitude common ZipPosition > pos.sql
$ cat pos.sql | mysql -h qa research

Note how we specify ZipPosition on the first line to tell mysqlrowcopy what the destination table is going to be.
<<less
Download (0.021MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
967 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1