freecol 0.7.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 90
FreeCol 0.7.1
FreeCol is a Civilization-like game in which the player has to conquer the New World. more>>
FreeCol team aims to create an Open Source version of Colonization. At first well try to make an exact clone of Colonization.
The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new features will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.
This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that well add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.
Once FreeCol 1.0.0 is finished well start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users) image of what Colonization 2 would have been.
Enhancements:
- This release fixes a bug that caused native units to be frozen on the map board and adds a few new features.
<<lessThe visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new features will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.
This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that well add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.
Once FreeCol 1.0.0 is finished well start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users) image of what Colonization 2 would have been.
Enhancements:
- This release fixes a bug that caused native units to be frozen on the map board and adds a few new features.
Download (MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
acoc 0.7.1
acoc is an arbitrary command output colourer. more>>
acoc is an arbitrary command output colourer.
Ever wondered why the output of your favourite UNIX/Linux commands is still displayed in black-and-white after all these years?
Ever had to search back through your scroll-buffer in search of gcc errors and salient information to tell you what went wrong with your programs execution?
acoc is a regular expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated.
acoc then applies matching rules to patterns in the output and applies colour sets to those matches. A picture is worth a thousand words, so look at the sample screenshots in the next section.
<<lessEver wondered why the output of your favourite UNIX/Linux commands is still displayed in black-and-white after all these years?
Ever had to search back through your scroll-buffer in search of gcc errors and salient information to tell you what went wrong with your programs execution?
acoc is a regular expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated.
acoc then applies matching rules to patterns in the output and applies colour sets to those matches. A picture is worth a thousand words, so look at the sample screenshots in the next section.
Download (0.043MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1284 downloads
Jolt 0.7.1
Jolt is a Java Virtual Machine Daemon. more>>
Jolt is a Java Virtual Machine Daemon. This program provides a means to invoke the JDK tools javac, javadoc, and jar from the command line while reusing the same JVM instance across invocations.
Jolt daemon is intended primarily for use as a helper tool to make compilation of Java code with make as fast as (and potentially faster than) with Jakarta Ant.
It can also be used to run arbitrary Java programs (as with java); this is particularly useful for command-line utilities that are run over and over, where the cost of launching the JVM each time would be prohibitive (or at the very least, annoying).
Usage:
The `runjolt shell script can be used as a wrapper for the `jolt binary. It checks for the presence of the JAVA_HOME environment variable (which should be set to the top-level installation directory of JDK 1.4.0 or later) and augments LD_LIBRARY_PATH accordingly before invoking `jolt proper.
<<lessJolt daemon is intended primarily for use as a helper tool to make compilation of Java code with make as fast as (and potentially faster than) with Jakarta Ant.
It can also be used to run arbitrary Java programs (as with java); this is particularly useful for command-line utilities that are run over and over, where the cost of launching the JVM each time would be prohibitive (or at the very least, annoying).
Usage:
The `runjolt shell script can be used as a wrapper for the `jolt binary. It checks for the presence of the JAVA_HOME environment variable (which should be set to the top-level installation directory of JDK 1.4.0 or later) and augments LD_LIBRARY_PATH accordingly before invoking `jolt proper.
Download (0.11MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1416 downloads
GameScroll 0.7.1
GameScroll is a system for playing and writing interactive fiction. more>>
GameScroll is a system for playing and writing interactive fiction like Choose Your Own Adventure or Fighting Fantasy gamebooks... But instead of flipping pages, GameScroll runs them as an impartial gamemaster!
Adventures can remember where youve been and what youve done, unlike web-based "choose your own adventure" games!
<<lessAdventures can remember where youve been and what youve done, unlike web-based "choose your own adventure" games!
Download (0.30MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1156 downloads
Gecode/R 0.7.1
Gecode/R is a Ruby interface to Gecode, allowing constraint programming in Ruby. more>>
Gecode/R is a Ruby interface to Gecode, allowing constraint programming in Ruby. The interface is intended for people with no previous experience of constraint programming, aiming to be easy to pick up and use in practice.
Constraint programming
Constraint programming is a declarative programming paradigm, you describe what kind of solution you want rather than how you want it computed. When using constraint programming you try to model the problem and then feed that model to the solver. The solver then searches for a solution by exploring the space of all possible assignments while using the constraints in the model to prune parts without having to visit them.
A popular example would be Soduko, to solve a Soduko with constraint programming you feed the rules (all numbers in each row must be distinct etc) to the solver, which then searches for a solution satisfying all the constraints.
Enhancements:
- A new Website has been launched, and a lot of documentation has been added (both code and user documentation).
<<lessConstraint programming
Constraint programming is a declarative programming paradigm, you describe what kind of solution you want rather than how you want it computed. When using constraint programming you try to model the problem and then feed that model to the solver. The solver then searches for a solution by exploring the space of all possible assignments while using the constraints in the model to prune parts without having to visit them.
A popular example would be Soduko, to solve a Soduko with constraint programming you feed the rules (all numbers in each row must be distinct etc) to the solver, which then searches for a solution satisfying all the constraints.
Enhancements:
- A new Website has been launched, and a lot of documentation has been added (both code and user documentation).
Download (0.088MB)
Added: 2007-08-12 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
CLISH 0.7.1
CLISH is a modular framework for implementing a CISCO-like CLI on a Unix system. more>> <<less
Download (0.48MB)
Added: 2006-10-13 License: BSD License Price:
1110 downloads
activeCollab 0.7.1
activeCollab is an easy to use, web based, open source collaboration and project management tool. more>>
activeCollab project is an easy to use, web based, open source collaboration and project management tool. Set up an environment where you, your team and your clients can collaborate on active projects using a set of simple, functional tools. 100% free!
Main features:
- Easy to install and easy to use
- Web-based. After installation only thing youll need to use it is web browser
- 100% open source, 100% free
- No limitations on number of projects, clients, team members...
- Per project permissions
<<lessMain features:
- Easy to install and easy to use
- Web-based. After installation only thing youll need to use it is web browser
- 100% open source, 100% free
- No limitations on number of projects, clients, team members...
- Per project permissions
Download (0.45MB)
Added: 2006-12-31 License: GPL (GNU General Public License) Price:
1041 downloads
Download (0.53MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads
ftp4che 0.7.1
ftp4che is an FTP library for Java 1.4 and 5.0 that features support for implicit SSL. more>>
ftp4che is an FTP library for Java 1.4 and 5.0 that features support for implicit SSL, implicit AUTH SSL, AUTH TLS, TLS, FXP, PRET, SSCN, an event model, bandwidth control, and unlimited file sizes.
<<less Download (0.87MB)
Added: 2007-05-22 License: LGPL (GNU Lesser General Public License) Price:
888 downloads
NetMage 0.7.1
NetMage is a Java-based game that lets two players play Magic over a network. more>>
NetMage project is a Java-based game that lets two players play Magic over a network.
netMage is a Java-based game that lets two people play Magic: The Gathering (or other card games) over a TCP/IP connection.
It does not know how to play the game, but it does let you play if you know how (a la Apprentice).
NetMage cannot actually play Magic by itself, it simply allows MTG players to enjoy their games over the internet. Both players must know how to play the game, but NetMage will provide all the necessary tools.
<<lessnetMage is a Java-based game that lets two people play Magic: The Gathering (or other card games) over a TCP/IP connection.
It does not know how to play the game, but it does let you play if you know how (a la Apprentice).
NetMage cannot actually play Magic by itself, it simply allows MTG players to enjoy their games over the internet. Both players must know how to play the game, but NetMage will provide all the necessary tools.
Download (0.062MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1016 downloads
jsfirewall 0.7.2
jsfirewall increases the safety for the desktop PC with one network card. more>>
jsfirewall increases the safety for the desktop PC with one network card.
The program is quickly administrated and it is easy to generate an iptables based firewall script.
It has no ROUTER function, but is a personal firewall and it is developed for use behind a router or for direct connections like ppp over ethernet.
jsfirewall uses the program "dialog", you can use it either on the X server or on the console.
Advanced features are built in and you can save or view logging files, tuning the logging and the kernel parameters, save and load, or delete, generated firewall templates.
There is optional support for an additional portrange as the default and you can give one command owner for every chosen port.
Installation:
Unpack the tar ball: tar xzf jsfirewall-0.7.1.tar.gz
cd jsfirewall-0.7.1
Open the file jsfirewall.conf and change the settings if you want (e.g. with vi).
Run ./install.sh in the console.
OPTIONS: install, update, cancel
Enhancements:
- A completly new config section was written.
- You can now edit in the "config" menu directly like in the "global" menu. jsfirewall now supports OpenVPN and can generate an OpenVPN styled firewall script.
- Help can now support all languages.
- All sections of the code were split into scripts.
- The program is now faster and open for other GUI languages and iptables based generator scripts.
- I The LANG variable in 0.7.1 was renamed to LANGU.
<<lessThe program is quickly administrated and it is easy to generate an iptables based firewall script.
It has no ROUTER function, but is a personal firewall and it is developed for use behind a router or for direct connections like ppp over ethernet.
jsfirewall uses the program "dialog", you can use it either on the X server or on the console.
Advanced features are built in and you can save or view logging files, tuning the logging and the kernel parameters, save and load, or delete, generated firewall templates.
There is optional support for an additional portrange as the default and you can give one command owner for every chosen port.
Installation:
Unpack the tar ball: tar xzf jsfirewall-0.7.1.tar.gz
cd jsfirewall-0.7.1
Open the file jsfirewall.conf and change the settings if you want (e.g. with vi).
Run ./install.sh in the console.
OPTIONS: install, update, cancel
Enhancements:
- A completly new config section was written.
- You can now edit in the "config" menu directly like in the "global" menu. jsfirewall now supports OpenVPN and can generate an OpenVPN styled firewall script.
- Help can now support all languages.
- All sections of the code were split into scripts.
- The program is now faster and open for other GUI languages and iptables based generator scripts.
- I The LANG variable in 0.7.1 was renamed to LANGU.
Download (0.030MB)
Added: 2005-10-02 License: GPL (GNU General Public License) Price:
1482 downloads
Download (1.3MB)
Added: 2006-03-17 License: LGPL (GNU Lesser General Public License) Price:
1317 downloads
TigerEvents 0.7.1
TigerEvents is a web-based event announcement system. more>>
TigerEvents is a novel, Web-based event announcement system for promoting upcoming and ongoing events to large communities such as university campuses, companies, or the general public.
Enhancements:
- This release has several bugfixes and enhancements.
- New to this release is the exporting of several calendar formats, including iCal, hCal, and being able to import events into Google Calendar.
<<lessEnhancements:
- This release has several bugfixes and enhancements.
- New to this release is the exporting of several calendar formats, including iCal, hCal, and being able to import events into Google Calendar.
Download (1.9MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1003 downloads
rdfadict 0.7.1
An RDFa parser wth a simple dictionary-like interface. more>>
rdfadict 0.7.1 brings users a useful Python package which provides an RDFa parser and a simple, dictionary-like interface for the triples.
rdfadict parses RDFa metadata encoded in HTML or XHTML documents. It can parse a block of text (as a string), or a URL. For example, given the following block of sample text:
Enhancements:
- Updated DictSetTripleSink to coerce triple() parameters to unicode instead of str.
Requirements:
- Python
Added: 2009-07-21 License: MIT/X Consortium Lic... Price: FREE
13 downloads
Dataface 0.7.1
Dataface project makes web application development with PHP and MySQL a breeze. more>>
Dataface project makes web application development with PHP and MySQL a breeze.
A flexible and intuitive User Interface for MySQL databases.
Dataface does for MySQL what Plone did for Zope. In other words, it is a flexible and shapeable skin that sits on top of MySQL (one of the worlds leading Open-source database management systems) making it accessible to normal, every-day users. In practical terms, it automagically generates the appropriate forms, lists, and menus for a user to interact with the database without having to know any SQL (structured query language).
A full-featured web application framework.
Dataface gives developers the flexibility to customize the features and behavior of their Dataface application by way of configuration files (using the simple INI-file syntax), templates, and plug-ins. The real power lies in a developers ability to customize as much or as little about the application as he wants. A generic Dataface application with no customizations is completely functional. However the developer is free to customize things at his leisure.
Main features:
- Intuitive and simple user interface designed for regular users (not only db admins). Uses Plone stylesheet.
- Automatically and dynamically generated forms to edit and create new records.
- Includes "Find" mode with form to search for records.
- Includes "List" mode to see a list of records in a table or found set.
- Labels and descriptions for form fields easily assigned using INI configuration files. Very simple to edit.
- Validation rules defined using INI configuration files.
- HTML and CSS styles and widget types can be assigned to fields via INI configuration files.
- Widgets available: text boxes, text areas, select lists, check boxes, html editors, collapsable tables, auto completion fields, file upload widgets, hidden, static, and more.... (uses HTML QuickForm for forms).
- Easy javascript sorting of results (using Plone javascripts).
- Valuelists can be defined using INI configuration files. Valuelists are lists of values that can be used to limit input into a field, or provide options for selection fields like select lists and checkbox groups.
- Relationships defined using INI configuration files. One-to-many and many-to-many relationships supported.
- Allows users to easily add new and existing records to a relationship.
- Allows users to easily remove records from a relationship.
- Single Dataface installation can be used for multiple applications and sites.
- Uses Smarty templating engine for easy customization of look and feel.
- Provides simple API to interact with the database.
- API allows developers to easily generate forms to add and edit records in the database.
Enhancements:
- A register action was added to allow users to register for accounts on applications.
- This action is disabled by default, but can be easily turned on by administrators.
<<lessA flexible and intuitive User Interface for MySQL databases.
Dataface does for MySQL what Plone did for Zope. In other words, it is a flexible and shapeable skin that sits on top of MySQL (one of the worlds leading Open-source database management systems) making it accessible to normal, every-day users. In practical terms, it automagically generates the appropriate forms, lists, and menus for a user to interact with the database without having to know any SQL (structured query language).
A full-featured web application framework.
Dataface gives developers the flexibility to customize the features and behavior of their Dataface application by way of configuration files (using the simple INI-file syntax), templates, and plug-ins. The real power lies in a developers ability to customize as much or as little about the application as he wants. A generic Dataface application with no customizations is completely functional. However the developer is free to customize things at his leisure.
Main features:
- Intuitive and simple user interface designed for regular users (not only db admins). Uses Plone stylesheet.
- Automatically and dynamically generated forms to edit and create new records.
- Includes "Find" mode with form to search for records.
- Includes "List" mode to see a list of records in a table or found set.
- Labels and descriptions for form fields easily assigned using INI configuration files. Very simple to edit.
- Validation rules defined using INI configuration files.
- HTML and CSS styles and widget types can be assigned to fields via INI configuration files.
- Widgets available: text boxes, text areas, select lists, check boxes, html editors, collapsable tables, auto completion fields, file upload widgets, hidden, static, and more.... (uses HTML QuickForm for forms).
- Easy javascript sorting of results (using Plone javascripts).
- Valuelists can be defined using INI configuration files. Valuelists are lists of values that can be used to limit input into a field, or provide options for selection fields like select lists and checkbox groups.
- Relationships defined using INI configuration files. One-to-many and many-to-many relationships supported.
- Allows users to easily add new and existing records to a relationship.
- Allows users to easily remove records from a relationship.
- Single Dataface installation can be used for multiple applications and sites.
- Uses Smarty templating engine for easy customization of look and feel.
- Provides simple API to interact with the database.
- API allows developers to easily generate forms to add and edit records in the database.
Enhancements:
- A register action was added to allow users to register for accounts on applications.
- This action is disabled by default, but can be easily turned on by administrators.
Download (3.0MB)
Added: 2007-05-11 License: LGPL (GNU Lesser General Public License) Price:
898 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 freecol 0.7.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