dec
Mac Dec Bin Hex Calculator 0.1
Mac Dec Bin Hex Calculator - Decimal/binary/hex converter more>>
Completly freeware.
Python-PBX-Specifications Dec
Python-PBX-Specifications Dec is designed as a useful code tool which includes Python language specifications and features that are far more complete than the Python-PBX-Specifications. more>>
Python-PBX-Specifications Dec is designed as a useful code tool which includes Python language specifications and features that are far more complete than the Python-PBX-Specifications.
Provides specifications files that add syntx highlighting to Python files opened in the December Developer Tools 2002 version of Project Builder. Also allows external editors-- including emacs-- to be used to edit Python (just like external editors can be used for all other file types now).
Instructions in README.
Requirements: December Developer Tools 2002 release of Project Builder
Epochsy 1.0
Epochsy - Convert RA/Dec coordinates between epochs more>>
Epochsy is Freeware. Use it at your own risk. If you would like to support my astronomy obsess..., er hobby, and feel this application has some value to you, I always gratefully accept donations.
TopVideoRecipes 0.1
See how recipes come to life right from your dashboard. more>> Yummy FTP is an FTP and SFTP client application for the Apple Macintosh, built as native Mac OS X software from the ground up, with the goal of providing a reliable, powerful, yet easy to use file transfer utility.
Since it is release, Yummy FTP has gained a reputation for being the fastest, most reliable, and most flexible FTP client available. Here is why:
Reliability: The unique connection manager monitors for busy servers or dropped/stalled connections and will re-connect and resume transfers from where they left off. Firewalls are traversed with ease, due to the automatic FTP mode detection system. Misbehaving servers are pandered to in order to get the job done. Other apps simply display an error message.
Flexibility: Yummy FTP takes all the best standard features available in other solutions, makes them better, then adds a bunch of its own uniquely powerful features, resulting in a highly focused and productive feature set. You won`t find any bloat here. It is also compatible with a wide range of servers from the FTP server built into Mac OS X, to Windows, Unix, and even XBox and Dec VMS servers, which fits nicely with its ability to customize settings on a per-server basis.
It is Fast: And it is efficient too, using minimal CPU resources at all times. To demonstrate, we tested Yummy FTP against three major competitors: Fetch, Transmit and Interarchy. Two tests were performed, measuring time to completion and average CPU usage:
Test A - drag and drop upload 395 files, sizes from 15Mb to 18bytes, 75Mb in total
Test B - drag and drop upload 5 folders containing copies of the same files in test A<<less
IMAPCheck 1.1
IMAPCheck changes the way Mail checks for new email on IMAP accounts more>>
This bundle changes the way Mail checks for new email on IMAP accounts by forcing it to do a full sync every time. Note that this could increase the amount of traffic going between you and your IMAP server significantly.
A known limitation of IMAPCheck is that it still does not enable rules support on IMAP accounts. This bundle WILL allow Mail.app to see the new email, but it still doesnt process rules in those folders. I looked briefly into enabling rules on these folders, but it seems to be something built directly into POP Account support. I do think it would be possible to write a bundle to fix rules processing, but it would require more development and testing time than I have to dedicate to it.
IMPORTANT NOTE!!!
This bundle changes the behavior of some of the code within Mail.app. While I am not doing anything very complicated or dangerous, there is always a risk associated with modifying another application at runtime. Consider yourself warned that this could potentially crash Mail.app, destroy data, burn your house down, cause your significant other to leave you, and other nefarious outcomes. Ok, maybe not all of that, but do proceed with caution, and (as always) BACKUP! You DO backup regularly, dont you?
COMPATIBILITY:
This was written and tested against Apples Mail.app version 2.1.1 on 10.4.8 with all the latest updates as of Dec 10, 2006. I have tested it and seen it working on two generations of MacBook Pros and on a PPC Mac Mini.
It is a universal application and should work on other versions of OS X, however the farther away you get from version 2.1.1 of Mail.app, the more likely you are to see crashes and/or other issues.
I highly recommend updating if you would like to use this bundle.
viriHTMLCoder 1.4.2
viriHTMLCoder converts plain text into decimal coded text to be used in html pages more>>
This is quite useful to hide your email address which is normally written as "normal" text and therefore can be easily identified in the source code of your html page.
The conversion works in both ways. Just use copy & paste to simplify your life 8-)) This version of viriHTMLCoder is freeware. You use it at your own risk.
Enhancements:
- Fixed minor bugs
- 1st universal binary release
NOTE: This is the first universal binary release. However, I do not own an Intel Mac yet and therefore I cant test it. In case you find any problem on a Intel Mac please let me know. Thanks Version 1.4.1 - Fixed a minor bug in the error checking routine - used PackageMaker for application distribution Version 1.4 New Features - improved support for 16bit unicode characters - improved error handling - replaced single text line with multi line text - minor bug fixes Version 1.3 New features: - added hex coding - added mixed hex and dec coding - adder error/format checking during HTML to text conversion - added limit of 65535 = 4 Byte Unicode as character code Version 1.2 First public release.
PDP-8/E Simulator 1.5
PDP-8/E Simulator - DEC PDP-8/E minicomputer simulator more>>
It has a console with switches and flashing lights enabling the user to operate the PDP-8 like a hardware machine. Maybe the simulator is of interest for a larger audience using it for educational purposes or as a remembrance to the good old time of the computer age.
The simulator and its source code are published under the GNU General Public License.
Enhancements:
- The version 1.5 release includes a TSC8-75 board that enables the emulated PDP-8/E to run the ETOS time sharing operating system.
- Compared to the version 1.5 public beta, there are only minor user interface and Panther compatibility improvements.
68quad 1.1
68quad is an advanced and innovative project aiming to create an Open Source definition of a high performance Microprocessor Architecture. more>>
68quad 1.1 is an advanced and innovative project aiming to create an Open Source definition of a high performance Microprocessor Architecture. The 68k architecture created by Motorola was the most ambitious design of 1981. But the latest version was the 68060 (a superscalar pipelined 32 bit processor with up to 110MIPs) introduced about 1992. Then, Motorola apparently stopped development of this product line in favour of the IBM/Apple/Motorola PowerPC architecture.
In the 80's, software in the Macintosh and UNIX enviroment was primarily available for the 68k architecture but since then most of these systems were ported to RISC architectures. Therefore, the 68k architecture is be the best candidate for revival in an Open Source project, as it is well known, general purpose but currently not continued.
In the last years, other silicon vendors (Intel Merced, HP PA, MIPS, DEC alpha, ...) have extended their architecures to 64 bit to extend the directly (and therefore fast) addressable memory range and integer processing power especially for server applications. As the 68k floating point architecture already defines 64 bit (double) and 80 bit (extended) precision, the 68quad is targeted to have 64 bit and 80 bit integer operands as well to make the architecture more homogenous.
Major Features:
- Define a 64 bit (or 80 bit) upwards compatible API for the 68k architecture
- Extend the Mac06 (http://www.dsitri.de/projects/mac06/mac06.html) assembler and C compiler to create 68quad code
- Write a simulator demonstrating the pipeline architecture
- Provide enough information for independent silicon designers to create 68quad compatible chips
- Port Linux/m68k to 68quad
Update Modified Date 1.0
Update Modified Date is a powerful, perfect and popular website tool. more>>
Update Modified Date 1.0 is a powerful, perfect and popular website tool. The problem: someone had web pages hosted on a server that did not support Apache's Wednesday, 31-Dec-1969 16:00:00 PST syntax or IIS's syntax to include the date that a given file was last modified.
The solution: An AppleScript droplet that uses BBEdit's "replace" command to insert the file's modified date between two comment tags of the form .
M-Audio Fast Track USB 1.7.1.1
Provides the latest audio driver for the M-Audio Fast Track USB device more>> Provides the latest audio driver for the M-Audio Fast Track USB device
M-Audio Fast Track USB is a driver installer package that will provide you with the latest audio drivers for the M-Audio Fast Track USB.
NOTE: Once you have completed installation, connect the device to a USB port on your computer. The use of USB hubs is not recommended when using M-Audio devices.
System requirements:
- M-Audio Fast Track USB device
Enhancements
- Updated release for Mac OS X 10.4.11 and Leopard 10.5.1.
- Installer will work for both PowerPC and Mac Intel systems.
- June 19, 2008 - This driver has been qualified to work with PTMP 7.4.2
- Added: Dec 17, 2008 - This driver has been qualified to work with PTMP 8 on 10.5.5 with Intel and PPC
MacTidy 1.0b14
Tidy for Mac OS checks and corrects HTML and XML to make it compliant with the Worldwide Web Consortium (W3C) HTML standards. more>>
Tidy for Mac OS checks and corrects HTML and XML to make it compliant with the Worldwide Web Consortium (W3C) HTML standards.
Enhancements:
- Updated the base "tidy" source code to the latest version available (01 Dec 02) for "classic" Tidy (future versions of MacTidy will use a new base "tidy" source code, called TidyLib). This version of the base "tidy" source code fixes many bugs, and adds many new features since the previous release - too many to list here.
- Output actual tab chars rather than spaces, to be compatible with versions of Tidy on other platforms.
- Add support for the Character Encoding popup menu.
- Add support for a separate dialog for additional configuration options specified on the command line.
- Add support for input files with no filetype/creator.
- Dim/undim the controls on the main dialog when a second dialog/Alert is being displayed/dismissed.
- Changed initialization code to support checking for 68000 based machines when compiled as 68020 code.
- Balloon Help updated for the new dialog layout. Improvements to the dialog layout for Mac OS X Aqua GUI.
- "Read Me First" documentation rewritten and delivered as a PDF document.
ZiskoCalc 1.6.1
ZiskoCalc is a small Desktop-Toolkit that lets you convert values from many number-systems into others like hex, oct, bin, dec more>> ZiskoCalc is a small Desktop-Toolkit that lets you convert values from many number-systems into others like hex, oct, bin, dec. Quick converting of full IP Addresses into different number Systems, CPU Benchmarking, get you System Up-Time and some other Statistics. Some often used Tables for ASCII and ANSI Codes are included, too. The included Subnet Calculator Module does Subnet calculating for Class B and C Subnets and lets you generate Subnet- and Host-Lists, either as Tables on screen or export them as ASCII-Text file for further processing. ZiskoCalc is freeware and comes with no warranties. Is is availabe for Mac OS X, OS9 and Microsoft Windows Platforms.
MacOS 9.0 or later, CarbonLib.
M-Audio Fast Track Ultra 8R 2.0.13
Provides the latest audio driver for the M-Audio Fast Track Ultra 8R device more>> Provides the latest audio driver for the M-Audio Fast Track Ultra 8R device
M-Audio Fast Track Ultra 8R is a driver installer package that will provide you with the latest audio drivers for the M-Audio Fast Track Ultra 8R.
NOTE: Once you have completed installation, connect the device to a USB port on your computer. The use of USB hubs is not recommended when using M-Audio devices.
System requirements:
- M-Audio Fast Track Ultra 8R device
Enhancements
- Added: June 19, 2008 - This driver has been qualified to work with PTMP 7.4.2
- Added: Dec 17, 2008 - This driver has been qualified to work with PTMP 8 on 10.5.5 with Intel and PPC
ImageBrowser 0.95
ImageBrowser is a freeware which lets users browse images contained in a user selectable directory more>>
ImageBrowser 0.95 is a freeware which lets users browse images contained in a user selectable directory. Once a directory is selected, thumbnails will be constructed.
The user can then view (user) scaled versions of each image by
- Clicking on a thumbnail.
- Repeatly clicking on the Next button.
- Clicking on the Slide Show Button.
Enhancements:
- Dec 26,2007 This version adds support for viewing comic format archives, creating PDF books from images, side by side image viewing and more.
Requirements:
- Universal Binary for Tiger and Leopard are supplied only tested ( briefly ) on Tiger and Leopard.
Proteus 4.15 Beta
Proteus is its multi-protocol support all within a single application. With Proteus you can log into all your IM accounts easy more>>
With a beautiful and intuitive Mac OS X interface, Proteus makes chatting with your friends and family a no-brainer. It has all the things you need, including a simple drawer to group all your conversations and remove the clutter from your desktop. Proteus just feels like it is a part of your Mac.
Proteus Extras make customizing Proteus to your tastes a breeze. Message views, sound packs, and emoticons are among the many extras Proteus has to make you feel right at home and in control.
Proteus supports file transfers for MSN, Yahoo, AIM, and Jabber. We are constantly working to make file transfers that much better in future versions.
Proteus works seamlessly with Mac OS X by integrating Address Book, Cocoa and WebKit technologies, resulting in a powerful application that feels right at home on your Mac. By using Address Book, Proteus lets you easily display real-names instead of usernames in your contact list. As for Webkit, we are able to provide customized chat views that fit every personality.
And because we use Cocoa, we support all the niceties that it gives us for free, like customizable toolbars, spell checking, integration with system services, drag and drop (file transfers, text clipping) - all the stuff that makes the Mac experience legendary.
We even support UNIX technologies thanks to Mac OS Xs BSD heritage, such as running shell scripts when someone messages you or displaying rich LaTeX equations!
Enhancements:
- Freeware from Dec 2006
- Page: 1 of 2
- 1
- 2