8 projects tagged "Apache 2.0"
DSFoundation is a foundation enhancement library for Objective-C. It includes an IOC (Inversion of Control) container, translation (serialization and conversion) to and from Objects, YAML, and XML, automatic KVC adaptation and compliance, logging through an integrated Log4Cocoa, regular expression extensions, and much more.
Unlike other Java to Objective-C solutions, Java-Objective-C Bridge doesn't require any code generation of class stubs. It allows you to use any Objective-C libraries and frameworks from Java without having to write any native code. In addition to being able to use Objective-C objects, it allows you to pass Java objects to the objective-c runtime as delegates, so that you can write an entire Cocoa application in Java. The bridge provides 3 levels of abstraction. At the lowest level, it provides wrappers around the Objective-C runtime functions. At a slightly higher level of abstraction, it provides a procedural API to send messages to the Objective-C runtime. At the highest level of abstraction, it provides a Proxy class that serves as a wrapper around any Objective-C object that allows you to work with it in Java almost the same as if you were in Objective-C.
LibRCrypt is an Objective C library for complex data encryption based on Rubik's Cubes. The idea's pretty simple: If you represent data as the squares on a Rubik's Cube, you can apply transformations to the data and get back encrypted data, all of which is commutatitive. Just as a Rubik's Cube can be solved if you know all of the moves, this data can be "unwound", so to speak, if you know all of the transforms applied, but the encryption is even deeper than that. A cube can only cover (9 squares per face x 6 faces) 54 significant bits of data. Therefore, compressed data must be composed of multiple (even thousands) of Rubik's Cubes.
PSArborTouch is a particle / spring physics engine optimized for 2D content layout and eye-catching visual effects. The goal is to build a high-quality physics based graph layout engine designed specifically for Mac OS X and iOS. The inspiration / structure comes from arbor, a dynamic and well structured JavaScript engine for the same purpose. PSArborTouch is a graph visualization library built with GCD and Objective-C. Rather than trying to be an all-encompassing framework, it provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling. It leaves the actual screen-drawing to you. This means you can use it with Quartz, Core Animation, or even positioned UIView's; whatever display approach is appropriate for your project and your performance needs. As a result, the code you write with it can be focused on the things that make your project unique (the graph data and your visual style) rather than spending time on the physics math that makes the layouts possible.
J2ObjC is a tool from Google that translates Java code to Objective-C for the iOS platform. It enables Java code to be part of an iOS build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as data access or application logic) in Java, which can then be shared by Web apps using GWT, Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required by client-side application developers, including exceptions, inner and anonymous classes, generic types, threads, and reflection. JUnit test translation and execution are also supported.
OFXKit is an Objective-C framework for parsing OFX files into a class hierarchy. Since OFXKit is a native Cocoa framework, Mac OS X development technologies can be easily used with OFXKit. Its main features include OFX 1.x and 2.x support, banking, loan, and investment message sets, and creation of OFX request documents for the "Direct-Connect" feature of many banking Web sites.
A fast Ada implementation of R-like data objects, UUIDs, and simplified API.