Tags : Browse Projects

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

git-annex

Compare

  No analysis available

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space.

0 lines of code

0 current contributors

0 since last commit

16 users on Open Hub

Activity Not Available
4.66667
   
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

Crypto++

Compare

  Analyzed about 2 hours ago

134K lines of code

20 current contributors

2 months since last commit

11 users on Open Hub

Low Activity
4.6
   
I Use This
Licenses: boost, Public_do...

pyOpenSSL

Compare

  Analyzed about 9 hours ago

Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer.

7.99K lines of code

11 current contributors

about 1 month since last commit

7 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

SubDownloader

Compare

  No analysis available

Subdownloader is a Free OpenSource tool written in PYTHON for automatic download/upload subtitles for videofiles (DIVX,MPEG,AVI,etc) from www.OpenSubtitles.org (OSDB) using fast hash.

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: gpl3

M2Collections

Compare

  No analysis available

Modula-2 collections library. The library provides an API for collection ADTs, in particular: stacks, queues, double ended queues, priority queues, balanced binary search trees, patricia tries, dynamic arrays and hash tables to store arbitrary data. The hash table ADT allows data to be stored and ... [More] retrieved by reference or by copy, with built-in reference counting. All other ADTs allow data to be stored and retrieved by reference only. The library follows PIM4, it has no dependencies and it is platform independent. The library is tested with GM2 using option 'fpim4'. Under development. BSD style license. [Less]

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

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

History.js

Compare

  Analyzed about 15 hours ago

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing ... [More] to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality. [Less]

126K lines of code

0 current contributors

over 4 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

GNU gperf

Compare

Claimed by GNU Analyzed about 11 hours ago

GNU gperf is a program that generates perfect hash functions for sets of keywords. A perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. Output from the GPERF program is used to recognize ... [More] reserved words in the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU indent program. [Less]

15K lines of code

1 current contributors

15 days since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

Openwall - phpass

Compare

  Analyzed about 6 hours ago

phpass is a portable password hashing framework for use in PHP applications. The preferred (most secure) hashing method supported by phpass is the OpenBSD-style bcrypt (known in PHP as CRYPT_BLOWFISH), with a fallback to BSDI-style extended DES-based hashes (known in PHP as CRYPT_EXT_DES), and a ... [More] last resort fallback to an MD5-based variable iteration count password hashing method implemented in phpass itself. [Less]

270 lines of code

0 current contributors

almost 7 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Javascript Crypto Library

Compare

  Analyzed 1 day ago

The JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity and reusability. It currently includes: * AES-256, symmetric encryption; * Fortuna, a strong ... [More] pseudo-random number generator; * SRP, a verifier-based authentication protocol; * SHA-2, hash function. Clipperz online password manager (https://clipperz.is) uses the above cryptographic functions. Browser cryptography is an critical component for building "zero-knowledge web appls" or "host-proof apps", but you can also use it to improve the security of specific portion of your projects. As an example, you could consider replacing your current user authentication process with SRP. [Less]

21.9K lines of code

0 current contributors

over 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

google-sparsehash

Compare

  Analyzed about 5 hours ago

An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class and the tr1 ... [More] unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code. Recent news: 11 January 2010I've just released sparsehash 1.6. The API has widened a bit with the addition of =deleted_key()= and =empty_key()=, which let you query what values these keys have. A few rather obscure bugs have been fixed (such as an error when copying one hashtable into another when the empty_keys differ). A full list of changes is described in the ChangeLog. 9 May 2009I've just released sparsehash 1.5.1. Hot on the heels of sparsehash 1.5, this release fixes a longstanding bug in the sparsehash code, where equal_range would always return an empty range. It now works as documented. All sparsehash users are encouraged to upgrade. 7 May 2009I've just released sparsehash 1.5. This release introduces tr1 compatibility: I've added rehash, begin(i), and other methods that are expected to be part of the unordered_map API once tr1 in introduced. This allows sparse_hash_map, dense_hash_map, sparse_hash_set, and dense_hash_set to be (almost) drop-in replacements for unordered_map and unordered_set. There is no need to upgrade unless you need this functionality, or need one of the other, more minor, changes described in the ChangeLog. [Less]

30.2K lines of code

3 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This