Pinned Repositories
blog-template
A blog made using php as backend and bootstrap frontend
Code-Player
An online code player where you can run your html, css, and javascript code.
concurrency-7
concurrency-7 created by GitHub Classroom
COOL-compiler
Compiler for COOL(Classroom Object Oriented Language) as part of Compilers course IITH.
fade-onscroll-jquery-plugin
A Jquery plugin for achieving fading of contents on scrolling
haskell-7
haskell-7 created by GitHub Classroom
Linux-slab-allocator
Implement a simplified version of Linux Slab Allocator (in user space).
Random-Early-Detection-algorithms
Implementation of Random Early Detection Gateways for Congestion Avoidance
scroll-animate
A website which showcases a blog made by me using some cool jquery animations!
twitter-clone
A twitter clone with a php backend and bootstrap frontend
saksham-mittal's Repositories
saksham-mittal/Random-Early-Detection-algorithms
Implementation of Random Early Detection Gateways for Congestion Avoidance
saksham-mittal/concurrency-7
concurrency-7 created by GitHub Classroom
saksham-mittal/COOL-compiler
Compiler for COOL(Classroom Object Oriented Language) as part of Compilers course IITH.
saksham-mittal/iith-placement-cell
Placement cell website for IITH
saksham-mittal/image-popup-jquery-plugin
This is a lightweight Jquery plugin which makes the image pop-up with a faded background on clicking them.
saksham-mittal/haskell-7
haskell-7 created by GitHub Classroom
saksham-mittal/Linux-slab-allocator
Implement a simplified version of Linux Slab Allocator (in user space).
saksham-mittal/Applied-Machine-Learning
Repo for the course AML(CS6510)
saksham-mittal/COVID-19
saksham-mittal/CS6510-Kaggle-Challenge
Kaggle challenge for the course Applied Machine Learning(CS6510)
saksham-mittal/Eight-Queens-In-Prolog
Writing a program in Prolog to find a solution to the eight queens problem, when the position of one queen is given.
saksham-mittal/iith-placement-cell-final
saksham-mittal/iith-placement-cell-web-v1.0
Placement cell website for IITH -- version 1.0 --
saksham-mittal/Implementing-Critical-Section-solutions
Assignment for OS-II course
saksham-mittal/Kruskal_algo_parallel
Parallel Implementation of Kruskal Algorithm for finding MST
saksham-mittal/LLVM-Compiler-Infrastucture
Assignment for the Compilers-2 course. This assignment is aimed at setting up and familiarising us with the LLVM compiler infrastructure
saksham-mittal/Megathon-2018
saksham-mittal/Networks-2-tutorials
Repo containing tutorials for Networks 2 course
saksham-mittal/PCP-Project
saksham-mittal/Polls-App
Sample Django project
saksham-mittal/Polynomial-evaluation-using-Go-language
Assignment for POPL-II course
saksham-mittal/Rate-monotonic-scheduling
A simulation of Rate-Monotonic scheduling algorithm for OS-II course
saksham-mittal/Readers-Writers-Solution
Implementing a multithreaded solution for the above mentioned problems using Semaphores.
saksham-mittal/red
Implementation of Random Early Detection (RED) TCP congestion control algorithm
saksham-mittal/smfhcp
Social media for healthcare professionals
saksham-mittal/Stack-Machine-Interpreter
Stack Machine Interpreter for COOL language. Assignment of the course Compilers - 1
saksham-mittal/Statement-Mapper
LLVM pass to map list of LLVM IR instructions to cor- responding high level statements involving arithmetic operations.
saksham-mittal/Sudoku-solver-Python-
Simple sudoku solver using backtracking in Python
saksham-mittal/Toy-Cool-Programs
The purpose of this assignment is to acquaint us with features of the Cool language and train us to understand the finer details of languages by reading their specifications.
saksham-mittal/Vector-clocks
Assignment for the course Distributed Computing