12 projects tagged "interface"
RepoManager offers a minimalistic approach to Web-based management of version control system repositories. Its goal is to simplify effective handling of repository permissions for a large number of users. Using RepoManager, users themselves are able to grant others permissions to use their repositories whenever they want.
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.
Hibersap is a small framework that offers an abstraction layer on top of the SAP Java Connector (JCo). It maps Java classes to SAP function modules using Java Annotations and reduces the technical code to call a function in a SAP back-end system. Hibersap’s API is very similar to Hibernate, thus offering a familiar programming interface to developers of enterprise applications.