Main > Free Download Search >

Free framework software for mac

framework

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 599
SMS Framework A4

SMS Framework A4


SMS Framework - Decode SMS messages in PDU format more>>
The SMS Cocoa framework is a Cocoa framework for decoding SMS messages in PDU format.
It is available under the LGPL and hence the full source code is provided. Instructions on how to use the framework are included in the XCode project.
Enhancements:
- Fixed bug that became apparent in 10.4.5 affecting international users.
- Framework is universal.
<<less
Download (103KB)
Added: 2006-03-15 License: Freeware Price:
1338 downloads
DOM Framework 2.0

DOM Framework 2.0


DOM Framework - Cocoa framework for XML data more>>
DOM Framework is a Cocoa framework for manipulating XML-data in applications, similar to JDOM and XOM for Java. Also contains an XML parser, a formatter for pretty-printing XML and XPath-support.
Enhancements:
- Huge API-changes. I have rethought some parts of the framework, and changed added, removed and changed names of methods everywhere. Sorry, but it had to be done. Youll get a ton of build errors if you try to recompile with the new version.
- The core of the framework now consist of a set of protocols that define the DOM API, and a corresponding set of classes that implement that API.
- Rewrote the XPath engine, now compiles expressions. Handles most things, but still a bit short on predicates (although only quite complex predicates, or predicates with functions and calculations in them fail).
- New namespace handling, which works.
- New parser/builder architecture.
- New builder built on top of the widely used XML-parser Expat, as well as a simple plug-in architecture for builders. It works much better than the old CoreFoundation builder.
- Support for alternative implementations of the core node classes, and mixing of implementations.
- The outputter can render elements inlined (no newline before or after).
- Added a document fragment class.
- Added some classes for encapsulation traversals of the DOM tree.
- Rewrote the formatter with the new traversal classes.
- New postprocessor API (for handling things like XInclude).
<<less
Download (1.3MB)
Added: 2006-06-15 License: GPL Price:
1229 downloads
Jdon Framework 5.6

Jdon Framework 5.6


Free and open source Java framework for developers Jdon Framework is a rapid lightweight Java web application framework that combines with Evans DDD and Ioc/AOP that supports POJOs autowiring more>> Free and open source Java framework for developers

Jdon Framework is a rapid lightweight Java web application framework that combines with Evans DDD and Ioc/AOP that supports POJOs autowiring.
Jdon = DDD + IOC/DI + AOP + CRUD + CACHE
NOTE: Jdon Framework is licensed and distributed under the terms of the Apache License V2.0.

System requirements:
-

Enhancements
- Using annotation instead of interfaces such as ModelIF or Poolable.

<<less
Download (22.9MB)
Added: 2009-06-13 License: Freeware Price: FREE
191 downloads
AUGUI Framework 1.7

AUGUI Framework 1.7


AUGUI Framework - set of classes for editing views for Mac OS X Audio Units more>>
The AUGUI framework is a free set of classes to be used to ease development of custom Carbon edit views for Mac OS X Audio Units.
The classes are based on the HIFramework and on the AudioUnit SDK provided by Apple.
Enhancements:
- Support for MIDI Learn
- Control classes updated for using latest HIFramework.
<<less
Download (699KB)
Added: 2005-12-09 License: GPL Price:
1415 downloads
Web Framework 2.0.3

Web Framework 2.0.3


Web Framework - Development framework more>>
Due to the fact that there are enough web framework on the market, the Codewave Framework will not be developed any further. You can still download the Framework including the whole source.

There are too many such frameworks out there and it does not make sense to create new ones each and every day. The current servlet and JSP specifications 2.3 and 2.0 are a great foundation for web application development. Add a simple command processor, strict separation of the different layers and a few other tools and you have got all you need to develop complex web applications.

Development of the framework started in November 2000. In the very beginning the framework was a simple command processor and a logging API. It was just a part of some other project. The framework classes have been extracted and more and more stuff was added until 2004.

The Codewave Framework allows you to build complex web applications based on servlets and JSPs very easily. It gives you the basic infrastructure of a web application and allows you to concentrate on building the buisiness logic. No need to care about a stable technical foundation.

Standard technogoloies are used throughout the whole framework which makes it easy to learn and understand. It also ensures your application always conforms to standards. The framework uses XML configuration files and Jakartas commons logging API. So you decide which logging framework you want to use, Jakartas log4j, the JDKs logging API or something completely different.
<<less
Download (2MB)
Added: 2006-08-11 License: Freeware Price:
674 downloads
STEnum.Framework 1.0

STEnum.Framework 1.0


STEnum.Framework, is an embedable Objective-C framework that adds SmallTalk style enumerations more>> A web-based AJAX education and communication platform for schools including exam functions, messaging system, instance management and much more. The whole platform is extensible and easy to use with an user-friendly user interface.<<less
Download (72KB)
Added: 2005-10-11 License: GPL Price: FREE
183 downloads
PYMIDI Framework 1.1

PYMIDI Framework 1.1


PYMIDI Framework - Set of classes and utility functions for communicating via MIDI more>>
The PYMIDI Framework provides a set of classes and utility functions for communicating via MIDI, both with physical devices (MIDI interfaces, MIDI controllers, etc.) and with other MIDI software.

It provides a nice Objective-C interface to the basics of CoreMIDI while still allowing you to access the underlying CoreMIDI objects for advanced stuff.

It makes a couple of normally difficult things very easy: generating good human readable endpoint names, saving references to endpoints in files, etc.
<<less
Download (181KB)
Added: 2006-06-10 License: Freeware Price:
1233 downloads
LAME Framework 3.97

LAME Framework 3.97


LAME Framework - OS X style framework for LAME functionality more>>
LAME Framework is the Xcode project and source for an OS X style framework to encapsulate LAME MP3 encoder functionality, allowing easy incorporation into OS X applications.
Enhancements:
- updated for final release of 3.97
<<less
Download (241KB)
Added: 2007-08-02 License: Freeware Price:
565 downloads
Template.framework 1.0

Template.framework 1.0


Template.framework - Open source template framework more>>
Template.framework provides a simple Template object for use with parsing template files. It uses only Foundation classes and can be used with command line tools.

It is currently used by StartupItem Manager to create the property list and shell scripts used in the StartupItems it creates.
<<less
Download (537KB)
Added: 2006-04-14 License: Freeware Price:
1294 downloads
SSCrypto.framework 1.0

SSCrypto.framework 1.0


SSCrypto.framework - Crypto framework which uses OpenSSL more>>
Ever wanted to add OpenSSL encryption and decryption to your Cocoa application? Or maybe you just want to do checksums like SHA1 or MD5? Or maybe you want to do both? Maybe you just think the OpenSSL library is kinda ugly to use and wish you had a nice simple open source wrapper around all that? One that can easily be used in commercial software? Well, arent you lucky?

SSCrypto.framework provides a simple wrapper around OpenSSL library functions for encryption, decryption (both symmetric and RSA) and checksums. It also encodes and decodes base64 data. A test tool is included in the project.

Note: There are sample PEM files in the project for use by the test tool: DO NOT USE THEM IN YOUR PROJECTS.
<<less
Download (38KB)
Added: 2006-04-14 License: Freeware Price:
1293 downloads
liba52 Framework 0.7.4

liba52 Framework 0.7.4


liba52 Framework is a Mac OS X Framework for the liba52 AC3 decoder more>>
liba52 Framework is a Mac OS X Framework for the liba52 AC3 decoder.

liba52 provides a low-level interface to decoding audio frames encoded using ATSC standard A/52 aka AC-3. liba52 provides dynamic range compression and downmixing for the following output configurations:

A52_CHANNEL : Dual mono. Two independant mono channels.
A52_CHANNEL1 : First of the two mono channels above.
A52_CHANNEL2 : Second of the two mono channels above.
A52_MONO : Mono.
A52_STEREO : Stereo.
A52_DOLBY : Dolby surround compatible stereo.
A52_3F : 3 front channels (left, center, right)
A52_2F1R : 2 front, 1 rear surround channel (L, R, S)
A52_3F1R : 3 front, 1 rear surround channel (L, C, R, S)
A52_2F2R : 2 front, 2 rear surround channels (L, R, LS, RS)
A52_3F2R : 3 front, 2 rear surround channels (L, C, R, LS, RS)
A52_LFE : Low frequency effects channel. Normally used to connect a subwoofer. Can be combined with any of the above channels.
<<less
Download (40.2KB)
Added: 2007-08-03 License: Freeware Price:
507 downloads
Droplet Framework 1.0.2

Droplet Framework 1.0.2


Droplet Framework - A framework for creating AppleScript Droplets more>>
The Droplet Framework script is a framework for creating AppleScript Droplets. The template provides all of the code for parsing the dragged-on files (you just add your file processing functions).

The framework is in the form of a Script Editor stationary file. Also included are some example droplets, all built on the framework in under a minute each.

<<less
Download (103KB)
Added: 2006-05-25 License: Freeware Price:
1251 downloads
QALL-ME Framework 0.9.5

QALL-ME Framework 0.9.5


SOA based framework for Mac OS X QALL-ME Framework is a SOA-based framework for mutlilingual question answering (QA) systems that answer natural language questions with the help of a domain ontology more>> SOA based framework for Mac OS X

QALL-ME Framework is a SOA-based framework for mutlilingual question answering (QA) systems that answer natural language questions with the help of a domain ontology and structured answer data sources from freely specifiable domains.

Note: QALL-ME Framework can be distributed only under the terms of the Apache License.

Enhancements
- Improve internal structure of the file release package (#8, Iustin Dornescu, Christian Spurk)
- Fix for MS Internet Explorer not recognizing the encoding of documentation pages (#9, Christian Spurk)
- NEWS file added (Christian Spurk)

<<less
Download (0KB)
Added: 2009-06-15 License: Freeware Price: FREE
191 downloads
Migration Framework 1.2.0

Migration Framework 1.2.0


An application and development framework to support import and export processes more>>
Migration Framework 1.2.0 provides you with an outstanding and powerful application and development framework which is designed to support import and export processes for virtually every system. Migration Framework is built around a pipeline of Java plugins.

Enhancements: This package contains the main components of the framework (the Pipeline) along with some basic plugins.

<<less
Download (9.3MB)
Added: 2009-05-11 License: GPL Price: FREE
11 downloads
JavaFrameworkMaker 0.4

JavaFrameworkMaker 0.4


JavaFrameworkMaker - Wraps JAR files into a framework directory structure (OS X Server) more>>
JavaFrameworkMaker enables you to create frameworks for Mac OS X Server or Mac OS X from a Java JAR file.

The benefit of wrapping jar files in Frameworks is that you do not have to worry about setting CLASSPATH correctly, as the Framework handling of PBProject and the runtime does it automatically for you.
<<less
Download (195KB)
Added: 2006-04-11 License: Freeware Price:
1297 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5