Skip to content

Instantly share code, notes, and snippets.

View vikas17a's full-sized avatar

Vikas Aggarwal vikas17a

View GitHub Profile
@vikas17a
vikas17a / serve_http.py
Created January 2, 2016 11:45 — forked from pankajp/serve_http.py
Simple Python HTTP Server with multi-threading and partial-content support
#! /usr/bin/env python
# Standard library imports.
from SocketServer import ThreadingMixIn
import BaseHTTPServer
import SimpleHTTPServer
import sys
import json
import os
from os.path import (join, exists, dirname, abspath, isabs, sep, walk, splitext,
@vikas17a
vikas17a / Dashing EC2.md
Created October 28, 2015 09:56 — forked from jwalton/Dashing EC2.md
EC2 CloudWatch stats for Dashing

Get EC2 CloudWatch stats and graph them in Dashing.