Main > Free Download Search >

Free collection classes software for mac

collection classes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1659
RbApp 2.3

RbApp 2.3


RbApp is such a necessary program which provides a platform-neutral collection of REALbasic classes that help programmers create industrial strength applications on Macintosh and Windows. more>>

RbApp 2.3 is such a necessary program which provides a platform-neutral collection of REALbasic classes that help programmers create industrial strength applications on Macintosh and Windows.

Major Features:

  1. Use RbGrid for a flexible, scaleable grid component with powerful programming control.
  2. Use RbChart for dynamic charts, graphs and tables with minimal programming.
  3. Use RbEdit for text editingfor large files with undo/redo, find/replace and print.
  4. Use RbView for powerful page layout built on the REALbasic drawing environment.
  5. Use RbCommand for undo/redo menu and mouse commands.
  6. Use RbPalette for tool bars and palettes on any platform.
  7. Use RbStringList for string list management to simplify and optimize code.
  8. Use RbXML to read and write any data as XML.
  9. Use RbHelp for QuickHelp integration of interactive application help.
  10. Use RbQuickLicense for QuickLicense support of software protection and license management.
  11. Use RbLibrary for text editing, file management, report building and color management routines.
  12. The RbApp Developer's Guide shows how to setup and use the properties and methods of each class. Sample projects are included.
  13. An RbApp license covers all platforms and includes royalty-free distribution rights to include RbApp code compiled into your applications.
Requirements: REALbasic 2009R3 or later
<<less
Download (35.1MB)
Added: 2009-10-14 License: update/patch Price: $295.00
downloads
FSClass 3.0

FSClass 3.0


FSClass 3.0 comes as the latest version of this a meta-class which allows new classes to be created directly in F-Script programs, using F-Script code to implement methods, without adding any new keywords or syntax to the language. more>>

FSClass 3.0 comes as the latest version of this a 'meta-class' which allows new classes to be created directly in F-Script programs, using F-Script code to implement methods, without adding any new keywords or syntax to the language.

Classes created in this manner are full-fledged Cocoa classes, and instances of them can beused like any other Cocoa object. The 3.0 release of FSClass features numerous new bug fixes, a completely redesigned internal architecture, better handling of Objective-C categories, and compatibility with OS X 10.5 Leopard and F-Script 2.0.

Major Features:

  1. FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. Methods are implemented with F-Script Blocks, and data is stored as Cocoa-compliant Key-Value properties.
  2. FSClass creates 100% real Cocoa classes; if you use FSClass to create a class 'Foobar', then Foobar will be a fully legitimate class like NSObject or NSString. Method calling is very efficient: in most cases, the FSClass framework inserts only a handful of instructions between the invocation of the method in F-Script and the execution of the Block that implements the method.
  3. To create a class in F-Script, we first create a new "class object", then add properties and methods directly to it. Individual objects are created by asking the class object for a new instance. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically.

Enhancements:

  • Now compatible with 64-bit PowerPC and x86
  • Makes mandatory use of garbage collection
  • Changed the API for superclass method invocation to fix bugs and accommodate the new super keyword
  • Brand new internal architecture
  • Class methods and properties are now correctly inherited
  • Faster dispatching of class methods and class property access
  • Proxies for Objective-C classes no longer need to be created; the class objects may be used directly
  • Fixed problems with using fast-ivars classes in the fscript Unix interpreter
  • The class method newInstance is now deprecated; use alloc init instead
  • The methods parentClass, subClasses, className, and description have been removed in favor of the equivalent Foundation methods

Requirements: F-Script 2.0

<<less
Download (512.7K)
Added: 2009-09-12 License: Freeware Price:
downloads
CImg Library 1.3.1

CImg Library 1.3.1


Free and open source C++ toolkit for image processing CImg defines simple classes and methods aimed at manipulating generic images in your own C++ code: load/save various file formats, access pixel more>> <<less
Download (7.6MB)
Added: 2009-06-26 License: Freeware Price: FREE
187 downloads
WBC iTunes Scripts Collection 1.8.3

WBC iTunes Scripts Collection 1.8.3


For Salling Clicker, QuicKeys, iKey. more>>

WBC iTunes Scripts Collection 1.8.3 is designed to be a set of scripts that work with iTunes, in conjunction with other programs. WBC is releasing this iTunes Scripts Collection as one large collection in the interests of convenience .

Contains:

  • WBC iTunes Suite for Salling Clicker (from now on to be distributed as part of this collection)
  • WBC iTunes Hot Keys Set (for QuicKeys or other Hot Keys program)
  • WBC iTunes Scripts for Big Cat
  • WBC iTunes Meets GeekTool
  • WBC Grab Bag scripts (mostly for ID3 tag clean-up + other miscellaneous scripts)
<<less
Download (2.6MB)
Added: 2009-06-17 License: Freeware Price:
12 downloads
 
Other version of WBC iTunes Scripts Collection
WBC iTunes Scripts Collection 1.8.2WBC iTunes Scripts Collection - Scripts that work with iTunes. WBC iTunes Scripts Collection 1 ... collection in the interests of convenience (yours and ours!) Main features: - WBC iTunes Suite
License:Freeware
Download (2.5MB)
960 downloads
Added: 2007-03-12
Amsonia 1.0

Amsonia 1.0


A complete library of high-speed java collection classes more>>
Amsonia 1.0 is yet another extremely useful utility for programmers. It is actually a complete library of high-speed java collection classes to complement existing classes with new and advanced algorithms. Amsonia complements standard J2SE classes and Jakarta commons classes.

Enhancements: Fri Dec 26 2008

  • Contains full source code including JUnit tests, JavaDoc and separate step-by-step user manual.

Requirements:

  • Mac OS X
<<less
Download (53.5MB)
Added: 2009-05-12 License: Freeware Price: FREE
11 downloads
Werkzeug 0.5

Werkzeug 0.5


The Swiss Army knife of Python web development more>>
Werkzeug 0.5 provides you an excellent and perfect product which was started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. Werkzeug includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. Werkzeug doesn't even enforce a specific way of handling requests and will just leave all that up to the developer. Werkzeug is most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).

Major Features:

  1. Unicode awareness
  2. Request and response objects
  3. Various utility functions for dealing with HTTP headers such as Accept and Cache-Control headers.
  4. Thread local objects with proper cleanup at request end
  5. An interactive debugger
  6. Wrapper around wsgiref that works around some of the limitations and bugs, adds threading and fork support for test environments and adds an automatic reloader.
  7. A flexible URL routing system with REST support.
  8. Fully WSGI compatible

Enhancements:

  • Requires Python 2.4 now
  • Fixed a bug in :class:`~contrib.IterIO`
  • Added :class:`MIMEAccept` and :class:`CharsetAccept` that work like the regular :class:`Accept` but have extra special normalization for mimetypes and charsets and extra convenience methods.
  • Switched the serving system from wsgiref to something homebrew.
  • The :class:`Client` now supports cookies.
  • Added the :mod:`~werkzeug.contrib.fixers` module with various fixes for webserver bugs and hosting setup side-effects.
  • Added :mod:`werkzeug.contrib.wrappers`
  • Added :func:`is_hop_by_hop_header`
  • Added :func:`is_entity_header`
  • Added :func:`remove_hop_by_hop_headers`
  • Added :func:`pop_path_info`
  • Added :func:`peek_path_info`
  • Added :func:`wrap_file` and :class:`FileWrapper`
  • Moved `LimitedStream` from the contrib package into the regular werkzeug one and changed the default behavior to raise exceptions rather than stopping without warning. The old class will stick in the module until 0.6.
  • Implemented experimental multipart parser that replaces the old CGI hack.
  • Added :func:`dump_options_header` and :func:`parse_options_header`
  • Added :func:`quote_header_value` and :func:`unquote_header_value`
  • :func:`url_encode` and :func:`url_decode` now accept a separator argument to switch between `&` and `;` as pair separator. The magic switch is no longer in place.
  • All form data parsing functions as well as the :class:`BaseRequest` object have parameters (or attributes) to limit the number of incoming bytes (either totally or per field).
  • Added :class:`LanguageAccept`
  • Request objects are now enforced to be read only for all collections.
  • Added many new collection classes, refactored collections in general.
  • Test support was refactored, semi-undocumented `werkzeug.test.File` was replaced by :class:`werkzeug.FileStorage`.
  • :class:`EnvironBuilder` was added and unifies the previous distinct :func:`create_environ`, :class:`Client` and :meth:`BaseRequest.from_values`. They all work the same now which is less confusing.
  • Officially documented imports from the internal modules as undefined behavior. These modules were never exposed as public interfaces.
  • Removed `FileStorage.__len__` which previously made the object falsy for browsers not sending the content length which all browsers do.
  • :class:`SharedDataMiddleware` uses `wrap_file` now and has a configurable cache timeout.
  • Added :class:`CommonRequestDescriptorsMixin`
  • Added :attr:`CommonResponseDescriptorsMixin.mimetype_params`
  • Added :mod:`werkzeug.contrib.lint`
  • Added `passthrough_errors` to `run_simple`.
  • Added `secure_filename`
  • Added :func:`make_line_iter`
  • :class:`MultiDict` copies now instead of revealing internal lists to the caller for `getlist` and iteration functions that return lists.
  • Added :attr:`follow_redirect` to the :func:`open` of :class:`Client`.
  • Added support for `extra_files` in :func:`~werkzeug.script.make_runserver`
<<less
Download (1.5MB)
Added: 2009-04-27 License: Freeware Price: FREE
15 downloads
GCPaletteView

GCPaletteView


General Purpose Dockable Palettes Classes more>> General Purpose Dockable Palettes Classes

GCPaletteView is a free project that contains classes for implementing a general purpose dockable palettes scheme for applications needing to display and manage a number of inspectors or other floating control panels.

System requirements:
- Xcode

<<less
Download (101KB)
Added: 2009-03-30 License: Freeware Price: FREE
193 downloads
Biferno 1.6

Biferno 1.6


Biferno is considered as a free new generation, Cross Platform Web Scripting Language allowing developers the rapid implementation of dynamic Web applications and of Web sites that offer a high degree of user interactivity. more>> Biferno 1.6 is considered as a free new generation, Cross Platform Web Scripting Language allowing developers the rapid implementation of dynamic Web applications and of Web sites that offer a high degree of user interactivity.

Biferno is a Web server add-on module that allows dynamic generation of HTML pages. The result of the processing of the Biferno code by the server determines the page content.

A Biferno script is therefore a server-side script, i.e. the Web server is tasked with code processing. Biferno is currently implemented only as an interpreted language, but Tabasoft is developing a compiler that will be soon released.

Biferno is also a "HTML-embedded" language. Scripts can be written in pure Biferno language, but can also contain HTML code segments between Biferno code blocks.

Major Features:

  1. Open Source
    • The complete source code is available and distribuited under the GPL license.
  2. Object Orientation
    • All variables in Biferno are class instances. This allows developers to write more readable and modular code that can easily be reused in different projects.
  3. Efficiency
    • The Biferno interpreter is completely written in the C language and optimization of execution speed has been a constant goal throughout the development process.
  4. Portability
    • One of the main problems for Web site developers is the maze of different platforms (operating systems, Web servers, databases) and their incompatibilities. Biferno's system independence allows to migrate a whole site from a platform to a new one with minimal effort.
  5. Extendibility
    • A complete public C interface and a downloadable SDK will soon be released, allowing developers to write their own Biferno classes. All Biferno classes (ranging from int to string to file) are based on this interface.

Enhancements:

  • Change
    • Err_IllegalDestructor
    • Persistent variables
  • Crash Bug Fixes
    • Memory crash reporting error
  • Bug Fixes
    • Expanding an array
    • Bad error Err_IllegalConstantExpression
    • Super object and fixed size
    • Err_IllegalScopeForObject
    • Array in multiple statements line
    • Conditional expressions
    • Threads timeout
  • Changes
    • Copying file variables
    • fKeepCon and IIS Windows
    • Check that "Allow IIS to control password" in IIS Admin is not checked.
  • Enhancements
    • Leopard MacOSX
    • Dynamic Charset
    • Undef on variables of class extending another class
    • CurScript GetIncludeStack
    • Object GetSuper
    • StackItem includeIndex and thisObj
    • Parameter onlyArguments in GetTotVariables
    • Class collection
    • Added BAPI_GetIncludeStack and BAPI_GetListTotVariablesExt
    • Debug page
  • Error report enanchements
    • Biferno Bad Urls Errors

Requirements:

  • Mac OS X 10.1 or later.
<<less
Download (3.8MB)
Added: 2008-12-09 License: Free Price:
downloads
Display Overlord Classes 3.0.2

Display Overlord Classes 3.0.2


Display Overlord Classes is such a professional and useful tool that adds methods and classes to gather video device capabilities and capture displays, providing full screen environments suitable for games, multimedia presentations, or kiosk applications. more>> <<less
Download (45K)
Added: 2008-07-19 License: Free Price:
downloads
 
Other version of Display Overlord Classes
Display Overlord Classes 3.0.2must- have tool which adds methods and classes to gather video device capabilities and capture ... and classes to gather video device capabilities and capture displays, providing full screen
License:Freeware
Download (44KB)
downloads
Added: 2008-07-19
Decent Desktop Collection 01 1.0

Decent Desktop Collection 01 1.0


Nine desktop wallpapers in different grey tones with a subtle grain. Resolution: 1680 x 1050 (optimized for the 20 inch Cinema Display). more>>


Nine desktop wallpapers in different grey tones with a subtle grain. Resolution: 1680 x 1050 (optimized for the 20 inch Cinema Display).

<<less
Download (5.6MB)
Added: 2008-06-18 License: Freeware Price:
10 downloads
Hawaii Flower Screensaver Collection 1.0

Hawaii Flower Screensaver Collection 1.0


I took these images at Maui Hawaii. I found them scattered from mountain top all the way down to the coast of Wailea. more>>


I took these images at Maui Hawaii. I found them scattered from mountain top all the way down to the coast of Wailea.

<<less
Download (17.4MB)
Added: 2008-05-21 License: Freeware Price:
10 downloads
SciFi Movies 0.1

SciFi Movies 0.1


SciFi Movies - Mac widget that will allow you to watch Sci-Fi movies in your Dashboard around the clock more>> HSharableResource is a Metrowerks PowerPlant inherited class that implements simple garbage collection for Mac OS Resources. Using LSharable and TSharablePtr, the concept of reference counting makes this all possible. HSharableResource strives for minimal reliance upon PowerPlant and could possibly be used in non-PowerPlant contexts.
HSharablePicture is a variant upon PowerPlants LPicture class. It utilizes HSharableResource to manage the PICT resource so it can clean up after itself.
The distribution contains the HSharableResource source, the HSharablePicture source, a CTYP file for HSharablePicture, and a small demonstration application. The files in the archive were created with CodeWarrior Professional 1.
<<less
Download (378KB)
Added: 2008-04-03 License: Freeware Price: FREE
193 downloads
Back To The Future Icon Collection 3.0

Back To The Future Icon Collection 3.0


I present to you the second of two (maybe three) collections of “Leopard-compatible” Icon Sets based on the Back To The Future Movie Trilogy. more>> <<less
Download (43.4MB)
Added: 2007-11-13 License: Freeware Price:
14 downloads
Quark Print Collection 1.1

Quark Print Collection 1.1


Quark Print Collection is developed to be a versatile program which is packed with prepress tools for QuarkXPress 7 and Adobe Acrobat 7, the industry s most popular publishing applications. more>>

Quark Print Collection 1.1 is developed to be a versatile program which is packed with prepress tools for QuarkXPress 7 and Adobe Acrobat 7, the industry' s most popular publishing applications. The intuitive Quark Print Collection user interface allows you to impose native QuarkXPress layouts or PDF files quickly and simply. Extensive pagination options and advanced control over settings such as bleed and creep provide flexibility and ensure quality. Preview your impositions on screen before printing to verify accuracy and prevent wastage. Maximize efficiency by saving frequently used imposition settings to use again or share with others.

Quark Print Collection also includes XTensions software for QuarkXPress 7 that lets you create custom printer marks such as registration targets, color bars, text slugs and even logos. These marks can be applied to individual items or entire pages.

<<less
Added: 2007-09-24 License: update/patch Price:
downloads
 
Other version of Quark Print Collection
Quark Print Collection 1.01Quark Inc - Quark Print Collection offers you a complete and feature-packed set of prepress tools which is
Price: FREE
License:Updater
Download (44.4MB)
1 downloads
Added: 2007-09-22
jMovieBase 0.1.2.14

jMovieBase 0.1.2.14


jMovieBase - cross-platform movie collection manager more>>
jMovieBase - cross-platform movie collection manager. With jMovieBase you will be able to organize your own movie collection using many jMB features and friendly interface.
<<less
Download (155KB)
Added: 2007-08-14 License: GPL Price:
801 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5