Main > Free Download Search >

Free implementation software for linux

implementation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1795
Apache Tomcat 6.0.14

Apache Tomcat 6.0.14


Apache Tomcat is a Java Servlet and JSP Container. more>>
Jakarta Projects goal is to provide commercial-quality server solutions based on the Java Platform that are developed in an open and cooperative fashion.

Tomcat 3.x is an implementation of the Java Servlet 2.2 and JavaServer Pages 1.1 Specifications.

Tomcat 4.x is an implementation of the Java Servlet 2.3 and JavaServer Pages 1.2 Specifications, and is a re-implementation of the Tomcat servlet engine from the ground up.
<<less
Download (3.1MB)
Added: 2007-08-10 License: The Apache License Price:
5951 downloads
FreeCNC 20041219

FreeCNC 20041219


FreeCNC will be a free implementation of the Command & Conquer Game Engine written in SDL. more>>
FreeCNC will be a free implementation of the Command & Conquer Game Engine written in SDL. It will support the original C&C graphics and audio, as well as Red Alerts data files.

FreeCNC, the SDL-rewrite of the classical real time strategy hit Command & Conquer.
<<less
Download (0.38MB)
Added: 2005-08-16 License: GPL (GNU General Public License) Price:
1530 downloads
C++ Server Pages 1.0.2

C++ Server Pages 1.0.2


C++ Server Pages is a partial Java server pages and servlet implementation in C++. more>>
C++ Server Pages is a partial Java server pages and servlet implementation in C++. C++ Server Pages is written as Apache 2.0 modules, with the focus on performance.

<<less
Download (1.5MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1508 downloads
cdbxx 0.0.1 RC2

cdbxx 0.0.1 RC2


cdbxx is a small, STL-style C++ library for the TinyCDB implementation of Constant Database. more>>
cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database. It provides iterators, data adapters and high level interfaces for databases.

<<less
Download (0.016MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
javaLogic 0.1

javaLogic 0.1


Javalogic is a free library that leads to the creation of a visual implementation of the application logics. more>>
Javalogic is a free library that leads to the creation of a visual implementation of the application logics.

This will let the software developer not to worry about changing code againts any rule modification.

The software developer can delegate this to his customer, supplying him with a SIMPLE construction window.

javaLogic is free software released under the LGPL.
<<less
Download (1.9MB)
Added: 2006-01-10 License: LGPL (GNU Lesser General Public License) Price:
1382 downloads
Fast MD5 Implementation in Java 2.6.1

Fast MD5 Implementation in Java 2.6.1


Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. more>>
Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java.
Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements.
How Fast Is It?
Short answer:Much faster than any other Java implementation that I have tested and (surprisingly) even faster than the native, non-Java MD5 implementation on some systems.
Long answer:First of all, it is important to note that the term "fast" is used here in relative terms. The implementation of the MD5 message digest algorithm available on this page is written in Java and is fast compared with other implementations written in Java, both because it is heavily optimized by itself and because there is an optional native method that makes it even faster when the platform supports it. How it compares to a sensible implementation written in a language, such as C, that is compiled directly to machine code, is heavily dependent upon how good of a job the JIT compiler in your JVM does in compiling the code or whether you are able to use the optional native method.
Enhancements:
- Martin West contributed a bug fix and some code refactoring to make all targets work out of the box in the Ant build file. Previously, the "dist" target did not work if the "docs" directory was not present.
<<less
Download (0.073MB)
Added: 2006-03-06 License: LGPL (GNU Lesser General Public License) Price:
1350 downloads
cache4j 0.4

cache4j 0.4


cache4j is a cache for Java objects with a simple API and fast implementation. more>>
cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a multi-threaded environment, both synchronized and blocking implementations, a choice of eviction algorithms (LFU, LRU, FIFO), and the choice of either hard or soft references for object storage.
Main features:
- in memory caching
- design for multithread environment
- two implementation: synchronized, blocking
- eviction algorithm LFU, LRU, FIFO
- for store object can use strong or soft reference
- available under the BSD license
Enhancements:
- Initial release of cache4j.
<<less
Download (0.14MB)
Added: 2006-02-24 License: BSD License Price:
1339 downloads
KGSueMe 0.99

KGSueMe 0.99


KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server. more>>
KGSSueMe aims to provide a sample implementation of a client for the popular Kiseido Go Server.

KGSueMe project stresses documenting the protocol by giving developers code, so that they can write their own clients, rather than to provide a featureful client.

<<less
Download (0.56MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1317 downloads
Jeffs Java Scanf Library 0.00.02a

Jeffs Java Scanf Library 0.00.02a


Jeffs Java Scanf Library is an implementation of the C-Runtime scanf, fscanf, and sscanf functions. more>>
Jeffs Java Scanf Library is an implementation of the C-Runtime scanf, fscanf, and sscanf functions.

The syntax of format strings is very similar (%*s, %3d, etc.) to that of the standard C implementation of scanf.

Instead of taking wrapper objects, all scanf functions return an Object[], whose types can be inferred from the format string.
<<less
Download (0.088MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1307 downloads
Anemon Dhcp Server 0.1a

Anemon Dhcp Server 0.1a


Anemon Dhcp Servers goal is to create an implementation of the DHCP protocol under GPL. more>>
Anemon Dhcp Servers goal is to create an implementation of the DHCP protocol under GPL and a lot of stuff around to facilitate network management.
The python sqlobject modules gives anemon the ability to use many database as backend (mysql, postgresql, mssql, sqllite, sybase, etc..)
The project is subdivised (at the moment) in 4 components :
- The Anemon Dhcp Server is a Python/SQL implementation of the DHCP server protocol
- The Anemon Web Center is a web management interface to Anemon Dhcp Server and MyDNS
- The Anemon Dhcp Client will be a Python implementation of the DHCP client protocol
- The Anemon Dhcp relay will be a Python implementation of the DHCP relay protocol
<<less
Download (0.023MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1263 downloads
libCoroutine 0.9

libCoroutine 0.9


libCoroutine is a simple stackfull coroutine implementation, largely based on ucontext and fibers. more>>
libCoroutine is a simple stackfull coroutine implementation, largely based on ucontext and fibers.

This library is built from the coroutine implementation of the Io programming language project.
<<less
Download (0.012MB)
Added: 2006-05-22 License: BSD License Price:
1254 downloads
libGarbageCollector 1.1

libGarbageCollector 1.1


libGarbageCollector is an incremental garbage collector with a tri-color, Baker treadmill, write-barrier implementation. more>>
libGarbageCollector is an incremental garbage collector with a tri-color, Baker treadmill, write-barrier implementation.

libGarbageCollector is built from the garbage collector code used in the Io programming language project.
<<less
Download (0.034MB)
Added: 2006-05-22 License: BSD License Price:
1252 downloads
PPPOEd 0.49

PPPOEd 0.49


PPPOEd is PPP-over-Ethernet implementation. more>>
PPPOEd is PPP-over-Ethernet implementation.
To install follow these commands
run ./Install_pppoe
Follow the prompts
For more details on the prompts etc, look at the file QUICK-INSTALL-example
The man pages on pppoed are also helpful for documentation:
man pppoed
Enhancements:
- - bug fix/feature add-ons to Install_pppoe
- - pppoed bug fixes
<<less
Download (0.093MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
Freedaisy 0.0.1 Alpha1

Freedaisy 0.0.1 Alpha1


Freedaisy is a free implementation of Daisy book standard for allowing MP3 files to be indexed using (X)HTML and SMIL. more>>
Freedaisy is a free implementation of Daisy book standard for allowing MP3 files to be indexed using (X)HTML and SMIL.

Daisy is frequently used by visually impaired users, so they can listen to audio books with chapters.

<<less
Download (0.38MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
XML::Atom 0.19

XML::Atom 0.19


XML::Atom is an Atom feed and API implementation. more>>
XML::Atom is an Atom feed and API implementation.

SYNOPSIS

use XML::Atom;

Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
<<less
Download (0.058MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1211 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5