RSS 289 projects tagged "Apache 2.0"

No download Website Updated 09 Mar 2013 appassembler-maven-plugin

Screenshot
Pop 49.24
Vit 1.00

appassembler-maven-plugin is a simplified app assembler plugin for Maven.

No download Website Updated 19 Feb 2013 JMapper-Framework

Screenshot
Pop 33.62
Vit 1.14

JMapper-Framework allows you to pass data from one Java Bean to another dynamically with annotations and/or XML. You can create and enrich target objects, apply specific logic to the mapping, automatically manage the XML file, implement the 1-to-N and N-to-1 relationships, implement explicit conversions, apply inherited configurations, and more.

No download No website Updated 26 May 2012 Pyjs

Screenshot
Pop 28.95
Vit 19.13

Pyjs is a Python-to-Javascript compiler and an AJAX widget set for Web application development. It was forked from Pyjamas and was originally a port of Google's Web Toolkit to Python.

Download Website Updated 30 Oct 2012 Funcito

Screenshot
Pop 50.28
Vit 2.64

Funcito is a Java library which simplifies access to your favorite functional programming APIs by wrapping Java methods as the function-type objects defined in those libraries. Rather than creating another functional programming API, Funcito makes it easy to define function-type objects which wrap existing methods. As a result, your code has less noise and clutter of anonymous inner classes, annotations, etc. Your code remains safe for automated refactoring, since there are no String-based reflection or forced naming conventions. The supported frameworks are Google Guava, Jedi, Functional Java, Play! Framework 2, and collections-generic.

Download Website Updated 26 Jan 2012 MinimalModbus

Screenshot
Pop 55.91
Vit 1.63

MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol. Example code includes drivers for Eurotherm and Omega process controllers. The only dependency is the pySerial module. This software supports the ‘Modbus RTU’ serial communication version of the protocol, and is intended for use on Linux, OS X, and Windows platforms. It has been tested with Python2.6, Python2.7, and Python3.2.

No download Website Updated 05 Jul 2012 Lua for IntelliJ IDEA

Screenshot
Pop 54.17
Vit 1.99

Lua for IntelliJ IDEA is a plugin that provides support for semantic aware editing of Lua language programs in IntelliJ IDEA. It includes many useful features such as code formatting, semantic identifier coloring, code inspection and refactoring, and much more.

No download Website Updated 03 Mar 2011 Crawler

Screenshot
Pop 25.42
Vit 1.00

Crawler is a simple Web crawler (or spider). Its main goal is to abstract the boring and error-prone code from your codebase and let you focus on crawling the site. Also, it's quite easy to use.

No download Website Updated 17 Dec 2010 CS::SkipList Library

Screenshot
Pop 21.21
Vit 29.82

CS::SkipList Library is a C++ template library of containers based on skip lists. These containers work like sets and maps, but can also be accessed via numerical index. This collection has vector-like containers where all operations work in logarithmic time. It also has a composite container where you can order the same elements in many different ways at the same time.

No download Website Updated 09 Dec 2010 RepoGuard

Screenshot
Pop 34.93
Vit 1.00

RepoGuard is an advanced validation framework with built-in integrations for several common version control systems. The integration is carried out by utilizing the hook mechanisms each version control system provides. The user may provide configurations that are processed through inversion of control mechanisms. RepoGuard is completely written in the Python programming language, which allows for easy integration of other tools. An extensible command line tool for advanced usage is provided, which allows for comfortable administration.

No download No website Updated 20 May 2010 Prebake

Screenshot
Pop 31.11
Vit 33.37

Build systems fail to scale to large projects when rebuilding a small portion requires stat-ing every project file. Prebake is a build system that uses a long-lived service to hook into the file-system and watch for changes so it can avoid unnecessary I/O for incremental builds. It also solves common problems with Ant and Make: missing dependencies and build cruft from deleted source files. It does away with missing dependencies by doing away with explicit dependencies altogether. Build dependencies are inferred by intersecting globs; if one product takes *.c and produces *.o, and another takes *.o and produces *.lib, then the latter depends on the former. Prebake also gets the benefits of both a declarative build syntax (a la make) and the flexibility of hand coded shell scripts. It uses tightly sandboxed JavaScript and "mobile functions" to get the flexibility of a scripting language with the hard controls on side effects that allow for repeatable builds. In practice, the JS in build files looks declarative, like JSON, but the dynamism is there when you need it.

Screenshot

Project Spotlight

NanoHttpd

A tiny, easily embeddable HTTP server in Java.

Screenshot

Project Spotlight

(R)?ex

A tool to ease the execution of commands on multiple remote servers.