Pinned Repositories
algorithm-patterns-primer
An organised list of algorithmic problems categorised by similarities or patterns in their solutions.
aws-glue-catalog-sync-agent-for-hive
Enables synchronizing metadata changes (Create/Drop table/partition) from Hive Metastore to AWS Glue Data Catalog
Chat-Server
A multithreaded client/server Chat application based on the console which uses Java Socket programming and multi-threading.
druid-docker
Docker for setting up Druid
druidry
Java based Druid Query Generator library
Dynamic-Storage-Allocator
Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
go-mem-cache
In-memory cache with HTTP REST interface
taxi-fleet-management-apis
HTTP REST APIs to manage driver & car fleets for a ride hailing service.
ud120-projects
Starter project code for students taking Udacity ud120
druidry
Java based Druid Query Generator library
abhi195's Repositories
abhi195/Chat-Server
A multithreaded client/server Chat application based on the console which uses Java Socket programming and multi-threading.
abhi195/Dynamic-Storage-Allocator
Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.
abhi195/ud120-projects
Starter project code for students taking Udacity ud120
abhi195/algorithm-patterns-primer
An organised list of algorithmic problems categorised by similarities or patterns in their solutions.
abhi195/aws-glue-catalog-sync-agent-for-hive
Enables synchronizing metadata changes (Create/Drop table/partition) from Hive Metastore to AWS Glue Data Catalog
abhi195/druid-docker
Docker for setting up Druid
abhi195/druidry
Java based Druid Query Generator library
abhi195/go-mem-cache
In-memory cache with HTTP REST interface
abhi195/taxi-fleet-management-apis
HTTP REST APIs to manage driver & car fleets for a ride hailing service.
abhi195/hadoop
Apache Hadoop
abhi195/hello-go-world
Learning go
abhi195/hive
Apache Hive
abhi195/incubator-datasketches-java
Core Java Sketch Library.
abhi195/incubator-druid
Apache Druid (Incubating) - Column oriented distributed data store ideal for powering interactive applications
abhi195/Mall-DBMS
Database of a Corporation involved in Mall business. It involves keeping records of consumer purchase activity and details of all the products sold in each mall owned by the corporation.
abhi195/Miscellaneous
Collection of miscellaneous code snippets that I wrote or stumbled upon.
abhi195/Neural-Networks
Assignments and Projects done in summer elective on Neural Networks.
abhi195/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
abhi195/nginx-prometheus-exporter
NGINX Prometheus Exporter for NGINX and NGINX Plus
abhi195/Tiny-Shell
Tiny Shell with basic job control. It will execute basic linux commands of JOB controls like FG,BG and JOBS.