jpdfviewer 5.00
GPSUtility 5.00
GPSUtility is a tool showing GPS data such as speed, bearing, position and satellite information. more>>
GPSUtility 5.00 is a tool showing GPS data such as speed, bearing, position and satellite information.
3VOOR12 luisterpaal 1.0
3VOOR12 luisterpaal - With this widget you can listen new album releases more>> My CalStep is more than just calorie tracking software, it also tracks your steps. While there are many ways to exercise, My CalStep focuses on walking. Walking is an easy way to ignite your activity level. Save money and lose weight by doing something that you can do for free, that you probably already do - walking. A good target amount of steps for an active lifestyle is 10,000, but with this step and calorie tracker, you set the goal, then be encouraged or motivated by your results. You enter your goal and daily totals of both calories and steps into My CalStep, and then you can clearly see where youre succeeding and when you need to pick up the pace... or put down the cookie.
This step and calorie tracking program is designed to work in conjunction with a pedometer. A pedometer is a small, inexpensive device that clips to your side (belt or pants) and tracks your steps throughout your day. If you dont already own a pedometer you can purchase one at most general department stores for under $5.00. By wearing a pedometer throughout the day, youll be able to track how many steps youve taken. Once you get to your computer, simply enter the number of steps youve taken into My CalStep.
You can either choose to add steps as you go, or enter the total number at the end for your day. My CalStep will keep track of the days total number of steps. For example; if you take 5,000 steps, then enter 5,000 into My CalStep and reset your pedometer and take 4,000 more steps, then add those, My CalStep will only track that you have taken 9,000 steps (not that you took 5,000 then 4,000 more).<<less
iPhoto Backup Scheduler 1.0
iPhoto backup scheduler - Schedule your iPhoto backup operations with this automator action more>> iPhoto backup scheduler - Schedule your iPhoto backup operations with this automator action
iPhoto backup scheduler is an Automator action that lets you schedule the backup operations for your iPhoto folder.
How to use
Open action "iPhoto backup scheduler" with Automator
Set your iPhoto Library folder as source and choose a target location for the backup
Archive > Save as Plugin > iCal alarm (then iCal will open automatically)
Make your own reminder schedule (for instance daily at 5.00 a.m.)
Your system now copies your photos at the specific time you planned the reminder.
System requirements:
- Automator
- iCal

iPhone Scenics Wallpapers Widget 1.0
iPhone Scenics Wallpapers Widget is a useful tool which has scenic iPhone wallpapers including sunsets, surf, ocean life, lighthouses, and more. more>>
iPhone Scenics Wallpapers Widget 1.0 is a useful tool which has scenic iPhone wallpapers including sunsets, surf, ocean life, lighthouses, and more. You can also purchase sets of 12 images for $5.00. Sets also include Utah, Yellowstone, Grand Canyon, Waterfalls. New sets and free wallpapers added every week! Subscribe to the free feed in iPhoto.
- Mac OS X 10.4 or later.
FrightLights Screensaver 1.1.1
FrightLights Screensaver - Spooky Halloween character lights more>>
You can choose the blink time, blink random, or to have your lights burn steady.
Main features:
- Choose Bulb Size.
- Choose Number of Lights.
- Vary the Blink Speed.
- Individual Random Light Blink.
- Steady Burn.
- Choose to Frame Screen.
- Choose to Scatter Lights Across Screen.
You may use FrightLights for FREE, but if register for $5.00, you get these additional features:
- Four Additional Bulb Designs.
- Choose to Display Text Message.
- View Desktop.
- Change Background Color.
- Import Background Picture.
- MP3 or AIFF Sound/Music Playback.
- Falling Leaves, or Rain, or Blood Rain.
Enhancements:
- Fixed bug that was causing screen artifacts on certain systems.
NightLights Screensaver 3.1
NightLights Screensaver - Blinking lights screensaver more>>
You may use NightLights for FREE, but if register for $5.00, you get three more bulb colors, "Desktop Mode", and "Text Message" options.
Enhancements:
- Compiled as a Universal Binary to add native support for Intel based Macs.
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.
Hotmail + Messenger (2in1) 0.1
A great Dashboard widget that provides acees to your Hotmail account and to MSN Messenger in the same time more>> A collection of 40 colorful icons with a wide variety of designs and more. Some of the icons have special effects when you click on them. These are 8 bit icons produced using ResEdit 2.1.3.You can use these icons on Mac OS 7.5 or later.There are 5 sample icons that you can try out. If you are interested in purchasing the whole icon set which contains all 40 icons, you can send a shareware fee of $5.00, check or money order to the address below. Once I receive your payment, I will send you a .sit file of the icon set via e-mail, so enclosed with your payment send me your e-mail address.Martin Valdes1161 Glenview Dr.San Bruno, CA 94066-2725If you have any questions you can send me an e-mail at:<<less
OpenLink Lite Edition ODBC Driver for Virtuoso 5.x 5.00.3020
OpenLink Lite Edition ODBC Driver for Virtuoso can be a really useful tool which provides you with transparent access to remote databases from any ODBC-compliant application. more>>
OpenLink Lite Edition ODBC Driver for Virtuoso 5.x 5.00.3020 can be a really useful tool which provides you with transparent access to remote databases from any ODBC-compliant application. Desktop Productivity Tools (i.e., Spreadsheets, Word Processors, Presentation Packages, Desktop Databases, Personal Organizers, etc.), Client-Server Application Development Environments, Web-based Database Publishing Tools, and Computer Telephony Integration packages, are just a few of the many products that can take advantage of this standards compliance.
Major Features:
- Blistering Performance
- ODBC v1.0 through v3.5 Compliance
- ODBC Core, Level 1, Level 2, and Extensions support
- Scrollable Cursor Support
Requirements:
- Mac OS X 10.3.9 or greater
- PPC or Intel iODBC Frameworks (included) ODBC compliant client application target Virtuoso instance

Weekly Comic List Widget 2.0
Weekly Comic List Widget is considered as a highly-efficient, high-quality widget which displays a list of the products shipping for the current week from Diamond Comic Distributors, the same people who publish the monthly Previews catalog that is used by over 90,000 consumers and retailers to order their comics and related merchandise. more>>
Weekly Comic List Widget 2.0 is considered as a highly-efficient, high-quality widget which displays a list of the products shipping for the current week from Diamond Comic Distributors, the same people who publish the monthly Previews catalog that is used by over 90,000 consumers and retailers to order their comics and related merchandise.
Every Monday the list is published for products that are expected to ship to comic book and specialty stores. The list is tentative and subject to change. The list is updated every Monday by 5:00 p.m. Eastern Time, unless there is a holiday then its usually the next day by the same time.
Enhancements:
- Added a "This Week" and "Next Week" button to the top of the widget.
- New icon
- Increased the size of the widget
Requirements: Mac OS X 10.4 or later.
Print to PrintFu Automator Action 1.0
Print to PrintFu Automator Action is a future-rich and trustworthy program which helps you to automatically send large PDFs directly to PrintFus online printing service. PrintFus online printing service, takes large PDFs then prints, binds and ships them to your door. Prices starting at $5.00, ships the same day. more>> <<less
- Page: 1 of 1
- 1