163 projects tagged "Apache 2.0"
Gerrit is a Web-based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display and allowing inline comments to be added by any reviewer. Gerrit simplifies Git-based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged by hand by the project maintainer. This functionality enables a more centralized usage of Git.
CSS Import Resolver resolves the @import url(...); statements in input CSS files (by replacing the @import statement with the actual content of the linked CSS) and creates a huge CSS output (written to STDOUT by default). Including the combined CSS in your Web pages will improve the performance of a site by avoiding additional HTTP roundtrips.
vert.x (formerly known as node.x) is a polyglot asynchronous application framework. It embraces the good bits of event-driven frameworks like node.js without the bad bits. Everything is non-blocking, runs on the JVM, and is polyglot. You can use it from Ruby, Groovy, Java, JavaScript, Python, Clojure, and Scala.
wro4j is a project that will help you to easily improve your Web application page loading time. It can help you to keep your static resources (JavaScript and CSS) well organized, merge and minify them at run-time (using a simple filter) or build-time (using a Maven plugin), and has several features you may find useful when dealing with Web resources.
VisualFox-FX is an animation and visual effect library for Google Web Toolkit that leverages CSS3. VisualFox-FX supports JavaScript, CSS3, and hybrid mode (mixing JavaScript and CSS3 animation). VisualFox-FX uses the concept of a channel, which provides an extra layer of flexibility (allowing you to daisy-chain your animation). VisualFox-FX works directly with Element instead of Widget for added flexibility.
MochiPHP is a lightweight framework for PHP that adopts component and page oriented design with a simple database and object-persistence library. Page oriented design: write a class and template pair per page. Form components hide complex HTML markup and user interaction handling. Persistent objects with auto-generated property accessors.
Fuseki is a server that provides access to the SPARQL 1.1 standard. SPARQL is a W3C query language for RDF data on the Semantic Web. It forms a part of the Jena semantic web project. Fuseki provides the REST-style SPARQL HTTP Update, and SPARQL Query and SPARQL Update using the SPARQL protocol over HTTP. The SPARQL standards are works-in-progress by the SPARQL working group and while the general designs are stable, details may change. Fuseki will track the draft standards.