Main > Free Download Search >

Free 14 software for mac

14

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 195
Popt 1.14

Popt 1.14


Free and open source library that will help you parse Terminal options more>> Free and open source library that will help you parse Terminal options

Popt is a library that is useful for parsing command line options.

Some specific advantages of Popt are parsing an arbitrary array of argv-style elements (allowing parsing of command-line-strings from any source), a standard method of option aliasing, no global variables (allowing multiple passes in parsing argv), ability to exec external option filters, and automatic generation of help and usage messages.

<<less
Download (679KB)
Added: 2008-10-07 License: Freeware Price: FREE
381 downloads
xCHM 1.14

xCHM 1.14


Easily viewer Microsoft .chm files on your Mac more>> Easily viewer Microsoft .chm files on your Mac

xCHM is an open source (GPL) viewer for reading Microsofts proprietary .CHM (compiled HTML) files.
These .chm files are commonly used as product manuals, and lots of e-books come in this format. For instance, the PHP manuals and the Java class library references are primarily available in .chm format.
Previously, there was no way that I could find to read these on OS X, without using a utility that would decompress the HTML into a million tiny files.

System requirements:
-

Enhancements:
- Fixed Normalize() code for Windows CHM files.
- Fixed "Cannot display document in encoding" error.
- Now allowing ENTER to work in the bookmarks list.
- Updated Romanian, German translations.
- Added Belarusian translation.
- Dont initialize locale data on Windows (English-only).
- Fixed build problem with Unicode-detecting #ifdefs inside wxT() macros.
- Made the source code GCC 4.3 friendly (fixed duplicate parameters issue in GetItem()).

<<less
Download (385MB)
Added: 2008-10-07 License: GPL Price: FREE
395 downloads
VOPM 0.14

VOPM 0.14


Free VST FM synthesizer more>> <<less
Download (407KB)
Added: 2009-05-28 License: Freeware Price: FREE
199 downloads
JFW 1.0.14

JFW 1.0.14


A Java framework and library that simplifies the creation of web based Java applications more>> A Java framework and library that simplifies the creation of web based Java applications

JFW offers to the programmers a multi layer architecture and MVC, based on Struts and utilities classes.
In short, JFW offers features like connection pools, logging management and more utilities classes that not offered by Struts.
The goal is not to create a new MVC framework but to offer a real-world implementation and use of an existing framework already used by many programmers, simplifying the use of that framework and maximizing the productivity.
Moreover, JFW offers all the utility classes used in most of the web applications, like connection pools, gateways that allow to execute sql instructions and stored procedures.
Also, Log4J based logging is provided, but with some extensions that permit to be controlled from remote, management of the authentication, authorization and profiling of the customer, a simple scheduler and many other utility classes.
Sure, some of the previous functionalities are also offered by other libraries or frameworks and in some cases they offer more functionalities than JFW.
But these libraries are created by various development groups and this demands the knowledge of different interfaces for using the offered functionalities, with different types of configurations.
Since a framework or library is useless without an adequate documentation, a considerable part of our job is dedicated to create useful javadocs and practical examples, in order to make JFW and webapps ready to the use.

System requirements:
-

Enhancements
- bugfix: when a properties file is read as a resource bundle the default locale is set; now no locale is set
- substituted StringBuffer by StringBuilder
- new method getStringArrayFromArrayList in com.jfw.util.Miscellaneous
- set in HashMap outputaData (see method JFWAction.execute) the request and response objects

<<less
Download (545KB)
Added: 2009-05-11 License: GPL Price: FREE
187 downloads
Jin 2.14.1

Jin 2.14.1


Jin - GUI client for Internet Chess Club/Free Internet Chess Server more>>
Jin is an open source, cross-platform, graphical client (interface) for the Internet Chess Club and the Free Internet Chess Server.

<<less
Download (16.5MB)
Added: 2007-03-06 License: Freeware Price:
971 downloads
1001 1.0.14

1001 1.0.14


1001 serves as a desktop client operating with Flickr, the online photo-sharing website. more>>

1001 1.0.14 serves as a desktop client operating with Flickr, the online photo-sharing website. 1001 not only uploads photos to your Flickr account, it notifies you anytime new photos from either your contacts, everyone, or your favorite tags are uploaded. 1001 allows you to step into the stream of photos passing through Flickr and to quickly see what's new at the moment. Just run the app in the background and if triggered, 1001 pops up a small unobtrusive window to notify you of new photos.

<<less
Download (1.9MB)
Added: 2008-03-01 License: Freeware Price:
downloads
Unique 0.14

Unique 0.14


Open source development tool that helps you find patterns in source code more>> Open source development tool that helps you find patterns in source code

Unique is a free and open source tool that will find patterns in source code. Unique helps you build better software by finding pieces of code that could benefit from a refactoring.

System requirements:
-

Enhancements
- Faster search
- Support for perl
- The search running dialog is now resizable
- Added a splitter in the source tree browser
- The token images are no longer kept in memory, the crc32 is now used

<<less
Download (324KB)
Added: 2009-06-10 License: GPL Price: FREE
204 downloads
FMPP 0.9.14

FMPP 0.9.14


FreeMaker-based text file preprocessor for your Mac more>> FreeMaker-based text file preprocessor for your Mac

FMPP is a general-purpose text file preprocessor tool that uses FreeMarker templates. FMPP is particularly designed for HTML preprocessor, to generate complete (static) homepages: directory structure that contains HTML-s, image files, etc.
But of course it can be used to generate source code or whatever text files. FMPP is extendable with Java classes to pull data from any data sources (database, etc.) and embed the data into the generated files.
FMPP is 100% Java, and it runs on all modern platforms like Mac OS X, Linux, Windows, Solaris, etc.
NOTE: FMPP is licensed and distributed under the terms of the BSD License.

Main features:
- Preprocessor language (it is the FreeMarker Template Language)
- All the usual template constructs, such as include, if/else/elseif, loop.
- Macros with named arguments and nested content (body).
- Variables (global, or local for a macro call)
- Complex expressions using string, arithmetical and logical operations. Extensible with custom functions.
- Automatic and manual escaping (HTML, XML, custom function)
- Transforming (filtering) blocks of output; extensible with custom transformations in Java.
- Capturing block of output into a variable.
- Charset aware, internally uses UNICODE.
- Number and date/time formatting with masks (patterns). Locale sensitive number and date/time formatting.
Bulk file processing:
- Process entire directories recursively.
- Different file processing mode can be chosen for each file, based on path patterns (as file extension): execute file as template, or parse it as XML and then render it to output with a template, or binary-copy it, or ignore it.
- Can ignore bad source files and log the error message into a text file.
- Can guarantee that certain files will be processed later than others.
You can expose data from arbitrary data sources be writing extensions in Java. Currently out-of-the-box supported data sources:
- XML file
- CSV and tab-separated text files
- Java "properties" file
- Ant properties, Ant project and target information
- System clock
- Plain text file
Other highlighted features:
- Output splitting: a single source file can generate multiple output files (including 0 output files).
- Automatic file inclusion, automatic escaping, and whatnot that can be done with automatically inserted headers and footers, chosen based on path patterns.
- Generate HTML -s with calculated width and height.
- Calculate the relative path to the home directory, or to any other file.
- Rendering (transforming) XML files with FreeMarker templates. (Similar to the typical XSLT usage pattern.)
- Query the size/existence of source files.
- Query output encoding (charset).
- URL-escaping (with the actual output charset).

System requirements:
-

Enhancements
Bug fixes:
- Fixing bug that caused "skipUnchanged" to skip a file when the destination was newer than the source. Now it only skips files when the modification date of the source and destination files are exactly the same.
- Fixing some TDD parser crashes occurring when parsing invalid TDD.
- Preventing obviously useless traversing inside SVN and CVS directories.
- Fixed some typos in the documentation.
New features, improvements:
- FMPP now can create empty directories using one of the two new features.
- The XML data loader now supports XInclude-s by setting its "xincludeAware" option to true.
- To follow the Ant conventions, now "sourceRoot" can alternatively be specified with the "srcdir" attribute, and "outputRoot" with the "destdir" attribute of the Ant task.
- API: New JavaBean propery in fmpp.Engine and fmpp.setting.Settings: "dontTraverseDirectories". It should be set to true by front-ends that explicitly specify the list of all source files and source directories, rather than expecting the Engine to discover them. Till now such front-ends only specified the list of files, so this property wasnt needed. However, to support the new alwaysCreateDirectories setting, now the list of directories should be passed as well, and hence the need for this new property.
- Updated freemarker.jar and the included FreeMarker Manual to 2.3.15.

<<less
Download (4.4MB)
Added: 2009-03-22 License: Freeware Price: FREE
197 downloads
TWClone 0.14

TWClone 0.14


Free and open source clone of the Trade Wars game more>> Free and open source clone of the Trade Wars game

Remember back the BBS days of the 80s and early 90s? TWClone is a clone of the popular BBS game Trade Wars 2002. Be prepared for something familiar, but altogether different and amazing.

<<less
Download (159KB)
Added: 2008-10-05 License: GPL Price: FREE
385 downloads
m3u2mp3 1.14

m3u2mp3 1.14


m3u2mp3 1.14 seems to be very popular among users, it is created with the ability to download the MP3 files listed inside streaming M3U files. more>>

m3u2mp3 1.14 seems to be very popular among users, it is created with the ability to download the MP3 files listed inside "streaming" M3U files. This application is based on a Perl script, but provides full drap-and-drop support, as well as the ability to associate M3U files with this application (allowing double-click download of the M3U contents).

Enhancements:

  • Updated to support Snow Leopard (10.6)

<<less
Download (97.8KB)
Added: 2009-09-14 License: Freeware Price: Notavailable
downloads
JDarkRoom 14

JDarkRoom 14


Simple full-screen text editor with none of the usual bells and whistles that can distract you from your writing. more>> Simple full-screen text editor with none of the usual bells and whistles that can distract you from your writing.

JDarkRoom is a popular, simple full-screen text file editor with none of the usual bells and whistles that might distract you from the job in hand.
If you are writing a novel, essay, thesis or just need to be able to concentrate on your writing, then JDarkRoom may help you.
The development of JDarkRoom was heavily inspired by DarkRoom, an implementation of WriteRoom (which is a Mac-only application) for Windows.

Main features:
- Change your colour preferences, font and font size - via the settings screen (F6)
- JDarkRoom remembers the file that you were working on last time
- Support for central-european character sets
- JDarkRoom notifies you if you might have forgotten to save your changes
- Word/line/character count (Ctrl-L)
- Specify a file on the command-line for JDarkRoom to open it at startup
- Text antialiasing (where possible)
- Mouse-wheel scrolling
- Adjustable margins to fit any screen resolution (F9 to reset)
- Auto-save backups - so you never lose your work again
- Text search (F7 / Ctrl-F)
- A command-reminder strip can easily be displayed at the bottom of the screen while writing.

System requirements:
-

Enhancements
- New graphical settings screen.
- Custom graphical file chooser.
- Export via Markdown support.
- Block cursor, flashing cursor.
- Emacs-style key bindings possible.
- Many bug fixes and small tweaks.

<<less
Download (384KB)
Added: 2009-04-18 License: Freeware Price: FREE
205 downloads
PyOSD 0.2.14

PyOSD 0.2.14


Free Python library to make it easy to display on-screen messages PyOSD is a python module for displaying text on your X display, much like the On Screen Displays used on TVs and some monitors more>> Free Python library to make it easy to display on-screen messages

PyOSD is a python module for displaying text on your X display, much like the "On Screen Displays" used on TVs and some monitors.
PyOSD can help you to display the currently playing song in your media player.

System requirements:
- Python

<<less
Download (20KB)
Added: 2009-06-12 License: Freeware Price: FREE
211 downloads
TeXShop 2.14

TeXShop 2.14


TeXShop - TeX front end more>>
TeXShop is a very useful tool, a TeX previewer for Mac OS X, written in Cocoa.

Since pdf is a native file format on OS X, TeXShop uses "pdftex" and "pdflatex" rather than "tex" and "latex" to typeset; these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.

TeX is a typesetting program by Donald Knuth, used extensively in mathematics, computer science, physics, economics, and other fields.

For a history of the development of TeX, see Just What Is TeX. Consult the TeX Users Group Web Site for additional information.

To use TeXShop, you need to learn TeX or LaTeX.
<<less
Download (33MB)
Added: 2007-08-18 License: GPL Price:
809 downloads
Sjitter 0.14

Sjitter 0.14


Sjitter is a command line client/server to measure jitter one way UDP delay and bandwidth. more>>
Sjitter is a command line client/server to measure jitter (based on RFC 1889), one way UDP delay and bandwidth.
Sjitter is a client/server performing tool writen in C. This script is written under the GNU General Public License.
Prerequisites:
The client and the servers date should be synchronise to compute the jitter. You can use the NTP protocol to do this.
The program has been tested on a Linux Operating system (Fedora Core 5). It should works on another Unix and BSD system (MacOS) (you can send me an email if you use the program on another OS).
To compile you need gcc and standards system library.
Enhancements:
- Use timer (-t option)
- Rewrite progress bar procedure
- Man pages
<<less
Download (67KB)
Added: 2007-02-14 License: GPL Price:
984 downloads
CaCMS 0.14.3

CaCMS 0.14.3


Free tool that helps you create a website CaCMS can be seen as a Web Content Management System.CaCMS does not implement all the features of a real full blown content management system more>> Free tool that helps you create a website

CaCMS can be seen as a Web Content Management System.CaCMS does not implement all the features of a real full blown content management system.
CaCMS provides you with an online platform where you can modify and create your website.
One feature that should make CaCMS interesting is, that you can do everything online, that is you start with an empty website and gradually add content to CaCMS or update information which is already there.
This way you become independent of where you are, what computer you are currently using and what data you have at your hands.
Another property of CaCMS which should be stated here is, that it is reasonably simple to understand. This means, that you should be able to understand why things are generated the way they are.

Enhancements
- setting db version to current version if newly created.
- fix: concat several table updates with a semicolon ;.
- member manager: utf-8 in addresses level or group export.
- member manager: title field added.
- member manager: function any added.
- member manager: virtual column functions added.
- member manager: unknown birthday is 1900-01-01.
- member manager: members page: html cleaned.
- member manager: select members by all available functions.
- member manager: virtual function not leader added.

<<less
Download (3.1MB)
Added: 2009-06-12 License: Freeware Price: FREE
194 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5