Main > Free Download Search >

Free conceptual framework software for mac

conceptual framework

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 613
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
BDControl.framework 1.0.5

BDControl.framework 1.0.5


BDControl.framework is a simple to use, yet sophisticated utility which supplies some of the useful functionality that used to be provided as part of EOFs EOControl framework. more>>

BDControl.framework 1.0.5 is a simple to use, yet sophisticated utility which supplies some of the useful functionality that used to be provided as part of EOF's EOControl framework. Specifically, in version 1.0.5, BDControl provides qualifiers and sort orderings. No other EOF functionality is provided at this time.

<<less
Download (160.2KB)
Added: 2003-10-19 License: Freeware Price:
downloads
CocoaScriptMenu.Framework 1.0

CocoaScriptMenu.Framework 1.0


CocoaScriptMenu.Framework, is an embedable Objective-C framework that adds a Script Menu to any Cocoa Application that uses it more>>
CocoaScriptMenu.Framework, is an embedable Objective-C framework that adds a "Script Menu" (as seen in iTunes/DVD Player/Xcode) to any Cocoa Application that uses it. Most Likely requires Mac OS X 10.4, but actually might work with 10.3 (but I havent tested). Default usage requires only two lines of code added to add the feature. Tri-Licensed under the MPL/LGPL/GPL.


<<less
Download (133KB)
Added: 2005-10-11 License: GPL Price:
1473 downloads
 
Other version of CocoaScriptMenu.Framework
CocoaScriptMenu.Framework 1.0James Tuley - CocoaScriptMenu.Framework, is an embedable Objective-C framework that adds a Script Menu to ... CocoaScriptMenu.Framework. Download the trial
Price: FREE
License:GPL
Download (133KB)
195 downloads
Added: 2005-10-11
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
BDControl.framework X 1.0.5

BDControl.framework X 1.0.5


BDControl.framework X - Obj-C tool with sort ordering/qualifiers more>>
The BDControl Framework supplies some of the useful functionality that used to be provided as part of EOFs EOControl framework.
Specifically, in version 1.0.5, BDControl provides qualifiers and sort orderings. No other EOF functionality is provided at this time.
The disk image contains both a binary release and the complete source code. The BDControl Framework is Open Source, covered by a BSD-style license.
HTML documentation is provided within the BDControl Framework. The BDQualifier and BDSortOrdering classes should be drop-in replacements for EOQualifier and EOSortOrdering in most cases.
Enhancements:
- Major Change: Now uses an install path of @executable_path/../Frameworks. This means the framework expects to be bundled into your application, rather than in /Library/Frameworks. You should still keep your development copy in /Library/Frameworks or in ~/Library/Frameworks of course.
- Major Change: Now built with MACOSX_DEPLOYMENT_TARGET set to 10.2. This means that the framework now expects to be run on Mac OS X 10.2 or later. You should still be able to build it for 10.1 if you need to though.
- Changed the signature of -[BDQualifier count] to return an usigned rather than an int. This matches -[NSArray count] and makes the compiler not complain about mismatched prototypes.
- Built with the December 2002 release of the Mac OS X Developer Tools, on Mac OS X 10.2.6.
- Added missing documentation on categories and exception.
- Changed sorting to use BSD mergesort(3) instead of -[NSArray sortedArrayUsingFunction:inContext:] and its mutable equivalent, because these sorts arent guaranteed to be stable. This shouldnt affect behavior but it may affect performance, since using mergesort(3) requires at least two copies.
<<less
Download (73KB)
Added: 2006-01-10 License: Freeware Price:
1382 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
Application Framework 1.0

Application Framework 1.0


Application Framework - Starting point for applications with multiple document windows more>>
Do you need a starting point for a application that uses multiple document windows?

Do you want to maintain a menu that shows a list of the open windows?

Do you have documents that you need to save when closed and thus need to write code that asks the user whether he wants to save, discard or cancel?

Then get TTs App Frame. It is a RB1 compatible project with documented source code that takes care of all this for you.

<<less
Download (10KB)
Added: 2006-06-30 License: Freeware Price:
1213 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
Bug Reporter Framework 1.1

Bug Reporter Framework 1.1


Bug Reporter Framework is designed to be a helpful program in which email support has been added. more>>

Bug Reporter Framework 1.1 is designed to be a helpful program in which email support has been added. This prevents users from sending multiple empty emails or "Playing" with the reporter.

<<less
Download (126KB)
Added: 2003-10-01 License: Freeware Price:
downloads
 
Other version of Bug Reporter Framework
Bug Reporter Framework 1.1Bug Reporter contains a framework package that allows you to build a ...Bug Reporter contains a framework package that allows you to build a bug
License:Free
Download (126K)
downloads
Added: 2003-10-02
CoreVF Framework SDK 0.1.8

CoreVF Framework SDK 0.1.8


The developer CoreVF SDK, a simple video image filter engine framework CoreVF Framework SDK is a developer preview of CoreVF, simple video image filter engine SDK more>> The developer CoreVF SDK, a simple video image filter engine framework

CoreVF Framework SDK is a developer preview of CoreVF, simple video image filter engine SDK.
Example plug-in, test(SDK template), frameskip(LGPL) are inclded. Some GPLed filter ports are also available. (yadif, postproc)
CoreVF Framework SDK currently provides only planar YUV 420.

Enhancements
- leakkerneldeint: Initial release. Port of leankerneldeint AviSynth filter. / CoreVF Framework: Support c-style comment(/*...*/) in param string. / yadif,dgbob,conv422420: Update for odd height handling.

<<less
Download (2MB)
Added: 2009-06-13 License: Freeware Price: FREE
202 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
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
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
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5