Pinned Repositories
go
The Go programming language
bugLocalization
Simultaneous identification of multiple bugs. Course project for Data-driven Program Analysis (CS686).
cpm
Updating and managing your :cow: just got easy and lot more fun
CRAM
All code written during the 24 hour hackathon @ Google Devfest '16 (Winning entry)
dsm
Distributed shared memory. Course project for Distributed Systems (CS632).
dummynet-ipfw
Port of dummynet and ipfw on top of netmap
gogo
Go to MIPS compiler, written in Go. Course project for Compiler Design (CS335).
kiwi
B+ tree based persistent key-value store. Course project for Functional Programming (CS653).
smoketestsuite
Smoke testing infra for all utilities in the FreeBSD base system (made as a part of Google Summer of Code '17)
TCP-IP-Regression-TestSuite
An implementation of TCP/IP Regression Test Suite for FreeBSD (made as a part of Google Summer of Code '16)
shivansh's Repositories
shivansh/gogo
Go to MIPS compiler, written in Go. Course project for Compiler Design (CS335).
shivansh/kiwi
B+ tree based persistent key-value store. Course project for Functional Programming (CS653).
shivansh/dsm
Distributed shared memory. Course project for Distributed Systems (CS632).
shivansh/CRAM
All code written during the 24 hour hackathon @ Google Devfest '16 (Winning entry)
shivansh/smoketestsuite
Smoke testing infra for all utilities in the FreeBSD base system (made as a part of Google Summer of Code '17)
shivansh/videoStream
Concurrent feedback-driven video broadcast protocol. Course project for Computer Networks (CS425).
shivansh/branchCorrelations
Branch prediction using branch correlations. Made as part of the course Data-driven Program Analysis (CS686)
shivansh/parallel-image-filtering
Assignment done as a part of the course Distributed Systems (CS632)
shivansh/parallel-video-streaming
A complete rewrite of the Networks project made in CS425.
shivansh/tmp
Random utilities.
shivansh/6-828
Some interesting assignments from MIT 6.828 Operating Systems Engineering
shivansh/coverage
shivansh/CS425
Assignments done as a part of the course Computer Networks (CS425)
shivansh/diskfs
An implementation of a (emulated) disk-based filesystem from scratch
shivansh/docs-cloudfoundry-concepts
A place for architecture and concept docs
shivansh/FP-Assignments
Assignments done as a part of the course Functional Programming (CS653).
shivansh/gc
A mark-and-sweep garbage collector
shivansh/go-cp
A minimal version of the command line utility cp(1).
shivansh/gocc
Parser / Scanner Generator
shivansh/golines
A golang formatter that fixes long lines
shivansh/hecate
Blame tests for https://github.com/shivansh/alcmene
shivansh/machine-controller-manager
Declarative way of managing machines for Kubernetes cluster
shivansh/malloc
A mini memory allocator using a first-fit algorithm, without consideration for thread safety.
shivansh/mth696
Course project for Spectral Methods for PDEs (MTH696)
shivansh/readme-code-testing
Helping test "any" code in readme with GitHub Action. All you need is unit testing synchronized external files in the ordinary way.
shivansh/service-fabrik-boshrelease
BOSH release to deploy the Service Fabrik which provisions service instances as Docker containers and BOSH deployments.
shivansh/service-fabrik-broker
Cloud Foundry service broker which provisions service instances as Docker containers and BOSH deployments.
shivansh/shivansh.github.io
shivansh/ted
A text-editor, from scratch.
shivansh/ud120-projects
Starter project code for students taking Udacity ud120