Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View srividhyaprakash's full-sized avatar
🔎
Looking for a job

Srividhya Prakash Rangarajan srividhyaprakash

🔎
Looking for a job
  • Google
  • Mountain View, CA
View GitHub Profile
@srividhyaprakash
srividhyaprakash / MemeMaker.html
Created September 16, 2016 22:14 — forked from jwill/MemeMaker.html
Starter code for Meme Maker
<!DOCTYPE html>
<html>
<head>
<title>MemeMaker-Simple</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
#! /usr/bin/python
import dota2api
from dota2api.src.exceptions import APIError, APITimeoutError
import csv
from multiprocessing import Pool
import time
import sys
def getMatchInfo( api, matchId ):