over 300 km h
Over Score 1.0
Over Score - Rename image files with web-friendly names more>>
For instance, Over Score will rename a file named "my image.jpg" to "my_image.jpg".
AnaXagora 2009 3.5
A change management platform that combines various modules and is meant for the business environment more>> A change management platform that combines various modules and is meant for the business environment
The AnaXagora platform is a change management platform that combines an e-learning module (LMS), a knowledge management module (KM), a business process management module (BPM), and also a competences management module (HR).
Enhancements
- A new version of Anaxagora which is easier to install .
EyeTV Over Web 0.2
EyeTV Over Web - Internet streaming for EyeTV more>>
Enhancements:
- Support for composite and S-Video inputs.
- Custom resolution support (including 16:9).
- Support for digital sub-channels.
- Server now stops nearly instaneously.
- Bug fixes and stability improvements.
Head Over Heels 1.0
Remake of the classic game. more>>
Head Over Heels was released, um, a while ago. Around about 1987 if I recall correctly, and it was immediately praised in the press as being quite the bestest thing ever. Not only was it a huge game for its time, it also had great graphics and was very addictive - if somewhat punishing in its difficulty level.
The variety in the locations was amazing and the challenges brilliantly designed. Quite rightly it was awarded with pretty much every accolade that could be bestowed upon it by the various magazines. Even today it still stands as a brilliantly designed title and has never really been bettered in the isometric adventure genre.
Carry Tasks Over 1.0
Carry Tasks Over - Entourage task management more>>
The script will also update the remind date and time of your Task (if any) to todays date, preserving the original reminders time of day.
Apple IP over FireWire PR
Apple IP over FireWire adds support for using the Internet Protocol - commonly known as TCP/IP - over FireWire more>> Apple IP over FireWire adds support for using the Internet Protocol - commonly known as TCP/IP - over FireWire. With this software installed, Macintosh computers and other devices can use existing IP protocols and services over FireWire, including AFP, HTTP, FTP, SSH, etc. In all cases, Rendezvous can be used if desired for configuration, name resolution, and discovery.
The preview release adds a new Kernel Extension that hooks into the existing network services architecture. Using the existing Network Preferences Pane, users can add FireWire as their IP network node to connect and communicate between two machines.
Mac OS X 10.2 or later.
Trigger 1.3.1
Trigger solves and illustrates spherical triangle problems, conics and the Keplerian 2 body problem more>>
Enhancements:
- parabolic and hyperbolic orbits
- conics
Harbour 1.0.1
Open source cross platform Clipper language compiler more>> Open source cross platform Clipper language compiler
Harbour is a compiler for the xBase superset language often referred to as Clipper (the language that is implemented by the compiler CA-Clipper).
Harbour is a cross platform compiler and is known to compile and run on Mac OS X, MS-DOS, MS-Windows (32 & 64), Windows CE, Pocket PC, OS/2, and GNU/Linux.
Why using it?
- Because is a free software 100% compatible with Clipper compilers
- Because it removes some of the limits imposed by the base implementation but the extent of this will depend on your chosen platform.
- Because Harbour is proven to be stable, robust and efficient.
- Because Harbour supports RDDs (Replaceable Database Drivers) to allow multiple data sources which allows an application to scale.
- Because Harbour is portable across multiple operating systems with the same code base.
- Because Harbours architecture is fully open and supports a third-party add on market.
- Because Harbour is open-source and therefore you are not at the mercy of the decisions of a private company.
- Because Harbour is developed by a very experienced and capable team of developers.
Enhancements
- Digital Marc C build fixed.
- Debian, RPM packaging fixes.
- Several code quality enhancements, warning fixes.
- Doc quality fixes, formatting.
- Fixed so that build-time PRG_USR always overrides default options in GNU-make.
- Added openSUSE package requirements to doc/linux1st.txt.
- Unnecessary compiler options and lib dependencies cleaned from build processes.
- Fixed Darwin (OS X) builds broken due to a change shortly before 1.0.0.
- Non-critical filename casing related cleanups.
- Non-ASCII chars stripped from several source files for better portability.
- Added RDD regression test code.
- Fixed potential buffer overruns in PP, GTCRS, GTPCA, GTSTD, hbfbird, hbwhat32.
- Eliminated remaining non-safe string manipulation calls: strncpy(), strcpy() -> hb_strncpy() strncat(), strcat() -> hb_strncat()
- Some contrib name collisions fixed in non-GNU builds.
- gtalleg GT moved to the contrib area to enable it for non-GNU builds and non-*nix builds in general. Use HB_INC_ALLEGRO or HB_DIR_ALLEGRO (for non-GNU make only) to specify the location of the headers or the package (respectively).
- Harbour compiler now defaults to -gc0 switch (was -gc2) to generate the smallest possible .c output by default.
- Fixed to compile under Cygwin.
- -mno-cygwin option removed from MinGW builds. You may need to readd this to C_USR if you use very old MinGW compilers, like Cygnus MinGW32 2.95.
- Fixed WinCE harbour.dll generation in non-GNU builds.
- Fixed WinCE build warnings in non-GNU builds.
- Synced build options between BCC/MSVC GNU make and non-GNU make.
- Default HB_VISUALC_VER envvar value changed uniformly to 80 for both core and contrib and WinCE build in non-GNU make. You may need change your environment if you relied on the default.
- Non-GNU MSVC WinCE builds are now integrated into mainstream non-GNU MSVC make. make_vcce.bat was removed. Please read instructions in make_vc.bat, how to initiate a WinCE build.
- Now Harbour is able to build and run properly in MSVC C mode in AMD64 (64-bit) mode.
- Added experimental Pelles C WinCE GNU-make file. It doesnt yet work properly.
- Post batch file called from core non-GNU make files was renamed, please update your system if youre using them: exit_err.bat -> hbmkpost.bat
- Added experimental MSVC WinCE GNU-make file.
- Added Darwin autodetection to non-GNU .sh make files.
- Changed GNU-make name of MinGW WinCE compiler (HB_COMPILER) from cemgw to mingwce. Please update your system, if youve been using this directly (and not via make_*ce.sh scripts).
- Memory statistics module now turned off by default for optimal performance. It can be turned on by setting HB_FM_STATISTICS macro.
- Added HB_LEGACY_LEVEL macro to control inclusion of certain deprecated Harbour elements. This macro is enabled by default, and will be disabled (and legacy parts probably removed) in Harbour 1.1. You can disable it now manually by #defining HB_LEGACY_LEVEL_OFF, in order to check what elements needs to be changed, and if they were properly and fully changed in your local code.
- HB_DBG_*() internal functions moved to the internal function namespace __DBG*(). Some of these potentially used by 3rd party packages are still accessible under the old name, when HB_LEGACY_LEVEL is #defined.
- Removed old __VM*() macros which were aliased to __DBG*() functions.
- Macro name change __EXPORT__ -> HB_DYNLIB This shouldnt normally affect users, but if you happen to use it, please update it.
Some internal macro names changed as follows:
- hbmake and hbdoc tools reduction in size, several fixes, better multiplaform support and lots of code cleanups, especially in hbmake (still a long way to go though).
- Some names deprecated and replaced with new onesMarked hb_fileNameConv() as HB_LEGACY_LEVEL. 3rd party and app developers should switch to hb_fsNameConv().
- GTI_*, GFX_* macros marked as HB_LEGACY_LEVEL. Please use HB_GTI_*, HB_GFX_* equivalents.
- Fixed potential buffer overrun in hb_fsTempName(). This got introduced shortly before 1.0.0.
- Debugger: Strip function name from module name used to initialize global and file wide variables. It fixes presenting file wide static variables in debugger.
- Removed hb_hInstance, hb_hPrevInstance, s_iCmdShow, s_WinMainParam old undocumented public variables. 3rd parties should use official hb_winmainArgGet() API to get these values. This feature is also HB_LEGACY_LEVEL dependent, therefore it will be finalized in 1.1, until then, old symbols will still work.
- Fixed _FIELD indirectly used as alias to generate the right RTE: ? ("_FIELD")->NAME, or: M->var := "_FIELD"; ? ("&var")->NAME
- Fixed OS() to detect Vista/Windows 2008. This bug got introduced in 1.0.0rc2.
- Fixed OS() string when run on Windows XP 64-bit Edition.
- Changed HB_COMPILER() to always show 32/64-bit in the returned string.
- Fixed GPFs and leaks when using Harbour compiler -w3 switch.
- Bad workaround added for Pelles C 5.00.1 in AMD64 mode to compile the Harbour inet subsystem. It wont properly work, but it lets build the rest of Harbour (like hbrun.exe).
- PCRE lib upgraded to 7.8 (from 7.7)
- Fixed dbInfo( DBI_POSITIONED ) returned value.
- Fixed internal error in dirty index reading.
- Fixed return value of HB_INETGETSNDBUFSIZE().
- Fixed GPF when user sort code block reduces the size of sorted array.
- Fixed typo in hash cloning code which caused that references was copied to cloned array. Thanks to Mindaugas for example.
- Added missing MESSAGE TO to hbclass.ch.
- hbmzip potential GPF fixed in executable type detection.
- General code style fixes in certain contribs.
- Harbour -km switch enabled for contribs.
- hbmysql SQLFETCHR() function updated to allow fetching binary (BLOB) fields.
- hbclipsm GAUGE*() function fixes.
- gtalleg fixed to compile under several non-*nix platforms (still needs more work).
- xhb: HB_ARRAYBLOCK() compatibility function added.
- hbnf FT_GETE() function bad leak fixed on Win32 systems, and potential GPF on all systems.
- hbwhat32 removed wintypes.ch header. Header with the same name and identical content can be found in xhb contrib.
- hbct VOLUME() buffer overrun fixed.
- hbole GPF fixed. This bug got introduced in 1.0.0rc2.
- hbole, hbw32 64-bit fix for MESSAGEBOX() functions. It now allows for both pointer and numeric types to be passed as a window handle.
- hbwhat32 fixed to not define WinMain() and also not to collide with certain Harbour public symbols.
- hbw32 unnecessary memory allocation hacks removed from OLE support.
- Using ANSI C comments more consistently in contribs.
- hbct / atnum.c changed to workaround a compiler bug in Pelles C 5.00.1 in AMD64 mode.
- hbole modified to generate RTE when OLE object cannot be found, to be in sync with hbw32 OLE implementation.
- hbbtree fixed scope problem in class, causing an RTE. Added build batch files for its tests.
- Remaining code (hbwhat32, hbnf) fixed to always use Harbour C API, instead of legacy Clipper C API (*.api, clipdefs.h and extend.h).
- hbsqlit2 lib was moved to examples and sqlite2 sources removed. Please use hbsqlit3 instead.
- hbziparch heavy rework/refactor/reduce/fixing effort, what resulted in hbziparc, which implements the same old ZipArchive interface with similar functionality (except progress codeblock callbacks unzip functions and .zip spanning feature), now rewritten in Harbour. If you need to use this API, please change hbziparch to hbziparc and link in hbmzip library, too. In contrary to old implementation, this new one is completely portable and fixes some potential leaks and GPFs. This code could use some more testing, be aware.
- hbbmcdx fixed internal error in dirty index reading.
- hbcurl added support for libcurl 7.19.0 features.
- hbhpdf added support for libharu 2.1.0.
- Fixed so that contrib source files cannot collide with each other when building them using the non-GNU make system.
- Former hbwhat32 lib added to the default contrib list under the name of hbwhat, compilation was fully cleaned and fixed to support Win64 platform. INTERNETREADFILE(), INTERNETWRITEFILE() functions were fixed. what32.ch renamed to hbwhat.ch.
- hbhpdf fixed HPDF_ADDPAGELABEL().
- hbw32 got a new COM port handling class and API.
- gtwvg got some enhancements and 64-bit compatibility fixes. A critical 1.0.0 bug was also fixed, which could cause dialogs to not appear.
- hbfimage fixed to compile with Watcom compilers.
Dont Fall Over the Edge 1.0.1
Dont Fall Over the Edge - A simple 3D game prototype created using Unity more>> <<less

Filter Factory Gallery H for Mac -
Filter Factory Gallery H is a pack of free filters for Photoshop. more>> Filter Factory Gallery H is a pack of 20 free filters for Photoshop and allows you to apply all manner of effects and finishes.
To install it, youll need the plugin compiler for Photoshop and Premiere called Plugin Commander.
These following are the filters in this pack:
Filter 1-Alias Blur
Filter 2-Edge Saturate
Filter 3-GridMed
Filter 4-GridMin
Filter 5-Lattice
Filter 6-Melting Pot
Filter 7-Moon Phase
Filter 8-NoisyRGB
Filter 9-Quick Sepia
Filter 10-Reverb
Filter 11-RGB Offset
Filter 12-Stigmatism
Filter 13-Sun Raze<<less
Geokit 1.4.0
An open source Ruby gem and Rails plugin for easier map-based applications more>> An open source Ruby gem and Rails plugin for easier map-based applications
Geokit makes it easy to build location-based apps. Geokit provides geocoding, location finders, and distance calculation in an easy-to-use API.
If you have any tables with latitude/longitude columns in your database, or if you every wanted to easily query for "all the stores within a 50 mile radius," then Geokit is for you.
Geokit consists of a Rails plugin (geokit-rails) and a Gem (geokit-gem). You will be able to use the gem separately. The plugin requires the gem.
Main features:
- Distance calculations between two points on the earth. Calculate the distance in miles or KM, with all the trigonometry abstracted away by Geokit.
- ActiveRecord distance-based finders. For example, you can find all the points in your database within a 50-mile radius.
- Geocoding from multiple providers. It currently supports Google, Yahoo, Geocoder.us, Genames, and Geocoder.ca geocoders, and it provides a uniform response structure from all of them. It also provides a fail-over mechanism, in case your input fails to geocode in one service.
- IP-based location lookup utilizing hostip.info. Provide an IP address, and get city name and latitude/longitude in return.
- A before_filter helper to geocode the users location based on IP address, and retain the location in a cookie.
Enhancements
- Added country code/viewport biasing to GoogleGeocoder. Added Bounds#to_span method
- Added suggested_bounds (Geokit:Bounds) property to GeoLoc. (Google geocoder only)
- Added LatLng#reverse_geocode convenience method (thanks Tisho Georgiev for all three)
License:Freeware
Quick Locale Switcher for Thunderbird 1.6.10
This extension allows you to quickly switch to a different language (User Interface, Spell Checker and/or Website content) in your Mozilla application. more>>
Major Features:
- Handy tool for all people involved with multilingual usage of Mozilla applications.
- Switches the Mozilla User Interface language
- Switches the accept_language preference, so complete websites will be translated.
- Switches the Spell Checker Dictionary preference.
- Remembers the dictionary and content locale for each site and automatically switches when you load that site. It also tries to detect the language of sites itself, and if found automatically switches to that language. In Thunderbird the automatic switching is based on e-mail addresses.
- Auto restarts the application in versions 1.4+
- Includes country flag icons for 'all' countries by famfamfam.com.
- Displays the flag of the currently selected locale on your statusbar.
- Add 3 of your own custom defined locales.
- Select from a list of ~200 locales which locales should be visible in the menu.
- Select which settings you want to switch.
- Available for Firefox 1.0 - 3.0, Thunderbird 1.0 - 2.0, NVU 1.0, Mozilla Suite 1.7, Seamonkey, Sunbird, Flock and Netscape
- Available in: en-US, nl-NL, fr-FR, it-IT, de-DE, es-ES, tr-TR, ko-KR, pl-PL, cs-CZ, bg-BG, pt-PT, sl-SI, zh-CN, sk-SK, ru-RU, fy-NL, zh-TW, pt-BR, da-DK, lt-LT, ja-JP-mac, gl-ES, sq-AL, he-IL, en-GB, fa-IR, km-KH, uk-UA, hr-HR, be-BY, ro-RO, es-AR, hu-HU, nb-NO, fi-FI, ca-AD, ar, ml-IN, wa-BE, is-IS, mk-MK
Enhancements: July 1, 2009
- Change locales for upper/lower Sorbian to hsb-DE and dsb-DE.
- Added eo-EO, dsb-DE and hsb-DE translations.
- Tested on Firefox 3.5 final.
Requirements:
- Thunderbird 1.0 or later

Fuel Economy Calculator 1.0.1
Fuel Economy Calculator is created as a simple yet useful cursors tool. more>> Fuel Economy Calculator 1.0.1 is created as a simple yet useful cursors tool. It is essentially a mileage calculator with conversion among L / 100 km (litres per hundred kilometres) and miles per gallon (U.S. and Imperial). You can enter amounts in any combination of metric and non-metric units, and there is also some basic currency conversion, along with a logging function.
Enhancements:
- Calculator automatically quits after closing the main window.
- Extended all unit prices to display 3 digits after the decimal point, based on early user feedback.
- Changes to log entry names saved.
- Window position and log drawer width now preserved between runs.
Requirements: Mac OS X 10.4 or later (and possibly earlier).
3athlete 1.0
3athlete - A nice tool for storing your workout data with a document based interface more>>
With this app you can create different kinds of training categories in which you store your exercises. Myself I use a Polar heart rate monitor, and for each exercise you can store: date, duration (time), length (km), average speed, average heart rate, max heart rate, calories and notes.
Document formats:
Thanks to the great technology of Cocoa core data this application offers to kind of format:
Binary format
Creates a regular data file with the extension: "tri". Use this format for regular use, while its the fastest.
XML Format
If you want to export your records to an open format you can save a copy to this format. The file will have the extension "tri_xml", and if you drop it on an text editor you can then read the content.

BikeBlog 1.1
BikeBlog offers a solution for recording and sharing your biking adventures. more>>
Enhancements:
- The entries table is now sortable, and this order also sets order in published file.
- Added extra option to application preferences to warn before over-writing files.
- Added extra option to application preferences to not write stat info if value is 0 (ie: Max speed=0, dont print anything).
- Explicitly set ISO Latin-1 in the HTML file, and encode high-characters with & equivalents (http://www.cs.tut.fi/~jkorpela/HTML3.2/latin1.html). (Lolof S.)
- Units (miles, KM) are based on user settings in International system pref.
- Number formatting (thousands and decimal separators) obeys user settings in International system pref
- Added toolbar icon for "Edit Entry"
- Made doc settings into a sheet, not a drawer, so they work better with smaller screens
- Fixed bug where routes that are left with no name behave badly when publish/preview is selected. Blank names revert back to a unique "New Route" name.
- Fixed bug where deleting a route that is assigned to one or more entries would leave that route name in that entry.
- Fixed bug where when adding a new route, that route is assigned to the first entry in the document.
- Fixed bug that allowed more than one route to have the same name.
- Fixed bug where changes in one open document would make other open documents think they had been updated as well.
Requirements:
- Mac OS X 10.3.4 or later.
- Page: 1 of 2
- 1
- 2