Main > Free Download Search >

Free microsoft framework software for mac

microsoft framework

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1191
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
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
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
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
Microsoft UAM 5.0.11

Microsoft UAM 5.0.11


Microsoft UAM is a great implement that meets all your needs of encrypting the passwords that you use to log into Windows AFP Servers. more>>

Microsoft UAM 5.0.11 is a great implement that meets all your needs of encrypting the passwords that you use to log into Windows AFP Servers. The standard Apple UAM provides only minimal encryption (if any) so your password could easily be intercepted on the LAN or Internet. Although the UAM is not required, it does provide secure encrypted authentication to Windows 2000 Servers running Services For Macintosh.

<<less
Download (57.6KB)
Added: 2002-07-04 License: update/patch Price:
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
Microsoft FrontPage 1.0d

Microsoft FrontPage 1.0d


Y2K fixes for the web publishing software. more>>

Microsoft FrontPage 1.0d is a useful tool designed for non-programmers, yet robust enough even for experienced Web site developers, Microsoft FrontPage 1.0 for the Macintosh is the fast and easy way to create and manage professional quality Web sites.

With easy to use functionality such as WYSIWYG editing, intuitive hyperlink creation and wizards to step you through the creation of your Web site, it has never been easier to publish on the Web.

<<less
Download (1.3MB)
Added: 2000-10-24 License: update/patch Price:
39 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
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
MulleCipher Framework 1.1

MulleCipher Framework 1.1


MulleCipher Framework - Wraps some public domain cryptography more>>
wraps some public domain cryptography implementations in Objective-C. It contains two digest algorithms MD-5, SHA-1 (CRC32 as a build option) as well as two symmetric ciphers Blowfish and Twofish. There is a small test application for Mac OS X that can be used to test the algorithms a bit. Documentation is in a README.rtf file and the various headers.
The digest algortihms have been tested on Mac OS X and passed the tests. So I assume, that they work as expected. The crypto routines encrypt and decrypt correctly. I have not checked that the output is compatible with their respective implementations on Intel machinery, though I assume that it is.
Enhancements:
- Added prebinding, the prebind address is -seg1addr 0x32000000. You can easily change this by changing the link options.
- By default crc32 is not compiled in anymore, because there is already a crc32 routine in libz. If you define BUILD_CRC32 its back in.
- Created project files for the new Project Builder, so you dont have to import the projects yourself.
<<less
Download (173KB)
Added: 2006-04-11 License: Freeware Price:
1292 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
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
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
Microsoft Entourage 10.1.9

Microsoft Entourage 10.1.9


Microsoft Entourage 10.1.9 update contains several improvements to enhance security and stability, including fixes for vulnerabilities that an attacker can use to overwrite the contents of your more>> Microsoft Entourage 10.1.9 update contains several improvements to enhance security and stability, including fixes for vulnerabilities that an attacker can use to overwrite the contents of your computers memory with malicious code. In addition, this update includes all of the improvements released in all previous Office v. X updates.
Requirements:
Entrouage 10.1.x.
<<less
Download (39MB)
Added: 2001-12-06 License: Updater Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5