Main > Free Download Search >

Free valet 2.1.0 software for mac

valet 2.1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 85
PLCEdit 2.1.0 Build R43

PLCEdit 2.1.0 Build R43


Small programming editor for PLC engineering, with support for .poe, .awl, .scl and most .exp files more>> <<less
Download (2.6MB)
Added: 2009-06-15 License: GPL Price: FREE
28 downloads
 
Other version of PLCEdit
PLCEdit 2.1.0POU file editor for programmable logic controllers. PLCEdit 2.1.0 - s-valve.de
License:Freeware
Download (9.6MB)
12 downloads
Added: 2009-06-14
Wally 2.1.0

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.

<<less
Download (14.2MB)
Added: 2009-08-22 License: Freeware Price: Notavailable
downloads
Music Valet 1.0

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.

<<less
Download (44KB)
Added: 2002-08-31 License: Freeware Price:
downloads
VFGEN 2.1.0

VFGEN 2.1.0


VFGEN - A Vector Field File Generator for differential equation solvers and other computational tools more>>
There are many excellent programs available for solving differential equations and computing bifurcations of vector fields. However, each has its own format for specifying the vector field that defines the differential equation.
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.
<<less
Download (21.7MB)
Added: 2007-06-08 License: Freeware Price:
870 downloads
Rawker 2.1.0

Rawker 2.1.0


Rawker - Single or batch process RAW converter more>>
Rawker is a converter program for RAW files produced by digital photo cameras. It allows you to convert a single RAW file or batch process a folder of RAW files.
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).
<<less
Download (486KB)
Added: 2007-07-16 License: Freeware Price:
835 downloads
EvalService 1.2.1.0

EvalService 1.2.1.0


EvalService - Evaluate any selected string as a math expression more>>
EvalService is a MacOSX service that allows you to evaluate a selected string as a mathematical expression from any application.

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.
<<less
Download (102KB)
Added: 2006-08-20 License: Freeware Price:
1212 downloads
Converso 2.1.0

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!

<<less
Download (2MB)
Added: 2007-09-11 License: Freeware Price:
downloads
Addressable 2.1.0

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

<<less
Download (126KB)
Added: 2009-06-07 License: Freeware Price: FREE
184 downloads
ROXML 2.1.0

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]

<<less
Download (19KB)
Added: 2008-10-06 License: Freeware Price: FREE
382 downloads
Encog 2.1.0

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.

If you are looking for a Java or C# neural network or bot API, Encog is a great choice. Encog is currently at version 2.0.

Major Features:

  1. 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)
  2. Training Techniques
    • Backpropagation
    • Resilient Propagation
    • Manhattan Update Rule Propagation
    • Competitive Learning
    • Hopfield Learning
    • Genetic Algorithm Training
    • Instar Training
    • Outstar Training
    • ADALINE Training
  3. Training Data Models
    • Supervised
    • Unsupervised
    • Temporal (Prediction)
    • Financial (downloads from Yahoo Finance)
    • SQL
    • XML
    • CSV
    • Image Downsampling
  4. Activation Functions
    • Competitive
    • Sigmoid
    • Hyperbolic Tangent
    • Linear
    • SoftMax
    • Tangential
    • Sin Wave
    • Bipolar
    • Gaussian
<<less
Download (2.6MB)
Added: 2009-10-06 License: GPL Price: FREE
downloads
MD5it 2.1.0

MD5it 2.1.0


MD5it - Verify file checksum more>> <<less
Download (818KB)
Added: 2005-11-21 License: Freeware Price:
807 downloads
mi 2.1.0

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.

<<less
Added: 2003-01-04 License: Freeware Price:
downloads
Anjos set 2 1.0

Anjos set 2 1.0


Anjos set 2 - Angels icon set more>>
Everyone loves angels, and Anjos set 2 is another lovely set for you to feast your eyes upon!
The icons are best viewed in 128x128 at 32bit mode.

Completly freeware for non-commercial use.
<<less
Download (326KB)
Added: 2006-03-20 License: Freeware Price:
1315 downloads
Babelizer 2.1.0

Babelizer 2.1.0


Babelizer - AltaVista babelfish language translation tool more>>
Babelizer is a toy that humorously exposes the inadequacy of machine translation.
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.
<<less
Download (780KB)
Added: 2006-06-27 License: Freeware Price:
1217 downloads
MilliCalc 2.1.0

MilliCalc 2.1.0


MilliCalc is a small, tiny, lightweight, Cocoa, RPN calculator for Mac OS X more>> <<less
Download (502KB)
Added: 2006-07-31 License: Freeware Price:
1180 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5