3.2.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
ACL2 3.2.1
ACL2 is both a programming language in which you can model computer systems and a tool to help you prove properties of models. more>>
ACL2 is a programming language in which you can model computer systems and a tool to help you prove properties of those models. ACL2 stands for "A Computational Logic for Applicative Common Lisp".
It is an "industrial-strength" version of the NQTHM or Boyer/Moore theorem prover, and has been used for the formal verification of commercial microprocessors, the Java Virtual Machine, interesting algorithms, and so forth.
Enhancements:
- A soundness bug and some other minor bugs have been fixed.
- Including books has been sped up by as much as 50%.
- Rewriting can be dynamically monitored.
- Accumulated persistence supports meta-rules and identifies useless rules, and many other minor updates have been made.
<<lessIt is an "industrial-strength" version of the NQTHM or Boyer/Moore theorem prover, and has been used for the formal verification of commercial microprocessors, the Java Virtual Machine, interesting algorithms, and so forth.
Enhancements:
- A soundness bug and some other minor bugs have been fixed.
- Including books has been sped up by as much as 50%.
- Rewriting can be dynamically monitored.
- Accumulated persistence supports meta-rules and identifies useless rules, and many other minor updates have been made.
Download (5.8MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
Zope 3.2.1
Zope is a Web application platform for dynamic Web sites. more>>
Zope is an open source web application server primarily written in the Python programming language. Zope features a transactional object database which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code.
It features a strong through-the-web development model, allowing you to update your web site from anywhere in the world. To allow for this, Zope also features a tightly integrated security model. Built around the concept of "safe delegation of control", Zopes security architecture also allows you to turn control over parts of a web site to other organizations or individuals.
The transactional model applies not only to Zopes object database, but to many relational database connectors as well, allowing for strong data integrity. This transaction model happens automatically, ensuring that all data is successfully stored in connected data sources by the time a response is returned to a web browser or other client.
There are numerous products (plug-in Zope components) available for download to extend the basic set of site building tools. These products include new content objects; relational database and other external data source connectors; advanced content management tools; and full applications for e-commerce, content and document management, or bug and issue tracking.
Zope includes its own HTTP, FTP, WebDAV, and XML-RPC serving capabilities, but can also be used with the Apache or other web servers.
Zope can help you create dynamic web applications such as portal and intranet sites quickly.
Zope comes with everything you need including support for membership, search, and news.
<<lessIt features a strong through-the-web development model, allowing you to update your web site from anywhere in the world. To allow for this, Zope also features a tightly integrated security model. Built around the concept of "safe delegation of control", Zopes security architecture also allows you to turn control over parts of a web site to other organizations or individuals.
The transactional model applies not only to Zopes object database, but to many relational database connectors as well, allowing for strong data integrity. This transaction model happens automatically, ensuring that all data is successfully stored in connected data sources by the time a response is returned to a web browser or other client.
There are numerous products (plug-in Zope components) available for download to extend the basic set of site building tools. These products include new content objects; relational database and other external data source connectors; advanced content management tools; and full applications for e-commerce, content and document management, or bug and issue tracking.
Zope includes its own HTTP, FTP, WebDAV, and XML-RPC serving capabilities, but can also be used with the Apache or other web servers.
Zope can help you create dynamic web applications such as portal and intranet sites quickly.
Zope comes with everything you need including support for membership, search, and news.
Download (6.26MB)
Added: 2006-03-28 License: ZPL (Zope Public License) Price:
1306 downloads
JGAP 3.2.1
JGAP is a genetic algorithms component written in the form of a Java package. more>>
JGAP (pronounced "jay-gap") is a genetic algorithms component written in the form of a Java package. JGAP project provides basic genetic mechanisms that can be easily used to apply evolutionary principles to problem solutions. The ground is laid for introducing Genetic Programming to JGAP in the near future!
JGAP has been written to be very easy to use "out of the box," while also designed to be highly modular so that more adventurous users can easily plug-in custom genetic operators and other sub-components.
Genetic algorithms (GAs) are evolutionary algorithms that use the principle of natural selection to evolve a set of solutions toward an optimum solution. GAs are not only very powerful, but are also very easy to use as most of the work can be encapsulated into a single component, requiring users only to define a fitness function that is used to determine how "good" a particular solution is relative to other solutions.
Enhancements:
- Made Robocode example work with newest Robocode version and enhanced the example in general
- Added Maven pom file
- Introduced log4j
- Fixed bug with allTimeBest and cloning (see bug 1744077)
- Fixed bug with GABreeder.evolution (bug 1748528)
- Made INodeValidator serializable
- Added custom-initialization mechanism for GP
- Enhanced IGPChromosome by method getFunctionSet()
- Added Java command version to NOP
- Enhanced Javadoc a lot
- Added two utility functions to SystemKit
- Improved Chromosome.hashCode()
- Added some few unit tests
<<lessJGAP has been written to be very easy to use "out of the box," while also designed to be highly modular so that more adventurous users can easily plug-in custom genetic operators and other sub-components.
Genetic algorithms (GAs) are evolutionary algorithms that use the principle of natural selection to evolve a set of solutions toward an optimum solution. GAs are not only very powerful, but are also very easy to use as most of the work can be encapsulated into a single component, requiring users only to define a fitness function that is used to determine how "good" a particular solution is relative to other solutions.
Enhancements:
- Made Robocode example work with newest Robocode version and enhanced the example in general
- Added Maven pom file
- Introduced log4j
- Fixed bug with allTimeBest and cloning (see bug 1744077)
- Fixed bug with GABreeder.evolution (bug 1748528)
- Made INodeValidator serializable
- Added custom-initialization mechanism for GP
- Enhanced IGPChromosome by method getFunctionSet()
- Added Java command version to NOP
- Enhanced Javadoc a lot
- Added two utility functions to SystemKit
- Improved Chromosome.hashCode()
- Added some few unit tests
Download (3.9MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
834 downloads
Gantry 3.2.1
Gantry is a robust Perl-based Web application framework for Apache/mod_perl, CGI, and Fast-CGI. more>>
Gantry is a robust Perl-based Web application framework for Apache/mod_perl, CGI, and Fast-CGI.
Object-oriented design allows for a pragmatic, modular approach to URL dispatching. Gantry project supports MVC and initiates rapid development, offering an organized coding scheme for Web applications.
Main features:
- Plugin architecture
- Supports mod_perl 1.3 and 2.0
- Supports CGI and Fast-CGI
- Supports Template Toolkit and the ability to plugin other templating systems
- Inherited framework code for a standard CRUD application.
- Calendaring support
- Cookie management
- Form generation and validation
- User authentication: user, group and page-based
- Class::DBI integration
- Database and SQL utilities
- AJAX Support
- TinyMCE Support
- Code generation with BigTop
<<lessObject-oriented design allows for a pragmatic, modular approach to URL dispatching. Gantry project supports MVC and initiates rapid development, offering an organized coding scheme for Web applications.
Main features:
- Plugin architecture
- Supports mod_perl 1.3 and 2.0
- Supports CGI and Fast-CGI
- Supports Template Toolkit and the ability to plugin other templating systems
- Inherited framework code for a standard CRUD application.
- Calendaring support
- Cookie management
- Form generation and validation
- User authentication: user, group and page-based
- Class::DBI integration
- Database and SQL utilities
- AJAX Support
- TinyMCE Support
- Code generation with BigTop
Download (0.13MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1275 downloads
Camero 3.2.1
Camero is a three-part system for creating and running webcam portals. more>>
Camero is a three-part system for creating and running webcam portals. It is made of a daemon, an admin tool, and a portal CGI.
Camero 3.2 comes with the following components:
camero.py
The daemon. This component is what runs in the background, checking the cams, archiving images and updating the database.
admin.py
The admin tool cgi. This component allows you to add/remove cams, view images in the archive, edit settings, basically administrate everything
PortalConfig.py
The main portal configuration file.
PySP.py
The portal front end cgi. This processes all the portal template files.
classes/
Where the classes for the portal are kept
templates/
Where the templates for the portal are kept
db.conf
The config file for your database. This is only an example, you will need to configure and obtain info for your specific database installation.
getImage.py
This is a cgi that allows for you to obfuscate the path to your images.
See the development doc for more details
tools/archiveMaint.py
This is a utility that performs the database maintenance. It will keep your archive directories down to the size you specify.
index.html
Simple redirection to the main portal page
Secondary Components:
DB.py
This code allows for easy access to the database. All of the primary components require this to be in the same directory to execute. See the development doc for more details.
camctl
This is a shell script that should be used to start/stop/restart the daemon.
rc.d/camero.linux
A start up script for linux.
rc.d/camero.FreeBSD
A start up script for FreeBSD.
tools/deDupe.py
This is a tool that will search through all your archived images and remove any duplicates. It is not normally needed as camero will catch sequential duplicates, however users have a way of messing things up no matter how hard you try.
tools/import.py
This tool allows you to import your previous Camero config. It only imports cams but it can save a lot of entry time.
tools/sanityCheck.py
This tool will check your environment and let you know if everything checks out
tools/upgradeDB_(version).py
This tool will upgrade the database structure from any previous version to that of the current one.
tools/convertDB_(version).py
This will convert a database initialized by the free distribution to the structure of the commercial distribution (comes with commercial ver)
tools/daemonCheck.sh
This will check to see if the camero daemon is running, and if not, restart it.
Main features:
- PySP Server Page Processor (Templates, no python knowledge needed)
- New portal code thats easy to read, edit and extend
- Admin interface UI enhancements
- Configurable thumbnailing support
- Configurable generic image "pipe" support (watermark or logo the images)
<<lessCamero 3.2 comes with the following components:
camero.py
The daemon. This component is what runs in the background, checking the cams, archiving images and updating the database.
admin.py
The admin tool cgi. This component allows you to add/remove cams, view images in the archive, edit settings, basically administrate everything
PortalConfig.py
The main portal configuration file.
PySP.py
The portal front end cgi. This processes all the portal template files.
classes/
Where the classes for the portal are kept
templates/
Where the templates for the portal are kept
db.conf
The config file for your database. This is only an example, you will need to configure and obtain info for your specific database installation.
getImage.py
This is a cgi that allows for you to obfuscate the path to your images.
See the development doc for more details
tools/archiveMaint.py
This is a utility that performs the database maintenance. It will keep your archive directories down to the size you specify.
index.html
Simple redirection to the main portal page
Secondary Components:
DB.py
This code allows for easy access to the database. All of the primary components require this to be in the same directory to execute. See the development doc for more details.
camctl
This is a shell script that should be used to start/stop/restart the daemon.
rc.d/camero.linux
A start up script for linux.
rc.d/camero.FreeBSD
A start up script for FreeBSD.
tools/deDupe.py
This is a tool that will search through all your archived images and remove any duplicates. It is not normally needed as camero will catch sequential duplicates, however users have a way of messing things up no matter how hard you try.
tools/import.py
This tool allows you to import your previous Camero config. It only imports cams but it can save a lot of entry time.
tools/sanityCheck.py
This tool will check your environment and let you know if everything checks out
tools/upgradeDB_(version).py
This tool will upgrade the database structure from any previous version to that of the current one.
tools/convertDB_(version).py
This will convert a database initialized by the free distribution to the structure of the commercial distribution (comes with commercial ver)
tools/daemonCheck.sh
This will check to see if the camero daemon is running, and if not, restart it.
Main features:
- PySP Server Page Processor (Templates, no python knowledge needed)
- New portal code thats easy to read, edit and extend
- Admin interface UI enhancements
- Configurable thumbnailing support
- Configurable generic image "pipe" support (watermark or logo the images)
Download (0.052MB)
Added: 2006-06-24 License: Freeware Price:
1218 downloads
mico/E 2.3.2.1
mico/E provides a CORBA implementation in Eiffel. more>>
mico/E provides a CORBA implementation in Eiffel.
mico/E is a complete CORBA implementation in Eiffel that can be used in courses and software labs.
The intention of the mico/E project is to provide a freely available and fully compliant implementation of the CORBA 2.4 standard.
Main features:
- a compiler eifidl that translates the full range of the language IDL into stubs, skeletons and abstract interface classes in Eiffel based on the IDL/Eiffel mapping mentioned in the previous section.
- Dynamic Invocation Interface (DII)
- Dynamic Skeleton Interface (DSI)
- an Interface Repository (IR)
- an Implementation Repository (IMR)
- CORBA Services:
- Naming Service
- Event Service
- Trader Service
- Persistent State Service (PSS)
- IIOP as native protocol (ORB prepared for multiprotocol support)
- Support for using mico/E from within X11 applications (eGTK, VEGTK)
- Interceptors
- Portable Object Adapter (POA) and Basic Object Adapter (BOA)
- Object by Value
- DynAny
- locality contraint objects
- basic Corba Components (CCM) features
mico/E was developed using the compiler from ISE Release 4.5. However, the sources should be compilable by any compiler that
- supports the full language as defined in Eiffel: The Language by Bertrand Meyer (ETL) and
- supports the Kernel Library Standard ELKS released by NICE.
At the moment we have verified that mico/E works with:
- ISE 4.5 (or newer)
*Smalleiffel -0.75b7
Visual Eiffel is in progress!
<<lessmico/E is a complete CORBA implementation in Eiffel that can be used in courses and software labs.
The intention of the mico/E project is to provide a freely available and fully compliant implementation of the CORBA 2.4 standard.
Main features:
- a compiler eifidl that translates the full range of the language IDL into stubs, skeletons and abstract interface classes in Eiffel based on the IDL/Eiffel mapping mentioned in the previous section.
- Dynamic Invocation Interface (DII)
- Dynamic Skeleton Interface (DSI)
- an Interface Repository (IR)
- an Implementation Repository (IMR)
- CORBA Services:
- Naming Service
- Event Service
- Trader Service
- Persistent State Service (PSS)
- IIOP as native protocol (ORB prepared for multiprotocol support)
- Support for using mico/E from within X11 applications (eGTK, VEGTK)
- Interceptors
- Portable Object Adapter (POA) and Basic Object Adapter (BOA)
- Object by Value
- DynAny
- locality contraint objects
- basic Corba Components (CCM) features
mico/E was developed using the compiler from ISE Release 4.5. However, the sources should be compilable by any compiler that
- supports the full language as defined in Eiffel: The Language by Bertrand Meyer (ETL) and
- supports the Kernel Library Standard ELKS released by NICE.
At the moment we have verified that mico/E works with:
- ISE 4.5 (or newer)
*Smalleiffel -0.75b7
Visual Eiffel is in progress!
Download (1.6MB)
Added: 2007-04-17 License: LGPL (GNU Lesser General Public License) Price:
929 downloads
kShowmail 3.2.1
kShowmail is a KDE tool for watching for email on POP3 servers. more>>
Kshowmail project is a KDE tool to watch mails on a POP3 server. Headers and complete mails can be viewed without loading them to the local mail client. Unpleasant mail can be deleted from the server.
The list of displayed mails can be refreshed via configurable timers. Filters can be assigned to mark known spam for deletion. Multiple accounts are supported.
A sound can be played if new mail arrives. A command menu allows user configurable commands like fetchmail or sendmail. A special command can be defined to send complain mail against spam.
The modifications I provided are mainly Qt/KDE stuff to generate a nice GUI interface. I am using the great development tool kDevelop V2.1.
Enhancements:
- Fixed bug where if you configure 2 accounts, retrieve mail, and then deactivate one of the accounts, its number of messages still reflects in the tray icon.
- Fixed sort of message number and size columns in message list to be numerical rather than alpha.
- Corrected version displayed in the About dialog.
<<lessThe list of displayed mails can be refreshed via configurable timers. Filters can be assigned to mark known spam for deletion. Multiple accounts are supported.
A sound can be played if new mail arrives. A command menu allows user configurable commands like fetchmail or sendmail. A special command can be defined to send complain mail against spam.
The modifications I provided are mainly Qt/KDE stuff to generate a nice GUI interface. I am using the great development tool kDevelop V2.1.
Enhancements:
- Fixed bug where if you configure 2 accounts, retrieve mail, and then deactivate one of the accounts, its number of messages still reflects in the tray icon.
- Fixed sort of message number and size columns in message list to be numerical rather than alpha.
- Corrected version displayed in the About dialog.
Download (1.5MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
831 downloads
VRaptor 2.3.2.1
VRaptor is a web based mvc and ioc framework. more>>
VRaptor is a web based mvc and ioc framework which was based on many frameworks and ideas (Seam, Stripes, Hibernate Annotations, Webwork etc).
VRaptor 2 has been completely rewritten in order to make full use of Java 5 Annotations. The result? A simpler way to deal with programming the web.
It favors Convention over Configuration. Why? Because configuration in xml/properties/annotations is always boring, easy to make mistakes and repetitive (aka copy and paste in many places).
This framework uses a more imperative approach, instead of having lots of xml files to configure lifecycle and other properties. Most of the settings go inside plain Java objects (POJO), so the team knows exactly what is going on, and where. A big effort is done to avoid too much magic.
If you need an easy to use controller and your team needs to start producing some handsome code today, VRaptor is a good starting point.
You will find it easy to use and solve many common problems found in Struts/Webwork/other frameworks alike:
- favor convetions and minimizes configuration
- annotations based
- no xml garbage (hibernates ideas)
- smaller and rapid-growing learning curve
- bussiness logic implemented in simple POJO classes
- small collection of (powerfull) options: all projects use the same features
- instantiates objects as needed when parsing request parameters
- generic (java 1.5) collections support when parsing parameters
- simple to implement data converters
- no need to learn 10 tag libraries only to use this framework: use what you already have
- you can use any view you desire... not locked to jsp, velocity or freemarker (try velocity + sitemesh)
- no weird conversion files split all around your projects directories
- fast and easy to implement functional testing
Prefer libraries which are not attached to any kind of controller instead of those who aims at giving you everything you desire...
It is known that there is no silver bullet, dont try to use something that claims to be one, VRaptor is not one, it simply solves some problems that other frameworks left behind or created when they tried to solve everything.
<<lessVRaptor 2 has been completely rewritten in order to make full use of Java 5 Annotations. The result? A simpler way to deal with programming the web.
It favors Convention over Configuration. Why? Because configuration in xml/properties/annotations is always boring, easy to make mistakes and repetitive (aka copy and paste in many places).
This framework uses a more imperative approach, instead of having lots of xml files to configure lifecycle and other properties. Most of the settings go inside plain Java objects (POJO), so the team knows exactly what is going on, and where. A big effort is done to avoid too much magic.
If you need an easy to use controller and your team needs to start producing some handsome code today, VRaptor is a good starting point.
You will find it easy to use and solve many common problems found in Struts/Webwork/other frameworks alike:
- favor convetions and minimizes configuration
- annotations based
- no xml garbage (hibernates ideas)
- smaller and rapid-growing learning curve
- bussiness logic implemented in simple POJO classes
- small collection of (powerfull) options: all projects use the same features
- instantiates objects as needed when parsing request parameters
- generic (java 1.5) collections support when parsing parameters
- simple to implement data converters
- no need to learn 10 tag libraries only to use this framework: use what you already have
- you can use any view you desire... not locked to jsp, velocity or freemarker (try velocity + sitemesh)
- no weird conversion files split all around your projects directories
- fast and easy to implement functional testing
Prefer libraries which are not attached to any kind of controller instead of those who aims at giving you everything you desire...
It is known that there is no silver bullet, dont try to use something that claims to be one, VRaptor is not one, it simply solves some problems that other frameworks left behind or created when they tried to solve everything.
Download (2.0MB)
Added: 2007-04-05 License: The Apache License 2.0 Price:
935 downloads
Download (3.3MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
911 downloads
RubyInline 3.2.1
RubyInline is an embedded C code in Ruby scripts. more>>
Ruby Inline is an analog to Perls Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever).
Main features:
- Quick and easy inlining of your C or C++ code embedded in your ruby script.
- Extendable to work with other languages.
- Automatic conversion between ruby and C basic types
- char, unsigned, unsigned int, char *, int, long, unsigned long
- inline_c_raw exists for when the automatic conversion isnt sufficient.
- Only recompiles if the inlined code has changed.
- Pretends to be secure.
- Only uses standard ruby libraries, nothing extra to download.
<<lessMain features:
- Quick and easy inlining of your C or C++ code embedded in your ruby script.
- Extendable to work with other languages.
- Automatic conversion between ruby and C basic types
- char, unsigned, unsigned int, char *, int, long, unsigned long
- inline_c_raw exists for when the automatic conversion isnt sufficient.
- Only recompiles if the inlined code has changed.
- Pretends to be secure.
- Only uses standard ruby libraries, nothing extra to download.
Download (0.015MB)
Added: 2005-04-22 License: MIT/X Consortium License Price:
1645 downloads
Katapult 0.3.2.1
Katapult is an application for KDE, written in C++, designed to allow faster access to applications, bookmarks, and other items. more>>
Katapult is an application for KDE, written in C++, designed to allow faster access to applications, bookmarks, and other items.
Katapult project is plugin-based, so it can launch anything that is has a plugin for. Its display is driven by plugins as well, so its appearance is completely customizable. It was inspired by Quicksilver for OS X.
<<lessKatapult project is plugin-based, so it can launch anything that is has a plugin for. Its display is driven by plugins as well, so its appearance is completely customizable. It was inspired by Quicksilver for OS X.
Download (1.2MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
846 downloads
Ophiuchus 0.3.2.1
Ophiuchus is a multiplayer strategy game in a similar vein as the Master of Orion series. more>>
Ophiuchus is a multiplayer strategy game in a similar vein as the Master of Orion series.
Ophiuchus will go through many phases where it is a completely playable game and it comes with further features added on with each major release.
The reason for this is that it is quite impossible for me to create a fully-featured game in one go. Doing it in steps allows me to re-check the game for gameplay quite often. (This also means I get to play it a lot, which serves to keep me interested.)
I aim to eventually create a game of rather large proportions, but this may well take some time. As such, I am concentrating on the gameplay of the game first, on the assumption that while graphics improve and change, gameplay stays eternal.
The game map is a rectangular board of tiles. A tile may contain a star. Each star is orbited by a single inhabitable planet. Each player starts out inhabiting a single planet, and owning 10 units of money.
Each planet a player owns adds 1 unit of money to their treasury per turn. You may build spaceships at your colonies, which cost 4 units of money, and take 1 turn to construct. Spaceships move across the map at a rate of 1 square per turn.
If a fleet encounters an uninhabited planet, it will automatically colonise the planet. If you encounter a planet owned by another player, you can attack and invade it. Combat works on the simple principle of winner-takes-all.
Whichever side has the larger fleet destroys the other side. If you retreat from combat, that is, if you order your fleet to leave a system while another player orders their fleet to attack yours, you lose a third of your ships.
You win the game by invading all colonies held by all other players.
Enhancements:
- When multiple players arrive at the same uncolonized system at the same time, none of them can colonize the planet now.
- Previously, the player with the lowest ID got the planet, leading to an advantage to players with lower IDs.
- This was a problem especially in single player mode, when it gave a great advantage to the player over the computer.
- Attack commands now always give feedback.
<<lessOphiuchus will go through many phases where it is a completely playable game and it comes with further features added on with each major release.
The reason for this is that it is quite impossible for me to create a fully-featured game in one go. Doing it in steps allows me to re-check the game for gameplay quite often. (This also means I get to play it a lot, which serves to keep me interested.)
I aim to eventually create a game of rather large proportions, but this may well take some time. As such, I am concentrating on the gameplay of the game first, on the assumption that while graphics improve and change, gameplay stays eternal.
The game map is a rectangular board of tiles. A tile may contain a star. Each star is orbited by a single inhabitable planet. Each player starts out inhabiting a single planet, and owning 10 units of money.
Each planet a player owns adds 1 unit of money to their treasury per turn. You may build spaceships at your colonies, which cost 4 units of money, and take 1 turn to construct. Spaceships move across the map at a rate of 1 square per turn.
If a fleet encounters an uninhabited planet, it will automatically colonise the planet. If you encounter a planet owned by another player, you can attack and invade it. Combat works on the simple principle of winner-takes-all.
Whichever side has the larger fleet destroys the other side. If you retreat from combat, that is, if you order your fleet to leave a system while another player orders their fleet to attack yours, you lose a third of your ships.
You win the game by invading all colonies held by all other players.
Enhancements:
- When multiple players arrive at the same uncolonized system at the same time, none of them can colonize the planet now.
- Previously, the player with the lowest ID got the planet, leading to an advantage to players with lower IDs.
- This was a problem especially in single player mode, when it gave a great advantage to the player over the computer.
- Attack commands now always give feedback.
Download (0.007MB)
Added: 2005-11-24 License: Freeware Price:
1429 downloads
NcFTP Client 3.2.1
NcFTP Client is a File Transfer Protocol (FTP) client applications. more>>
NcFTPs purpose is to provide a powerful and flexible interface to the Internet standard File Transfer Protocol. It is intended to replace the stock ftp program that comes with the system.
Although the program appears to be rather spartan, youll find that ncftp has a wealth of valuable performance and usage features. The program was designed with an emphasis on usability, and it does as much as it can for you automatically so you can do what you expect to do with a file transfer program, which is transfer files between two interconnected systems.
Some of the cooler features include progress meters, filename completion, command-line editing, background processing, auto-resume downloads, bookmarking, cached directory listings, host redialing, working with firewalls and proxies, downloading entire directory trees, etc., etc.
The ncftp distribution comes with the useful utility programs ncftpget(1) and ncftpput(1) which were designed to do command-line FTP. In particular, they are very handy for shell scripts. This version of ncftp no longer does command-line FTP, since the main ncftp program is more of a browser-type program.
<<lessAlthough the program appears to be rather spartan, youll find that ncftp has a wealth of valuable performance and usage features. The program was designed with an emphasis on usability, and it does as much as it can for you automatically so you can do what you expect to do with a file transfer program, which is transfer files between two interconnected systems.
Some of the cooler features include progress meters, filename completion, command-line editing, background processing, auto-resume downloads, bookmarking, cached directory listings, host redialing, working with firewalls and proxies, downloading entire directory trees, etc., etc.
The ncftp distribution comes with the useful utility programs ncftpget(1) and ncftpput(1) which were designed to do command-line FTP. In particular, they are very handy for shell scripts. This version of ncftp no longer does command-line FTP, since the main ncftp program is more of a browser-type program.
Download (0.50MB)
Added: 2007-08-01 License: Artistic License Price:
828 downloads
Activism Network 3.2.1
Activism Network is a Web-based system that allows activists or anyone else to share contacts, resources (files), events. more>>
Activism Network is a Web-based system that allows activists or anyone else to share contacts, resources (files), events, email lists, and campaigns. etc.
It uses Google Maps.
It is similar to Friendster/MySpace, but more focussed on networking and less on the social aspect.
This area is for developers and users of the software who want to understand how it works, provide feedback, download the source code, report bugs, request features, or otherwise help out.
You can get an account, and then start commenting and writing your own pages.
<<lessIt uses Google Maps.
It is similar to Friendster/MySpace, but more focussed on networking and less on the social aspect.
This area is for developers and users of the software who want to understand how it works, provide feedback, download the source code, report bugs, request features, or otherwise help out.
You can get an account, and then start commenting and writing your own pages.
Download (0.81MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
AntiVirus Scanner 3.2.1
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav). more>>
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav).
AntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
<<lessAntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
843 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 3.2.1 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