in terms
TERMS 1.0
TERMS comes to users as a useful and simple command line terminal server which connects a serial port to a TCP/IP socket. more>>
TERMS 1.0 comes to users as a useful and simple command line terminal server which connects a serial port to a TCP/IP socket. Allows the serial port I/O to be remoted across an network. Also by using telnet you can have a serial terminal. This version builds in both OS X (10.4.3) and Debian (Stable). Included are projects for XCode 2.2 and a makefile for Linux.
Requirements:
- Mac OS X 10.4 or higher
- Needs a USB serial port and driver software
- Linux Debian (stable) and suitable serial port

iTuner 2.4a
iTuner is a small application that controls iTunes so you dont have to have large windows open. It sits in the bottom-left hand corner of the screen out of the way more>> iTuner is a small application that controls iTunes so you dont have to have large windows open. It sits in the bottom-left hand corner of the screen out of the way. iTuner is small, has all the functions you need, like: fast-forward, rewind, ratings, pick playlist. Plus a number of additional functions, like: add to "favorites," set EQ of the current track or the entire playlist (manually or by genre), remove dead track, export your playlist, and more.
Mac OS X 10.2 or later, iTunes 4.0 or later.
Version 2.3a: This build doesnt mark a release of much in terms of new features. What it does mark is the end of my involvement developing iTuner. I am releasing the code in the hope that someone will either pick it up and improve on it or that people take it apart and maybe learn a bit more about applescript. the code is in a zip file that has all the files used in xcode, project builder might also work fine with it. it has a couple bugs and is commented *slightly*
nesC 1.3
Compiler for a new language (based on C) designed to support the TinyOS project more>> Compiler for a new language (based on C) designed to support the TinyOS project
nesC (pronounced "NES-see") is an extension to the C programming language designed to embody the structuring concepts and execution model of TinyOS.
TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 512 bytes of RAM, 8K bytes of program memory).
The basic concepts behind nesC are:
- Separation of construction and composition: programs are built out of components, which are assembled ("wired") to form whole programs. Components have internal concurrency in the form of tasks. Threads of control may pass into a component through its interfaces. These threads are rooted either in a task or a hardware interrupt.
- Specification of component behaviour in terms of set of interfaces. Interfaces may be provided or used by components. The provided interfaces are intended to represent the functionality that the component provides to its user, the used interfaces represent the functionality the component needs to perform its job.
- Interfaces are bidirectional: they specify a set of functions to be implemented by the interfaces provider (commands) and a set to be implemented by the interfaces user (events). This allows a single interface to represent a complex interaction between components (e.g., registration of interest in some event, followed by a callback when that event happens). This is critical because all lengthy commands in TinyOS (e.g. send packet) are non-blocking; their completion is signaled through an event (send done). By specifying interfaces, a component cannot call the send command unless it provides an implementation of the sendDone event. Typically commands call downwards, i.e., from application components to those closer to the hardware, while events call upwards. Certain primitive events are bound to hardware interrupts.
- Components are statically linked to each other via their interfaces. This increases runtime efficiency, encourages rubust design, and allows for better static analysis of programs.
- nesC is designed under the expectation that code will be generated by whole-program compilers. This should also allow for better code generation and analysis.
Term for 1.0b1
Term for - Extract human-readable terminology from raw codes more>>
The addition builds the source of an AppleScript script containing what you pass in. Although it looks like you can pass in a variety of things, what actually arrives is either four or 8 bytes, which the addition treats as a string.
Note that this Scripting Addition is not necessary if you have Script Debugger, since you can write a script which uses Script Debugger to build and compile the necessary script, and dig the term out of the re-written script or the result of running the script.
imager 1.0
imager - Stereo imaging VST plugin more>>
imager can be used to change the orientation of the microphones after the recording has been made by tweaking the parameters:
* direction in which to "zoom"
* zoom adjusts the "angle" of the microphones, where:
-1 points the microphones fully towards eachother, resulting in a mono sound +-90 degrees from the zoom "direction
+1 puts both microphones pointing in the set zoom "direction", resulting in a mono sound
* rotation "turns" the microphone stand.

miBookWriter 1.0
miBookWriter offers the ultimate solution for authoring multimedia interactive content more>>
miBookWriter 1.0 offers the ultimate solution for authoring multimedia interactive content that may be used for computer based learning, testing, training, surveying, data collection, etc. Its companion tool is miBookReader which presents the content created by miBookWriter for respondent interactions as well as evaluating the interactions, storing them, examining and visualizing the results.
Major Features:
- Edit content with easy drag & drop operations.
- Very flexible content layout, up to author's imagination and creativity.
- Content can be very rich both in terms of media supported and of the kinds of interactions possible. Supports a wide variety of media such as text, images, sounds, movies, web content both live and static, and even arbitrary files.
- Supports canned and custom question types, such as true/false, yes/no, multiple choice, multiple mark, rating scale, fill-in-blank, attachment, sound recording, text inputs, and drag & drop.
- Powerful templates that are easy to make and use. Templates may be named, searched and dragged to canvas. Selected objects on a page or an entire page can be turned into reusable templates with one click.
- Built-in sound recording feature ideal for incorporating human voice into content.
- Built-in screen grabber for leveraging users' other applications to help content creation. The grabber serves as a bridge between this application and any other applications. Anything displayed on screen can be lifted as an image and incorporated into content.
- Content is capable of real-time audio and visual feedback.
- Built-in support for automatic and manual content error checking.
- Support an array of easy to use and yet powerful content building blocks including buttons, text view, text field, read only text (for labeling, carrying textual content), pop up button, combo box, movie control, sound control, web view (html, pdf, flash), images, and simple vector graphics drawing tools (like line, circle, rectangle and polygon).
- Integration with miBookReader supporting one click toggle between editing and previewing of content under construction.
- QuickLook support; press spacebar in Finder to peek into content files without running miBookWriter.
- Content is searchable in terms of its title, subject, keywords with built-in content browser.
- Content may be password protected for editing and viewing by target audience.
- Built-in support for software updates.
- Content may be set to expire after a given date. Expired content can not be opened for viewing by miBookReader.
Requirements: Mac OSX 10.5 or higher
FMOD Wrappers 1.3
The FMOD Wrappers project contains classes and modules that implement a subset of FMODs functionality more>>
This project was initially conceived to overcome the lack of waveform sample memory sharing in REALbasics built-in Sound class. REALbasic 5.5 introduced the Sound.Clone method, which addressed that limitation to some extent, but the Sound class is still far behind in terms of functionality when compared to FMODs features.
Unlike the built-in Sound class, the FMOD Wrapper classes separate the playback mechanism (FMODsound Class) from the sound sample data (FMODsample Class). This allows any FMODsound object to play back and manipulate any FMODsample, regardless if it is already being used by another FMODsound instance. Think of FMODsample as the actual "noise", and FMODsound as a "speaker" that can playback and manipulate any noise passed to it.
Other than that fundamental difference, the FMOD Wrapper classes function in a very similar manner to the built-in Sound class, but also take advantage of some of FMODs more advanced features. The FMODmusic and FMODstream classes by their very nature do not make a distinction between the sample and playback mechanism, and work essentially the same as the built-in Sound class.
Tech Terms Computer Dictionary 1
Understand various computer and technology terms. more>>
Tech Terms Computer Dictionary 1 is a widget which lets you quickly look up definitions of computer and technology terms. Each term is not just defined, but explained in detail, often with helpful examples.
Definitions are explained in simple language, so they are easy to understand. Don't know the meaning of a certain computer term. Use this dashboard widget whenever you come across a technical term that you don't understand.
License:Freeware
Linguistic Tree Constructor 3.0.3
An open source application for analyzing text in terms of syntax trees more>> An open source application for analyzing text in terms of syntax trees
Linguistic Tree Constructor (LTC) is a program for analyzing text in terms of syntax trees. That is, it assists in building a rigorous hierarchy of syntactic elements on top of the words in a given piece of text.
This is done by interacting with a tree-view of the text, gradually building the analysis. This can be done either bottom-up or top-down, or in a mix of both styles.
Linguistic Tree Constructor is a free tool for drawing linguistic syntactic trees, running on Mac OS X, Win32, and Linux platforms.
Enhancements
- Upgraded to Emdros 3.1.1.pre05.
- Upgraded to wxWidgets 2.8.10 on Win32.
- Upgraded to MUI2.nsh for ltc.nsi.in (NSIS installer script).
- Fixed missing trailing semicolon in Categories entry in SRC/linguistic-tree-constructor.desktop.
- COPYING now has DOS line endings.
- SRC/mainframe.cpp: ABOUT box now shows 2009, not 2008, as Copyright year.
- Added possibility of signing up for announcements mailinglist on Windows, via a special menu entry in the Start --> Programs --> LingTreeConstructor.
- Added Help menu items for seeting LTC website and subscribing to mailinglists (all platforms).Upgraded to Emdros 3.0.2.pre18, which gives a speed increase, especially for large files.
- Fixed bug #2455029: "Ampersand in filename results in empty tree"
- Fixed bug #2455039: "DTD does not parse" (due to # IMPLIED)
imusicplayer
An open source web app for your iPhone that will help you to play your iTunes music more>> An open source web app for your iPhone that will help you to play your iTunes music
imusicplayer is a free web 2.0 app for the iPhone that browses the users iTunes library and will allow music to be sorted and played.
NOTE: imusicplayer is licensed and provided under the terms of the Apache License 2.0.
System requirements:
- iPhone

newslite 1.10
newslite is an innovative UNIX/LINUX command line tool which provides a complete solution to download from newsgroup and decode multipart and monopart yENC and UU encoded files. more>>
newslite 1.10 is an innovative UNIX/LINUX command line tool which provides a complete solution to download from newsgroup and decode multipart and monopart yENC and UU encoded files.
There already exist a lot of programs like that. I built this new one to fulfill the following objectives:
- Resource efficiency in terms of CPU usage and memory so that it could be run on low-end computers
- Build "title list", in order to ease group content analysis
- Robustness to news server connection loss
At this point in time, newslite only supports yEnc and UU encoded binaries, the most widely used format for binary posting. Any attempt to download any other kind of encoded files will fail.
Major Features:
- Threads XOVER command for faster group message header retrieval
- Threads file download for faster download
- Builds full list of groups hosted by the server
- Resumes download session in case of connection loss program interruption
- Makes use of configuration file to simplify user command interface
- Builds "title" and "file" lists from article headers for quicker group content analysis
- Decodes yEnc and UU multi and mono-part encoded files
- Supports news server authentication
- Supports NZB file processing
- Allows connection to news server through any TCP port (i.e. not only using NNTP 119)
Requirements: Mac OS X 10.2 or higher
Cognatrix 1.6
Cognatrix is a useful program designed to create and maintain multilingual thesauri, dictionaries, taxonomies or similar information structures. more>>
Cognatrix 1.6 is a useful program designed to create and maintain multilingual thesauri, dictionaries, taxonomies or similar information structures.
Supports Preferred Terms, Variant Terms, Facets and user-defined Attributes. Standard relationship types include Broader, Narrower equivalences. Ships with the 20 language codes for the EU predefined but these can be altered/extended. No design limits on number of: terms (education version 500 terms max); user-defined fields (eg Scope Note); user-defined attributes; relationships; or language codes.
No design limit on tree depth. Term names and user-defined fields can store up to 2 gigabytes of Unicode data. Exports XML in Zthes, Multites(TM) or Cognatrix formats (extensible helper application imports a number of XML formats). Generates publication-ready HTML using customizable templates. Completely self-contained (no SQL database required). Native Cocoa application. Universal binary.
Enhancements:
- Formal release of multilingual support.
- Adds permuted index capability.
- Improved XML generation.
- Initial support for resolution independence.
QuickFind 1.3
QuickFind - search several websites in one move more>>
As you can see, as well as Google, Amazon, ebay and Yahoo, QuickFind also gives you access to Wikipedia, Dictionary.com, Google images and Yell.com
(as well as access to some more techie sites/resources).
RADRentalAnalyzer 2.3
This will analyze a potential rental property in terms of cap rate, cashflow, equity, capital gain, property details etc. more>>
Enhancements:
- Bug Fix: Fixed a bug with cash flow calculations with interest only loans .
- Ability to remove multiple properties.
- Registered User benefits
- Google map for property.
- Duplicate an existing Property. This feature is very useful if you want to compare the same property side by side with different scenarios like rent, mortgage etc.
- Ability to compare more than two properties.
- Export property comparison data to a csv file.
- Added Help to Main window, Compare properties.
Veloce RSS 1.0
Veloce RSS is an RSS feeds reader for the Veloce Publishing more>>
Veloce Publishings mission is to provide books of the highest quality in terms of content, accuracy, presentation, subject range and reader satisfaction to discerning automotive enthusiasts around the world.