Archive for May, 2011

Open Source Game Library »

Do you enjoy playing online games? Are you a fan of MMORPGs like WoW Classic Gold? If you are, you might want to check out this site where you can buy wow tbc classic gold. SFML SFML is a portable and easy to use multimedia API written in C++. You can see it as a […]

Hadoop Batch Job Scheduler »

Azkaban is simple batch scheduler for constructing and running Hadoop jobs or other offline processes. A batch job scheduler can be seen as a combination of the cron and make Unix utilities combined with a friendly UI. Batch jobs need to be scheduled to run periodically. They also typically have intricate dependency chains—for example, dependencies […]

Apache Pig »

Apache Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. The salient property of Pig programs is that their structure is amenable to substantial parallelization, which in turns enables them to handle very large data sets. At […]

Open Source .NET Profiler »

SlimTune is a free profiler and performance analysis/tuning tool for .NET based applications, including C#, VB.NET, and more. It provides many powerful features, such as remote profiling, real time results, multiple plugin-based visualizations, and much more. The source code is available under the terms of the MIT License. SlimTune is currently an early beta, but […]

Open Source SIP Client »

Blink is a GUI for Mac, Windows and Linux built on top of SIP SIMPLE client SDK. Blink is written in Python, its PyObjC bindings of Cocoa for MacOSX and its PyQt4 binding of Qt for Windows and Linux. General Support for multiple SIP accounts Detection of IP address changes SIP account sign-up at http://sip2sip.info […]

SylkServer »

SylkServer allows creation and delivery of rich multimedia applications accessed by SIP User Agents. The server supports SIP signaling over TLS, TCP and UDP transports, RTP and MSRP media planes, has built in capabilities for creating ad-hoc SIP multimedia conferences with HD Audio, IM and File Transfer and can be easily extended with other applications […]

Firefox Extension for SQLite »

sqlite-manager is an extension for Firefox and other apps to manage any sqlite database. You can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, seamonkey, songbird, komodo etc. (See the complete list of supported applications) This extension will be useful to developers who want to create and play with sqlite databases. […]

NHaml View Engine for ASP.NET MVC »

NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website: "Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as […]