valet 2.1.0
PLCEdit 2.1.0 Build R43
Small programming editor for PLC engineering, with support for .poe, .awl, .scl and most .exp files more>> <<less

Wally 2.1.0
Wally is considered as a smart and useful Qt4 wallpaper / background changer. more>>
Wally 2.1.0 is considered as a smart and useful Qt4 wallpaper / background changer. It uses multiple sources like files, folders, FTP remote folders, Flickr, Yahoo, Panoramio, Pikeo, Ipernity, Photobucket, Buzznet, Picasa and Smugmug images. It's available in many languages, and it supports Linux window managers are GNOME, KDE3, KDE4, XFCE4, BlackBox, FluxBox, Window Maker, and FVWM (experimental). It supports proxy configuration, and you can review all your photos using "history" feature.
Music Valet 1.0
Music Valet is developed to be an effective tool which enables you to collect your iTunes music library into a single folder. more>>
Music Valet 1.0 is developed to be an effective tool which enables you to collect your iTunes music library into a single folder. Unlike iTunes' built-in Consolidate Library command, Music Valet moves files rather than copying them, so you don't end up with extra copies of dozens of songs cluttering your hard disk. Also lets you force iTunes to reorganize the library folder by artist and album and provides a list of any missing files. Developed with AppleScript Studio.
VFGEN 2.1.0
VFGEN - A Vector Field File Generator for differential equation solvers and other computational tools more>>
VFGEN will allow you to define your vector field once (using XML), and export the vector field in several formats. VFGEN uses a C++ symbolic algebra library (GiNaC) to generate Jacobians and higher derivatives automatically.
Main features:
- Specify your equations once, and export to multiple file formats.
- Generate analytical expressions for Jacobians and higher derivatives automatically.
- Available export formats include MATLAB, Scilab, AUTO, GNU Scientific Library (GSL), SciPy, PyDSTool, XPP and more.
Enhancements:
- New commands: Added the octave, pydstool and radau5 commands.
- The demo program created by the cvode command outputs each point that it computes, instead of a set of 201 evenly spaced points.
- The parstyle option was removed from the matcont command. (Each parameter must be given as a separate argument in the vector field function and its derivatives.)
- Added brief docstrings to the vector field functions created by the pygsl and scipy commands.
Rawker 2.1.0
Rawker - Single or batch process RAW converter more>>
Before processing any files you will be able to modify settings that may optimize the appearance of your image(s). These settings can be saved in a file and re-loaded later.
During batch processing Rawker shows the image it is currently working on. Rawker always produces TIFF image files with 16 bits color depth (which is 48 bits per RGB pixel) and embedded sRGB profile.
Rawker is written in Objective C using the Cocoa framework and compiled on Mac OS X 10.4.
Rawker uses the great dcraw program to actually convert the RAW files. dcraw was written (and is actively supported) by Dave Coffin. Its integrated into the
Rawker application bundle, so you dont have to install it yourself.
Of course, you can replace the integrated dcraw binary by a newer version from Dave Coffins website (see link below), if you are sure you know what youre doing. Try this: ctrl-click on the Rawker application icon and choose show package contents. A new window opens that shows a Contents folder.
Inside the Contents folder you find a sub-folder called Resources. There you find the dcraw binary and its source code dcraw.c.sourcecode. You can find more info about dcraw at Dave Coffins web site.
Enhancements:
- Rawker now uses one of two conversion modes: internal (Quartz) or external (DCRaw).
EvalService 1.2.1.0
EvalService - Evaluate any selected string as a math expression more>>
After downloading and uncompressing, drop the EvalService file into your ~/Library/Services folder and relogin. You will then be able to select a string in any application and by using the Application->Services->Evaluate Expression menu, exaluate the expression.
Example expressions
54/34
16*(4.2/(2000-453.3))
ceil(sin(23+34)+cos(1.24)^2)
Supported functions
abs cos acos sin asin tan atan atan2 deg rad
log log10 sqrt frexp ldexp
ceil floor max min mod
random randomseed
See the Manual for more details.
Converso 2.1.0
Converso is known as a professional and useful utility which allows for easy conversion of dmg to iso files or iso to dmg files. more>>
Converso 2.1.0 is known as a professional and useful utility which allows for easy conversion of dmg to iso files or iso to dmg files. This version now features batch conversion!
Addressable 2.1.0
URI implementation that comes as a replacement for the Ruby standard library more>> URI implementation that comes as a replacement for the Ruby standard library
Addressable is a replacement for the URI implementation that is part of Rubys standard library.
Addressable adds support for URI and IRIs templates and more closely conforms to the relevant RFCs.
NOTE: Addressable is licensed and distributed under the terms of the MIT/X Consortium License.
Enhancements
- refactored URI template support out into its own class
- removed extract method due to being useless and unreliable
- removed Addressable:URI.expand_template
- removed Addressable:URI#extract_mapping
- added partial template expansion
- fixed minor bugs in the parse and heuristic_parse methods
- fixed incompatibility with Ruby 1.9.1
- fixed bottleneck in Addressable:URI#hash and Addressable:URI#to_s
- fixed unicode normalization exception
- updated query_values methods to better handle subscript notation
- worked around issue with freezing URIs
- improved specs
ROXML 2.1.0
Ruby library designed to make it easier for Ruby developers to work with XML more>> Ruby library designed to make it easier for Ruby developers to work with XML
Using simple annotations, ROXML enables Ruby classes to be custom-mapped to XML.
ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes. As a result, ROXML simplifies the development of Web Services, RESTful applications, and XML-RPC.
ROXML leverages the REXML Ruby XML processor. ROXML powers the uddi4r - UDDI for Ruby project.
Main features:>
- Read Ruby objects from XML (marshal)
- Write Ruby objects to XML (unmarshal)
- Smart defaults for XML mapping
- Annotation-style methods (also known as macros) for XML mapping
- One-to-one (composition) Ruby to XML
- One-to-many (aggregation) Ruby with array to XML
- UTF-8 support for multi-lingual documents
- Handling text elements with attributes
- Support for mapped Ruby objects in modules
Enhancements:
- Accommodate that libxml requires you to name the default namespace when available [Ben Woosley]
- Enable optional selection of a parser through the early definition of ROXML::XML_PARSER [Ben Woosley]
- Enable fallback to the REXML parser if LibXML is unavailable [Ben Woosley]
Encog 2.1.0
Encog functions as an effective neural network and bot programming library. more>>
Encog 2.1.0 functions as an effective neural network and bot programming library. Encog can be used independently either to create neural networks or HTTP bot programs. Encog also includes classes that combine these two advanced features. Encog contains classes for Feedforward Neural Networks, Hopfield
Neural Networks, and self organizing maps. Training can be accomplished using backpropagation, simulated annealing, and genetic optimization. Additional classes are provided for pruning neural networks.
Encog also includes advanced HTTP bot programming features. A multithreaded spider that can store its workload either in memory on a database is provided. HTML parsing is provided, as well as advanced form and cookie handling.
Major Features:
- Neural Network Architectures
- ADALINE Neural Network
- Adaptive Resonance Theory 1 (ART1)
- Bidirectional Associative Memory (BAM)
- Boltzmann Machine
- Counterpropagation Neural Network (CPN)
- Elman Recurrent Neural Network
- Feedforward Neural Network (Perceptron)
- Hopfield Neural Network
- Jordan Recurrent Neural Network
- Radial Basis Function Network
- Recurrent Self Organizing Map (RSOM)
- Self Organizing Map (Kohonen)
- Training Techniques
- Backpropagation
- Resilient Propagation
- Manhattan Update Rule Propagation
- Competitive Learning
- Hopfield Learning
- Genetic Algorithm Training
- Instar Training
- Outstar Training
- ADALINE Training
- Training Data Models
- Supervised
- Unsupervised
- Temporal (Prediction)
- Financial (downloads from Yahoo Finance)
- SQL
- XML
- CSV
- Image Downsampling
- Activation Functions
- Competitive
- Sigmoid
- Hyperbolic Tangent
- Linear
- SoftMax
- Tangential
- Sin Wave
- Bipolar
- Gaussian
mi 2.1.0
mi offers a comprehensive, user friendly and fast text editor to write HTML source, C language source, and so on. more>>
mi 2.1.0 offers a comprehensive, user friendly and fast text editor to write HTML source, C language source, and so on. It supports your editing by many features such as keyword colorize feature.
Anjos set 2 1.0
Anjos set 2 - Angels icon set more>>
The icons are best viewed in 128x128 at 32bit mode.
Completly freeware for non-commercial use.
Babelizer 2.1.0
Babelizer - AltaVista babelfish language translation tool more>>
You type in a phrase, choose a language, and the Babelizer uses the Altavista translation web site to translate between English and your chosen language until the result no longer mutates.
Main features:
- You type in a phrase, choose a language, and the Babelizer uses the Altavista translation web site to translate between English and your chosen language until the result no longer mutates.
Enhancements:
- Added support for HTTP proxies.
- Improvements to UI.
MilliCalc 2.1.0
MilliCalc is a small, tiny, lightweight, Cocoa, RPN calculator for Mac OS X more>> <<less