Tags : Browse Projects

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

sire

Compare

  Analyzed over 1 year ago

Molecular modelling package in early developmental stage

5.11M lines of code

0 current contributors

almost 3 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

EQEmu

Compare

  Analyzed 1 day ago

The Project EQEmu Open Source Server RepositoryWelcome to the Everquest Emulator, An Open Source project committed to providing custom emulated Everquest Servers. If you are looking for more information about this project, please see our project website. This emulator's official world database ... [More] project can be found at this PEQ website, along with the quest files. Project Repository Statistics [Less]

887K lines of code

28 current contributors

3 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

m-a-d-n-e-s-s

Compare

  Analyzed about 13 hours ago

MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations. There are three main components to MADNESS. At the ... [More] lowest level is a new petascale parallel programming environment that increases programmer productivity and code performance/scalability while maintaining backward compatibility with current programming tools such as MPI and Global Arrays. The numerical capabilities built upon the parallel tools provide a high-level environment for composing and solving numerical problems in many (1-6+) dimensions. Finally, built upon the numerical tools are new applications with initial focus upon chemistry, atomic and molecular physics, material science, and nuclear structure. Please look in the wiki for more information and project activity. Getting the sourceAnonymous, read-only source checkout: svn checkout http://m-a-d-n-e-s-s.googlecode.com/svn/local/trunk m-a-d-n-e-s-s-read-onlyDevelopers, please see the wiki Subversion page for instructions. Underneath the hoodIf you would like a glimpse at what's going on under the hood have a look at this call graph generated using the Google perftools. It nicely shows how work is funneled through the task-queue and how about 50% of the time is spent in the optimized matrix routines. The calculation computed the energy and gradient for di-nitrogen using the local density approximation on a two-core Thinkpad x61t. FundingThe developers gratefully acknowledge the support of the Department of Energy, Office of Science, Office of Basic Energy Sciences and Office of Advanced Scientific Computing Research, under contract DE-AC05-00OR22725 with Oak Ridge National Laboratory. The developers gratefully acknowledge the support of the National Science Foundation under grant 0509410 to the University of Tennessee in collaboration with The Ohio State University (P. Sadayappan). The MADNESS parallel runtime and parallel tree-algorithms include concepts and software developed under this project. The developers gratefully acknowledge the support of the National Science Foundation under grant NSF OCI-0904972 to the University of Tennessee. The solid state physics and multiconfiguration SCF capabilities are being developed by this project. The developers gratefully acknowledge the support of the Defense Advanced Research Projects Agency (DARPA) under subcontract from Argonne National Laboratory as part of the High-Productivity Computer Systems (HPCS) language evaluation project. [Less]

540K lines of code

7 current contributors

4 days since last commit

1 users on Open Hub

High Activity
0.0
 
I Use This

C++ String Toolkit Library

Compare

  Analyzed about 3 hours ago

The C++ String Toolkit (StrTk) Library is a free library that consists of robust, optimized and portable generic string processing algorithms and procedures for the C++ language. The library is designed to be easy to use and integrate within existing code. The library capabilities: Generic ... [More] string tokenizer and token iterators Split routines User specified delimiter and splitter policies (simple and regex based etc.) Conversions between data and hex and base-64 In-place removal and replace routines Wild-card matching and globing Fast 2D token grid processing Extensible string processing templates and plenty more. Compatible C++ Compilers: GCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ Download: http://www.partow.net/programming/strtk/index.html [Less]

29.9K lines of code

1 current contributors

almost 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

libkml

Compare

  Analyzed about 5 hours ago

This is libkml, Google's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written in C++ and bindings are available via SWIG to Java and Python. A basic guide for our 1.2 release is here. Atom feeds for project updates are linked here.

110K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

schifra

Compare

  Analyzed about 11 hours ago

Schifra is a very robust, highly optimized and extremely configurable Reed-Solomon error correcting code library for both software and IP core based applications with implementations in C++ and VHDL. Schifra supports standard, shortened and punctured Reed-Solomon codes. It also has support for ... [More] stacked product codes and interleaving. General Features * Errors and Erasures * Supported Symbol Sizes - 2 to 32 bits * Variable Code Block Length * User defined primitive polynomial and finite field * Accurate and Validated Reed-Solomon Codecs - Complete combinatorial errors and erasures unit testing [Less]

7.44K lines of code

1 current contributors

almost 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

gphfa

Compare

  No analysis available

The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++, Java, Python and Ruby programming languages For more information please visit: http://www.partow.net/programming/hashfunctions/index.html

0 lines of code

2 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mozilla_p...

bloomfilter

Compare

  Analyzed about 21 hours ago

C++ Bloom Filter Library, with the following capabilities: Optimal parameter selection based on expected false positive rate. Union, intersection and difference operations between bloom filters. Compression of in-use table (increase in false positive probability vs space) Portable and efficient ... [More] source code implementation. Compatible Compilers: GCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ For more information please visit: http://www.partow.net/programming/hashfunctions/index.html [Less]

1.13K lines of code

1 current contributors

almost 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

SkinDoc2

Compare

  Analyzed about 2 hours ago

A collection of tools designed to ease the creation of skins for media players. Support for WMP, WMP Mobile and WinAmp are highest priority at the moment. One tool WMPOpen is feature complete and empowers users to open, modify and create new skin files for Windows Media Player.

11.2K lines of code

0 current contributors

over 18 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

asmjit

Compare

  Analyzed 1 day ago

AsmJit is a complete JIT and remote assembler for C++ language. It can generate native code for x86 and x64 architectures having support for a full instruction set, from legacy MMX to the newest AVX2. It has a type-safe API that allows C++ compiler to do a semantic checks at compile-time even before ... [More] the assembled code is used or run. AsmJit is not a virtual machine. It doesn't have functionality often required and implemented by virtual machines; however, it is designed to be extensible by third-parties and mostly used as a JIT backend. The usage of AsmJit is not limited, it's suitable for multimedia, virtual machines or remote code generation. [Less]

132K lines of code

6 current contributors

4 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This