Skip to content

Instantly share code, notes, and snippets.

View sushant-hiray's full-sized avatar

Sushant Hiray sushant-hiray

View GitHub Profile
@sushant-hiray
sushant-hiray / README.md
Last active August 29, 2015 13:55
Decompressing an apk file

##Decompressing an apk file

This bash script can be use to decompress an apk file. The script is made as a part of an ongoing project!

###Usage

./decompress.sh -d <path to apk file>

###Dependencies

@sushant-hiray
sushant-hiray / README.md
Last active January 1, 2016 00:19
How to “Push It Good” to Git

How to “Push It Good” to Git

Works on Linux with MPC configured!

###Instructions###

  • chmod +rx pushit
  • sudo mv pushit /usr/bin/

###Usage###

  • pushit {branch-name}
@sushant-hiray
sushant-hiray / index.html
Last active December 31, 2015 12:39
A d3.js visualization for our STAB team
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
.node,
.leaf {
font: 9px sans-serif;
}
.node circle,
@sushant-hiray
sushant-hiray / Cache Line Size
Created October 15, 2013 06:07
Programmatically calculating Cache Line Size
#include<stdlib.h>
#include<stdio.h>
#include<sys/time.h>
#include<iostream>
#include <ctime>
#include <cstdio>
#include <fstream>
#include<istream>
using namespace std;
@sushant-hiray
sushant-hiray / ACM ICPC Bootcamp Slides
Created September 20, 2013 18:05
ACM ICPC Bootcamp Slides prepared for the introductory event scheduled for WnCC.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)