chewing input method
Newtons Method 1.0
Newtons Method - Find the real solutions of f(x) = 0 more>>
"Newtons Method" is an application for a PowerPC Macintosh which, using the Newton-Raphson Method, enables you to find the real solutions of f(x) = 0 for a real function f(x). It also acts as a function evaluator to an accuracy of about 15 significant figures. You can enter a wide variety of functions for f(x).
Vi Input Manager 0.3.2
Extends text fields with Vi-like functionality. more>> Extends text fields with Vi-like functionality.
This bundle patches the Cocoa Text System to add a Vi-like command mode. After entering command-mode (typically, by hitting escape in Vi), ordinary Vi commands can be typed and the text field will be updated accordingly.
Essentially, this add Vi command functionality (albeit a small subset) to any (and all) text editors that use the Cocoa text system; e.g., Safari, TeXShop, XCode, etc. Note, however, that this will not work for other applications that do not use the Cocoa system.
All the text windows, will initialize in "input" mode (standard cocoa text input). You invoke the Vi-command window (exit the input mode) by hitting ` (the back-apostrophe key, this is customizable, see installation instructions) and then key in your favorite Vi commands.
For example, move down a line j, move right l, delete two lines d2d, and so on. You enter back into "input" mode by typing the i. You get the idea. Right now, you should be thinking -- "you mean the editor in XCode will behave like Vi?" Answer: Yes.
Enhancements
- Fixes the build-configuration so that this can happen.
- It also includes more detailed instructions for installing in Leopard.
SpaceChewingOSX 1.0
SpaceChewingOSX is an advanced program which satisfies you because Chewing Input Method has been always the best of choices among Taiwan Linux/FreeBSD groups. more>>
SpaceChewingOSX 1.0 is an advanced program which satisfies you because Chewing Input Method has been always the best of choices among Taiwan Linux/FreeBSD groups. It was first implemented in 1999 by lckung and kpchen, ported to Mac OSX by clkao in 2002. Now it's maintained by gugod. Some codes are contributed by zonble.
Requirements:
- You may require at least Mac OS X 10.2.8 to run this input method, earlier platforms are not tested.
Shinyubin H19/7/31
Shinyubin - Matches Japanese ZIP codes to their addresses more>>
If you dont speak Japanese, you probably shouldnt bother. Please see the product info page for installation instructions. If you want to try it out but you cant understand the explanation there, feel free to drop me a line.
Kotoeri is the very useful, standard Japanaese input method for Mac OS X. This dictionary will not work with other input methods like ATOK.
Shinyubin H20/2/29
Shinyubin is released to be an extensive Kotoeri dictionary that matches Japanese ZIP codes to their addresses. more>>
Shinyubin H20/2/29 is released to be an extensive Kotoeri dictionary that matches Japanese ZIP codes to their addresses. That means that if you input, for instance, "2120023," you will get which is exactly the location that that ZIP code defines according to the Japanese Post Office. If you need to input a lot of Japanese addresses, this dictionary could be very helpful to you. Please see the product info page for installation instructions.
What is Kotoeri? Kotoeri is the standard Japanese input method for Mac OS X. This dictionary will not work with other input methods like ATOK.
Requirements: Mac OS X 10.0 or higher
Apple 5500/6500 Video Input Update
The 5500/6500 Video Input Update is a system extension that enhances system stability on Power Macintosh 5500, 6500, and 20th Anniversary Macintosh models when running video-capturing applications more>> The 5500/6500 Video Input Update is a system extension that enhances system stability on Power Macintosh 5500, 6500, and 20th Anniversary Macintosh models when running video-capturing applications.
PowerPC 5500, PowerPC 6500, or 20th Anniversary Macintosh
MultiMedia Input Family 0.8.4
MultiMedia Input Family is a simple to use, yet sophisticated utility which help you use Mac Digital TV / HDTV applications such as iTele more>> <<less
sound.input.app 1.0
sound.input.app - Enforce your preferred sound input device at startup more>>
sound.input.app is a simple AppleScript to enforce your preferred sound input device at startup.
Completly freeware.

Facebook Widget 1.6
Facebook Widget is a product for you to search student information on the facebook.com community. more>>
Enhancements:
- UPDATE: As of mid-2006, this widget is no longer functional due to changes in the methods with which Facebook interacts with outside applications. There are no plans to update the widget in the foreseeable future.
- Fixed a bug in which users would be directed to the cookies setup page even after correctly configuring their cookies.
- Fixed a bug that caused the widget to begin a search with no user input.
Requirements:
- Mac OS X 10.4 or later.
libjpeg 6.0 Beta
Free and open source JPEG library for your Mac more>> Free and open source JPEG library for your Mac
libjpeg contains C software to implement JPEG image compression and decompression. JPEG is a standardized compression method for full-color and gray-scale images.
JPEG is intended for compressing "real-world" scenes; line drawings, cartoons and other non-realistic images are not its strong suit. JPEG is lossy, meaning that the output image is not exactly identical to the input image. Hence you must not use JPEG if you have to have identical output bits.
However, on typical photographic images, very good compression levels can be obtained with no visible change, and remarkably high compression levels are possible if you can tolerate a low-quality image.
ibjpeg implements extended-sequential, progressive compression processes and JPEG baseline. Provision is made for supporting all variants of these processes, although some uncommon parameter settings arent implemented yet.
To install the library, follow these instructions:
- tar zxvf jpegsrc.v6b.tar.gz
- cd jpeg-6b
- cp /usr/share/libtool/config.sub .
- cp /usr/share/libtool/config.guess .
- ./configure --enable-shared --enable-static
- make
- sudo make install
- sudo ranlib /usr/local/lib/libjpeg.a
NunavikInputServer 0.0.3
NunavikInputServer - Romanisation-based UCAS input method more>>
Qwicap 1.4 Beta 25
Free and open source Java web application development API more>> Free and open source Java web application development API
Qwicap is a Java web application development API that discards the traditional hit-run-exit CGI model, provides rich state, and a powerful XML "templating" engine to avoid mixing code and content.
Qwicap builds on Servlet, XHTML and CSS technologies.
Enhancements
- Added the Form.getControlByIndex and Form.getControlByIndexAndName methods,
- for getting information about one control among many that share the same
- name.
- Added the FormDataSet.getActionURL and FormDataSet.setActionURL methods.
- Added the Form.getAction, Form.getActionURL, and Form.getMethod methods.
- Added the Form.getDataSet(IncludeSolitarySubmitControl) method for
- obtaining form data sets that optionally include the data (if any) provided
- by the forms "submit" button, provided that the form has only one "submit"
- button.
- Added the Form.getSubmitControls method to return information about all of
- the "submit" controls in a form.
- Modified the Form.getControlValues method to return values for graphical
- submit buttons ("input" controls of type "image"), when the
- IncludeSubmitControls parameter is true. The values returned for such
- controls are always two zeros ({ "0", "0" }).
- Added two new goodbye methods: Qwicap.goodbye(String MIMEType, byte[] Data)
- and Qwicap.goodbye(Downloadable).
- Changed the "dialog box" pages that appear when a Qwicap application
- crashes, is supplied with obsolete parameters in the absence of a current
- session, etc. such that the "dialog box" will be "80ex" wide, rather than
- "60%" wide. This will give the dialogs a more reasonable appearance in
- very wide browser windows.
- Upgraded the Table library from version 1.0a45 to 1.0a46. The new version,
- by default, prevents tab characters from distorting tables by translating
- each one into as many as four spaces.

Tjatter Client 1.1
Tjatter Client brings an effective online tool designed to help you a lot with your chatting. more>>
Tjatter Client 1.1 brings an effective online tool designed to help you a lot with your chatting. Are you feeling a bit paranoid and don't want your chats to neither go through a third party server nor have your conversations stored by strangers? Then Tjatter is the application for you.
You start the server application on a computer of your choice and that's it, it's up and running without any needed configuration. After that you just input the server computers IP adress (or domain name) and choose a username and you are chatting with your friends, it's that easy!
It uses a light encryption method so that the messages sent to and from the server won't be in plain text. Mind you, the encryption is indeed a light one, so it won't hold for industry strength decryption software, but it will keep your conversation safe from your regular eavesdropping enthusiast. Tjatter Client is to be used together with Tjatter Server.
SwitchToUS 0.1
SwitchToUS is an auto input method switcher more>>
SwitchToUS switches input methods to Roman one like U.S. when specified applications become active.
Some people who especially use multi-byte inputmethods want to use only Roman input methods (keyboards) like U.S on some applications like Terminal.app.
You do not need to change inputmethods by yourself anymore.
Wincent Strings Utility 1.1
Wincent Strings Utility - Merge localizable strings files, infoplist processing more>>
In its second mode of operation it can be used to preprocessed localized InfoPlist.strings files by scanning them for Info.plist keys and performing substitutions of values such as copyright year and version number.
Enhancements:
- User-visible changes:
- Released under the GPL (with Omnis permission)
- Preprocessing support for InpoPlist.strings files
- Errors and warnings now formatted so as to be picked up automatically by Xcode Build Results window
- Warn if cannot confirm UTF-16 encoding of input/output files
- Developer-visible changes:
- describeScanLocation method (verb) renamed to scanLocationDescription< (noun)
- Fix regression in peekCharacter and scanCharacter methods (always returned NO for last character).