frank
Frank-U Ircle Script 3.1.2
Frank-U Ircle Script - Add dozens of commands to Ircle more>>
Completly freeware.

Fahrplan 1.0.5
Fahrplan is freeware showing departures or arrivals for train stations, buses or tram stops within Germany. more>> <<less
FunkyPoker 1.0
FunkyPoker is a game which is played on your Mac more>>
FunkyPoker 1.0 is a game which is played on your Mac. It is free.

TFmac 0.9 Build 1
Connect your Mac to Topfield TF4000 PVR more>>
TFmac 0.9 Build 1 is a high-speed and powerful program which is capable of connecting your Mac to Topfield TF4000 PVRs.
Major Features:
- Easy to use
- Preview multiple recordings (requires mplayer; existing installation can be used)
- Download multiple recordings to your Mac
- Various download formats (e.g. TS, VOB, MP3)
- Upload files to the Topfield
- Requires Mac OS X v. 10.4.1 or later.
Async Key Events 1.3
Async Key Events - Classes for REALbasic that allow you to read the keyboard state asynchronously more>>
Generating raw key events requires that you constantly poll the keyboard (with a timer, thread, or manually from a loop). Therefore, these classes are best suited for Games or other real-time applications that are constantly processing frames.
Radio Vaticana Widget 1.0
Radio Vaticana Widget - The News from Radio Vaticana more>>
Async Drag Window 1.0
Async Drag Window - REALbasic subclass that enables Timers, Threads and events to keep executing during a window drag more>>
This behaviour is achieved by using the kWindowAsyncDragAttribute flag introduced in Mac OS X 10.3, therefore this class requires 10.3 or higher for full functionality. It should function in 10.2 as well, but drags will block as usual in that case.
NOTE: Properly supporting asynchronous dragging required that the Window class Moved event, and Left/Top properties be re-implemented. The end result is the same as an unmodified RB Window however, and existing code should continue to work as-is. If you notice any discrepancies please email a bug report.
Overlay3D 0.3
Overlay3D consists of classes, designed in order to help you create a heads-up-display (HUD) for RB3D scenes more>>
HUDs are common in 3D video games but turn out to be quite the pain in the arse to do in Quesa/QD3D/RB3D. Although these classes will help, they dont provide a true orthographic overlay, and will generally require more attention and tweaking than a HUD created in another API such as OpenGL.
These overlays are created in order to be used with AddShapePicture objects. Meshes will work, but there are a number of issues that arise that arent covered in this document.
Using meshes can actually result in some interesting possibilities - the game "Ikaruga" is a good example of a 3D environment behind a "2D" playing field made up of 3D models. These Overlay classes could be used for a similar effect if anyone is inclined to try.
Note: This is a rather old example with some nasty circular references. The math should still be useful, but I wouldnt recommend using these classes as-is.
AutoNessus 1.3.1
A tool to automatically fire regular security scans with Nessus more>> A tool to automatically fire regular security scans with Nessus
AutoNessus is a tool to automatically fire regular security scans with Nessus. Compare results of the current scan with the previous scan and report on the delta in a web interface.
Main objective of AutoNessus is to make repeated scans more efficient.
Enhancements
- AutoNessus v1.3.1 - Nessus 2.2.5 Compatibility
- Ticket [ 2740102 ] Nessus v 2.2.5 issue
- It seems that the OpenVAS compatibility release broke downwards compatibility
- with Nessus 2.2.5 (guess which version happened to be installed at the office)
- AutoNessus now detects if the OpenVAS or Nessus client is used and switches
- the command line arguments based on that.

Task Coach 0.65.3
Your friendly task manager. more>>
Task Coach is a simple open source todo manager to manage personal tasks and todo lists. It grew out of my frustration that well-known task managers, such as those provided with Outlook or Lotus Notes, do not provide facilities for composite tasks. Often, tasks and other things todo consist of several activities. Task Coach is designed to deal with composite tasks.
DataVision 1.2.0
Free and open source report writer for your Mac more>> Free and open source report writer for your Mac
DataVision is a reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI.
They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more.
DataVision is written in Java and runs almost anywhere. It can generate reports from databases or text data files. Any database with an available JDBC driver should work: PostgreSQL, MySQL, Oracle, Informix, Microsoft Access, Progress, hsqldb, and more. Columns read from text files can be separated by any character.
NOTE: DataVision is licensed and distributed under the terms of the Apache License V2.0.Main features:>
- Drag-and-drop report builder.
- Runs anywhere Java runs: Windows, Linux, Mac OS X, BSD, Solaris, and more.
- Works with any database that has a JDBC driver: Oracle, PostgreSQL, MySQL, Informix, hsqldb, Microsoft Access, DB/2, and more.
- Report headers and footers, page headers and footers, group headers and footers.
- Report field formatting: color, numeric and date format, italic, bold, border lines, etc.
- Editable report-wide default field format.
- Subreports.
- Visual table linker.
- Aggregates (sum, min, max, count, average, stddev) by group and at reports end.
- Record sorting.
- Sub-selects allowed within SQL WHERE clauses.
- Formulas, using any language supported by the Bean Scripting Framework (BSF). The default formula language shipped with DataVision is Ruby (via JRuby).
- Record selection (SQL WHERE clause for database data sources, BSF script that accepts/rejects records for character-separated file data sources).
- Run-time parameters; asks the user for values when the report runs; if running from the command line, reads values in from an XML file.
- Run-time variables (again thanks to the BSF). A script run at the start of each report run is the perfect place to set all your initial values.
- User-defined SELECT clause columns; useful for calling stored procedures or SQL functions.
- Hide columns and entire sections.
- Reports can read data from different data sources. Currently, data sources are defined for databases and text data files (comma-separated, tab-separated, etc.)
- When reading text data files, translates date and numeric columns into the appropriate Java classes so they can be manipulated as such (formatted, used in formulas, etc.)
- Run and view reports on-screen.
- Print report from DataVision.
- Exports to HTML, XML, PDF, comma-separated, tab-separated, DocBook, LaTeX.
- GUI translated into eleven languages.
- Report definitions stored as human-readable XML.
- Open source, so you get all the code to play with and use.
- DataVision is embeddable within your own application.
- The download contains the Java source code, a jar file (so you dont have to compile anything), scripts for running DataVision, examples, and the documentation.
System requirements:
-
Enhancements:
- Removed rc2 VERSION_SUFFIX, ready for 1.2.0 release.
- Updated get-java-installer.sh script for JRE 6 Update 7.
- Updated datavision.nsi file to use Java JRE 6 Update 7.
- Allow end user to decline JRE install in Windows Installer.
- Added README-packaging.txt with developer notes.
- NSIS uninstaller now works.
- get-java-installer.sh only gets file when necessary.
- Added NSIS config files for (experimental) Windows .exe installer.
PowerOrgasm X 1.3
PowerOrgasm X - your laptop will have an orgasm any time the power cord is plugged in more>>
PowerOrgasm X is a port of an old System 7 extension for the Macintosh, called PowerOrgasm. When running, your Macintosh laptop will have an orgasm (Meg Ryan from When Harry Met Sally) any time the power cord is plugged in.
How do I use PowerOrgasm X?
First, this app only works with laptop Macs, like the PowerBook and iBook. Dont even bother with it if you dont have a Mac with a battery. Now, to use it, simply double click the PowerOrgasm icon. Its a faceless background app, so it will look as if nothing has happened. If your laptop is currently plugged into the power supply, unplug it so its running on battery power. Now plug the power cord back in. Thats it! To quit PowerOrgasm X, simply open up the Terminal application and type in:
killall QUIT "PowerOrgasm"
NOTE:
PowerOrgasm was originally created by Frank Price and Mark Weaver for the Classic Mac OS. I have no idea when it was written.
PowerOrgasm X is 159% freeware. You may redistribute the application as you see fit, without notification to myself, as long as no fee is collected.
Enhancements:
- Version 1.3 works on more laptops. Thanks to Max Stahl for the help.
BIM Experience Kit ITG (USA) 1
BIM Experience Kit ITG (USA) is a full featured and advanced software in which you try to win a trip to Budapest with this two-hour interactive, voice-led overview of Building Information Modeling. more>>
BIM Experience Kit ITG (USA) 1 is a full featured and advanced software in which you try to win a trip to Budapest with this two-hour interactive, voice-led overview of Building Information Modeling. Create the virtual model and documentation of a magnificent house on Petre Island designed by Frank Lloyd Wright with Graphisoft ArchiCAD 11.
Requirements: Mac OS X

multiXFinder 0.4.0
multiXFinder is a smart and useful Application Switcher Menu that is specially designed for Mac OS X Tiger, Leopard and Snow Leopard developed by Jack Overfull to port beloved ASM to modern systems. more>>
multiXFinder 0.4.0 is a smart and useful Application Switcher Menu that is specially designed for Mac OS X Tiger, Leopard and Snow Leopard developed by Jack Overfull to port beloved ASM to modern systems.
multiXFinder is mostly based on the ASM 2.0.2 code and is covered by the GPL license, version 2 or any later version, sources are available on it's project page. menuXFinder uses MenuCracker, which is covered by the Artistic License. ASM was originally written by Frank Vercruesse. With version 0.3.0 all known major problems in the original code has been fixed.
Main Features:
- Application Switcher Menu;
- Enable or disable the Spotlight menu on per user basis;
- Classic window mode (that is: when you click on a window all other windows of the same application are automatically brought to front);
- Single Application Mode;
- Integrated self-updater, available by clicking on its button or by enabling autocheck at login;
- Advanced features: Full Screen mode, SIGSTOP or SIGCONT front application;
- Per application windows and Dock Rules system.
ASM was originally written by Frank Vercruesse. multiXFinder 0.1.0 is the first public release of the multiXFinder project and it solves several problems of ASM 2.0.2, which he can overwrite