Pinned Repositories
Boolean-Query-engine
Boolean Query engine based on Postings Lists implementing term-at-a-time and document-at-a-time query processing.
Chord-DistributedHashTable
A Distributed Hash Table(DHT) based on simplified Chord(peer-to-peer lookup service)
Distance-Vector-routing-with-file-transfers
Implements decentralized Distance Vector routing algorithm over simulated routers with support for multiple file transfer flows over routers.
Multi-lingual-tweet-search-engine
Tweet analysis and search using Apache Solr
Multicast-Messenger-with-Total-and-FIFO-Ordering-Guarantees
Distributed Group Messenger with Total and FIFO Ordering Guarantees.
Operating-Systems-OS161
Hack on OS161 Kernel to implement synchronization primitives, System calls with Process support and Virtual memory subsystem
Reliable-transport-protocols
Implements three reliable data transport protocols: Alternating-Bit (ABT), Go-Back-N (GBN), and Selective-Repeat (SR)
SidewaysCracking
Explore cracker style indexes to optimize tuple reconstruction costs in column stores. Ref:
SimpleDynamoDB
Amazon Dynamo based distributed Key-Value Storage. Features per-key linearizability, chain-replication and failure handling.
Text-chat-with-P2P-file-transfer
Text Chat Application and P2P file transfer using select syscall and POSIX sockets.
wasifaleem's Repositories
wasifaleem/Operating-Systems-OS161
Hack on OS161 Kernel to implement synchronization primitives, System calls with Process support and Virtual memory subsystem
wasifaleem/Text-chat-with-P2P-file-transfer
Text Chat Application and P2P file transfer using select syscall and POSIX sockets.
wasifaleem/Boolean-Query-engine
Boolean Query engine based on Postings Lists implementing term-at-a-time and document-at-a-time query processing.
wasifaleem/Chord-DistributedHashTable
A Distributed Hash Table(DHT) based on simplified Chord(peer-to-peer lookup service)
wasifaleem/Distance-Vector-routing-with-file-transfers
Implements decentralized Distance Vector routing algorithm over simulated routers with support for multiple file transfer flows over routers.
wasifaleem/Multi-lingual-tweet-search-engine
Tweet analysis and search using Apache Solr
wasifaleem/Multicast-Messenger-with-Total-and-FIFO-Ordering-Guarantees
Distributed Group Messenger with Total and FIFO Ordering Guarantees.
wasifaleem/Reliable-transport-protocols
Implements three reliable data transport protocols: Alternating-Bit (ABT), Go-Back-N (GBN), and Selective-Repeat (SR)
wasifaleem/SidewaysCracking
Explore cracker style indexes to optimize tuple reconstruction costs in column stores. Ref:
wasifaleem/SimpleDynamoDB
Amazon Dynamo based distributed Key-Value Storage. Features per-key linearizability, chain-replication and failure handling.
wasifaleem/reqwest-middleware
Wrapper around reqwest to allow for client middleware chains.
wasifaleem/TinyPL-parser
Generates JVM byte-code for TinyPL.