Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.177.631 Times

Objective C freeware
Filter: All | Freeware | Demo
 

Objective C

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.989

Ragel State Machine Compiler Ragel State Machine Compiler compiles finite state machines from regular languages into executable C/C++/Objective-C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular...



Platforms: *nix

License: Freeware Size: 532.48 KB Download (175): Ragel State Machine Compiler Download

Added: May 15, 2010 | Visits: 830

AlphaBeta AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-player zero-sum perfect information games in Objective-C. Both fixed-depth and iterative search is supported. I created this project using Xcode, and the project...





Platforms: *nix

License: Freeware Download (112): AlphaBeta Download

Added: May 16, 2010 | Visits: 1.146

Objective Modula-2 Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C. The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge. Objective...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (108): Objective Modula-2 Download

Added: November 22, 2010 | Visits: 1.133

Pantomime Pantomime project provides a set of Objective-C classes that model a mail system. It is fully written in Objective-C (some very small parts in C where performance is critical), and is part of GNUMail.app. Software that uses the Pantomime framework : - Kodak EasyShare - Dejal Simon -...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (107): Pantomime Download

Added: March 22, 2010 | Visits: 1.112

GNUstep Database Library 2 GNUstep Database Library 2 (GDL2) is a set of libraries to map Objective-C objects to rows of relational database management systems (RDBMS). GNUstep Database Library 2 aims to be compatible with Enterprise Objects Framework (EOF) as released with WebObjects 4.5 from Apple Inc..


Platforms: *nix

License: Freeware Size: 593.92 KB Download (105): GNUstep Database Library 2 Download

Added: January 25, 2010 | Visits: 730

EOGenerator EOGenerator is a command-line tool for generating Java and Objective-C EO classes from EOModel file(s) using a different method than Apple's EOModeler. Two classes are generated for each EOEntity: one that is generated every time the EOEntity changes, and a subclass (the real EO class) that is...


Platforms: Mac

License: Freeware Size: 133 KB Download (104): EOGenerator Download

Added: November 10, 2010 | Visits: 912

Oolite Oolite project is a space sim game, written for Mac OS X in Objective C using Cocoa and OpenGL. It was written as my response to the withdrawal of Elite - The New Kind from the internet. Although inspired by the work of Christian Pinder, following David Braben and Ian Bell, the work is an...


Platforms: *nix

License: Freeware Size: 22 MB Download (103): Oolite Download

Added: March 04, 2010 | Visits: 1.249

Portable Object Compiler Portable Object Compiler project consists of a set of Objective-C class libraries and a precompiler (translator) that generates plain C code..


Platforms: *nix

License: Freeware Size: 839.68 KB Download (102): Portable Object Compiler Download

Added: January 25, 2010 | Visits: 422

OCUnit OCUnit is a testing framework for Objective C in the Mac OS X, Mac OS X Server, GNUSTEP, YellowBox/Cocoa and WebObjects/Objective C environments.With OCUnit, testing becomes integrated with development. You can test frameworks, bundles, or applications.


Platforms: Mac

License: Freeware Size: 796 KB Download (100): OCUnit Download

Added: October 26, 2013 | Visits: 600

ObjectiveLib ObjectiveLib is a library for Objective-C that provides a full set of object containers, generic algorithms and binary streams. It provides the same services to Objective-C programmers that the Standard Template Library provides to C++ programmers.


Platforms: Mac

License: Freeware Size: 808.96 KB Download (99): ObjectiveLib Download

Added: January 08, 2010 | Visits: 782

GToolKit GToolKit project is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set. GTK+, which stands for The Gimp Toolkit, is a library for creating graphical user interfaces for the X Window System and MS Win32 (and maybe BeOS in the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): GToolKit Download

Added: February 20, 2010 | Visits: 600

ObjectivePerl ObjectivePerl is an Objective-C style syntax and runtime for perl. SYNOPSIS use ObjectivePerl; @implementation MyClass { $someInstanceVariable; @private: $privateInstanceVariable; @protected: $normalInstanceVariable, $anotherInstanceVariable; } + new { return ~[$super new]; } -...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): ObjectivePerl Download

Added: February 16, 2010 | Visits: 932

objc objc distribution consists of the "VICI", interactive Objective-C debugger and interpreter "objc", the actual compiler. Consists of driver script ("objc") and binary ("objc1"). "objc1" is a precompiler for C. The binary "postlink" is used for preparing tables for runtime initialization....


Platforms: *nix

License: Freeware Size: 880.64 KB Download (95): objc Download

Added: January 25, 2010 | Visits: 728

Drop Compile X Drop Compile compiles and links C, Objective-C and C++ source code files by dropping them on Drop Compile's floating window.


Platforms: Mac

License: Freeware Size: 1023 KB Download (95): Drop Compile X Download

Added: July 07, 2010 | Visits: 690

NSFileHandleExt NSFileHandleExt is an extension for the Objective-C/Cocoa-class NSFileHandle, which is used for handling files and sockets. NSFileHandleExt extension adds the methods +(id)fileHandleWithConnectionToHost:(NSString*)host toPort:(int)port; and -(NSString*)readLine; aswell as...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): NSFileHandleExt Download

Added: March 15, 2010 | Visits: 839

mGSTEP mGSTEP project is an core elements in NeXTs (now Apple) OPENSTEP/Cocoa Objective-C class libraries implementation. The principal design goal is the development of a modular application development framework suitable for use in embedded devices and server appliances running Linux, FreeBSD or...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (90): mGSTEP Download

Added: January 23, 2010 | Visits: 536

distcc distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile. distcc does not require...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (90): distcc Download

Added: July 19, 2010 | Visits: 886

X11Blocks X11Blocks package is an Objective-C Block oriented X Window System Toolkit. X11Blocks is a layer above "Xlib" (version 11) and provides functionality that is similar to the "Xt" (X Intrinsics) and Xaw widget libraries. Whereas much of the X Intrinsics is dedicated to implementing a classing...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (89): X11Blocks Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 521

CDSA/CSSM Ojective-c encryption Wrapper Common Data Security Architecture Objective-C Wrapper Framework - Digest: MD5/SHA-1 - Encryption/Decryption: Symmetric encryption - Utils: Base64 encoding/decoding


Platforms: Mac

License: Freeware Size: 596.25 KB Download (59): CDSA/CSSM Ojective-c encryption Wrapper Download

Added: September 27, 2013 | Visits: 478

CreditCardCheck CreditCardCheck is a Cocoa/Objective-C class to check for the validity of credit card numbers using the Luhn Algorithm


Platforms: Mac

License: Freeware Size: 3.07 KB Download (58): CreditCardCheck Download

1 2 3 4 5 >