Main > Free Download Search >

Free 37 software for mac

37

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
LEDCalcX 0.37

LEDCalcX 0.37


LEDCalcX is a simple calculator for LED video displays more>>
A simple calculator for LED video displays. LEDCalcX will provide dimensions, power, pixel info, aspect ratio and other info.
LEDCalcX is a very useful utility for people producing or designing media that will be displayed on large video screens.
Enhancements:
- Updated GUI
- Added Structure weight
- Fixed a few bugs.
<<less
Download (498KB)
Added: 2007-07-03 License: Freeware Price:
843 downloads
GUIDOLib 1.37

GUIDOLib 1.37


Powerful engine for the graphic rendering of musical scores more>> Powerful engine for the graphic rendering of musical scores

The GUIDOLib project aims at the development of a generic, portable library and API for the graphical rendering of musical scores. The library is based on the GUIDO Music Notation Format as the underlying data format. The library takes account of the conventional music notation system and should be flexible enough to include any graphical sign and musical information if necessary.
The GUIDOLib project includes the development of several applications for tasks like displaying/rendering musical scores (GUIDO Noteviewer), playback GUIDO files via MIDI, or the conversion between GUIDO and and other scorefile formats. Another main topic of the project is the development of the portable library and API for graphical score.
NOTE: GUIDOLib is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).

Enhancements
- bug in staff management corrected (ARStaff destructor)
- bug in meter without params corrected (failure not implemented)
- bug in float parsing corrected (introduced with Qt support)

<<less
Download (6.5MB)
Added: 2009-05-27 License: Freeware Price: FREE
177 downloads
BatChmod 1.37

BatChmod 1.37


BatChmod is a Cocoa utility for manipulating file and folder privileges in Mac OS X more>>
BatChmod is a Cocoa utility for manipulating file and folder privileges in Mac OS X (10.1 recommended).
It allows the manipulation of ownership as well as the privileges associated to the Owner, Group or others.
Main features:
- Its simple and elegant
- It allows one to change any specific privilege or ownership without affecting the others (ie, changing the group without affecting the owner, or adding or removing a specific privilege without affecting all the others)
- It can recursively affect enclosed folders
- Its basically a mix of the Unix commands chown, chgrp and chmod...
- it can Force Empty the Trash
Enhancements:
- Universal binary (for real this time, now doesnt crash on PowerPC Macs, sorry about that)
- New Info drawer which lists all the chmod, chown or chgrp commands done by BatChmod so you can use them elsewhere.
- New Korean and Italian localizations.
- Nicer-looking popup menus with regular users and groups separated from system ones. Fixed Japanese localization too.
<<less
Download (2.8MB)
Added: 2006-04-20 License: Freeware Price:
1301 downloads
Logtalk 2.37.5

Logtalk 2.37.5


Logtalk brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. more>>

Logtalk 2.37.5 brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler.

As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

Major Features:

  1. Separation between interface and implementation: Predicate directives (declarations) can be contained inside protocols (interfaces), which can be implemented by any object.
  2. Parametric objects: Object identifiers can be compound terms containing free variables that can be used to parametrize object predicates. This allows us to interpret predicate clauses as providing instantiations of a parametric object identifier. I.e. through parametric object we can associate any number of methods with a compound term.
  3. Support for both class-based and prototype-based systems: You may have, in the same application, class-based hierarchies (with instantiation and specialization relations) and prototype-based hierarchies (with extension relations). Moreover, fundamental language features such as protocols (interfaces) and categories (components) can be used simultaneously by classes, instances, and prototypes.
  4. Support for multiple object hierarchies: No need to be constrained to a single, lengthy hierarchy rooted in some generic object.
  5. Private, protected, and public inheritance: Logtalk supports private, protected, and public inheritance in a way similar to C++. Moreover, any entity relation can be qualified using a scope keyword. E.g. an object can privately implement a protocol, thus making all protocol declared predicates private.
  6. Private, protected, and public object predicates: Set the scope of your object predicates to match your protocol design and let the runtime system enforce your choices.
  7. Static and dynamic objects: Objects can be either static or dynamic. Static objects are defined in source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be either defined in source files or created at runtime.
  8. Static and dynamic object predicates: Any static object may contain both static and dynamic predicates.
  9. Logtalk syntax extends standard Prolog syntax: Logtalk uses standard Prolog syntax with the addition of a few operators and directives for a smooth learning curve. Prolog code can be easily encapsulated inside objects with little or no changes. Moreover, Logtalk can transparently interpret most Prolog modules as Logtalk objects for easy reusing of existing code (e.g. libraries).
  10. Event-driven programming: Predicates can be implicitly called when a spied event occurs, allowing programming solutions which minimize object coupling. In addition, events provide support for behavioral reflection and can be used to implement the concepts of pointcut and advice found on Aspect-Oriented Programming.
  11. Component-based programming: Predicates can be encapsulated inside categories, which can be virtually imported by any object, without any code duplication and irrespective of object hierarchies. Thus, objects may be defined through composition of categories, which act as fine-grained units of code reuse. Categories may also extend existing objects. Categories can be used to implement aspects and mixin-like behavior without resorting to inheritance.
  12. Multi-threading programming: High level multi-threading programming is available when running Logtalk with selected back-end Prolog compilers, allowing objects to support both synchronous and asynchronous messages. Independent and-parallelism and competitive or-parallelism are also supported. Easily take advantage of modern multi-processor and multi-core computers without bothering with the details of creating and destroying threads, implement thread communication, or synchronizing threads.
  13. Multi-inheritance support: Logtalk supports multi-inheritance of both protocol and implementation. An object may implement several protocols and extend, specialize, or instantiate several objects. Multi-inheritance conflicts are solved implicitly by the Logtalk lookup algorithms or explicitly by using predicate directives.
  14. Good performance: Logtalk code is compiled using the same technics that you use to write efficient Prolog code. In addition, Logtalk supports both static binding and dynamic binding (with method lookup caching), greatly improving performance. Benchmark results for some Prolog compilers are available here.
  15. Close integration with the ISO Prolog Standard: Logtalk is designed for smooth integration with any Prolog compiler that conforms or closely follows the ISO Prolog Standard.
  16. Compatible with most Prolog compilers: Logtalk interfaces with a specific back-end Prolog compiler via a minimal configuration file making it compatible with almost any modern compiler.
  17. Automatic generation of XML documentation files: Logtalk automatically generates a documentation file in XML format for every compiled object, protocol, or category. The system includes all the necessary XSL(T) files and scripts to convert documenting files to (X)HTML and PDF.
  18. Dynamic language: Logtalk is a dynamic language that allows hierarchies, objects, protocols, categories, and methods (predicates) to be freely created and modified at runtime. Other dynamic language features include support for meta-programming and both structural and behavioral reflection.

Enhancements:

  • Updated the Logtalk multi-threading features, replacing all calls to the call_cleanup/2 built-in predicate with calls to the more reliable setup_call_cleanup/3 built-in predicate. This change requires recent versions of SWI-Prolog, XSB, and YAP when writing multi-threading code.
  • Improved performance of the database built-in methods retractall/1 and retract/1 whenever their use requires updating the internal predicate definition lookup tables.
  • Corrected a bug in the Logtalk runtime when printing a compatibility warning regarding the back-end Prolog compiler version being used.
  • Corrected a bug in the implementation of the :/1 control construct when some but not all imported categories are compiled for static binding.
  • Corrected a event handling bug in the processing of meta-calls whose meta-arguments have the format Object:Closure.
  • Corrected a bug in the runtime error handler for top-level message sending calls where the reported exception term context argument would be unbound.
  • Corrected a bug in the compilation of multifile directives and multifile predicate clauses within objects and categories for the pseudo-object
  • "user". Corrected a bug in the compilation of multifile predicate clauses for other objects and categories.
  • Corrected a safety meta-predicate compilation bug when using static binding to optimize a call to a local meta-predicate made by a normal, public predicate.
  • Corrected a safety meta-predicate compilation bug when using a meta-predicate call in the body of a user-defined meta-predicate clause in order to change the number of extra arguments of a closure.
  • Added a monitor/1 predicate to the library event registry objects. Updated the definition of the monitors/1 and monitored/1 predicates in order to avoid using the non-standard predicate sort/2.
  • Added support for adding the Logtalk mime-type to systems supporting the freedesktop.org shared mime-info database.
  • Added support for adding the Logtalk mime-type and the file description for Logtalk source files to the Windows installer.
  • Updated the RPM spec file and build script to no longer require root access. The RPM package built from these files is no longer relocatable.
  • Updated the POSIX (un)install shell scripts to print the version number of the Logtalk release being (un)installed.
  • Updated the "lgt2pdf.sh" and "lgt2txt.sh" POSIX shell scripts in order to prevent accidental deletion of the "logtal.dtd" and "logtalk.xsd" files in the Logtalk installation directory. Thanks to Michael Igler for the bug report.
  • Added information about using the Sublime Text Windows text editor for editing Logtalk source files.
  • Added a set of Logtalk source code snippets and a set of compilation and documenting tools for the Gnome's Gedit text editor (see the file "wenv/gedit/NOTES.txt" for details).
  • Replaced GeSHi support with a new language file written from scratch. Added syntax coloring support for the module directive reexport/1 to all supported text editors and syntax highlighters.
  • Updated documentation in order to remove references to deprecated syntax for sequences of predicate indicators in predicate directives. Updated documentation on built-in meta-predicates to correctly described their semantics when used within categories.
  • Added a simple example, "multifile", illustrating how to use multifile predicates within Logtalk objects and categories.
  • Updated the "securemp" example in order to illustrate using a call to a meta-predicate to change the number of extra arguments of a closure.

Requirements:

  • Compatible Prolog compiler.
<<less
Download (704.4KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
 
Other version of Logtalk
Logtalk 2.37.4Paulo Moura - Logtalk gives you a useful, object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. Logtalk
Price: Notavailable
License:Freeware
Download (695.1KB)
downloads
Added: 2009-09-16
Logtalk 2.37.3Logtalk is a potential and easy to use object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. Logtalk 2.37.3 - Paulo Moura
Price: $0.00
License:Freeware
Download (693.3KB)
downloads
Added: 2009-08-09
Logtalk 2.37.2Logtalk is familiar among many users as an effective object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. Logtalk 2.37
License:Freeware
Download (691.4KB)
downloads
Added: 2009-06-28
Logtalk 2.37.1Paulo Moura - Open source object-oriented logic programming language. Logtalk. Open source object-oriented logic programming language. Logtalk is a mature Open
Price: FREE
License:Freeware
Download (686KB)
206 downloads
Added: 2009-06-03
Logtalk 2.37.0Logtalk is such an easy-to-use and handy object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. Logtalk 2.37.0 - Paulo Moura
License:Freeware
Download (675.8KB)
downloads
Added: 2009-05-11
EagleData 0.37

EagleData 0.37


EagleData is a potential and easy to use database which is written for the good old ATARI. It is useful to file your addresses, catalogue your cd-, games-, or video-collection, etc. You can even export your data as html-table and print labels. more>>

EagleData 0.37 is a potential and easy to use database which is written for the good old ATARI. It is useful to file your addresses, catalogue your cd-, games-, or video-collection, etc. You can even export your data as html-table and print labels.

<<less
Download (3.6MB)
Added: 2009-08-02 License: Freeware Price: $0.00
downloads
LED CalcX 0.37

LED CalcX 0.37


LED CalcX - Calculator for LED video displays more>>
LED CalcX is a simple calculator for LED video displays.
LEDCalcX will provide dimensions, power, pixel info, aspect ratio and other info. This is a useful tool for people producing or designing media that will be displayed on large video screens.
Enhancements:
- Fixed GUI Structure display text/ feedback
- Fixed bug that allows calculation with no value
- reduced the number of decimal places in GUI
- Aspect Ratio display is in proper format
- Reopens in the last state of being closed
- Calculates when value is changed
- 999 > 1 input is validated.
<<less
Download (498KB)
Added: 2007-07-03 License: Freeware Price:
847 downloads
ePortfolio 1.4.37

ePortfolio 1.4.37


Create reflections and associated files to meet standards outlined by academic institutions more>> Create reflections and associated files to meet standards outlined by academic institutions

The ePortfolio lets multiple cohorts of students create reflections and associated files to meet standards outlined by academic institutions (usually departments of universities). Instructors can comment on and also approve (pass) reflections.

Enhancements
- figure out how to compress site css & js w/o compressing external portfolio css & js
- add external portfolio css & scripts folders to "public folders" list
- several attempts to gzip transfers out of file.php (all or just css) - failed to find one

<<less
Download (1.8MB)
Added: 2009-05-14 License: GPL Price: FREE
210 downloads
smartctl 1.1-5.37

smartctl 1.1-5.37


smartctl controls and monitors storage devices using the Self-Monitoring, Analysis and Reporting Technology System (SMART) more>> <<less
Download (359KB)
Added: 2007-02-06 License: Freeware Price:
993 downloads
Vvidget Pro 10.4.37

Vvidget Pro 10.4.37


Vvidget Pro - Framework to report data in visual formats more>>
Vvidget Pro is a programming framework for making applications which report data in graph, custom map, table, form, and textual formats. Vvidget Pro includes the interactive layout application Vvidget Builder and pre-built objects.
Vvidget Pro accepts real-time data from any source and serves as an information visualization engine for real-time system, transaction, production and inventory analysis, database systems, web servers, batch reports, instrumentation, process control and any other visual need.
Vvidget Pro is fully object-oriented and is well suited to systems which require reliability, exacting specifications and performance. Simply put, Vvidget Pro is the most powerful data reporting, visualization and graphing solution for Mac OS X with over twelve years of product development incorporated into a world-class programming framework.
Enhancements:
- Admin tool to stop the graphing server from running continuously.
- GUI Uninstaller.
- Feature enhancements and bug fixes as requested by users.
- Addition of Vvizard for the Code portion.
<<less
Download (13.6MB)
Added: 2006-07-25 License: Freeware Price:
1187 downloads
VPN-X Client 2.4.1.37

VPN-X Client 2.4.1.37


Easy-to-Use P2P/SSL/TLS IP VPN, Secure Virtual LAN.Supports NAT, DDNS, Chat Room. Do anything over Internet just like in a LAN. more>>


VPN-X:Java/ Cross-platform P2P/SSL/TLS VPN solution. Client has an individual Virtual IP Address.It can help employees on errands use company LAN resource, help your friends access your computer play LAN games, all the network data is encrypted and you can control the special peers to access your computer or LAN with our powerful Access Control feature. In other words, you can do almost anything LAN can do on internet with VPN-X,VPN-X will help you to convert internet to secure LAN.VPN-X can also save your bandwidth, because VPN-X compress all network data automatically.

<<less
Download (2.8MB)
Added: 2009-04-27 License: Freeware Price:
23 downloads
GolfNews 1.3 Alpha

GolfNews 1.3 Alpha


GolfNews - A very nice widget that obtains the latest feed from the PGAs website. more>>

Wiz Solitaire 1.37 offers you a collection of several classic card games (Klondike, FreeCell, Spider...) with the possibility to create and use beautiful decks with your favorite pictures.
Wiz Solitaire supports different deck formats allowing you to choose between thousands of available card sets. You can also easily create your own decks with the included Deck Editor.

For more information, you are advised to have a look at the features below!
Major Features:

  1. More than 25 types of solitaire
  2. Detailed statistics
  3. Unlimited undo
  4. "Suggest a move" function: useful when you're stuck and/or you're learning a new game
  5. Re-sizable window: you can adapt the game to your screen resolution
  6. Universal Application: runs both on PPC and Intel based Macs.
  7. Detailed statistics
  8. Save games and resume them later

Enhancements:

  1. The number of deals left is displayed in the status bar.
  2. When looking for possible moves, groups of cards weren't considered correctly, thus it was possible to get a wrong game over message sometimes.
  3. Fixed.
Requirements: Mac OS X 10.3.9 or later

WareSeeker Editor

<<less
Download (61KB)
Added: 2008-07-13 License: Freeware Price: FREE
191 downloads
Portable VLC 0.8.6a_r3.0

Portable VLC 0.8.6a_r3.0


Portable VLC 0.8.5 - VLC media player for portable drives more>>
Portable VLC OS X is the VLC video stream and multimedia palyer packaged as portable application so you can carry around with you on any portable device, USB thumb drive, iPod, portable hard drive,memory card, other portable device (also on your internal hard disk) as long as it has 37 MB of free space and use on any Mac OS X computer, taking your preferences with you.
How to install
1. Drag "Portable VLC OS X" folder to your portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also to your internal hard disk) as long as it has 37 MB of free space.
2. Clicking "Portable VLC" will open VLC from your portable device, wait a while before VLC start.
3. If a local copy of VLC is running an alert window allow you to quit it.
Using your data
You can copy your user preferences to Portable VLC when "Copy preferences" window ask you. So, if you wish to use your bookmarks, history, preferences you already have on your system, just click "Yes" when prompt.
VLC application, preference file and folder are inside the bundle:
Portable VLC.app/Contents/Resources/app/
VLC is packaged using the Platypus script wrapper from
http://sveinbjorn.sytes.net/platypus
Support Forum
Post questions, tips, suggestions, clues, helps, bugs to our OS X Portable Applications support forum.
Enhancements:
- VLC updated to 0.8.5
- PPC and Intel available.
- Script code update.
<<less
Download (24MB)
Added: 2007-02-02 License: GPL Price:
996 downloads
3D Star Wars Vessel Icons 0.99

3D Star Wars Vessel Icons 0.99


3D Star Wars Vessels is a pack of 37 3D icons created to look similar to those seen in Star Wars more>> 3D Star Wars Vessels is a pack of 37 3D icons created to look similar to those seen in Star Wars.
Requirements:
None
<<less
Download (119K)
Added: 1998-06-11 License: Free Price:
downloads
Piero's FileScript Helper 3.1r2

Piero's FileScript Helper 3.1r2


Pieros FileScript Helper is a full featured and advanced script, which is comparable to a Swiss Army Knife for scripters. more>>

Piero's FileScript Helper 3.1r2 is a full featured and advanced script, which is comparable to a Swiss Army Knife for scripters. It is useful even to non-scripters. Helping to restore files when "something goes wrong" with scripting, it also offers approximately 37 scripting and Finder tasks (with many variations), "Selective Undo" and actions which can be combined.

Requirements: Mac OS 8.6 or higher

<<less
Download (80.1KB)
Added: 2002-08-28 License: Freeware Price:
downloads
Population Counter 4.0

Population Counter 4.0


Birthstone Picker is a simple yet useful widget which allows you to calculate the population of the world. more>>

Birthstone Picker 2.0 is a simple yet useful widget which allows you to calculate the population of the world. It takes into consideration death rates and birth rates. Its a fun widget to watch the population of the earth increase! There is, of course, no totally accurate account of total world population. No one is continually recording every single birth and death.

Nevertheless, it is possible to make estimates based on various census figures and rates of growth in various countries. The figure above is of net births minus deaths, and is based on estimates provided by the U.S. Census Bureau of a total population of 6,451,058,790 in mid-2005, currently increasing at a rate of 1.15% per year, or 2.37 people per second.

Enhancements:

  • Calculates population.
  • Improved clean design.
  • More Stable Performance.
  • Greater Stability with OSX Tiger
  • Update Checker Included.

Requirements: Mac OS X Intel, Mac OS X PPC


<<less
Download (137.2KB)
Added: 2009-09-13 License: Freeware Price: Notavailable
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2