Skip to content

Instantly share code, notes, and snippets.

View reddragon's full-sized avatar
🤖
Too much to do, too little time.

Gaurav Menghani reddragon

🤖
Too much to do, too little time.
View GitHub Profile
@reddragon
reddragon / ae2a-draft.cpp
Created January 4, 2012 23:40
AE2A - AC code
#include<iostream>
#include<cstring>
#include<cstdio>
using namespace std;
#define MAXN 1000
bool done[MAXN+10][MAXN*6+10];
long double dp[MAXN+10][MAXN*6+10];
Extending the JOS File System
People:
Aniruddha Laud
Gaurav Menghani
Synopsis:
The JOS filesystem is a bare-bones filesystem, which can be improved upon by adding
features of a contemporary filesystems. We propose implementing the following
#!/usr/bin/env ruby
# githubcommitinfo.rb - Fetches info about a commit on github.
# http://develop.github.com/p/commits.html
# Usage: $ ./githubcommitinfo.rb <gh_username> <gh_repo> <gh_branch>
# Dependencies:
# rubygems