Saurav Mohapatra

Results 5 repositories owned by Saurav Mohapatra

lrucache

39
Stars
12
Forks
Watchers

a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Map type. uses a double linked list and a std::map style containe...

lrucache11

256
Stars
56
Forks
Watchers

A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert...

TinySHA1

46
Stars
12
Forks
Watchers

A simple header only SHA1 implementation in C++ (no dependencies)

tldrzr

54
Stars
14
Forks
Watchers

Algorithmic summarizer for RSS/Atom Feeds, Web Urls and arbitrary text. Codebase for the application deployed at http://tldrzr.herokuapp.com

xtractor

40
Stars
12
Forks
Watchers

XTractor is an algorithmic text extractor from web pages written in Java. It builds upon the "commonly used web design practices" approach (from readability.js, goose and snacktory) to create a set of...