16 projects tagged "Apache 2.0"
Jim (Java Image Manager) is a program for managing your personal images (photos, etc.). While Jim is really easy to use, its tagging technology is quite powerful. A plugin system makes it easy extensible with new technologies. It runs on several operating systems (including Windows, Linux and many more); all you need is a Java Runtime Environment.
Pyjamas-Desktop is a cross-platform framework and application widget set, based on WebKit. It is similar to Python-Qt4 and Python-Gtk2, except it is much easier to use and is more powerful. Pyjamas-Desktop allows you to not only create your application with a simple widget set but also to mix in CSS stylesheets, full HTML, load and run Web pages, load plugins that conform to the NSAPI such as Adobe Flash, and execute JavaScript. It is a port of Pyjamas to the desktop, so applications written for Pyjamas can also be run unmodified under Pyjamas-Desktop.
ScenePainter is a program for creating comics by (re-)arranging prefabricated graphic elements, taken from a media library. It can also be used as a developer tool for programmers and artists that are building games using threering's nenya library. Currently, ScenePainter does not ship with resourcefiles of its own, but is able to extract graphics from the games "Puzzle Pirates" and "Bang Howdy" by three rings design, inc. These graphics however, are copyrigthed materials and require permission to be used (e.g. for creating fan art).
Imageprot splits a JPEG or PNG image into small sub-images and creates an HTML page that assembles them back into the complete, original image in a Web browser. You can use this tool to simply protect your images from the "Save Image As" action and browser cache exploring. There is an option to generate random sub-image names, so it is hard to build the original image without analysing HTML code. This program, for obvious reasons, does not protect from downloading your image via the screen capture functionality present in most modern operating systems.
The ZK Mobile is a ZK extension that enables ZK applications to run on mobile devices with little programming. With the event-driven components and a markup language, programming is as simple as programming desktops and designing screens is as easy as authoring HTML pages. No JavaME prerequisite is required.
Flickcurl is a C library for calling the Flickr Web service API. It handles the API signing, token management, and parameter encoding and decoding, resulting in C functions for the Web services APIs. It uses libcurl to call the REST Web service, and libxml2 to manipulate the XML responses. The library supports reading photo, tag, and comments information, the photo upload and searching APIs, and writing tags and comments. It provides utilities such as "flickcurl" to exercise the API and "flickrdf" to get RDF metadata descriptions out of photos, tags, and machine tags.
Kabeja is a Java library for parsing CAD data (i.e. Autodesk's DXF format) and converting to SVG (dxf2svg). You can use Kabeja from the command line or embed it into your application. It includes a plain DXF2SVGViewer and integration into the Cocoon XML Web development framework and the Inkscape SVG editor.