Giter Site home page Giter Site logo

Saurav Mohapatra's Projects

google-s2-geometry icon google-s2-geometry

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

guidish icon 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.

hootenanny icon hootenanny

Hootenanny conflates multiple maps into a single seamless map.

imagesegmentation icon imagesegmentation

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

libcatena icon libcatena

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

lrucache icon 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

lrucache11 icon 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.

newspaper icon newspaper

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

openephyra icon openephyra

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

s2 icon s2

Google's S2 geometry library on Bazel

select-k icon 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)

sogp icon sogp

Online Sparse Gaussian Process wrapper

sudoku icon sudoku

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

tinysha1 icon tinysha1

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

tldrzr icon tldrzr

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

uzaygezen icon uzaygezen

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

xtractor icon 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.