Main > Free Download Search >

Free limited software for linux

limited

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1112
KKopy 1.05

KKopy 1.05


KKopy - copy, cut and paste tool for Word that selects sections of text in one click more>>
KKopy is an award winning copy, cut and paste utility for Microsoft Word that selects sections of text or in one click. It avoids the need to highlight the text you want to copy and works out for itself what needs to be copied purely from where you place your cursor on your document. A valuable time saving tool which complements the standard Word Copy and Cut tools. It is extremely easy to use. One quick read of the included help file and you will be using it immediately.
<<less
Download (2.30MB)
Added: 2009-04-27 License: Freeware Price:
184 downloads
Speech and Debate Timekeeper 2.2

Speech and Debate Timekeeper 2.2


Speech and Debate Timekeeper is an open source, multi-platform timer for speech and debate competitions. It has speech order and time limits preset fo... more>> <<less
Download (1458KB)
Added: 2009-04-20 License: Freeware Price: Free
225 downloads
Safesquid Content Filtering Proxy 4.2.2.RC7

Safesquid Content Filtering Proxy 4.2.2.RC7


Antivirus and content filtering proxy server more>> Safesquid is an antivirus and content filtering proxy server. It has many advanced features like URL blacklists, bandwidth management, regular expression substitution on Website content and requested URLs, ICP and CARP support to interoperate with other proxy servers, configuration synchronization to ease management of proxy servers in a cluster, ICAP support to use third-party content adaptation software, image and link prefetching, HTTP and FTP content caching, NTLM and Basic authentication, and an intutive Web interface to configure the proxy server.<<less
Download (724KB)
Added: 2009-04-19 License: Freeware Price: Free
236 downloads
PIKT 1.18.0

PIKT 1.18.0


Unix/Linux software for system monitoring, configuration management, and more. more>> PIKT?is cross-categorical, multi-purpose software for monitoring and configuring computer systems, reporting and fixing problems, managing system security, scheduling processes, and much, much more.
PIKT is intended primarily for system monitoring, and secondarily for configuration management, but its flexibility and extendibility evoke many other uses limited only by your imagination.
Some suggested uses: system and network monitor, configuration manager, change auditor, log file analyzer, scheduling daemon, macro preprocessor, document formatter, web content management system, special-purpose script language, command-line assistant. PIKT can perform all of these duties and more.
<<less
Download (1.58MB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads
XtekRouter Free 1.0

XtekRouter Free 1.0


XtekRouter Free is the perfect solution to create a linux router. more>> XtekRouter Free is the perfect solution to create a linux router for your home or small office network.
* Extremeply Reliable
* High-Performance
* Easy to Install
* Multi-user
* Easy Web Interface
You can:
* Control your network using XtekRouter web interface
* Add/Remove access accounts
* Add/Remove network clients
* Port forward
* Traceroute
* Ping
* Export database
This version is limited to 10 clients.
<<less
Download (10.6KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Talend Open Studio 2.1.1 / 2.2.0M1

Talend Open Studio 2.1.1 / 2.2.0M1


Talend project has the most open and powerful data management solutions available. more>>
Talend project has the most open and powerful data management solutions available as a packaged, out-of-box, ready-to-install platform.
Talends fundamental technology breaks with the markets leading proprietary solutions, associated with the open source model, significantly modifying the rules of the game in the data integration market.
As of today, the ETL market is no longer the exclusive domain of a limited group of proprietary software vendors, taking advantage of their market position to maintain the high price of licenses for products with limited functionality.
Whats New in 2.2.0M1 Development Release:
- AS400 connector, Oracle/MS SQL stored procedure support, MySQL/Oracle/Ingres SCD, infinite loop, file rows counter, file creation were added for Java generation.Flow data metering, file touching, recursivity in file listing were added in Perl generation. Performance were strongly improved for complex jobs in Perl generation.
Whats New in 2.1.1 Stable Release:
- The XML input wizard was fixed.
- Other minor bugs were fixed.
<<less
Download (65.7MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
798 downloads
Compiz 0.5.2

Compiz 0.5.2


Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. more>>
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. The project provides various new graphical effects and features on any desktop environment, including Gnome and KDE.
- Window management has never looked so enticing: Through OpenGL accelerated compositing, Compiz provides tons of new visual effects. Its also flexible enough so you could easily add more through a plugin system.
- Compiz is compatible: Any X Window System based desktop environment, including (but not limited to) Gnome and KDE, is supported.
Main features:
- Easily extendible through plugins.
- A growing, friendly community of users.
- Increases productivity and enjoyment.
- Impress your family and friends.
- Compiz is actively developed.
<<less
Download (1.7MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
876 downloads
plus4emu 1.2.1

plus4emu 1.2.1


plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
plus4emu is a portable emulator of the Commodore Plus/4 computer. It supports Windows and POSIX platforms (32 bit Windows and 32 and 64 bit Linux have been tested).
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
<<less
Download (0.65MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
Math::Fractal::DLA 0.21

Math::Fractal::DLA 0.21


Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator. more>>
Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator.

SYNOPSIS

use Math::Fractal::DLA;
$fractal = new Math::Fractal::DLA;

# Dynamic loading of the subclass Math::Fractal::DLA::TYPE
$fractal->setType( TYPE );

# Open the log file FILE
$fractal->debug( debug => 1, logfile => FILE );

# Add a message to the log file
$fractal->addLogMessage( MESSAGE );

# Global settings
$fractal->setSize(width => 200, height => 200);
$fractal->setPoints(5000);
$fractal->setFile( FILENAME );

# Color settings
$fractal->setBackground(r => 255, g => 255, b => 255);
$fractal->setColors(5);
$fractal->setBaseColor(base_r => 10, base_g => 100, base_b => 100, add_r => 50, add_g => 0, add_b => 0);

# Write the generated fractal to a file
$fractal->writeFile();

# Or return it
$fractal->getFractal();

<<less
Download (0.011MB)
Added: 2007-08-09 License: Perl Artistic License Price:
810 downloads
NetSieben SSH Library 1.2.3

NetSieben SSH Library 1.2.3


NetSieben SSH Library is a Secure Shell client software written in C++. more>>
NetSieben SSH Library is a Secure Shell client software written in C++. NetSieben SSH Library utilizes Botan library for its cryptographic functions, allowing for a large choice of algorithms to be used in SSH communications.
As a developer you may wish to integrate SSH client functionality into your applications. You can now use the NetSiebens API, instead of spending countless hours developing your own solution.
The SSH library was created by the NetSieben developers who, after researching the limited number of options available to them from both commercial and open source communities, found these solutions limited and at best, still in early stages of development.
Enhancements:
- A fix for an error logging issue seen during authentication, more detailed authentication error messages, an easier error reporting interface, fixes for some debugging issues in the Windows port, and new code examples that reflect the changes to the error reporting interface.
<<less
Download (0.81MB)
Added: 2007-08-08 License: QPL (QT Public License) Price:
812 downloads
Adonthell 0.3.4 / 0.4.0 Alpha 1

Adonthell 0.3.4 / 0.4.0 Alpha 1


Adonthell is an open-source 2D graphical role playing game, in development. more>>
Adonthell is an open-source 2D graphical role playing game, in development. This application is inspired by old video game console RPGs like Final Fantasy, Zelda, Secret of Mana etc.

Currently we have a working mapengine (which will get a major overhaul in the next release), a working dialogue system and limited interaction with items on the map.

Eventually we will add extensive item functionality (picking up, buying, selling, using etc..) and then we will add some kind of fighting system.

<<less
Download (0.66MB)
Added: 2007-07-27 License: Freeware Price:
821 downloads
MAST 0.2.2

MAST 0.2.2


MAST is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast. more>>
MAST project is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast.

Unlike VAT and RAT, which are designed primerily for audio conferencing, MAST is designed to be used for audio distribution and broadcast. It is currently limited to recieving a single audio source, unlike RAT which can mix serveral sources.

It supports many of the audio payload types in the Audio-visual Profile (RTP/AVP).

MAST is licenced under the GNU General Public License.

<<less
Download (0.17MB)
Added: 2007-07-26 License: LGPL (GNU Lesser General Public License) Price:
821 downloads
Large Database Backup 1.0

Large Database Backup 1.0


Large Database Backup is a PHP class can be used to backup large MySQL databases into multiple files. more>>
Large Database Backup is a PHP class can be used to backup large MySQL databases into multiple files.

It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creating a new database. The class stores the generated SQL statements in files.

A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.

<<less
Download (MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
503 downloads
WeiLiYu 1.11b

WeiLiYu 1.11b


WeiLiYu is a chinese/pinyin learning game. more>>
WeiLiYu is a chinese/pinyin learning game.

WeiLiYu is a freely available pinyin/Chinese character learning game written in Java. The name means "feed the koi", which is the object of the game.

Playing this game will improve your pinyin and Chinese reading skills.

If some koi do not get fed, up to ten of the characters that you missed most frequently will be shown to you at the end with their correct pinyin for you to study before playing the game again.

The character library selection is limited at the moment, but you can make your own! Its simple - each .wly file is just a text file.

<<less
Download (17.5MB)
Added: 2007-07-18 License: Freeware Price:
831 downloads
Dasher 4.5.2

Dasher 4.5.2


Dasher is a zooming predictive text entry system. more>>
Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs).

Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.

Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
<<less
Download (7.6MB)
Added: 2007-07-09 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
 
Other version of Dasher
Dasher 4.4.2Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry. Dasher is Free software released under the GPL. Further documentation may be found
License:LGPL (GNU Lesser General Public License)
Download (8.5MB)
895 downloads
Added: 2007-05-29
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5