limited 2
gLife 0.2.1
gLife project is an artificial life simulator that tries to emulate an artificial society. more>>
gLife embodies the concepts found in artificial life and cellular automata (subsets of artificial intelligence), with a bias towards creating an artificial society.
It provides a limited set of rules, towards the goal of making some sort of society emerge.
Ultima Iris 2.0
Ultima Iris is a Ultima online client total 3D. more>>
Iris2 is a 3D/2D game client for the popular Massive Multiplayer Role Playing Game "Ultima Online" (tm). Adding a third dimension to the well-known Ultima Online World, Iris2 allows the player to navigate the gaming environment just like any modern 3d rpg and still retain the unique roleplaying experience that only classic Ultima can provide. Moreover, being compatible with standard UO game servers, the player is not limited to play with only users of Iris but may also seamlessly interact with players using standard 2d clients.
SMSender 0.2
SMServer is a sms frontend to scmxx. more>>
SMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.
MAST 0.2.2
MAST is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast. more>>
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.
ghli 0.0.2
ghli is GPMIs Highlevel Language Interpreter. more>>
It features a byte code interpreter with complex instructions for high level languages, a framework to ease implementing precompilers, a Pascal precompiler, and an Assembly precompiler.
It aims to be small, fast, and flexible. The number of core instructions are very limited while it offers a simple interface so the host application can register its own extension commands easily.
JXME 2.1.2
JXTA technology is a set of open protocols that allow any connected device on the network ranging. more>>
JXTA peers create a virtual network where any peer can interact with other peers and resources directly even when some of the peers and resources are behind firewalls and NATs or are on different network transports.
The project goals are interoperability across different peer-to-peer systems and communities, multiple/diverse languages, systems, platform independence and networks, and ubiquity: every device with a digital heartbeat.
Main features:
Discovery:
- Pipes. An application is able to search for a named pipes created by other Peers.
- Groups. An application is able to discover a JXTA group and join it.
- Contents. Applications are able to discover application specific contents.
Create:
- Pipes. An application is able to create pipes - both point-to-point and propagate pipes.
- Groups. An application is able to create peer groups to limit the scope of discovery.
- Contents. Application specific contents.
Join Groups An application is able to join a given group as per JXTA spec.
Communicate An application is able to communicate with other JXTA users through JXTA pipes (unicast, propagate)
- Listed below are a few of the critical constraints imposed by cell phones and like devices. JXTA-J2ME is
- designed to provide P2P functionality within these limitations. Next generation devices may have a
- lesser constraints than the one currently-available.
- 50k MIDlet size Current cell phones have a total limit of about 123K for storing all MIDlet suites. In addition, Motorola phones currently limit each MIDlet to be no more than 50K and NTT DoCoMo phones limit MIDlets to 30K.
- Persistent storage on cell phones can be as little as 8K which is shared by all the MIDlets.
- Runtime heap is of the order of 32K - 64K
- Bandwidth is very limited and latency is high
- CPU power is very limited - around 20MHz.
- Battery life is very critical.
- Limited libraries MIDP-2.0
Enhancements:
- Backports of a number of bugfixes from JXTA JSE.
- This release no longer requires a persistent store for configuration files.
MBOT 5.2.0
mbot is an IRC bot coded in C++. more>>
Main features:
- IPv6 networking support
- Partial TCL scripting compatibility with eggdrop
- All the standard irc commands are available
- Can be in many channels
- Flood protection
- Database, dictionary-like
- DCC Send, easily accessible and configurable
- DCC Chat with partyline
- Different access levels, defined with a userlist
- Recognize and use irc services (NickServ/ChanServ)
- Log channels and privates
- Can send logs to an email, when they are renewed
- Extensions done with dynamic libraries in C++, to which Ive called modules, and can be added/removed while the bot is running
- Conversations with an Artificial Intelligence module (based on C-Alice)
- Watch nicks and log when they are on IRC
- Lots of other stuff, check the available modules
Mandriva Linux Limited Edition 2005
Mandriva Linux (formerly Mandrake Linux) is the operating system of choice for users keen on all things advanced more>>
Mandriva LinuxTM , formerly known as Mandrakelinux, is a friendly Linux Operating System which specializes in ease-of-use for both servers and the home/office. It is freely available in many languages throughout the world. Mandriva Linux is the operating system of choice for users keen on all things advanced. Limited Edition 2005 is no exception; it includes all the things youve come to expect from Mandriva Linux.
Limited Edition 2005 is the only Linux system so far to include such a broad range of up-to-date leading-edge software, as well as seamlessly running 32-bit applications on 64-bit platforms. Linux power users will welcome the advanced web experience, enhanced hardware compatibility and expanded development options brought by Limited Edition 2005, along with significant performance gains.
The latest versions of key Linux applications:
- Linux kernel 2.6.11.6
- KDE 3.3.2 (with some backports from version 3.4, including Kpdf)
- GNOME 2.8.3
- Firefox 1.0.2
- GCC 3.4.3
- The GIMP 2.2
- cdrecord 2.01.01a21 (with DVD+R dual-layer support)
- OpenOffice.org 1.1.4
- MySQL 4.1.11
Metacity 2.18.5
Metacity is a lightweight window manager written by Havoc Pennington from Red Hat. more>>
In fact the intention is to remove the traditional separation between window manager and desktop, and present to the user a single desktop interface.
This means that the limited configuration options available for Metacity are shown as desktop options, not as Metacity options (although there is an optional "Metacity-setup" panel which conflicts with this approach).
Enhancements:
This release fixes a problem with KDE applications appearing to request attention when the user switched workspaces.
- Only activate windows which change their startup ID if the new ID differs from the old. (Thomas) [#400167]
mod_limitipconn 0.04
mod_limitipconn is an Apache module which allows web server administrators to limit the number of simultaneous downloads. more>>
SQL::Abstract::Limit 0.12
SQL::Abstract::Limit is a portable LIMIT emulation. more>>
SYNOPSIS
use SQL::Abstract::Limit;
my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );;
# or autodetect from a DBI $dbh:
my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh );
# or from a Class::DBI class:
my $sql = SQL::Abstract::Limit->new( limit_dialect => My::CDBI::App );
# or object:
my $obj = My::CDBI::App->retrieve( $id );
my $sql = SQL::Abstract::Limit->new( limit_dialect => $obj );
# generate SQL:
my ( $stmt, @bind ) = $sql->select( $table, @fields, %where, @order, $limit, $offset );
# Then, use these in your DBI statements
my $sth = $dbh->prepare( $stmt );
$sth->execute( @bind );
# Just generate the WHERE clause (only available for some syntaxes)
my ( $stmt, @bind ) = $sql->where( %where, @order, $limit, $offset );
lftpsearch 1.2.0
lftpsearch is a set of Perl scripts that are searching for files and directories on FTP servers. more>>
It supports (or >) and in search queries, page splitting at search results, searching on online servers only, searching for files/directories only, searching for size limited files, caching, and Russian names.
lftpsearch program also shows some statistics on servers (files/directories amount, total size). Initially, it was created to be used over LANs.
EntityForge 0.2.2
EntityForge is a 3D graphical media display, animation, and manipulation tool. more>>
Its intended for several uses:
- WYSIWYG (What You See Is What You Get) display of character models and animations in a game engine environment.
- Conversion of character models and animations to and from various formats and packaging styles, with emphasis on Cal3D.
- Limited model post-editing. (Material swaps, animation weighting, etc.)
- Object composition for packaging and distribution by artists and world developers.
What actually works:
- Load Cal3d model and animation sets and render in realtime, fully textured and in wireframe.
- Animation tryout, including blending weight adjustments for multiple simultaneous animations.
- Toggle rendering of individual meshes.
- Arbitrarily change material assignments for individual meshes.
Enhancements:
- The code was updated for the latest versions of cal3d, gtkglextmm, and sigc++.
Compiz 0.5.2
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. more>>
- 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.
jSaluki 0.82
jSaluki is a small easy to use Java Hyperelliptic Curve Cryptography Library. more>>
Hyperelliptic Curve Cryptography is still an experimental area so this library is only recommended for research and educational purposes.
Real life cryptosystems should use a more proven method such as Elliptic Curve Cryptography.
Quick Start:
javac jSaluki_Example.java
java jSaluki_Example