t
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 593
T-Sim 0.1
T-Sim project is an early version of a helicopter simulator for GNU/Linux. more>>
T-Sim project is an early version of a helicopter simulator for GNU/Linux.
It already has random terrain generation, a 3D cockpit view with working instruments and an external view. The flight model, however, is still very simplistic.
Keys
N increase throttle
B decrease throttle
V move collective up
C move collective down
W push left pedal
X push right pedal
Up Arrow move cyclic forward
Down Arrow move cyclic backward
Left Arrow move cyclic left
Right Arrow move cyclic right
F10 cockpit view
F11 instrument view
F12 external view
F1 look left
F2 look right
F3 look up
F4 look down
F5 zoom out (external view only)
F6 zoom in (external view only)
A drag helicopter to the right
Z drag helicopter to the left
E drag helicopter up
R drag helicopter down
T drag helicopter backward
Y drag helicopter forward
Enter exit
<<lessIt already has random terrain generation, a 3D cockpit view with working instruments and an external view. The flight model, however, is still very simplistic.
Keys
N increase throttle
B decrease throttle
V move collective up
C move collective down
W push left pedal
X push right pedal
Up Arrow move cyclic forward
Down Arrow move cyclic backward
Left Arrow move cyclic left
Right Arrow move cyclic right
F10 cockpit view
F11 instrument view
F12 external view
F1 look left
F2 look right
F3 look up
F4 look down
F5 zoom out (external view only)
F6 zoom in (external view only)
A drag helicopter to the right
Z drag helicopter to the left
E drag helicopter up
R drag helicopter down
T drag helicopter backward
Y drag helicopter forward
Enter exit
Download (0.041MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
904 downloads
t-prot 2.4
t-prot is a filter which improves the readability of email messages. more>>
t-prot (TOFU Protection) is a filter which improves the readability of email messages and Usenet posts by hiding some of their annoying parts.
The annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation.
TOFU is an acronym that stands for "Text oben, Fullquote unten", a German reference to the practice of adding just a few lines of original text and quoting a complete message below them.
Enhancements:
- A new option was added to skip processing of very large and time-consuming messages.
<<lessThe annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation.
TOFU is an acronym that stands for "Text oben, Fullquote unten", a German reference to the practice of adding just a few lines of original text and quoting a complete message below them.
Enhancements:
- A new option was added to skip processing of very large and time-consuming messages.
Download (0.038MB)
Added: 2007-03-09 License: BSD License Price:
959 downloads
pyGAIM-t 0.1
pyGAIM-t is a reworking of the popular GAIM IM client to be based on the Jabber transport. more>>
pyGAIM-t is a reworking of the popular GAIM IM client to be based on the Jabber transport, which can connect to any IM system that GAIM can.
<<less Download (0.15MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1445 downloads
T-BEAR 1.5.1
T-BEAR is the Transient Bluetooth Environment security AuditoR. more>>
T-BEAR is the Transient Bluetooth Environment security AuditoR. It includes an ncurses-based BT scanner, a Bluetooth DoS proof-of-concept, and a "hidden" BDADDR hunter similar to Redfang 2.5.
Other tools based on gnuradio are being developed, including a BT "sniffer".
Enhancements:
- Minor feature enhancements
<<lessOther tools based on gnuradio are being developed, including a BT "sniffer".
Enhancements:
- Minor feature enhancements
Download (0.017MB)
Added: 2005-07-23 License: GPL (GNU General Public License) Price:
1565 downloads
SQLitepp
SQLitepp is a multilanguage object oriented wrapper to the sqlite library. more>>
SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language.
SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the database, letting you manipulate it directly in SQL but also exposing simple object oriented methods to manipulate the result of the queries and updating them.
Python EXAMPLE:
db = SQLDatabase("database.db")
q = db.query("Tablename", "SELECT Name,Id FROM %t")
if len(q):
tuple1 = q[0]
tuple1["Name"] = "Foobar"
tuple1.commit()
del db
C++ EXAMPLE:
SQLDatabase db("database.db");
SQLQuery *q = db.query("Tablename", "SELECT Name,Id FROM %t");
if(q->numberOfTuples()) {
SQLRow *tuple1 = q->getRow(0);
tuple1->set("Name", "Foobar");
tuple1->commit();
}
delete q;
C EXAMPLE:
void *db = new_SQLDatabase("database.db");
void *q = SQLDatabase_query(db, "Tablename", "SELECT Name,Id FROM %t");
if(SQLQuery_numberOfTuples(q)) {
void *tuple1 = SQLQuery_getRow(q, 0);
SQLRow_set(tuple1, "Name", "Foobar");
SQLRow_commit(tuple1);
}
delete_SQLQuery(q);
delete_SQLDatabase(db);
<<lessSQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the database, letting you manipulate it directly in SQL but also exposing simple object oriented methods to manipulate the result of the queries and updating them.
Python EXAMPLE:
db = SQLDatabase("database.db")
q = db.query("Tablename", "SELECT Name,Id FROM %t")
if len(q):
tuple1 = q[0]
tuple1["Name"] = "Foobar"
tuple1.commit()
del db
C++ EXAMPLE:
SQLDatabase db("database.db");
SQLQuery *q = db.query("Tablename", "SELECT Name,Id FROM %t");
if(q->numberOfTuples()) {
SQLRow *tuple1 = q->getRow(0);
tuple1->set("Name", "Foobar");
tuple1->commit();
}
delete q;
C EXAMPLE:
void *db = new_SQLDatabase("database.db");
void *q = SQLDatabase_query(db, "Tablename", "SELECT Name,Id FROM %t");
if(SQLQuery_numberOfTuples(q)) {
void *tuple1 = SQLQuery_getRow(q, 0);
SQLRow_set(tuple1, "Name", "Foobar");
SQLRow_commit(tuple1);
}
delete_SQLQuery(q);
delete_SQLDatabase(db);
Download (0.019MB)
Added: 2005-09-26 License: LGPL (GNU Lesser General Public License) Price:
1489 downloads
omega t+ 1.4.6
omega t+ is a computer assisted translation (CAT) tool suite. more>>
omega t+ is a computer assisted translation (CAT) tool suite.
omega t+ currently includes omegat, a translation editor tool with numerous features, extspell, an Apsell spell checker user interface, sentseg, for sentence segmenting of documents, and OmegaT packages, from which omegat is derived.
<<lessomega t+ currently includes omegat, a translation editor tool with numerous features, extspell, an Apsell spell checker user interface, sentseg, for sentence segmenting of documents, and OmegaT packages, from which omegat is derived.
Download (0.64MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1243 downloads
Ne.W.T. 1.2.0
Ne.W.T. means NEthack With Tiles. more>>
Ne.W.T. means NEthack With Tiles.
This NetHack & SLASHEM graphical interface aims to mimic the tty version of NetHack as much as possible, but with tiles.
Main features:
- support most tilesets and most image formats
- sound support (via pmatch)
- joystick support
- many zoom modes to best view your game.
- realtime switching between tiled, ascii view
<<lessThis NetHack & SLASHEM graphical interface aims to mimic the tty version of NetHack as much as possible, but with tiles.
Main features:
- support most tilesets and most image formats
- sound support (via pmatch)
- joystick support
- many zoom modes to best view your game.
- realtime switching between tiled, ascii view
Download (8.4MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1341 downloads
T-ish Pack 3.2
T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. more>>
T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger.
They fit well with Compiz also.
Contents:
T-ish - Clearlooks theme
T-ish Aguastyle - Clearlooks theme with some pixmap elements
T-ish-Ubuntulooks - Ubuntlooks theme
T-ish-Ubuntulooks Aguastyle - Ubuntulooks theme with some pixmap elements
T-ish-Ubuntulooks Graphite - same as above but thanks to Alejandro Cornejo
Based on Clearlooks or Ubuntulooks engines, Ish GTK theme with additional buttons from Expose and GlossyP metacity borders (with many thanks to authors).
For best results use OSX icons, jaguarx mouse theme, and FoxiTiger firefox skin (links below).
IMPORTANT: In order to install all of the themes youll have to manually extract to ~/.themes dir.
IMPORTANT 2: In order for scrollbars to work on Ubuntu Edgy you have to install gtk2-engines-pixbuf package.
<<lessThey fit well with Compiz also.
Contents:
T-ish - Clearlooks theme
T-ish Aguastyle - Clearlooks theme with some pixmap elements
T-ish-Ubuntulooks - Ubuntlooks theme
T-ish-Ubuntulooks Aguastyle - Ubuntulooks theme with some pixmap elements
T-ish-Ubuntulooks Graphite - same as above but thanks to Alejandro Cornejo
Based on Clearlooks or Ubuntulooks engines, Ish GTK theme with additional buttons from Expose and GlossyP metacity borders (with many thanks to authors).
For best results use OSX icons, jaguarx mouse theme, and FoxiTiger firefox skin (links below).
IMPORTANT: In order to install all of the themes youll have to manually extract to ~/.themes dir.
IMPORTANT 2: In order for scrollbars to work on Ubuntu Edgy you have to install gtk2-engines-pixbuf package.
Download (0.65MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
584 downloads
scrot 0.8
scrot is a command line screen capture utility. more>>
scrot is a command line screen capture utility.
scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images.
Multiple image formats are supported through imlib2s dynamic saver modules.
Enhancements:
- Patch from Claes Nasten
- Enhances thumbnail related options:
- First, specifying -t would break the $f param to -exec.
- Second, the thumbnail and the screenshot got different timestamps.
- Third, one werent able to specify geometry with -t.
- I fixed those and added, $m ( mini, instead of $t as it was taken ) so that one can do.
- About the geometry, having either the width or height set to 0 makes it fill in the other pertaining the aspect ratio.
<<lessscrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images.
Multiple image formats are supported through imlib2s dynamic saver modules.
Enhancements:
- Patch from Claes Nasten
- Enhances thumbnail related options:
- First, specifying -t would break the $f param to -exec.
- Second, the thumbnail and the screenshot got different timestamps.
- Third, one werent able to specify geometry with -t.
- I fixed those and added, $m ( mini, instead of $t as it was taken ) so that one can do.
- About the geometry, having either the width or height set to 0 makes it fill in the other pertaining the aspect ratio.
Download (0.072MB)
Added: 2006-09-25 License: BSD License Price:
1130 downloads
tffs 0.9.0
tffs is a FUSE driver that allows you to mount a hard disk from a T*PFIELD digital satellite receiver. more>>
tffs is a FUSE driver that allows you to mount a hard disk from a T*PFIELD digital satellite receiver to a directory in your file system tree.
With tffs you can mount a hard disk from a T*PFIELD digital satellite receiver to a directory in your file system tree.
Any program can access the files on your T*PFIELD disk like any other ordinary file. tffs does not support any write operations. Changing files is impossible, as is delete or even renaming files. tffs has so far only been tested with the T*PFIELD PVR4000. It may or may not work with other models.
Since I have no access to other models, I will not be able to add support for those. However, if you have some other T*PFIELD device and you can provide me patch for supporting it, I am willing to include it in tffs.
In order to use tffs, your kernel must include FUSE support. FUSE has been part of the official Linux kernel since version 2.6.14. For some older versions, FUSE can be acquired separately to be compiled as a kernel module.
tffs only consists of one program: mount.tffs. It can only be invoked as super user. For the exact synopsis of the mount.tffs command, consult the man page. If you like to make the T*PFIELD file system accessible to other users than root, you must provide the "allow_other" mount option. A typical call to mount.tffs looks like this:
mount.tffs /dev/sdb /mnt -o allow_other
In the example, the T*PFIELD hard disk corresponds to the device file /dev/sdb. In my case it is connected to the USB bus (via an IDE-USB-adaptor). It is mounted to the /mnt directory, and since the allow_other mount option is specified, users other than root can access the mounted T*PFIELD disk. Unmount the file system with:
umount /mnt
or by killing the mount.tffs process. For your convenience, you may add a line to /etc/fstab to ease mounting and to make it possible for non-privileged users.
If mount.tffs is installed in the /sbin directory, it can be called through the regular mount program (/bin/mount), by specifying "-t tffs":
mount /dev/sdb /mnt -t tffs -o allow_other
This way, it is easy to configure an automounter for mounting a T*PFIELD disk.
<<lessWith tffs you can mount a hard disk from a T*PFIELD digital satellite receiver to a directory in your file system tree.
Any program can access the files on your T*PFIELD disk like any other ordinary file. tffs does not support any write operations. Changing files is impossible, as is delete or even renaming files. tffs has so far only been tested with the T*PFIELD PVR4000. It may or may not work with other models.
Since I have no access to other models, I will not be able to add support for those. However, if you have some other T*PFIELD device and you can provide me patch for supporting it, I am willing to include it in tffs.
In order to use tffs, your kernel must include FUSE support. FUSE has been part of the official Linux kernel since version 2.6.14. For some older versions, FUSE can be acquired separately to be compiled as a kernel module.
tffs only consists of one program: mount.tffs. It can only be invoked as super user. For the exact synopsis of the mount.tffs command, consult the man page. If you like to make the T*PFIELD file system accessible to other users than root, you must provide the "allow_other" mount option. A typical call to mount.tffs looks like this:
mount.tffs /dev/sdb /mnt -o allow_other
In the example, the T*PFIELD hard disk corresponds to the device file /dev/sdb. In my case it is connected to the USB bus (via an IDE-USB-adaptor). It is mounted to the /mnt directory, and since the allow_other mount option is specified, users other than root can access the mounted T*PFIELD disk. Unmount the file system with:
umount /mnt
or by killing the mount.tffs process. For your convenience, you may add a line to /etc/fstab to ease mounting and to make it possible for non-privileged users.
If mount.tffs is installed in the /sbin directory, it can be called through the regular mount program (/bin/mount), by specifying "-t tffs":
mount /dev/sdb /mnt -t tffs -o allow_other
This way, it is easy to configure an automounter for mounting a T*PFIELD disk.
Download (0.015MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1423 downloads
SILVERCODERS T-Script 0.7.0
SILVERCODERS T-Script is a scripting language which primary purpose is to generate text files. more>>
SILVERCODERS T-Script is a scripting language which primary purpose is to generate text files.
It can be useful for processing template files based on some additional data retrieved from data sources like sql databases or other text files. T-Script can be easly embedded into your application and work with its internal data.
SILVERCODERS T-Script library is now being intergrated into the LMS project.
<<lessIt can be useful for processing template files based on some additional data retrieved from data sources like sql databases or other text files. T-Script can be easly embedded into your application and work with its internal data.
SILVERCODERS T-Script library is now being intergrated into the LMS project.
Download (0.035MB)
Added: 2007-01-24 License: Freeware Price:
1003 downloads
POP3 DNS updater T.00.02
popdns is a small daemon that aims at simplifying the use of DHCP-configured machines. more>>
popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool.
After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their system password and popdns automatically updates the specified (or implied) DNS entry with the IP address of the connecting machine.
popdns makes all DNS modifications with plugins. The plugins are external programs (scripts or compiled programs) simply launched with the following arguments:
plugin ipaddress name [ name ... ]
<<lessAfter having configured a new e-mail source (with the POP3 protocol), users are authenticated using their system password and popdns automatically updates the specified (or implied) DNS entry with the IP address of the connecting machine.
popdns makes all DNS modifications with plugins. The plugins are external programs (scripts or compiled programs) simply launched with the following arguments:
plugin ipaddress name [ name ... ]
Download (0.017MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1205 downloads
Luit 20060820
Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. more>>
Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator. It will convert application output from the locales encoding into UTF-8, and convert terminal input from UTF-8 into the locales encoding. It is mainly used to support xterm.
<<less Download (0.097MB)
Added: 2006-08-22 License: MIT/X Consortium License Price:
1158 downloads
Teamspeak 0.3
Teamspeak is a Perl interface to administrate Teamspeak-Server. more>>
Teamspeak is a Perl interface to administrate Teamspeak-Server.
SYNOPSIS
use Teamspeak;
my $t = Teamspeak->new(
timeout => ,
port => ,
host =>
);
You can connect to a Teamspeak-Server in four different Connection-Types: 1. Telnet 2. MySQL or MySQL::Lite 3. Web-Frontend 4. Teamspeak-Client is using UDP
Every Connection-Type can only use a part of all available Methods.
<<lessSYNOPSIS
use Teamspeak;
my $t = Teamspeak->new(
timeout => ,
port => ,
host =>
);
You can connect to a Teamspeak-Server in four different Connection-Types: 1. Telnet 2. MySQL or MySQL::Lite 3. Web-Frontend 4. Teamspeak-Client is using UDP
Every Connection-Type can only use a part of all available Methods.
Download (0.026MB)
Added: 2007-05-25 License: Perl Artistic License Price:
895 downloads
t@b Directory Uploader 0.952
t@b Directory Uploader is a software that can upload a directory to a FTP server. more>>
t@b Directory Uploader is a software that can upload a directory to a FTP server.
You can upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.
This program runs on Mac OS X, Windows and Linux
Example:
FTP Host Name: ftp.website.com (no ftp://)
FTP Host Path: foldername (if no folder type / instead)
FTP User Name: ftpusername
FTP Password: ftppassword
<<lessYou can upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.
This program runs on Mac OS X, Windows and Linux
Example:
FTP Host Name: ftp.website.com (no ftp://)
FTP Host Path: foldername (if no folder type / instead)
FTP User Name: ftpusername
FTP Password: ftppassword
Download (0.15MB)
Added: 2006-03-22 License: Freeware Price:
1356 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above t search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed