RSS 837 projects tagged "Apache 2.0"

No download No website Updated 16 Jun 2009 tagEventor

Screenshot
Pop 17.66
Vit 37.86

TagEventor is a project to enable radically simple computer usage by creating physical-object-based user interfaces. It does this using commercially available (and relatively cheap), standardized RFID technology in the form of small, simple USB connected contacted card/tag readers and small, cheap tags. The project was started based on products available from the "touchatag" company, which has clients for Windows and Mac, and run their own Web service to enable many interesting Web-based applications. However, no simple, lightweight Linux client was available, and the Web focus meant that some client-focused functionality was not possible. The software is currently a daemon that monitors the presence of one or more RFID tags on a connected reader and generates "system events" when tags are placed on it or removed from it.

No download No website Updated 01 Apr 2010 JaQLib

Screenshot
Pop 17.55
Vit 33.81

JaqLib is a compact Java library that supports programmers in querying all sorts of collections and databases in a compact and intuitive manner. For example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection).where(myCondition).asList().

Download Website Updated 13 May 2007 dao-zero

Screenshot
Pop 17.49
Vit 2.86

dao-zero is a tiny Java bean used to reduce the source of a persistence tier based on Spring's iBatis support. The usual way to use iBatis in Spring is to write code and invoke the iBatis API explicitly. dao-zero invokes the iBatis API for the developer automatically, without the need to write implementation code. It will implement DAO interfaces automatically and invoke iBatis SQL mapped statements for you. You can use it to replace your DAO bean class directly.

No download Website Updated 05 Jul 2009 Watermarker

Screenshot
Pop 17.44
Vit 37.60

Watermarker's primary purpose is to process photos from master files into publication-ready files, including a custom "watermark" (semi-transparent text), which could be a copyright notice or another form of attribution.

No download Website Updated 27 Oct 2010 System Watchdog

Screenshot
Pop 17.41
Vit 30.58

System Watchdog is a program that is designed to monitor a collection of Linux systems. It is configured to collect data on each monitored system at 5-minute intervals and build historical graphs using RRDTool. By default, it will gather statistics on CPU, memory, disk, and network usage. It also will attempt to monitor temperature and power settings. System Watchdog uses the paramiko module to ssh to all monitored systems. To access monitored systems, threads are implemented to access each remote host. After all threads have completed, watchdog will build a summary landing page to display the current status of each host, with links to a hardware inventory and resource graphs of each host.

No download Website Updated 11 Aug 2009 Profiler4j Fork

Screenshot
Pop 17.35
Vit 37.29

Profiler4J Fork is a fork of the official Profiler4j project by Antonio S. R. Gomes. This fork adds the ability to save and load snapshots, to export the call graph as a picture, to have each snapshot dumped to disk automatically, and more.

No download Website Updated 15 Apr 2011 MQRC2-GUI

Screenshot
Pop 17.35
Vit 27.65

MQRC2-GUI is an application that can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere MQ Messages manual. MQRC2-GUI requires Java Runtime Environment (JRE) 1.4 or higher and can run on any platform that has a JRE or JDK installed.

No download No website Updated 16 Dec 2009 treap.py

Screenshot
Pop 17.32
Vit 35.36

treap.py is a treap implementation for Python. A treap is a hybrid of a binary tree and a binary heap that is self-balancing and is O(nlog2(n)) for most operations, including deleting a value, inserting a value, finding the least value, and finding the greatest value. This particular treap implementation looks like a dictionary to the caller, but it also supports getting an ordered list (forward or reverse) in O(n) time. The code is available as pure Python (should run on about any Python implementation supporting generators, but was tested on CPython 2.6) or as part Python and part Cython for performance. The version with Cython should run on CPython or Unladen Swallow, but was only tested on CPython 2.6.

Download Website Updated 29 May 2009 Chaplin ACT

Screenshot
Pop 17.18
Vit 38.09

Chaplin ACT is a Java class transformer which brings several modern language concepts into Java: contexts, composites, roles, traits (mixins), runtime type conversion, dynamic method signatures, method and field aggregators, etc. Using these concepts makes designing loosely-coupled applications and writing cohesive code easier. Chaplin can work either as a JVM agent or as a post-compilation class transformer. It does not introduce any new syntax. All functionality is implemented by means of the standard Java language elements.

Download Website Updated 12 Jan 2003 Houston

Screenshot
Pop 17.15
Vit 1.00

Houston is an open-source, lightweight status and logging toolkit offering a plug-in architecture to let you choose the underlying, industry-strength logging toolkit such as Apache log4j or Java 1.4's built-in java.util.logging toolkit.

Screenshot

Project Spotlight

GRAL

A Java plotting library.

Screenshot

Project Spotlight

HGL Suite

A compiler/interpreter suite for developing images.