Archive for April, 2010

Open Source SPML Library »

Softerra™ SPML2 Library is an open source library written in C# for creating SPML enabled applications using Microsoft’s .Net development framework. It supports the Service Provisioning Markup Language (SPML) version 2.0 specification based on DSML v2 Profile. However, it is flexible enough to be extended for using with any custom capabilities and profiles.

Wubi Installer »

Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Wubi is Simple No need to burn a CD. Just run the installer, enter […]

Open Source Java Integration Testing Framework »

Citrus is an integration testing framework written in Java that tests your software application to fit into your customer’s environment. The tool simulates surrounding systems across various transports (e.g. Http, JMS, TCP/IP, SOAP, …) in order to perform automatic end-to-end use case testing. Citrus easily simulates interface partners supporting a wide range of protocols automates […]

Open Source Media Player – SPlayer »

SPlayer is a simple and yet practical media player, which supports all the popular media formats, including DVDRip, HDTV, RMVB, QuickTime, MPEG-2, MPEG-4, AC3/DTS, VP3/6/7, Indeo, XVD, OGG/OGM, APE, FLAC, TTA, AAC, MPC, 3GP/AMR, and subtitles.

Open Clipart Library »

Open Clipart Library aims to create an archive of clip art that can be used for free for any use.

Open Video Player »

Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications. OVP is available as follows: Player configuration tools. Configure media players for Flash and Silverlight with available custom options and export necessary code for deployment.  If you are new […]

Microsoft Word Chemistry Add-in »

The Chemistry Add-in for Word makes it easier to insert and modify chemical information, such as labels, formulas, and 2-D depictions, within Microsoft Office Word. Additionally, it enables the creation of inline “chemical zones,” the rendering of print-ready visual depictions of chemical structures, and the ability to store and expose chemical information in a semantically […]

Open Source Graphics Rendering Engine »

OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world […]

Open Source, Cross Platform, Free C++ IDE »

Code::Blocks is a free C++ IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Highlights: Open Source! GPLv3, no hidden costs. Cross-platform. Runs on Linux, Mac, Windows (uses wxWidgets). Written in C++. No interpreted languages or proprietary libs needed. Extensible through plugins Compiler: […]

Open Source .NET Zip Library »

DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders. Zip and Unzip is easy: with DotNetZip, .NET applications written in VB, C# – any .NET language – can easily create, read, extract, or update zip files. For Mono or MS .NET. DotNetZip works on PCs with the full […]

Bind Windows Application to Specific Network Adapter »

ForceBindIP is a freeware Windows application that will inject itself into another application and alter how certain Windows Sockets calls are made, allowing you to force the other application to use a specific network interface / IP address. This is useful if you are in an environment with multiple interfaces and your application has no […]

OpenTTD »

OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe", a popular game originally written by Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features.

Open Source Photo Album Organizer »

Gallery is a open source web based photo album organizer. You can have as many Galleries as you want on your web server. Each gallery contains as many photo albums as you want. Configuration of Gallery and administration of the photo albums is done entirely via an intuitive, web interface. You don’t need special privileges […]

Open Source Java Batch Job Framework »

JBJF is a new approach to writing Batch jobs. Batch jobs are synonymous with top-to-bottom and/or start-to-finish runtimes. Some have one large function that performs all the tasks. Others split the tasks into individual functions. Reuse is typically accomplished by copying the existing batch job to a new filename and then changing the code to […]

Database Connectivity – 32 bits versus 64 bits »

One of the things that I got when I migrated my C# application from 32 bits machine to 64 bits machine is the driver problem. 1: The ‘OraOLEDB.Oracle’ provider is not registered on the local machine The reason that you could have this problem Your application is running as a 64-bit application and the 64-bit […]