Project Gazell source code released to public

In an effort to improve private torrent trackers the Project Gazelle team has created a reliable, lightweight and secure codebase. It was designed from the ground up to be secure against SQL and XSS injection attacks and at the same time be able to handle thousands of users.

The source code, which is currently undergoing beta, is available via the Project Gazelle SVN. The source code comes with a C++ based tracker, PHP frontend and complete administration panel.

You can find more info at the Project Gazelle web site.

How to pass data in neutral way in C++

I have often thought what would really be the easiest, efficient (in terms of coding, performance, storage) way of passing data across a network or even just among several software applications.

Different solutions have been available depending on different applications. The current trend of using XML as a universal way to pass around data has been widely accepted.

Read more of “How to pass data in neutral way in C++” »