by using
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16908
Swinput 0.6
Swinput can fake a mouse and a keyboard by using the Linux Input System. more>>
Swinput can fake a mouse and a keyboard by using the Linux Input System. The swinput modules read from a device and fakes hardware event (mouse motion, key presses etc) as commands written on the devices. Swinput presents status etc on the proc filesystem.
Swinput project is useful when testing applications.
It was developed to use when testing Xnee.
<<lessSwinput project is useful when testing applications.
It was developed to use when testing Xnee.
Download (0.013MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1269 downloads
bluexmms 1.1
bluexmms allows remote control of XMMS using a bluetooth-enabled Ericsson mobile phone. more>>
bluexmms XMMS plugin is my first foray into personal area networking (PAN).
I have a Sony Vaio PCG SRX51P/A and an Ericsson T68i phone (update: now I have a T610 and it works with that too :p), which both have builtin bluetooth. I often use my laptop to play mp3s through my headphones, but sometimes I want to wander around with the lappy in my backpack, whilst still listening to music.
bluexmms is my answer to this dilemna! By using the bluetooth protocol, and the extended modem command set for the T68i, Its possible to register a bluetooth accessory for the phone which controls XMMS.
Other ericsson phones should work too - the t68i, T39m, T610 and T630 have been reported working so far.
<<lessI have a Sony Vaio PCG SRX51P/A and an Ericsson T68i phone (update: now I have a T610 and it works with that too :p), which both have builtin bluetooth. I often use my laptop to play mp3s through my headphones, but sometimes I want to wander around with the lappy in my backpack, whilst still listening to music.
bluexmms is my answer to this dilemna! By using the bluetooth protocol, and the extended modem command set for the T68i, Its possible to register a bluetooth accessory for the phone which controls XMMS.
Other ericsson phones should work too - the t68i, T39m, T610 and T630 have been reported working so far.
Download (0.004MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1295 downloads
DocBook to LaTeX/ConTeXt Publishing 0.2.6
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. more>>
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. Both instances are intended to produce DVI, PostScript, PDF documents from DocBook SGML or XML sources, by converting first to a high level set of TeX macros.
Even if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
<<lessEven if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
Download (0.64MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
Making-Money-Using-The-Internet 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-03 License: Freeware Price: Free
204 downloads
FlashUnity Client 0.3
FlashUnity is a channel-based approach to an XML flash communications server and chat room. more>>
FlashUnity is a channel-based approach to an XML flash communications server and chat room.
Using the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the same server.
Filters allow you to prefilter input for all channels or provide other functionality to all channels. This is a total rewrite of CyberSS, and the APIs and XML have multiple major changes. Each module, filter, and the chat client are in their own seperate PEAR package.
Enhancements:
- Room changes now work properly, and there are Uselist updates.
- This is the final release before 1.0.
<<lessUsing the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the same server.
Filters allow you to prefilter input for all channels or provide other functionality to all channels. This is a total rewrite of CyberSS, and the APIs and XML have multiple major changes. Each module, filter, and the chat client are in their own seperate PEAR package.
Enhancements:
- Room changes now work properly, and there are Uselist updates.
- This is the final release before 1.0.
Download (0.47MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1335 downloads
Robsort Sorting Algorithm 1.0
Robsort Sorting Algorithm is a sorting algorithm which uses random numbers. more>>
Robsort in a GNU public license sorting algorithm devleloped by Robert Thompson. Robsort uses random number generation to sort arrays of integers. It is claimed to be the worlds least efficient sorting algorithm.
Scientists have calculated the robsort algorithm to approach an order of [n!] (n factorial) inefficiency, however this inefficiency could only theoretically be obtained by using truly random numbers.
<<lessScientists have calculated the robsort algorithm to approach an order of [n!] (n factorial) inefficiency, however this inefficiency could only theoretically be obtained by using truly random numbers.
Download (0.10MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1601 downloads
easy TreeManager 0.1.0
easy TreeManager provides a bookmark manager for group of users. more>>
easy TreeManager provides a bookmark manager for group of users.
easy TreeManager is a kind of onsite bookmark manager for a group of users. Once logged in, you can access all links managed in the navigation tree.
These links can be organized by using folders and by ordering them.
The Administrator can add, delete and edit links and assign these rights to other users, too.
<<lesseasy TreeManager is a kind of onsite bookmark manager for a group of users. Once logged in, you can access all links managed in the navigation tree.
These links can be organized by using folders and by ordering them.
The Administrator can add, delete and edit links and assign these rights to other users, too.
Download (1.7MB)
Added: 2007-02-01 License: MPL (Mozilla Public License) Price:
996 downloads
Apache DSSI 1.0.0
Apache DSSI is a SSI extention for calling Dynamic function. more>>
Apache DSSI is a SSI extention for calling Dynamic function.
By using this extentions to mod_include, you can make your own function for SSI (Server Side Includes) and you can call your function with SSI directives. This solution is based on mod_so and mod_include. By using DSSI, you can integrate your CGI easily and make your CGI faster than any other CGI accelerator.
Installation:
Download and compile Apache 1.3.X
Simply download dssi_1.0.0.tar.gz
Unzip and untar.
Replace apache_1.3.X/src/modules/standard/mod_include.c with this mod_include.c
Configure.
./configure --enable-module=include
If your binary type is ELF,
LDFLAGS="-export-dynamic" ./configure --enable-module=include
Compile and install apache.
Enabling DSSI
By using LoadDSSI directive, you can load your dynamic functions. Later one override earlier ones. It means, you can only call functions of the last one with DSSI directive.
AddType text/html .shtml
AddHandler server-parsed .shtml
LoadDSSI libexec/dssi_util.so
LoadDSSI libexec/dssi.so
<<lessBy using this extentions to mod_include, you can make your own function for SSI (Server Side Includes) and you can call your function with SSI directives. This solution is based on mod_so and mod_include. By using DSSI, you can integrate your CGI easily and make your CGI faster than any other CGI accelerator.
Installation:
Download and compile Apache 1.3.X
Simply download dssi_1.0.0.tar.gz
Unzip and untar.
Replace apache_1.3.X/src/modules/standard/mod_include.c with this mod_include.c
Configure.
./configure --enable-module=include
If your binary type is ELF,
LDFLAGS="-export-dynamic" ./configure --enable-module=include
Compile and install apache.
Enabling DSSI
By using LoadDSSI directive, you can load your dynamic functions. Later one override earlier ones. It means, you can only call functions of the last one with DSSI directive.
AddType text/html .shtml
AddHandler server-parsed .shtml
LoadDSSI libexec/dssi_util.so
LoadDSSI libexec/dssi.so
Download (0.019MB)
Added: 2006-04-04 License: The Apache License Price:
1298 downloads
Peng 1.05
Peng project consists of an AOL Linux dialer. more>>
Peng project consists of an AOL Linux dialer.
Peng is a free program for Linux that sets up a PPP, cable, or DSL connection for AOL or other providers by using a reverse engineered version of the AOL protocol.
It can be used from the command line and is known to work in several countries.
<<lessPeng is a free program for Linux that sets up a PPP, cable, or DSL connection for AOL or other providers by using a reverse engineered version of the AOL protocol.
It can be used from the command line and is known to work in several countries.
Download (0.32MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
949 downloads
Donkey Bolonkey 1.0
Donkey Bolonkey is an arcade game where you have to match donkeys by using a bubble as a trap. more>>
Donkey Bolonkey is an arcade game where you have to match donkeys by using a bubble as a trap.
Donkey Bolonkey is my entry for the SpeedHack 2001, a competition of creation of video games with the Allegro library in just three days, that is to say, to make a complete game, with graphics, sounds, musics and EVERYTHING!... IN JUST SINGLE THREE DAYS!!!...
The game is a clone of the Rat Poker (a game created by the same author of the TETRIS) only that with donkeys, and some 200 times more bloodier.
I cannot add many things, but I can only say that this of the SpeedHack is a competition that needs dedication and effort, I personally could make this game breaking the head against the table, I was almost the 3 days to the maximum, I went to bed at 3am oclock I got up at 8am oclock, less the last day (on Monday 29) that fell asleep at 5 in the morning.
<<lessDonkey Bolonkey is my entry for the SpeedHack 2001, a competition of creation of video games with the Allegro library in just three days, that is to say, to make a complete game, with graphics, sounds, musics and EVERYTHING!... IN JUST SINGLE THREE DAYS!!!...
The game is a clone of the Rat Poker (a game created by the same author of the TETRIS) only that with donkeys, and some 200 times more bloodier.
I cannot add many things, but I can only say that this of the SpeedHack is a competition that needs dedication and effort, I personally could make this game breaking the head against the table, I was almost the 3 days to the maximum, I went to bed at 3am oclock I got up at 8am oclock, less the last day (on Monday 29) that fell asleep at 5 in the morning.
Download (0.44MB)
Added: 2006-01-06 License: Freeware Price:
1391 downloads
PySL 0.1.0
PySL is a package that makes S-Lang functions and variables accessible via Python. more>>
PySL is a package that makes S-Lang functions and variables accessible via Python. It allows any S-Lang data type to move from S-Lang to Python scope and back (using numarray to provide the Python-side equivalent of S-Lang arrays). It also lets the user call any intrinsic or user-defined S-Lang function (including those defined by imported modules) from Python. All of this can be achieved by using a simple, module-like interface.
Since a major motivation for writing PySL was to let Python users take advantage of the S-Lang packages and modules developed for use with CIAO, the examples below focus on CIAO-related applications. For more general examples, see the PySL documentation.
<<lessSince a major motivation for writing PySL was to let Python users take advantage of the S-Lang packages and modules developed for use with CIAO, the examples below focus on CIAO-related applications. For more general examples, see the PySL documentation.
Download (0.026MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
Linvpn 3.0
Linvpn is a secure socket layer for pppd. more>>
Linvpn is a secure socket layer for pppd. Linvpn project allows creation of virtual private networks by using an IP routing system between PPP network interfaces.
Cryptography is done by libgcrypts 3DES or blowfish, and Initialization Vector (IV) is changed in each packet transmission.
As linvpn works as client and server, and communication is a single TCP connection, it allows creation of secure tunnels even in complex network layouts, when one or both endpoints are behind a firewall or NAT, with or without dynamic IP addresses.
Linvpn has been tested under Linux, FreeBSD, NetBSD and OpenBSD.
<<lessCryptography is done by libgcrypts 3DES or blowfish, and Initialization Vector (IV) is changed in each packet transmission.
As linvpn works as client and server, and communication is a single TCP connection, it allows creation of secure tunnels even in complex network layouts, when one or both endpoints are behind a firewall or NAT, with or without dynamic IP addresses.
Linvpn has been tested under Linux, FreeBSD, NetBSD and OpenBSD.
Download (0.13MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1383 downloads
linda 0.1.1
linda is a simple library implementation of the Linda parallel programming system. more>>
linda is a simple library implementation of the Linda parallel programming system.
To write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd, and rdp. linda was originally written by Wong Weng Fai. It has been improved by making it a real library by using GNU autotools, by adding timeout functions, and by using glib/gthread.
<<lessTo write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd, and rdp. linda was originally written by Wong Weng Fai. It has been improved by making it a real library by using GNU autotools, by adding timeout functions, and by using glib/gthread.
Download (0.18MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1167 downloads
rebXR 1.3.0
rebXR makes REBOL a first-class citizen of XML-RPC land. more>>
XML-RPC project is a lightweight standard, enabling RPC over HTTP by using XML as a marshaling format.
REBOL project is a scripting language (architected mainly by Carl Sassenrath of Amiga fame).
rebXR brings these two great flavors together, making REBOL a first-class citizen of XML-RPC land.
<<lessREBOL project is a scripting language (architected mainly by Carl Sassenrath of Amiga fame).
rebXR brings these two great flavors together, making REBOL a first-class citizen of XML-RPC land.
Download (0.019MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1064 downloads
Dumbass 0.2
Dumbass provides a tool that checks for dumb passwords. more>>
Dumbass provides a tool that checks for dumb passwords.
Dumbass tries several methods to crack very simple passwords from shadow password files.
The main goal of the program is to ensure passwords arent incredibly dumb by using word lists and other methods.
Enhancements:
- Add a ChangeLog, README
- Add a custom wordlist of commonly-used passwords ( runtime is much shorter now )
- Added install to the Makefile
- Added -u and -w options
<<lessDumbass tries several methods to crack very simple passwords from shadow password files.
The main goal of the program is to ensure passwords arent incredibly dumb by using word lists and other methods.
Enhancements:
- Add a ChangeLog, README
- Add a custom wordlist of commonly-used passwords ( runtime is much shorter now )
- Added install to the Makefile
- Added -u and -w options
Download (0.013MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 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 by using 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