Saurav Mohapatra's repositories

lrucache11

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, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.

tldrzr

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

Language:JavaStargazers:53Issues:11Issues:0

TinySHA1

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

xtractor

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 heuristics for fast article text extraction. It adds several features like paragraph preservation, better image detection heuristics, sibling score based enhancements to article detection

lrucache

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 container to provide fast insert, delete and update

libcatena

a simple toy blockchain written in C++ for learning purposes

Language:C++Stargazers:5Issues:5Issues:0

ImageSegmentation

Perform image segmentation and background removal in javascript using canvas element and computer vision superpixel algorithms

Language:JavaScriptStargazers:4Issues:3Issues:0

CPP-ML-LinearRegression

A linear regression implementation in C++

Language:C++Stargazers:0Issues:3Issues:0

google-s2-geometry

Fork of Google-S2-Geometry with a simple cmake build file and install target. Actually useable

Language:C++Stargazers:0Issues:3Issues:0

guidish

Guidish is a C++20 header-only library for generating 128bit guid like id that can be used as a monotonically increasing key 128bit Guidish Key = [64bits - epoch time in microseconds] + [16 bits - siteid] + [48 bits - cpu tick count] Intended to be useful for implementing message queues and similar id schemes.

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0

hootenanny

Hootenanny conflates multiple maps into a single seamless map.

Language:C++License:GPL-3.0Stargazers:0Issues:2Issues:0

json11

A tiny JSON library for C++11.

Language:C++License:MITStargazers:0Issues:3Issues:0

mohaps.github.io

the mohaps.github.io website

Stargazers:0Issues:3Issues:0

newspaper

News, full-text, and article metadata extraction in python 2.6 - 3.4.

Language:PythonLicense:MITStargazers:0Issues:3Issues:0

OpenEphyra

This repository contains a resurrected and repaired version of OpenEphyra, from https://mu.lti.cs.cmu.edu/trac/Ephyra/wiki/OpenEphyra.

Language:JavaLicense:GPL-2.0Stargazers:0Issues:3Issues:0

phantomjs

Scriptable Headless WebKit

Language:HTMLLicense:BSD-3-ClauseStargazers:0Issues:3Issues:0

s2

Google's S2 geometry library on Bazel

Language:C++Stargazers:0Issues:3Issues:0

s2-geometry-library

Automatically exported from code.google.com/p/s2-geometry-library

Language:C++Stargazers:0Issues:2Issues:7

s2-geometry-library-java

Automatically exported from code.google.com/p/s2-geometry-library-java

Language:JavaLicense:Apache-2.0Stargazers:0Issues:3Issues:0

select-k

A C++20 single header-only library for doing Top K / Bottom K kinda selection from a stream of candidates (with custom scoring functions and score types)

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0

SOGP

Online Sparse Gaussian Process wrapper

Language:C++Stargazers:0Issues:3Issues:0

Sudoku

A C++ Sudoku Solver with no dependencies (DFS with Backtracking)

Language:C++License:Apache-2.0Stargazers:0Issues:2Issues:0

sudoku-server

a web based sudoku server with C++ and Web based clients

License:Apache-2.0Stargazers:0Issues:0Issues:0

uzaygezen

Automatically exported from code.google.com/p/uzaygezen

Language:JavaLicense:Apache-2.0Stargazers:0Issues:3Issues:0