Archive for April, 2011

XHP: New Way of Writing PHP »

XHP is a PHP extension which augments the syntax of the language to both make your front-end code easier to understand and help you avoid cross-site scripting attacks. XHP does this by making PHP understand XML document fragments, similar to what E4X does for ECMAScript (JavaScript). While PHP is typically used to write front-end code, […]

Open Source Git Code Review Tool »

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 […]

Open Source Framework for 3D Applications »

PixelLight is an free open-source framework that allows you to create 3D applications easily. As a cross-platform library it is designed to create desktop applications for several platforms (Windows, Linux) . Due to it’s modular design, it is suitable not only for games, but for any kind of 3D applications like e.g. product presentations or […]

Sample Code for Microsoft Robotics »

The MRDS Samples site hosts a variety of code samples for Microsoft Robotics Developer Studio (RDS). The purpose of this site is to provide sample code to assist in learning RDS. Placing code here under a Microsoft Public License allows the RDS community to contribute and also provides a way to release code samples without […]

Microsoft Robotics »

The Microsoft® Robotics Developer Studio 2008 R3 (Microsoft RDS) is a Windows®-based environment for academic, hobbyist, and commercial developers to easily create robotics applications across a wide variety of hardware. Concurrency and Coordination Runtime (CCR) makes it easier to handle asynchronous input and output, eliminating the conventional complexities of manual threading, locks, and semaphores. Lightweight […]

Open Source Data Structure Server »

Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists,sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union […]

Open Source Java Workflow Management System »

Joget Workflow (jōgĕt wûrk’flō’) is a people-driven, form-based workflow management system. This stand-alone application can manage and automate processes that are unique to each organization, creating added value. The system serves as a platform for users to design, deploy and run different types of workflows for different types of organizational processes. Workflow designers can create […]

Open Source XPDL Editor »

JPEd is an XPDL 1 process editor based on the source code of JaWE community edition with additionnal features and changes that we believe could be of great interrest to both users and developpers. Like JaWE, JPEd uses XPDL as it’s native file format, according to WfMC specifications. However, JPEd has the following changes over […]

Json.NET »

Json.NET makes working with JSON formatted data in .NET simple. Quickly read and write JSON using LINQ to JSON or serialize your .NET objects with a single method call using the JsonSerializer. Features Flexible JSON serializer to convert .NET objects to JSON and back again LINQ to JSON for reading and writing JSON Writes indented, […]

Open Compute Project »

Learn how to build efficient data centers with Open Compute Project. As a result of the Open Compute Project, Facebook’s Oregon data center is now one of the most efficient in the world:

Optimize PNG Image Files »

PNGOUT is a tool which can optimize PNG files created by other programs. It can be run from the Windows Run dialog box or at the command prompt. PNGOUT can produce even smaller files than pngcrush -brute oroptipng –o7.

Remote Control Your Computer With Your Phone »

RemoteDroid turns your phone into a wireless keyboard and mouse with touchpad, using your own wireless network. It’s a free application for phones running Google’s Android operating system, such as the Droid (Verizon Wireless) and the G1 (T-Mobile). Touch-screen mouse control Two onscreen mouse buttons, with right-click/control-click functionality Use in either portrait or landscape mode […]