I hereby claim:
- I am venkat on github.
- I am venkat (https://keybase.io/venkat) on keybase.
- I have a public key whose fingerprint is AA7E 9677 2E78 608F A976 A21C AEF1 5277 6F50 059C
To claim this, I am signing this object:
# monkey-patch | |
import gevent.monkey | |
gevent.monkey.patch_all() | |
import gevent.pool | |
import gevent.queue | |
import sys | |
import re | |
import requests |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<p> hello </p> | |
</body> | |
</html> |
#!/bin/env python | |
#data downloaded from https://data.opendatasoft.com/explore/dataset/usa-2016-presidential-election-by-county@public/download/?format=json&timezone=America/New_York | |
import json | |
def get_liveability_info(db, county_state_to_recordid_map, state_county): | |
record_ids = county_state_to_recordid_map[state_county] | |
if len(record_ids) != 1: |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
<h2> Enter the secret number </h2> | |
<input id="secret"> | |
<button id="confirm">Confirm</button> | |
<p id="response"></p> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My first If statment</title> | |
</head> | |
<body> | |
<h1></h1> | |
</body> | |
</html> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<h2> We are volunteers from ______ </h2> | |
<p> Guess the word </p> | |
<input id="secret" /> | |
<button id="confirm">Confirm </button> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<span id="badveggie"></span> is a vegetable I don't like at all! | |
<br/> | |
<br/> | |
<span id="goodveggie"></span> is a vegetable I love! |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<span id="badveggie"></span> is a vegetable I don't like at all! | |
<br/> | |
<br/> | |
<span id="goodveggie"></span> is a vegetable I love! |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<p> | |
The length of the array is: <span id="len"></span> | |
</p> |