986 projects tagged "Apache 2.0"
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.
xml-test checks that an XML document is included in another document. It is handy when testing an application's output against a document where element order is different (GData and Atom are examples of specifications where element order is unimportant). It has a relaxed notion of containment: element order is ignored, whitespace is trimmed, comments are ignored, specific elements can be ignored by passing XPath-like paths on the command line, and text nodes (element and attribute content) can be ignored by passing '-notext' on the command line.
Sonatype GWT REST is a "generic" (low-level) fully-compliant (real) REST async client for GWT that avoids "native" GWT RPC completely. It adds "generic" capability to drive any JSON, XML, or plain text-enabled REST Service from GWT client applications. Sonatype Nexus is powered by the restlet.org REST Framework, so this client is usable with all REST services which are backed by the restlet.org Java framework or implement real REST.
Location Source is an implementation of Java's Location API (JSR-179). It is intended to give Java applications access to location data on platforms that do not have a JSR-179 implementation of their own. It currently only runs on Windows Mobile using IBM's WebSphere Everyplace Micro Edition (WEME) 6.1.1 bu can easily be extended to run on other platforms. For example, you could use it on any laptop by tying it into SkyHook's Loci API.
PyreRing is a test runner that executes scripts intended to act as individual test cases. By removing the administrative burden that often surrounds testing, the test author can focus on writing meaningful, direct, and useful test cases. As long as you wrap your test cases with a Unix shell or scripted language wrapper, it will be executed. It allows you to set a timeout value, send reports to email addresses, automatically organize your test cases with filesystem directories or suite files that you define, create automatic suites based on a predefined block in your test scripts, and capture standard out and standard error into a comprehensive log.
CTL is a cross-platform control dispatching tool that makes it easy to automate any kind of distributed systems management or application provisioning task. Rather than writing complex and error-prone scripts that over utilize "for loops", CTL handles the network dispatching for you and allows you to focus on the actual management tasks you need to accomplish. In addition to being a dispatching tool, CTL comes with pre-built cross-platform utilities so you don't have to script actions like file distribution or process and port checking. You can also write your own custom utilities and share them with others in your organization. Custom utilities are defined in XML, and your scripting can be done in multiple scripting languages (Perl, Python, etc.), *nix shell, Windows batch, and/or Ant.
JCatapult is a development platform written in Java. Built for modularization, JCatapult allows developers to build modules such as a blog, content-management system, wiki, or any other reusable set of features and use them across multiple applications. Built on top of open source technologies, JCatapult is a robust and scalable platform. However, it is also agile and lightweight because it uses a convention over configuration approach.