Pinned Repositories
dotfiles
Dynamo
Partial implementation of Amazon’s Dynamo distributed data store in Java. Features: DHT, data replication, and failure recovery
JavaProfiler
Java profiling application using javaagents and ASM bytecode rewriter
LazyReplication
Implementation of lazy replication algorithm in Java. Features: vector clocks and gossiping
Lunisolar
Lunisolar Calendar
OS
C implementations of memory allocator, thread scheduler, system call interface, and virtual memory, paging, swapping, and memory mapped files
TwitterKevinBacon
Program to find the degree of separation between two Twitter users
itsnayeem's Repositories
itsnayeem/TwitterKevinBacon
Program to find the degree of separation between two Twitter users
itsnayeem/JavaProfiler
Java profiling application using javaagents and ASM bytecode rewriter
itsnayeem/Dynamo
Partial implementation of Amazon’s Dynamo distributed data store in Java. Features: DHT, data replication, and failure recovery
itsnayeem/LazyReplication
Implementation of lazy replication algorithm in Java. Features: vector clocks and gossiping
itsnayeem/Lunisolar
Lunisolar Calendar
itsnayeem/OS
C implementations of memory allocator, thread scheduler, system call interface, and virtual memory, paging, swapping, and memory mapped files
itsnayeem/dotfiles
itsnayeem/HttpServer
Partial implementation of http server in java. Test application is a micro-blogging service
itsnayeem/Index
A hash index for a large data set
itsnayeem/JInterp
Java REPL command line tool
itsnayeem/Malloc
Memory management, alloc, free
itsnayeem/MongoORM
Java to MongoDB ORM, which provides easy storage and retrieval of annotated Java objects
itsnayeem/MPIPrime
find all primes between 0 and n using MPI
itsnayeem/msgiq
itsnayeem/pm
pm
itsnayeem/PthreadTravelingSalesman
Implementation of Traveling Salesman in C using PThreads
itsnayeem/SearchEngine
Search Engine implementation in Java. Features: multi-threaded web crawler, html parser, inverted index, web frontend using jetty
itsnayeem/SimpleDatabase
A simple in-memory database that supports transactions
itsnayeem/TwitterClient
Basic Twitter client that will access and update Twitter
itsnayeem/visualizations