Open Source Projects
Template based B+ Tree
Simple and yet very efficient B+ Tree implementation.
Implemented in C++, B+ Tree is template based, so it can be used with any types of data.
Memory based B+ Tree is much faster than STL containers like map, hash_map.
Read More / Download
Embedded File System
Embedded File System (EFS) is a library that allows you to create virtual file system in a single file.
Read More / Download
HTML Parser/HTML to Text Converter
HTML Parser for Qt4. C++ classes designed to be very fast and efficient.
Parser does its best to preserve text formatting, convert text using correct encoding and parse
any HTML correctly.
Read More / Download
Mork Parser in C++
MorkParser is an efficient C++ implementation of Mork database format reader.
The Mork format is used in most Mozilla-based projects, including the Mozilla browser suite, SeaMonkey, Firefox and Thunderbird.
Read More / Download
Mime Email Parser in C++
C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard.
Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients.
Read More / Download
C++ IO Streams Library
IO Streams library provides different Java-like interface streams in C++.
Other ScalingWeb projects depend on this library.
Read More / Download
© 2007 ScalingWeb.com