implemented
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2525
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) (*)
<<lessIMC (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) (*)
Download (1.8MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
914 downloads
FifoEmbed 2.1.1
FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. more>>
FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator.
When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays:
- A basic queue that supports enqueue/dequeue operations, as well as "direct block access."
- A packet queue implemented on top of the basic queue that additionally provides out-of-sequence insertion and packet resequencing.
- A memory pool queue ("mpoolq") is an allocator optimized for first-in/first-out access patterns.
<<lessWhen programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays:
- A basic queue that supports enqueue/dequeue operations, as well as "direct block access."
- A packet queue implemented on top of the basic queue that additionally provides out-of-sequence insertion and packet resequencing.
- A memory pool queue ("mpoolq") is an allocator optimized for first-in/first-out access patterns.
Download (0.024MB)
Added: 2006-06-07 License: BSD License Price:
1235 downloads
Stumpele 0.1
Stumpele project is a battle engine for IRC channels. more>>
Stumpele project is a battle engine for IRC channels.
Stumpele is a role playing IRC bot based on the idea of "beng the battlebot", rewritten in PHP.
The goal is to provide a full battle engine for IRC channels which is flexible and easily extendable.
Version restrictions:
- This release is for testing purposes only.
- Basic functionality is implemented.
<<lessStumpele is a role playing IRC bot based on the idea of "beng the battlebot", rewritten in PHP.
The goal is to provide a full battle engine for IRC channels which is flexible and easily extendable.
Version restrictions:
- This release is for testing purposes only.
- Basic functionality is implemented.
Download (0.019MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
ICMP-Chat 0.6
ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. more>>
ICMP-Chat is a simple console-based chat that uses ICMP packets for communication. All the data is encrypted with Rijndael-256 algorithm.
Installation:
Type: make && make install
For solaris type: make solaris && make install
Usage:
Usage: icmpchat [OPTIONS] < host > < nick >
< host > = Host to chat with
< nick > = Your nickname
OPTIONS:
-t < type > = specify icmp type (default ECHO_REPLY)
Example: icmpchat 192.168.1.2 foo
ICMP codes:
[0] Echo Reply
[5] Redirect
[8] Echo Request
[9] Router advertisement
[10] Router solicitation
[13] Timestamp request
[14] Timestamp reply
[15] Information request
[16] Information reply
[17] Adressmask request
[18] Adressmask reply
Enhancements:
- Rewrote from scratch
- Implemented optimized rijndael algorithm
- Implemented sha256 for password hashing
- Implemented ncurses frontend (again)
- Fixed getuid problem so that setting suid flag works now (thanks John)
<<lessInstallation:
Type: make && make install
For solaris type: make solaris && make install
Usage:
Usage: icmpchat [OPTIONS] < host > < nick >
< host > = Host to chat with
< nick > = Your nickname
OPTIONS:
-t < type > = specify icmp type (default ECHO_REPLY)
Example: icmpchat 192.168.1.2 foo
ICMP codes:
[0] Echo Reply
[5] Redirect
[8] Echo Request
[9] Router advertisement
[10] Router solicitation
[13] Timestamp request
[14] Timestamp reply
[15] Information request
[16] Information reply
[17] Adressmask request
[18] Adressmask reply
Enhancements:
- Rewrote from scratch
- Implemented optimized rijndael algorithm
- Implemented sha256 for password hashing
- Implemented ncurses frontend (again)
- Fixed getuid problem so that setting suid flag works now (thanks John)
Download (0.037MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
SQLiteJDBC 034
SQLiteJDBC supports the most commonly used features of JDBC that can be efficiently implemented on top of SQLite. more>>
SQLiteJDBC is a JDBC driver for SQLite which is written as a Java JNI layer over the SQLite 3.3.x API.
SQLiteJDBC supports the most commonly used features of JDBC that can be efficiently implemented on top of SQLite. Only a single native JNI library is required, and SQLite is compiled in.
Binaries are provided for Linux, Mac OS X, and Windows.
<<lessSQLiteJDBC supports the most commonly used features of JDBC that can be efficiently implemented on top of SQLite. Only a single native JNI library is required, and SQLite is compiled in.
Binaries are provided for Linux, Mac OS X, and Windows.
Download (0.13MB)
Added: 2007-06-19 License: BSD License Price:
521 downloads
Oxylus Service Management 0.2
Service Management is a Web application that allows users to manage service. more>>
Service Management is a Web application that allows users to manage service and repair, including work orders, service scheduling, service calls, preventative maintenance, and customer contact information.
Enhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
<<lessEnhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
Download (0.20MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1456 downloads
HTML_QuickForm_LiveText 0.2.3
HTML_QuickForm_LiveText project is custom HTML_QuickForm element implemented as an input text that intercepts key presses. more>>
HTML_QuickForm_LiveText project is custom HTML_QuickForm element implemented as an input text that intercepts key presses to perform a query via AJAX and then shows the result.
When a result line is selected, its value fills the input text and optionally other HTML elements, based on result structure and a map between result component and HTML elements IDs.
Enhancements:
- Result-boxes positions are now "fixed" after the window is loaded.
- This is due to IE, which shows the div at the right of the input text.
<<lessWhen a result line is selected, its value fills the input text and optionally other HTML elements, based on result structure and a map between result component and HTML elements IDs.
Enhancements:
- Result-boxes positions are now "fixed" after the window is loaded.
- This is due to IE, which shows the div at the right of the input text.
Download (0.024MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
932 downloads
Xmlbeansxx 0.7.2
Xmlbeansxx is a set of tools for binding XML to C++ objects. more>>
Xmlbeansxx is a set of tools for binding XML to C++ objects. It contains a code generator, which tranforms XML Schema to C++ classes.
It is open, memory safe, fast, and well-tested.
Main features:
- Easy access to XmlSchema based XML data through generated C++ classes.
- Easy iteration over any XML data, even with no schema file, through XmlCursor iterators (being implemented).
- Runtime XPath queries, through XQuery technology (being implemented).
- Memory safe - uses boost::smart_ptr technology.
- Clear, configurable logging - uses log4cxx.
- Fast & lightweighted
<<lessIt is open, memory safe, fast, and well-tested.
Main features:
- Easy access to XmlSchema based XML data through generated C++ classes.
- Easy iteration over any XML data, even with no schema file, through XmlCursor iterators (being implemented).
- Runtime XPath queries, through XQuery technology (being implemented).
- Memory safe - uses boost::smart_ptr technology.
- Clear, configurable logging - uses log4cxx.
- Fast & lightweighted
Download (0.49MB)
Added: 2005-10-05 License: The Apache License 2.0 Price:
1479 downloads
Document clustering 0.2
Document clustering project is a data mining suite to cluster a document set. more>>
Document clustering project is a data mining suite to cluster a document set. This set of tools was implemented from a series of papers: "Clustering Web Pages Semantically using Combinatorial Topology", "Data mining using granular computing", and "A fast association rule algorithm based on bitmap and granular computing".
Enhancements:
- A bug with hash table has been fixed.
<<lessEnhancements:
- A bug with hash table has been fixed.
Download (0.060MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
906 downloads
Pymousetrap 0.6.0
Pymousetrap provides access to a C-implemented shared library. more>>
Pymousetrap provides access to a C-implemented shared library that efficiently stores information about a 2-dimensional grid (a mousetrap).
The mousetrap is integer resolution, and supports works very similarly to graphics libraries; mousetraps can be blitted onto each other, with transparency.
Pymousetraps code was written with the intent to simplify the way mouse click events were handled, but probably has other uses.
<<lessThe mousetrap is integer resolution, and supports works very similarly to graphics libraries; mousetraps can be blitted onto each other, with transparency.
Pymousetraps code was written with the intent to simplify the way mouse click events were handled, but probably has other uses.
Download (0.035MB)
Added: 2006-06-05 License: LGPL (GNU Lesser General Public License) Price:
1236 downloads
Plone Captchas 1.0
Plone Captchas provides a simple captchas implementation for Plone. more>>
Plone Captchas provides a simple captchas implementation for Plone.
Plone Captchas (qPloneCaptchas) is a simple captchas implementation for Plone, designed for validation of human input in insecure forms.
PloneCaptchas is simple captchas implementation for Plone, designed for validation human input in insecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services.
Starting from version 1.0 dynamic captchas option implemented. You can switch captchas into dynamic mode in correspondent configlet. In this case captcha images will be generated on the fly.
Usage
Plugs to:
default Plone discussion mechanism
PloneFormMailer anonymous contact forms
Installation
If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product.
Enhancements:
- Dynamic captcha images creation implemented.
- improved captcha keys encription.
<<lessPlone Captchas (qPloneCaptchas) is a simple captchas implementation for Plone, designed for validation of human input in insecure forms.
PloneCaptchas is simple captchas implementation for Plone, designed for validation human input in insecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services.
Starting from version 1.0 dynamic captchas option implemented. You can switch captchas into dynamic mode in correspondent configlet. In this case captcha images will be generated on the fly.
Usage
Plugs to:
default Plone discussion mechanism
PloneFormMailer anonymous contact forms
Installation
If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product.
Enhancements:
- Dynamic captcha images creation implemented.
- improved captcha keys encription.
Download (0.49MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
942 downloads
Piorun Jabber Client 0.1.0
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients. more>>
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients.
Currenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#
<<lessCurrenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#
Download (0.22MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1514 downloads
Pebrot 0.8.8
Pebrot is a text MSN messenger client implemented with Python. more>>
Pebrot is a text MSN messenger client implemented with Python. It has also a pretty and colorful Curses-based interface. It is developed to work under Linux and should work fine on any other *nixes.
<<less Download (0.08MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1228 downloads
mp3overdog 20040403
mp3overdog is a multi-user streaming audio system implemented in Perl using Icecast and NET::AIM. more>>
mp3overdog is a multi-user streaming audio system implemented in Perl using Icecast and NET::AIM. Each user of this system can control its individual stream via AOL instant messenger.
There are quite a number of other projects that have implemented a similar control system for icecast. Most are web-based. Few (none?) of them use AIM. If youre already on AIM this system is a fast and simple way to control your music. Users can access their streams from different locations (home, work, other) and share them with other people.
Main features:
- user selectable bitrates
- playback control (next, previous, stop, random)
- basic statistics
<<lessThere are quite a number of other projects that have implemented a similar control system for icecast. Most are web-based. Few (none?) of them use AIM. If youre already on AIM this system is a fast and simple way to control your music. Users can access their streams from different locations (home, work, other) and share them with other people.
Main features:
- user selectable bitrates
- playback control (next, previous, stop, random)
- basic statistics
Download (0.026MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
Monkeys Memory 0.1.2
Monkeys Memory is an implementation of the classic game om memory. more>>
Monkeys Memory is an implementation of the classic game of memory. Classic Game of Memory written in mono where you can play against other people (on the same computer, network game is not implemented jet) or against Computer (there is 2 type of computer player).
There is more level of game from tiny level to very big one.
<<lessThere is more level of game from tiny level to very big one.
Download (0.18MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
854 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above implemented search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed