Pinned Repositories
adya
Library to deploy and manage docker images/containers via Java.
Boolean-Query-Retrieval
Information Retrieval Algorithms- Document at a Time (AND, OR) and Term at a Time(AND, OR)
CTCI
elasticsearch
Open Source, Distributed, RESTful Search Engine
elixir-basics-workshop
Fun_with_Microservices
First taste of Docker and Kubernetes :whale:
GFG
LC
Contains all the Leetcode questions I've solved
Operating-Systems
Implemented Virtual Memory, System calls and Synchronization primitives on OS161
Robotics
Algorithms implemented includes RANSAC, edge and corner detection in MATLAB, Bayes filter and A-Star shortest path.
abprash's Repositories
abprash/adya
Library to deploy and manage docker images/containers via Java.
abprash/Boolean-Query-Retrieval
Information Retrieval Algorithms- Document at a Time (AND, OR) and Term at a Time(AND, OR)
abprash/CTCI
abprash/elasticsearch
Open Source, Distributed, RESTful Search Engine
abprash/elixir-basics-workshop
abprash/Fun_with_Microservices
First taste of Docker and Kubernetes :whale:
abprash/GFG
abprash/LC
Contains all the Leetcode questions I've solved
abprash/Operating-Systems
Implemented Virtual Memory, System calls and Synchronization primitives on OS161
abprash/Robotics
Algorithms implemented includes RANSAC, edge and corner detection in MATLAB, Bayes filter and A-Star shortest path.
abprash/GmailInboxCleaner
A simple Gmail Inbox cleaner which will scan and delete all the unnecessary mails from a customizable list.
abprash/java-icing
This repository consists of additional functionality that will be useful to any Java programmer,
abprash/Java_Style_Compiler
Top down Lexer Parser for TinyPL language using Java.
abprash/javascript_basics
abprash/jFileSystem
Library used for handling files
abprash/jMonocle
A mono repo containing all the java libraries.
abprash/Machine_Learning_1
abprash/MarkdownToHTML
abprash/matplotlib
matplotlib: plotting with Python
abprash/OpenSearch
🔎 Open source distributed and RESTful search engine.
abprash/personal_guidelines
Toy projects + General programming tidbits
abprash/Pizza_Ordering_App
Personal Pizza ordering App + Toy project to learn Selenium
abprash/RESTful_restaurant_service
RESTful service with Python and micro-framework Flask
abprash/scikit-learn
scikit-learn: machine learning in Python
abprash/sirix
SirixDB is an embeddable, temporal, evolutionary database system, which uses an append-only approach to store immutable revisions. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
abprash/Text_File_Compressor
A simple Text file compressor using Huffman Tree for variable length encoding.