Main > Free Download Search >

Free tuer alpha software for linux

tuer alpha

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 622
TUER Alpha

TUER Alpha


TUER is a 3D FPS written in JAVA + JOGL + JOGG. more>>
TUER is a 3D FPS written in JAVA + JOGL + JOGG.

TUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.

<<less
Download (MB)
Added: 2007-08-23 License: Freeware Price:
487 downloads
Kudev Alpha

Kudev Alpha


Kudev is a system tool, written in python, which helps you create and (will help you) manage your udev rules. more>>
Kudev is a system tool, written in python, which helps you create and (will help you) manage your udev rules.

To launch it unpack the archive and launch sudo python ./launch.py in your favorite console.

<<less
Download (0.012MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
Gauge Alpha

Gauge Alpha


Gauge project is a score tracking and reporting tool for clay pigeon. more>>
Gauge project is a score tracking and reporting tool for clay pigeon.

Gauge is a simple Python script that helps record shooting statistics. It is designed for clay pigeon shooting, or any game with a hit/miss or 1/0 scoring, and allows your to keep a record of your aiming accuracy and scores.

It features a fast and easy to use color console user interface.

<<less
Download (0.011MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1057 downloads
Enas Alpha

Enas Alpha


Enas is a Perl script that can telnet to a Cisco router or switch, execute some command, and log the work on a file. more>>
Enas is a Perl script that can telnet to a Cisco router or switch, execute some command, and log the work on a file.

Easy Network Automated script can use a username/password or password/enable mode.

<<less
Download (0.006MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1425 downloads
CCTE alpha-03

CCTE alpha-03


CCTE provides a CGI test enviroment. more>>
CCTE provides a CGI test enviroment.
CCTE is a small utility to provide a way to run automated tests on Web applications.
It acts like a Web browser GETing form data to different URLs, and logging output.
It has two ways to understand if a CGI did OK: HTTP status, and user-definable strings for both (success and error).
WHAT IS?
This is intended to be a CGI test enviroment. The idea is to allow you to automatically test yor cgis in a website by specifiying what parameters to send to each cgi. This includes kindda browser, which will GET or (futurely) POST different form data to cgi, and will capture the output trying to guess
what happend.
Another use is to stress-test servers and web aplications, while is not yet implemented, itll soon support parallel (threated) requests, and timing capabilities.
Enhancements:
- The report was improved
- some bug fixes were made
- documentation was added.
<<less
Download (0.022MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
914 downloads
Grester 0.3 Alpha

Grester 0.3 Alpha


Grester project is a Maven2 plugin for Jester, the JUnit tester tool. more>>
Grester project is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project.

It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against JUnit Tests in the project.

It can also help to dispense with a suite of scripts that may have been written to handle complex Java classpath executions for Maven projects.

<<less
Download (0.11MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
853 downloads
Ubuntu Center Alpha 1

Ubuntu Center Alpha 1


Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer. more>>
Ubuntu Center is a web based interface for accessing all kinds of information thats being stored on your computer running Ubuntu Breezy, XUbuntu, Kubuntu or even nUbuntu box.
Ubuntu Center accomplishes all of this by integrating PHP software licensed under the GPL license in one giant package suitable for use on a Ubuntu computer. This release adds tons of new features and bug fixes and is suitable for everyday use.
Enhancements:
- A Web-based installer was implemented and an admin area was added.
<<less
Download (5.2MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1265 downloads
Stereo 0.0.2 Alpha

Stereo 0.0.2 Alpha


Stereo is a Gnome/Mono application to copy mp3 files to mp3 player. more>>
Gnome/Mono application to copy mp3 files to mp3 player

Stereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.

This is the initial alpha release - 0.0.1.

<<less
Download (0.12MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1563 downloads
TRIPP 0.2 Alpha

TRIPP 0.2 Alpha


TRIPP is a utility to rewrite incoming and outgoing IP packets. more>>
TRIPP is a utility to rewrite incoming and outgoing IP packets. Since it can rewrite both headers and payload, it can be used to configure the tcp/ip stack behavior in order to perform various tasks mainly intended for network tests, simulations and development.

It is configured via a small rule-based language, which allows the user to intercept packets, set arbitrary header values, increment or decrement numeric header fields, set an arbitrary payload, rewrite parts of the payload, or fragment, multiply, or drop packets.

TRIPP project is totally user-level and doesnt require any kernel module.

<<less
Download (0.20MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
srcat Alpha-0

srcat Alpha-0


srcat project can retrieve data from disks once used in a Coraid SR (SATA+RAID) appliance. more>>
srcat project can retrieve data from disks once used in a Coraid SR (SATA+RAID) appliance.
Enhancements:
- This initial alpha release retrieves data from disks that previously composed a clean RAID 5 in a Coraid SR.
- The retrieval takes place on a POSIX platform, independently of the SR unit.
- Support for RAID arrays missing disks and for levels besides RAID 5 has yet to be added.
<<less
Download (0.007MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1214 downloads
rpnKalc Alpha

rpnKalc Alpha


rpnKalc is a very simple rpn (reverse polish notation) calculator. more>>
rpnKalc is a very simple rpn (reverse polish notation) calculator. Be warned I know very little about math and programming. Do not use for anything important such as money.

I am posting this in hope that i can get feedback on usability (things like keyboard commands) and if it functions proper.

Usage:
where #: is a place in the stack
d = drop
s = swap
n = sign change (1:)*(-1)
p = to the power 2:^1:
r = 1:root(2:)
+ = addition
- = subtracion
* = Multiplication
/ = division
Things that dont yet exist.
add trig functions
e
ln
log
variables
abs
pi
modules %

<<less
Download (0.012MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
GNUsTicker 0.1 alpha

GNUsTicker 0.1 alpha


GNUsTicker is a GNOME panel applet RSS aggregator. more>>
GNUsTicker is a GNOME panel applet RSS aggregator like KNewsTicker for KDE.

It may be extended for feeding from differente sources (an example for POP3 mail server is provided).
<<less
Download (0.79MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1547 downloads
Keystroke Alpha 1

Keystroke Alpha 1


Keystroke is a tool that aids in the transcription, subtitling, and logging of video and audio. more>>
Keystroke is a tool that aids in the transcription, subtitling, and logging of video and audio. Keystroke project combines a video player and text editor and allows control of the media through keystrokes rather than through the mouse.

Furthermore, it tracks the start and end times of each entered phrase in order to use the transcription in CMML/Annodex files as subtitles. It is also unique in that it does not display each clip in the usual table layout, instead utilizing a script-like view. Output can be in SRT, CMML, and plain text.

<<less
Download (0.011MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1074 downloads
Linux ICE Alpha 3

Linux ICE Alpha 3


Linux ICE is a Linux distribution based on Ubuntu 7.04 for your car. more>>
Linux ICE is a Linux distribution based on Ubuntu 7.04 for your car.
Main features:
- nGhost Media Center 0.94.5
- Linux kernel 2.6.20
- gps support via gspd
- Improved startup time
- XFCE 4.4
Enhancements:
- Linux ICE Development team is happy to release the third alpha in the development series of Linux ICE. Code named "Veyron ICE Breaker", this breed of release has a significantly reduced footprint and contains all the new technologies available in the newest version of Ubuntu 7.04.
<<less
Download (347.4MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
881 downloads
Deck 0.1 Alpha

Deck 0.1 Alpha


Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP). more>>
Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP) on-line public access catalog systems.
Deck is currently alpha-quality, but it is under active development and it can
already be used to build functional web applications.
Enhancements:
- This release provides basic browse and keyword search capability as well as user authentication.
<<less
Download (0.16MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1844 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5