visual nettools 1.1.7
Visual NetTools 1.1.2
Visual NetTools is an application including network scanning, security, and administrator tools for Apple Mac to diagnose networks and control your computer’s network connections. more>> <<less
Visual Font 2.6
Visual Font ia a handy tool for managing font archives and much more. more>>
The new search engine is able to find all fonts contained in any folder and itssubfolders, sort them, remove duplicates, and caches the search results todisk, so that you can stop the search process and resume it later.
Therendering engine now displays and prints text using multiple lines, and hasbeen greatly improved to fit professional needs. VisualFont uses drag anddrop intensively, it can interact with the Finder, and uses the latesttechnologies provided with MacOS 8 and MacOS 9.
Enhancements:
- Version 2.6 offers a list view and has improved overall structure for speed and strength. It has been crash-tested with folders of over 6000 fonts, ensuring its stability.
Visual Automata Simulator 1.2.1
Visual Automata Simulator - DFA, NFA and TM simulator more>>
Visual Automata Simulator is a tool for simulating, visualizing and transforming finite state automata and Turing Machines.
Main features:
- Creates, simulates and transforms DFA and NFA machines
- Creates and simulates TM
- Batch tests for TM: useful features to test a bunch of files quickly!
- Easy-to-use GUI interface (multi-documents)
- Smart links between objects
- Machines can be drawn using the mouse - and resized at any time
- Multiple machines can be created in a single document
- Multiple documents can be opened at the same time
- Documents can be saved and reloaded from disk
- Debug mode to see exactly how the machine is working (each step has a different color)
- MacOS X GUI compliant.
Enhancements:
- modified for XJLibrary 1.2.5
- unit tests
- fixed a bug introduced in version 1.1.2 with epsilon transition.
Peer Visual Update 10.4.4
Peer Visual Update - Dynamic web visuals, charts, diagrams and other visuals more>>
Peer Visual reports are constructed with a world-class interactive report building application and can be extensively customized using Vvidget Tools, a comprehensive programming framework for making paginated reports, charts, diagrams, maps and other visuals.
Output formats include PDF and other popular raster image formats.
Peer Visual can be programmed to make virtually any type of report or visual in real time.
Enhancements:
- Universal Binary for Mac OS X Intel and PowerPC.
- Addition of many autoscale and limit setting attributes.
AMEN 1.1.7
Free and open source Annotation, Mapping, Expression and Network tools for your Mac more>> Free and open source Annotation, Mapping, Expression and Network tools for your Mac
AMEN is a stand-alone, unified suite of tools to manage, explore and combine biological multifaceted high-throughput data such as chromosomal location, annotation, interaction and expression data.
System requirements:
-
Enhancements
Three bugs occured when expression data contained missing values in the following modules:
- Average/median expression calculation
- Standard deviation filtration
- Standardized normalization
- The "affy" package does not provide the "normalize.quantiles" function anymore. AMEN now uses the "normalizeBetweenArrays" function from the "Limma" package into the quantile-quantile normalization module.

Wings 3D 1.1.7
Wings 3D comes to you as an great, astonishingly powerful and easy to use 3d subdivision modeler which is inspired by Nendo and Mirai from Izware. more>>
Wings 3D 1.1.7 comes to you as an great, astonishingly powerful and easy to use 3d subdivision modeler which is inspired by Nendo and Mirai from Izware.
Peer Visual 10.5.5
Peer Visual offers a beneficial and easy to use application which makes dynamic reports, charts, diagrams and other visuals for print and web distribution. more>>
Peer Visual 10.5.5 offers a beneficial and easy to use application which makes dynamic reports, charts, diagrams and other visuals for print and web distribution. It works with popular web servers, in secure corporate environments, scales to high transaction environments, outputs to web browsers and many types of printers and can collect information from virtually any source.
Peer Visual reports are constructed with a world-class interactive report building application and can be extensively customized using Vvidget Tools, a comprehensive programming framework for making paginated reports, charts, diagrams, maps and other visuals. Output formats include PDF (Portable Document Format) and other popular raster image formats. Peer Visual can be programmed to make virtually any type of report or visual in real time.
Requirements:
- Mac OS X 10.5
arKaos Visualizer 1.5.4
Visual plug-in for major MP3 players. more>>
Visual Component Framework 0.6.5
Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++ more>> Advanced C++ application framework that makes it easy to produce powerful Mac OS X applications in C++
Visual Component Framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD).
The Visual Component Framework framework is designed to be portable over multiple compilers and platforms, so you dont have to lose all that work that went into writing your app for a single platform!
Main features:>
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given objects class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of its parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then youre all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Threads peer class, you can get a handle to the native thread handle itself. For a control, you can access the controls peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Enhancements:
- This is the very first src release of the Mac OS X port of the VCF. It should build and run some of the examples, but is obviously very much still a work in progress.
Preferential Treatment 1.1.7
Preferential Treatment - Scans for corrupt preference files (was Check Preference Files) more>>
If it finds suspect files, it will list the files and allow you to reveal them in the Finder or move them to the trash. You may also double-click on a file in the found files table to open it in the application of your choice (you can designate the default application from the preferences). There is also an option to save the results of a scan to a text file.
Enhancements:
- Updated to Universal Binary.
- Italian localization by Creative Shield.
- Vietnamese localization by Clytie Siddall.
- Minor code & interface improvements.
Synth Rose 1.0.3
Synth Rose is a really superior tool which uses a simple visual interface to construct and customize instruments, and a traditional musical staff to compose songs more>>
Synth Rose 1.0.3 is a really superior tool which uses a simple visual interface to construct and customize instruments, and a traditional musical staff to compose songs.
Pollux 1.1.7
How many of your tracks in iTunes are labeled with the name Track 06 or with the artist linkin_park or with the genre www.RnBXclusive.com? Never deal with an unorganized music library again more>>
Pollux 1.1.7 provides users with a useful tool for searching and editing songs automatically. How many of your tracks in iTunes are labeled with the name "Track 06" or with the artist "linkin_park" or with the genre "www.RnBXclusive.com"? Never deal with an unorganized music library again.
Pollux was developed by two college students to do one thing: take the hassle of manually editing each song's information out of your hands. It automatically finds and downloads the name, artist, album, album art, genre, year, and lyrics for all the songs you select, and constantly monitors your music library for newly added songs to always keep it clean.
And to top it off, Pollux identifies each song by its unique audio fingerprint, so it will never be wrong, regardless of the existing track information. It's automatic, fast, non-intrusive, and best of all, completely free. Enjoy your clean, new music library. Get it for Mac OS X at polluxapp.com, and please donate. - Two music lovers who like clean music libraries
Major Features:
- Completely automatic and easy to use
- Tags name, artist, album, album art, genre, year, and lyrics
- Analyzes the track's unique fingerprint, so it can never be wrong
- No existing track information necessary
- Automatically corrects each track's information as it is added to iTunes
CallWave Visual Voicemail 1.2
CallWave Visual Voicemail - Free visual voicemail for your mobile phone more>>
CallWave Visual Voicemail widget works with most US carriers including Cingular, Verizon and T-Mobile.
License:Freeware
Visual Hebrew Enabler for Safari 1.0.3
Visual Hebrew Enabler for Safari is an innovative and versatile Apples new Web browser which has great Hebrew support when it comes to site using so-called logical Hebrew (which is the standard), but sites using visual Hebrew are displayed backwards. more>>
Visual Hebrew Enabler for Safari 1.0.3 is an innovative and versatile Apple's new Web browser which has great Hebrew support when it comes to site using so-called "logical" Hebrew (which is the standard), but sites using "visual" Hebrew are displayed backwards. Safari also crashes a lot when trying to submit a form from a Hebrew page.
The Visual Hebrew Enabler for Safari addresses these two issues in the form of a patched version of the WebCore framework, that once installed into your copy of Safari enables visual Hebrew support and prevents many of the aforementioned crashes.
Requirements: Mac OS X 10.2 or higher
visual-db 0.5
Database visualization tool for your Mac VisualDB is a tool for visualization of the database as tables with relations between them more>> Database visualization tool for your Mac
VisualDB is a tool for visualization of the database as tables with relations between them. At this point the developmnet focuses on PostgreSQL, but in the future we are planning on supporting other DBMS, such as MySQL, Oracle, SQLite, etc.
Enhancements
- PostgreSQL databases are supported. DB structure visualization was added.