Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 2 of 4

The main goal of gslcpp is to provide an object-oriented interface to the Gnu Scientific Library. You can follow the development of this project at http://gslcpp.wordpress.com/. The GSL is a collection of numerical routines for scientific computing, and you can learn more about it at http://www.gnu.org/software/gsl/.

0
 
  0 reviews  |  0 users  |  9,259 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 
Compare

GION is a collection of lightweight, simple, yet useful smart resource handles with std::auto_ptr like syntax and semantics. Featuring smart handles for commonly used standard handle types, including: file descriptors, FILE pointers, sockets And platform dependent handle types: WIN32 handles ... [More] Pthread handles These smart handles classes are instances of the auto_handle class template (link). It is designed with extensibility in mind, adding support of new types of handle is done by defining additional HandleTraits, which is quite trivial. It also contains a nice little addition, the long missed class template - auto_array. These smart handles greatly simplify daily programming tasks. Functions using them automatically provides basic guarantee in exception safety, and are free to return early without worrying about deallocation of resources allocated locally, a great way to avoid goto statements. See manual for example. GION uses CMake as its build system, which is capable of generating platform specific Makefiles and MSVC project/solution files. GION should build and function correctly with any recent C++ compiler, however, I’ve only built/tested it with GCC 4.2.3 and MSVC 2005. Pre-built WIN32 Debug/Release libraries are available here. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

jamfs is a virtual filesystem for applications written in C++.

0
 
  0 reviews  |  0 users  |  16,172 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

prl

Compare

C++ Platform Abstraction Library target for Enterprise Software focused on security with performance. Currently target platforms include MacOS X(Leopard) and Linux (x86,x86_64), other OS/Hardware are planned for future development (contributions are welcome).

0
 
  0 reviews  |  0 users  |  983 lines of code  |  0 current contributors  |  Analyzed 6 months ago
 
 

libup is a C++ general purpose library to aid C++ development, aiming at portability, flexibility and easy of use. It provides things like: threading networking asynchronous io algorithms containers ... Still under heavy development, alpha phase.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

geomagick is an extendible framework that assists C++-programmers who work with geometric data by offering conversions from and to many representations of geometric data.

0
 
  0 reviews  |  0 users  |  3,344 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

nmap::parser++ can parse and manipulate Nmap xml files. The syntax is very similar to the PERL nmap::parser, however, it also supports finding the difference between XML files.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Include this header to be able to do fraction calculations. By simply including the header and specifying the storage type (integer variant)you can create and use a fractional data type. For example, fraction foo(3,4) would create a fraction name foo with a value of 3/4, and store the fraction ... [More] using the int data type. Simple to use, fast, and modifiable for your needs, because its all in one header file at your access. Its use is similar to that of the standard C++ library complex data type. It includes all basic mathematical operations as well as comparison operators, and is very flexible. If you would like to see a feature implemented, just ask here, or you can even do it yourself, and if you would like, post the updated source here for others to use and share. [Less]

0
 
  0 reviews  |  0 users  |  180 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A small socket project I'm working on in my sparetime

0
 
  0 reviews  |  0 users  |  214 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Small http server library, can be embedded into your software easily. See also sample program for this library: http://bitbucket.org/kuy/libhttpd_sample/

0
 
  0 reviews  |  0 users  |  1,256 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.