starlogo 2.2
StarLogo 2.2
StarLogo - programmable modeling environment for kids more>>
In decentralized systems, orderly patterns can arise without centralized control. Increasingly, researchers are choosing decentralized models for the organizations and technologies that they construct in the world, and for the theories that they construct about the world.
But many people continue to resist these ideas, assuming centralized control where none exists -- for example, assuming (incorrectly) that bird flocks have leaders. StarLogo is designed to help students (as well as researchers) develop new ways of thinking about and understanding decentralized systems.
StarLogo is a specialized version of the Logo programming language. With traditional versions of Logo, you can create drawings and animations by giving commands to graphic "turtles" on the computer screen. StarLogo extends this idea by allowing you to control thousands of graphic turtles in parallel.
In addition, StarLogo makes the turtles world computationally active: you can write programs for thousands of "patches" that make up the turtles environment.
Turtles and patches can interact with one another -- for example, you can program the turtles to "sniff" around the world, and change their behaviors based on what they sense in the patches below. StarLogo is particularly well-suited for Artificial Life projects.
Enhancements:
- Rewrote tail recursion detection to actually work.
- Fixed numerous hanging bugs that plagued the MacOSX version of StarLogo.
- Fixed display of error dialog boxes when running StarLogo as an applet.
- StarLogo is properly ported to running on Intel-based Macintosh computers when they come out.
- Eliminated ugly redraws of widgets on the Macintosh version of StarLogo. Text widgets look much better now.
- Fixed a bug in scatter plots where the generated StarLogo code was wrong.
- Found and fixed a bug that sometimes let the turtles escape their StarLogo world and scribble on the widgets nearby.
- Resize the patch canvas back to default values when you do New Project.
- Fixed numerous bugs in documentation.
OpenStarLogo 2.22
OpenStarLogo is a high-speed and powerful program which is capable of exploring the workings of decentralized systems -- systems that are organized without an organizer, coordinated without a coordinator. more>> OpenStarLogo 2.22 is a high-speed and powerful program which is capable of exploring the workings of decentralized systems -- systems that are organized without an organizer, coordinated without a coordinator. With StarLogo, you can model (and gain insights into) many real-life phenomena, such as bird flocks, traffic jams, ant colonies, and market economies.
In decentralized systems, orderly patterns can arise without centralized control. Increasingly, researchers are choosing decentralized models for the organizations and technologies that they construct in the world, and for the theories that they construct about the world. But many people continue to resist these ideas, assuming centralized control where none exists -- for example, assuming (incorrectly) that bird flocks have leaders. StarLogo is designed to help students (as well as researchers) develop new ways of thinking about and understanding decentralized systems.
StarLogo is a specialized version of the Logo programming language. With traditional versions of Logo, you can create drawings and animations by giving commands to graphic "turtles" on the computer screen. StarLogo extends this idea by allowing you to control thousands of graphic turtles in parallel. In addition, StarLogo makes the turtles world computationally active: you can write programs for thousands of "patches" that make up the turtles environment. Turtles and patches can interact with one another -- for example, you can program the turtles to "sniff" around the world, and change their behaviors based on what they sense in the patches below. StarLogo is particularly well-suited for Artificial Life projects.
- Moved project to Open Source.
- Changed name to OpenStarLogo.

StarLogo TNG 1.1b
StarLogo TNG is a highly-efficient, high-quality Next Generation of StarLogo modeling and simulation software. more>>
StarLogo TNG 1.1b is a highly-efficient, high-quality Next Generation of StarLogo modeling and simulation software.
While this version holds true to the premise of StarLogo as a tool to create and understand simulations of complex systems, it also brings with it several advances.
- Lower the barrier to entry for programming by making programming easier.
- Entice more young people into programming through tools that facilitates making games.
- Create compelling 3D worlds that encompass rich games and simulations.
It is Java based and is available on Windows and Mac OS X (as a universal binary) with a Linux versions coming soon.
Major Features:
- 3D models in MD3 (Quake 3) and OBJ formats
- Terrain editor for designing levels
- Joystick and keyboard inputs
- 1st and 3rd person views
- "Say" bubbles to communicate text
- Easy yet powerful and innovative visual programming language
Requirements:
- Mac OS X 10.4.6 or later.
- Java 5 release 4 or later.
SIRO 2.2
SIRO is a ShapeShifter theme that changes the graphical appearance of Mac OS X more>>
This theme is a white theme with hi-tech, oval shaped window controls.
Enhancements:
- fixes skin reflection and PushButton text color issues.
JaLingo 0.2.2
JaLingvo is a Java dictionary with MySQL backend more>>
JaLingo is a cross-platform, free and open dictionary. It is written to 100% java.
JaLingo it supports:
- the file dictionary of Mueller or any other with the same size .
- the dictionaries of projects PtkDic or phpMyLingvo, which store their data on MySQL- server (see dictionaries).
Stella 2.2
Stella - Atari 2600 game emulator more>>
One would think that the weak Atari 2600 should be simple to emulate, because of its primitive architecture. However, the Atari programmers employed many devious tricks to get such an early machine to run; therefore, a working, efficient emulator is very difficult to write.
Enhancements:
- Added new ROM browser option which works like a normal filesystem browser, allowing navigation throughout the filesystem. The old mode of browsing is still present, and can be toggled at runtime. Related to this, fixed bug whereby sorting in the ROM launcher sometimes didnt work.
- Integrated stella.pro properties into the application, resulting in faster startup time. Now Stella can be redistributed as a single binary; no external files are needed, but they will still be used if present.
- Reworked ROM properties files once again. The user.pro file has been removed, and all user-defined properties are stored in stella.pro instead. You should delete all properties files when upgrading to this version, to take advantage of the speed increases.
- Reworked settings files once again. Removed all references to a global settings file. Each user now gets a user-specific settings file only. If that file doesnt exist, the built-in defaults are used.
- Added conditional saving of the cheatcode and settings files, so that these files are only written to disk when absolutely necessary. This doesnt really affect desktop systems, but is very useful for systems with flashram-based storage (GP2X, WinCE, etc).
- Reworked Settings class, hopefully fixing a bug whereby settings werent being saved in certain cases (most evident in the OSX port).
- Added tiadefaults commandline option, which can also be toggled from within the GUI. This option disables all TIA positioning tweaks that typically make a game look better, and present the image exactly as it would appear on a real 2600.
- Added jitter-detection code for the paddle emulation, which should eliminate an annoying jittering effect when using paddles with a Stelladaptor.
- Related to jitter-detection, added -pthresh commandline option and GUI entry, which sets a bound below which the emulation detects jitter.
- Fixed crash when adding one-shot cheats.
- Fixed bug in RAM comparitive searches in the debugger.
- Fixed bug with setting snapshot naming type from the GUI (it was always being set to romname).
- Re-added low compatibility CPU emulation mode, since it benefits some slower systems. This is activated with the commandline argument -cpu low.
- For the OSX port, added Universal binary support.
- For the OSX port, reworked the menu handling, so that certain menu options are only enabled when it makes sense to do so.
- For the GP2X port, fixed joystick deadzone issues and scroll bug in ROM launcher.
- For the GP2X port, fixed issue with PAL ROMs causing a crash because of screen size. A message is now shown indicating that PAL ROMs are not yet supported.
roxCom 2.2.2
A communication program that allows one instance to act as a server roxCom is a communication program that allows one instance to act as a server and then any number of instances to connect through more>> A communication program that allows one instance to act as a server
roxCom is a communication program that allows one instance to act as a server and then any number of instances to connect through any desired port (specified by the server) to Chat and transfer Files, the server relaying. Chat history can also be saved.
System requirements:
-
Enhancements
- Added ConnectionWatcher.run() check to see if the socket has been closed when a connection error is thrown, otherwise output stack trace as stack trace isnt really needed in this instance.
- Fixed a bug in ConnectionManager.broadcastScreenname() that was stopping the clients being informed of host username changes.
Twistory 2.2
Marks important historical events and people. more>>
It answers questions like, "What else was happening in the world at that time?" and "Did A live at the same time as B, or before?" A resource of over 1600 people, events and places is included. The database has an open text format, so that more historical information can be added by any user. A complete description of the file format is included.
The two main windows are the time-line window, which shows lives and events against a variable time scale, and the map window, which shows people and events in their geographic locations during an interval of time.
ProVoc 4.2.2
ProVoc helps you easily learn foreign language vocabulary more>>
The idea of ProVoc is quite simple, but efficient: you enter a list of words in two languages, and ProVoc let you repeat them by asking the translation of randomly chosen words...
Main features:
- Unicode support (e.g. for asiatic, hebraic, arabic or any other alphabet)
- Normal or continuous test
- Repetition of the words which has not been translated corretly
- Variable difficulty level for the continous test
- Words grouped by pages
- Edition and test of several files simultaneously
- Mark words during edition or testing.
Khronos 1.2.2
Track time spent on projects. more>>
Features:Log time spent on each job.Log time spent on each work session.Calculates the payment from client (hourly wage).Modify your work sessions (for when you forget to hit "stop").Real time feedback.Backup and export your data.Simple, intuitive interface.
AusPos 2.2
AusPos - Database of all Australian postcodes and suburbs more>>
You can simply type in a Postcode of suburb to match it up.
It is handy if you know the postcode of a place but not the name or the other way around.
Enhancements:
- Calculate Letter Costs within Australia bug fixed
- Calculate Parcel Costs within Australia bug fixed
- Search Operator function added
- Universal Build ( Intel and PPC )
unRarX 2.2
unRarX - GUI front-end for unrar more>>
UnRarX is a Mac OS X Cocoa application that allows you to expand rar archives and restore corrupted or missing archives using par2.
Drag-and-Drop extraction. Built-in par2 recovery. Written by Peter Noriega.
See the About UnRarX menu for more info. Based on unrar 3.60
Enhancements:
- Universal Binary version of UnRarX is now available.
- Version 2.2 includes current universal binary versions of unrar and par2 command line applications.
- UnRarX now includes automatic update functionality thanks to Sparkle Framework by Andy Matuschak.
JabRef 2.2
JabRef - Java based BibTeX database front end more>>
JabRef is build to be platform independant (requires Java 1.4.2 or newer). It merges and extends the functionalities of BibKeeper (Morten O. Alver) and JBibtexManager (Nizar Batada).
Main features:
- Advanced BibTeX editor
- Detailed edition of bibtex entries.
- Search functions
- Search a pattern in the whole bibliography.
- Classification of entries
- You can group entries explicitly, by keywords or any other fields.
- Support importation of various formats
- BibTeXML, CSA, Refer/Endnote, ISI Web of Science, SilverPlatter, Medline/Pubmed (xml), Scifinder, OVID, INSPEC, Biblioscape, Sixpack, JStor and RIS.
- Support different export formats
- HTML, Docbook, BibTeXML, MODS, RTF, Refer/Endnote and OpenOffice.org.
- Customization of BibTeX fields
- You can add your own fields to any BibTeX entry type.
- Customization of the JabRef interface
- Fonts, displayed fields, etc
- Integrates to your environment
- Launch external applications: PDF/PS viewers, web browser, insert citations into LyX, Kile and WinEdt
- Automatic Key generation
- Search Medline and Citeseer
Enhancements:
- Added capability to drag files and WWW links into JabRef. BibTeX files will be opened normally, other files imported, and WWW links downloaded and imported.
- The -v command line option now makes the application only print version number and quit immediately.
- Duplicates within a set of imported entries are now found and shown in the import inspection window.
- Mac users can now choose between native and Swing file chooser under Preferences -> Advanced.
- Fixed missing duplicate warning when importing without import inspection window.
- Fixed error in ISI import which allowed empty fields to be set, causing errors when saving and reloading entries.
- Fixed missing time and owner stamps when importing entries (only in 2.1b/2.1b2).
- Fixed erroneous updates in entry editor if user switches to a different entry while downloading PDF/PS file.
- Fixed bug (only in 2.1b2) in calling file open/save dialog on Mac OS X.
- Fixed bug that made duplicate resolver dialog pop under import inspection dialog.
iTaf 2.2.3
iTaf - Wake up with iTunes. more>>
Robocode 1.2.2
Robocode - practice your programming skills fighting robots more>>
The project, including tons of robots made by developers from around the globe, can be found in http://robocode.sourceforge.net/