Pinned Repositories
Cloud-Prize
Description and terms for the Netflix Cloud Prize, which runs from March-September 2013. Read the rules, fork to your GitHub account to create a Submission, then send us your email address.
distributed-file-system
Implemented a Distributed File System as a part of Distributed Systems coursework. The file system is based on Frangipani in terms of architecture. It supports various file system operations such as mkdir, read, write, truncate and deletion of files. It also handles failures by having backup lock servers and storage servers. It handles inconsistencies in case of failures using Replicated State Machine (RSM) and Paxos.
fusefs-cloudstorage
FUSE-based filesystem for accessing cloud storage such as Rackspace CloudFiles and Amazon S3
hackny
hadoop
Mirror of Apache Hadoop Core
pascalCompiler
Developed for Compiler Construction coursework. Includes lexical analysis, syntax analysis and semantic analysis and intermediate code generation for Pascal.
NetflixRecommendation
Project where we will implement the UV Decomposition Collaborative Filtering on Netflix Prize Dataset to predict Movie Ratings.
rahulpandey702's Repositories
rahulpandey702/distributed-file-system
Implemented a Distributed File System as a part of Distributed Systems coursework. The file system is based on Frangipani in terms of architecture. It supports various file system operations such as mkdir, read, write, truncate and deletion of files. It also handles failures by having backup lock servers and storage servers. It handles inconsistencies in case of failures using Replicated State Machine (RSM) and Paxos.
rahulpandey702/Cloud-Prize
Description and terms for the Netflix Cloud Prize, which runs from March-September 2013. Read the rules, fork to your GitHub account to create a Submission, then send us your email address.
rahulpandey702/fusefs-cloudstorage
FUSE-based filesystem for accessing cloud storage such as Rackspace CloudFiles and Amazon S3
rahulpandey702/hackny
rahulpandey702/hadoop
Mirror of Apache Hadoop Core
rahulpandey702/pascalCompiler
Developed for Compiler Construction coursework. Includes lexical analysis, syntax analysis and semantic analysis and intermediate code generation for Pascal.