Main > Free Download Search >

Free their own software for linux

their own

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2265
The DaisyPlayer Project 0.2.4

The DaisyPlayer Project 0.2.4


DaisyPlayer is a program for playing Digital Talking Books (DTB). more>>
DaisyPlayer is a program for playing Digital Talking Books (DTB). The DaisyPlayer Projects main focus is to make a library with a small, easy-to-use API, making it easy for other developers to write their own daisy players without having much knowledge about the Daisy format and standards.

A console and a GUI front-end are available fo this library to demonstrate how it can be used in practice and for those who just need a simple daisy player.

<<less
Download (0.054MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1235 downloads
XTrader 2006.05

XTrader 2006.05


XTrader is a stock chart and technical analysis program. more>>
XTrader is a stock chart and technical analysis application. A simple portfolio module is also included for keeping tracks of your investments.
Main features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
<<less
Download (2.3MB)
Added: 2006-05-04 License: QPL (QT Public License) Price:
1274 downloads
The Mana World 0.0.23

The Mana World 0.0.23


The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. more>>
The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. The Mana World project is licensed under the GPL, making sure this game cant ever run away from you.

The project includes the development of both a client and a server, as well as the development of an online world. At the moment were making alpha releases of the client, while our server is in early development.

The eAthena free software Ragnarok Online server is used until our own server has matured enough to replace it. Once ready, well be making releases of our server too so anybody will be free to set up their own server and start building their own online world.

<<less
Download (3.5MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
Thread::Tie 0.12

Thread::Tie 0.12


Thread::Tie can tie variables into a thread of their own. more>>
Thread::Tie can tie variables into a thread of their own.

SYNOPSIS

use Thread::Tie; # use as early as possible for maximum memory savings

# use default thread + tieing + create thread when needed
tie $scalar, Thread::Tie;
tie @array, Thread::Tie;
tie %hash, Thread::Tie;
tie *HANDLE, Thread::Tie;

# use alternate implementation
tie $scalar, Thread::Tie,
{ module => Own::Tie::Implementation, # used automatically
use => Use::This::Module::Also, # optional, also as []
eval => arbitrary Perl code, # optional
};

# initialize right away
tie $scalar, Thread::Tie, {}, 10;
tie @array, Thread::Tie, {}, qw(a b c);
tie %hash, Thread::Tie, {}, (a => A, b => B, c => C);
tie *HANDLE, Thread::Tie, {},>:layer,filename;

# create an alternate thread and use that
my $tiethread = Thread::Tie::Thread->new;
tie $scalar, Thread::Tie, {thread => $tiethread};

# object methods
my $tied = tie stuff,Thread::Tie,parameters;
my $tied = tied( stuff );
my $semaphore = $tied->semaphore; # scalar for lock()ing tied variable
my $module = $tied->module; # module tied to in thread
my $tiethread = $tied->thread; # thread to which variable is tied

my $tid = $tiethread->tid; # thread id of tied thread
my $thread = $tiethread->thread; # actual "threads" thread

untie( stuff ); # calls DESTROY in thread, cleans up thoroughly

Thread::Tie->shutdown; # shut down default handling thread
$tiethread->shutdown; # shut down specific thread

<<less
Download (0.015MB)
Added: 2007-08-06 License: Perl Artistic License Price:
809 downloads
WeOCR 0.11

WeOCR 0.11


WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems. more>>
WeOCR is a platform for Web-enabled OCR (Optical Character Reader/Recognition) systems.
A WeOCR server receives document images from users, recognizes text in the images, and returns recognition results to the users.
WeOCR does not have its own character recognition engine. Instead, it is intended to accommodate various existing character recognition engines.
Main features:
- Design the architecture of WeOCR.
- Develop a toolkit that enables OCR developers and researchers build their own Web-based OCR sites easily.
- Encourage people to develop OCRs for various languages and to open them to the public either as a Web service or as a Free Software.
- Make some useful tools and libraries for Web-based OCR systems.
<<less
Download (0.045MB)
Added: 2007-05-12 License: MIT/X Consortium License Price:
900 downloads
TxSig 1.05

TxSig 1.05


TxSig is a small signature rotator. more>>
TxSig project is a small signature rotator.
It can randomly pick from a directory of files containing fortunes or quotes. It offers a variety of features such as compatibility with files from fortune. Users can generate their own quote files.
Main features:
- Quotes chosen based on length
- Quotes chosen based on rating
- Multiple configuration files
- Multiple quote/fortune files
- 100% Compatability with standard fortune files
- Drop-in compatability with pine V 4.44
- Optional apending of .signature (or any other file)
- Uses only standard perl modules
- Tastes Good
- Possibly Sexy
Enhancements:
- fixed a problem with creating and updating the data.cnt file
<<less
Download (0.028MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
Virtual Tomcat 0.1

Virtual Tomcat 0.1


Virtual Tomcat is a set of scripts designed to ease administration tasks involved with hosting multiple JVM instances. more>>
Virtual Tomcat project is a set of scripts designed to ease administration tasks involved with hosting multiple JVM instances and domains using Apache Tomcat and HTTPd.

The system (which uses jsvc to spawn instances) allows users to deploy their own applets from within their home directories, as well as allowing full access to /manager and /admin applets.

<<less
Download (0.015MB)
Added: 2006-04-17 License: BSD License Price:
736 downloads
Apache mod_suid 2.1

Apache mod_suid 2.1


Apache mod_suid allows per-vhost execution of scripts under their own UIDs. more>>
Apache mod_suid allows per-vhost execution of scripts under their own UIDs. It functions in a way similar to Apaches perchild MPM, but differs in a number of ways.

Apache mod_suid does per child user/group switching; the Apache MPM makes switches based on vhosts. All processing is done under a specific UID/GID, including PHP and mod_perl scripts.

<<less
Download (0.038MB)
Added: 2006-05-30 License: BSD License Price:
1249 downloads
fetchrss 1.0

fetchrss 1.0


fetchrss is a software which polls Weblogs (RSS feeds) and emails the updates. more>>
fetchrss polls weblogs (rss feeds) and e-mails the updates, one message per updated entry.

The effect is comparable to the weblog author e-mailing you personally. fetchrss can run in the background on your desktop or server.

Combine this with procmail to filter blog updates into their own folder in your IMAP account.
<<less
Download (0.48MB)
Added: 2005-04-26 License: LGPL (GNU Lesser General Public License) Price:
1642 downloads
pYsearch 2.0

pYsearch 2.0


pYsearch allows developers to use Yahoo! Search Web Services to access Yahoo content and services from their own applications. more>>
pYsearch allows developers to use Yahoo! Search Web Services to access Yahoo content and services from their own applications.
It implements easy to use, flexible and extensible APIs.
Main features:
- Extendandable API, with replaceable backend XML parsers, and I/O interface.
- Type and value checking on search parameters, including automatic type conversion (when appropriate and possible)
- Flexible return format, including DOM objects, or fully parsed result objects
Enhancements:
- This release is a major refactoring of all the search classes for easier use and maintenance.
- It also updates all existing classes with recent API chances, as well as adding support for new search services (like Audio and Site Explorer).
- Documentation has been greatly improved, and there are many minor bugfixes.
<<less
Download (0.085MB)
Added: 2005-10-28 License: BSD License Price:
1457 downloads
Create Your Own Adventure 0.4 Beta

Create Your Own Adventure 0.4 Beta


Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. more>>
Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure.

The user can upload a picture (in any format supported by Web browsers) and define how many choices the player will have. Its possible to connect choices to other parts of the story simply by selecting the chapter number from the dropdown list next to the choice.

<<less
Download (0.014MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
851 downloads
VStar PhotoAlbum 1.1

VStar PhotoAlbum 1.1


VStar PhotoAlbum is a Web-based photo album designed for amateur photographers with digital cameras. more>>
VStar PhotoAlbum is a Web-based photo album designed for amateur photographers with digital cameras and their own Web server or home page.

VStar PhotoAlbum alleviates the need to spend much time creating Web pages to show off photographs, and it automatically makes periodic backups for photos.

<<less
Download (0.010MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
826 downloads
jQuizShow 1.0

jQuizShow 1.0


jQuizShow project is a game based on the Who Wants To Be a Millionaire TV game show. more>>
jQuizShow project is a game based on the "Who Wants To Be a Millionaire" TV game show.

It forms the framework around which a group can play their own Millionaire-like game. It is fully customizable and easy to add your own questions and answers to.

<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1075 downloads
phpSecurePages 0.29b

phpSecurePages 0.29b


phpSecurePages is a PHP3 & PHP4 multi-language login and password client authentication. more>>
phpSecurePages is a PHP module to secures pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers.
It also has multiple language support and session support for both PHP3 and PHP4.
With this web application installed, youll be able to secure your pages in a very fast and simple way. Just add 1 row of PHP code to your page, and access is only for those that are allowed. You can implement it with your existing database, or just put the data in the configuration file.
Do you want to have different levels of security? No problem, just create different user groups and give them their own rights. Furthermore, the data of the user (login name, password, user level and ID) is after login available to be used in your pages.
Do you want to change the look of the login screen? No problem, just change the HTML code in interface.php to create your own design. And dont forget, you can customize this program to use your own native language.
Enhancements:
- fixed an important security issue where it was possible to execute code on the server running phpSP if php was configured to accept files from remote servers.
- All users must upgrade!
<<less
Download (0.18MB)
Added: 2005-07-18 License: Free for non-commercial use Price: $20
1558 downloads
TorrentTrader v2.0 RC1

TorrentTrader v2.0 RC1


TorrentTrader provides a PHP-based Tracker application for the BitTorrent P2P protocol. more>>
TorrentTrader provides a PHP-based Tracker application for the BitTorrent P2P protocol.

TorrentTrader allows anyone with a Web server supporting PHP and MySQL to run their own BitTorrent tracker. Also offered is a lite edition that does not require MySQL.

"It is an open-source project, which I have been in charge of from summer 2004 to summer 2005. Though I am no longer in charge of this project, you can find here for download the versions I have released."

<<less
Download (1.0MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
609 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5