2.6.2
MO5 2.6.2
MO5 - Thomson MO5 emulator more>>
MO5 is a Thomson MO5 emulator for Mac OS X.
Main features:
- AZERTY keyboard layout.
- Light Pen Emulation.
Enhancements:
- Fixed a nasty crash that could occur when using high requirement blitters (HQ4x/etc) on slower multiprocessor machines.
- Added a hidden preferences option to disable the information placards (Emulator Reset, etc). To change this, open the preferences plist file in a text editor.
- Added proper code interface for getting the mouse position on display. Nestopia uses this for Zapper support, and TEO/Thom use it replacing a horrible hack used previously.
- Resolved assertion failure, ce_file.c, line 379, when saving a saved state with the same name as an existing file.
REBOL 2.6.2
REBOL enables server-managed client-side computing more>>
REBOL comes with several common Internet protocols built-in. No includes, imports, or special libraries are needed. Protocols include HTTP, FTP, SMTP, POP, APOP, IMAP, NNTP, Finger, Daytime and more. You can also roll your own with our TCP and UDP support.
In addition to the datatypes found in most languages, REBOL can also express money, times, dates, words, tags, logic, lists, hashes, tuples, XY pairs, and many other datatypes. These are built-in. No other REBOL modules or libraries are required. This eliminates the "run anywhere but you dont have everything you need" syndrome and provides a high level of consistency between all platforms.
Doctors express their ideas in medical terms, stockbrokers in trade terms, and quarterbacks in football terms. Why? Because its more efficient and productive. Thats the benefit of dialecting. Dialecting is the ability to create sub-languages that provide you with extra leverage and productivity by expressing your solutions in terms that are best suited to your purpose. As an example, check out REBOL/Views Visual Interface Dialect.
REBOL is intended to be read by ordinary humans. The language is consistent and free from unnecessary punctuation. Datatypes such as dates, times, money, URLS, email, TCP addresses, are written exactly how you would expect. No special "constructor" syntax is required.
You can compress and decompress text and binary files directly from the language, providing you greater efficiency in data transfer.
Main features:
- Advanced dialected programming language
- Very small size
- No installation required
- 10+ Internet protocols
- 100s of built-in functions and datatypes
- 1000s of practical applications, including CGI
- Free for personal, commercial, and educational uses.
PeekIt 2.6.2
PeekIt is a professional tool with a suite of advanced features targeted at browsing any file on your system, and making small hex-level changes. more>>
PeekIt 2.6.2 is a professional tool with a suite of advanced features targeted at browsing any file on your system, and making small hex-level changes. Very very handy for verifying the contents of files you are writing out from your own applications without doing extra work yourself.
Also handy for snooping around in other people's files for ideas. You can also modify your hit points in Balders Gate, but anyway... Note: Most of the source code is included with the application, select "View PeekIt Source" from the Window menu.
Requirements: Mac (all)
FreePPP 2.6.2
Access the internet via an easy-to-use PPP dial-up software. more>>
Like any good PPP client, FreePPPallows your Internet applications to open connections, lets you select how muchidle time occurs on a line before disconnection, and can be configured to checkthe state of a line automatically when connected. It even comes with a controlstrip module for quick and easy access. MacOS 8 compatible.
Notabene 2.6.2
Notabene is a small and fast notepad-like application for managing informations and long text. All features are accessible in the toolbar. It doesnt write documents or preferences to the harddisk more>>
All features are accessible in the toolbar. It doesnt write documents or preferences to the harddisk.
The information is saved within the application and its size is subject to change.

Pantry 1.2.6.2
Pantry is a beneficial and easy to use application with which you can see at a glance how much spaghetti sauce, dog food, or toilet paper you have left. more>>
Pantry 1.2.6.2 is a beneficial and easy to use application with which you can see at a glance how much spaghetti sauce, dog food, or toilet paper you have left. When you run low, the item will automatically appear on your shopping list. Synchronize With Others: Family members see the same list. If you run out of milk while a family member is out, milk will automatically appear on his or her Pantry list. It's as simple as that!
Barcodet 2.6.2
Barcodet brings you a convenient program to help you easily create high-quality bar codes from data stored in your FileMaker Pro databases. more>> <<less
TimeCalc 2.6.2
TimeCalc - Widget to add/subtract time values including SMPTE timecodes more>> <<less
CMake 2.6.2 RC6
Cross-platform, open-source make system more>> Cross-platform, open-source make system
Welcome to CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
With CMake it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.
CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities.
The goals for CMake include the following:
- Develop an open source, cross-platform tool to manage the build process,
- Allow the use of native compilers and systems,
- Simplify the build process,
- Optionally provide a user-interface to manage the build system,
- Create an extensible framework,
- Grow a self-sustaining community of software users and developers.
CMake is designed to support complex directory hierarchies and applications dependent on several libraries. For example, CMake supports projects consisting of multiple toolkits (i.e., libraries), where each toolkit might contain several directories, and the application depends on the toolkits plus additional code. CMake can also handle situations where executables must be built in order to generate code that is then compiled and linked into a final application. Because CMake is open source, and has a simple, extensible design, CMake can be extended as necessary to support new features.
Using CMake is simple. The build process is controlled by creating one or more CMakeLists.txt files in each directory (including subdirectories) that make up a project. Each CMakeLists.txt consists of one or more commands. Each command has the form COMMAND (args...) where COMMAND is the name of the command, and args is a white-space separated list of arguments. CMake provides many pre-defined commands, but if you need to, you can add your own commands. In addition, the advanced user can add other makefile generators for a particular compiler/OS combination. (While Unix and MSVC++ is supported currently, other developers are adding other compiler/OS support.) You may wish to study the examples page to see more details.
Main features:>
- Supports complex, large build environments. CMake has been proven in several large projects.
- Generates native build files (e.g., makefiles on Unix; workspaces/projects on MS Visual C++). Therefore standard tools can be used on any platform/compiler configuration.
- Has powerful commands include the ability to locate include files, libraries, executables; include external CMake files that encapsulate standard functionality; interfaces to testing systems; supports recursive directory traversal with variable inheritance; can run external programs; supports conditional builds; supports regular expression expansion; and so on.
- Supports in-place and out-of-place builds. Multiple compilation trees are possible from a single source tree.
- Can be easily extended to add new features.
- CMake is open source.
- CMake operates with a cache designed to be interfaced with a graphical editor. The cache provides optional interaction to conditionally control the build process.
Enhancements:
- Fix bug: cpack did not work when sym-linked after install
MyPopBarrier 2.6.2
MyPopBarrier is an effective program that makes it possible for the user to remove emails directly from the server. more>>
MyPopBarrier 2.6.2 is an effective program that makes it possible for the user to remove emails directly from the server.
You can also enter words to filter your emails (spam or not). There're a Mac PPC version and a Mac INTEL version, please watch which one you download.
<<lessLive Picture 2.6.2
Live Picture is regarded as a simple to use, yet sophisticated image editing and compositing application, combines photographic quality with real-time performance for unparalleled productivity and creativity. more>>
Live Picture 2.6.2 is regarded as a simple to use, yet sophisticated image editing and compositing application, combines photographic quality with real-time performance for unparalleled productivity and creativity.
Live Picture offers a complete set of design and production tools for blazingly fast compositing, masking, retouching, and color correcting. Fully integrated with other desktop applications like Adobe Photoshop, Illustrator, and QuarkXPress, Live Picture offers a flexible editing environment that delivers the best quality images in the shortest time possible.

Mac HelpMate 2.6.2
Mac HelpMate is an effective tool which can replace a whole bunch of expensive products, including Timbuktu, eCare, and many others... more>>
Mac HelpMate 2.6.2 is an effective tool which can replace a whole bunch of expensive products, including Timbuktu, eCare, and many others...
Mac HelpMate contains powerful diagnostic features, such as the ability to run SMART (S.M.A.R.T) tests, check temperature and hardware sensors, inspected installed packages, repair permissions, clean caches, remove unecessary trash files, ASR multicast server, support for Growl notifications and much much more.
Mac HelpMate remains a free and useful program, but can be enhanced with a Mac HelpMate Professional account subscription that enables zero-configuration screen sharing. Its sister products, also currently included with a subscription are: Mac UserMate (Mac HelpMate with a simplified interface), Win HelpMate to control Windows Computers, and Auto HelpMate which allows a subscriber to initiate a screen sharing session from a web page.
To share or control a Mac there's nothing to install on the client machine outside of Mac HelpMate itself (you can even run it off of the Disk Image) and no admin password is required to initiate sharing or control. An account subscription is needed for the remote control/application and branding to work as well as the email alerts over an alternate SMTP port so that people who have ISPs that block port 25 can still alert you.
Major Features:
- Zero-config screen sharing through firewalls and routers by invitation for unlimited client installations (no port forwarding)
- Mac HelpMate ZIRO (Zero Interaction Roll Out) for one-click screen sharing by emailed link or web site link with no preinstallation required
- Mac HelpMate Widget for one-click screen sharing
- Custom application branding to reinforce your company, school, or consultant support services
- Unlimited installable proactive alterts for kernel panics, S.M.A.R.T, low disk space, Time Machine backup failures and low memory via zero-config email (no SMTP setup or authentication required) to up to five email addresses at a time
- 200 diagnostic, troubleshooting, and performance optimization items all in an application with your company's logo
- AutoShare - all users need do is launch Mac HelpMate - no codes, no website visits, no administrator password required!
- 40% faster than Apple Remote Desktop over the internet - includes built-in viewer with screen scaling
- 128-bit AES encryption - unbreakable security used by the US Military and FBI
- Supports Mac OS X 10.3, 10.4 and 10.5

Math Practice 2.6.2
Math Practice is a program providing you with simple math fact review activities such as facts against a timer, building a number sentence and 11 different math square games more>>
Enhancements:
- Universal binary
Requirements:
- Mac OS X 10.3.9 or later.
Zend Optimizer 2.6.2
The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder while enhancing the running speed of PHP applications more>>
Zend Optimizer 2.6.2 is developed as a useful and smart utility with the ability to run the files encoded by the Zend Encoder while enhancing the running speed of PHP applications.
For enterprise-class performance enhancement with speed-up factors approximately 10 times greater than that of the Zend Optimizer, try the Zend Accelerator, the industry's premiere PHP accelerator. The Zend Accelerator's performance enhancement technology was specifically created to help optimize the responsiveness and processing effeciency of robust, heavily trafficked PHP-based sites.
- Page: 1 of 2
- 1
- 2