Main > Free Download Search >

Free implement software for linux

implement

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2522
Implementing Mobile Calculi 0.2

Implementing Mobile Calculi 0.2


Implementing Mobile Calculi provides a Java framework for distributed applications and code mobility. more>>
Implementing Mobile Calculi provides a Java framework for distributed applications and code mobility.
IMC (Implementing Mobile Calculi) is a Java framework for implementing distributed applications possibly with code mobility.
The name is due to the fact that this framework was originally built to help implement the run-time system of a mobile calculi implementation, i.e., calculi accessing remote resources and nodes, and, possibly, exchanging code, processes, and mobile agents.
If you dont need code mobility features, you can simply ignore them and use IMC for building any distributed and network application.
Enhancements:
- SessionStarter is a base class instead of an interface (*)
- IpSessionId syntax (*)
- Primordial log capabilities
- close in NodeProcess and NodeCoordinator (*)
- autogenerated names for NodeProcess and NodeCoordinator.
- The same SessionStarter should not be used for concurrent accepts. (*)
- Udp, Tcp and LocalSessionStarter are in separate packages
- ProtocolStack.createXXX (passing the ProtocolLayer to be considered
- as the highest layer). (*)
- closeSessions(SessionId). (*)
- mark, reset, skip in UnMarshaler (*)
- ProtocolThread moved in topology (it is now a NodeProcess) (*)
<<less
Download (1.8MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
OpenGLUT 0.6.3

OpenGLUT 0.6.3


OpenGLUT project is an open source evolution of the GLUT API. more>>
OpenGLUT project is an open source evolution of the GLUT API.
It uses the FreeGLUT code base as a foundation for extending, enhancing, and refining the library interface.
The initial goal is to define and implement OpenGLUT API Version 1.0, which is intended to supercede the GLUT 3.x API.
Enhancements:
- Improved full-screen support
- Improved joystick support
- Improved Cygwin and Mingw32 support
- Improved bitmap font rendering
- Improved ANSI-C compliance
- Documentation refinements
- Experimental offscreen rendering
<<less
Download (1.0MB)
Added: 2006-11-07 License: MIT/X Consortium License Price:
1093 downloads
Persistent::DBI 0.50

Persistent::DBI 0.50


Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. more>>
Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source.

SYNOPSIS

### we are a subclass of ... ###
use Persistent::DBI;
@ISA = qw(Persistent::DBI);

ABSTRACT

This is an abstract class used by the Persistent framework of classes to implement persistence using DBI data stores. This class provides the methods and interface for implementing Persistent DBI classes. Refer to the Persistent
documentation for a very thorough introduction to using the Persistent
framework of classes.

This class is part of the Persistent DBI package which is available from:

http://www.bigsnow.org/persistent
ftp://ftp.bigsnow.org/pub/persistent

Before we get started describing the methods in detail, it should be noted that all error handling in this class is done with exceptions. So you should wrap an eval block around all of your code. Please see the Persistent documentation for more information on exception handling in Perl.

<<less
Download (0.010MB)
Added: 2007-05-19 License: Perl Artistic License Price:
889 downloads
KlakiceMon 0.3.1

KlakiceMon 0.3.1


KlakiceMon is a monitor utility with AeroG style created from the merging of KaramTop and TechMon. more>>
KlakiceMon is a monitor utility with AeroG style created from the merging of KaramTop and TechMon. It perfectly integrate with the style of LiquidWeather and most of AeroG style themes.

I have to thank you the authors of this theme for the code that they wrote and also the authors of Cynapses and ZuzuSysMon for some icons and ideas found in their themes.

TODO:

+Implement Clock
+Gmail Check
+Nestat
+Nmap console

<<less
Download (0.22MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Regular Statement String 2.5.7

Regular Statement String 2.5.7


Regular Statement String (RSS) provides several libraries in C, Java, and COM. more>>
Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications.
Enhancements:
- This release adds an implementation for SUN Solaris (SPARC).
<<less
Download (0.33MB)
Added: 2007-04-12 License: Freeware Price:
926 downloads
GPGlist 1.0

GPGlist 1.0


GPGlist project is a Perl script to implement gpg encrypted alias lists in a mail server. more>>
GPGlist project is a Perl script to implement gpg encrypted alias lists in a mail server.

GPGlist is a Perl script to implement gpg encrypted alias lists in a mail server such as Sendmail or Postfix.

It uses one XML config file to store information about lists. It backs up messages if an error occurs, and sends out error messages to the sender of the mail.

You can decide whether or not a list only accepts encrypted messages.

<<less
Download (0.005MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
OpenDocument Text Library 0.0.1

OpenDocument Text Library 0.0.1


OpenDocument Text Library for creating OpenDocument text files. more>>
There are some interesting projects (OpenDocumentPHP, OpenDocument Fellowship) around the creation of OpenDocument Text from a Web-application.

Thus far none of these projects yielded a result to create an OpenDocument Text. Therefore - and inspired by an article in the German cumuter magasin ct - I desiced to implement a libary that takes a template document and adds some to it.

<<less
Download (0.037MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
658 downloads
poker-network 1.1.1

poker-network 1.1.1


poker-network includes a poker server, a client library, an abstract user interface library, and a client based on it. more>>
poker-network project includes a poker server, a client library, an abstract user interface library, and a client based on it.

The server deals the cards and checks the user actions using a poker game engine (poker-engine). It listens on a TCP/IP port and understands its own specific protocol. The persistent information is stored in a MySQL database.

The client library implements the poker-network protocol for the client. The abstract user interface library provides a framework based on the client library and suited to implement a user friendly client.
<<less
Download (2.2MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
898 downloads
Bio::PopGen::IO 1.4

Bio::PopGen::IO 1.4


Bio::PopGen::IO contains input individual,marker,allele information. more>>
Bio::PopGen::IO contains input individual,marker,allele information.

SYNOPSIS

use Bio::PopGen::IO;
my $io = new Bio::PopGen::IO(-format => csv,
-file => data.csv);

# Some IO might support reading in a population at a time

my @population;
while( my $ind = $io->next_individual ) {
push @population, $ind;
}

This is a generic interface to reading in population genetic data (of which there really isnt too many standard formats). This implementation makes it easy to provide your own parser for the data. You need to only implement one function next_individual. You can also implement next_population if your data has explicit information about population memberhsip for the indidviduals.

<<less
Download (4.7MB)
Added: 2007-08-09 License: Perl Artistic License Price:
810 downloads
aiParts 0.8.5

aiParts 0.8.5


aiParts is a set of C++ classes that implement artificial intelligence techniques and some tiny sample programs. more>>
aiParts is a set of C++ classes that implement artificial intelligence techniques and some tiny sample programs.
The classes implement the pandemonium and emotion AI Patterns, and the High-Hope technique.
A "find the shortest path from A to B" sample program uses subclasses of the High-Hope classes.
aiParts is OSI Certified Open Source Software as a result of the way it is licensed. Contributers copyright their contributions and license them with the MIT License.
This means that you can do pretty much whatever you want with the aiParts software... use it, distribute it, build it into your commercial application, whatever.
Enhancements:
- In this release, the High-Hope classes have been enhanced and two minor bugs fixed.
- Decision groups are now supported.
- Logic using worst decisions and failed decisions was added.
- A few other minor changes were made.
- Beta testing and experimenting with hard and very hard problems is now required.
<<less
Download (0.030MB)
Added: 2005-11-21 License: MIT/X Consortium License Price:
1432 downloads
M2Crypto 0.18

M2Crypto 0.18


M2Crypto project is a crypto and SSL toolkit for Python. more>>
M2Crypto project is a crypto and SSL toolkit for Python.
Main features:
- RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
- SSL functionality to implement clients and servers.
- HTTPS extensions to Pythons httplib, urllib, and xmlrpclib.
- Unforgeable HMACing AuthCookies for web session management.
- FTP/TLS client and server.
- S/MIME.
- ZServerSSL: A HTTPS server for Zope.
- ZSmime: An S/MIME messenger for Zope.
<<less
Download (0.36MB)
Added: 2007-07-27 License: BSD License Price:
819 downloads
Number::Interval 0.01

Number::Interval 0.01


Number::Interval is a Perl module that can implement a representation of a numeric interval. more>>
Number::Interval is a Perl module that can implement a representation of a numeric interval.

SYNOPSIS

use Number::Interval;

$i = new Number::Interval( Min => -4, Max => 20);
$i = new Number::Interval( Min => 0 );

$is = $i->contains( $value );
$status = $i->intersection( $i2 );

print "$i";

Simple class to implement a closed or open interval. Can be used to compare different intervals, determine set membership, calculate intersections and provide default stringification methods.

Intervals can be bound or unbound. If max is less than min the interval is inverted.

<<less
Download (0.006MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
952 downloads
pyraknet 0.1.4

pyraknet 0.1.4


pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet. more>>
pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet.
pyraknet allows you to concentrate on your game or application rather then writing a your own networking code. pyraknet is straightforward to implement and you only need a small amount of TCP/IP networking knowledge.
Main features:
- Easy to implement
- Cross platform
- High performance
- Low bandwidth overhead
- Automatic peer management. Each client is assigned an identifier.
- Optonally specify packets to be reliable -- packets will automatically resend themselves if dropped.
- Optonally specify packets to arrive in the right order, or to be discarded if it receives an old packet.
Enhancements:
- pyraknets license has changed to LGPL.
- There are now Mac OS X binaries and a few new methods.
<<less
Download (0.31MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
975 downloads
listener 1.7.0

listener 1.7.0


listener is a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound. more>>
listener is a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound.

If listener detects any sounds, it starts recording until the sound stops (or a bit later, which is configurable). It stores the audio in .WAV files.

I would like to add a low-, high- and bandfilter to listener (plugins). Ive googled but could not find a simple example on how to implement this. So if anyone can help me?

<<less
Download (0.017MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1403 downloads
AI::NNFlex 0.24

AI::NNFlex 0.24


AI::NNFlex is a base Perl class for implementing neural networks. more>>
AI::NNFlex is a base Perl class for implementing neural networks.

SYNOPSIS

use AI::NNFlex;

my $network = AI::NNFlex->new(config parameter=>value);

$network->add_layer( nodes=>x,
activationfunction=>function);

$network->init();

$network->lesion( nodes=>PROBABILITY,
connections=>PROBABILITY);

$network->dump_state (filename=>badgers.wts);

$network->load_state (filename=>badgers.wts);

my $outputsRef = $network->output(layer=>2,round=>1);

AI::NNFlex is a base class for constructing your own neural network modules. To implement a neural network, start with the documentation for AI::NNFlex::Backprop, included in this distribution

<<less
Download (0.033MB)
Added: 2007-06-21 License: Perl Artistic License Price:
855 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5