Skip to content

Instantly share code, notes, and snippets.

View afhaque's full-sized avatar
🏗️
Building Dope Programs

Ahmed Haque afhaque

🏗️
Building Dope Programs
View GitHub Profile
[{'Angle': 5, 'Distance': '280', 'Free Fall Time': 1.353776224e-17, 'Horizontal Velocity': -0.2166666667, 'Maximum_Height': None, 'Range': 26.9373818908, 'Result': 0, 'Total Time': 2.707552447e-17, 'Velocity': 39, 'Vertical Velocity': 1.326700699e-16}, {'Angle': 4, 'Distance': '280', 'Free Fall Time': -2.638128025e-17, 'Horizontal Velocity': 0.5277777778, 'Maximum_Height': None, 'Range': 128.1025121456, 'Result': 0, 'Total Time': -5.276256051e-17, 'Velocity': 95, 'Vertical Velocity': -2.585365465e-16}, {'Angle': 5, 'Distance': '280', 'Free Fall Time': 8.678052715e-18, 'Horizontal Velocity': -0.1388888889, 'Maximum_Height': None, 'Range': 11.0689439065, 'Result': 0, 'Total Time': 1.735610543e-17, 'Velocity': 25, 'Vertical Velocity': 8.504491661e-17}, {'Angle': 74, 'Distance': '280', 'Free Fall Time': -5.546935817e-18, 'Horizontal Velocity': 0.0277777778, 'Maximum_Height': None, 'Range': 1.3546666873, 'Result': 0, 'Total Time': -1.109387163e-17, 'Velocity': 5, 'Vertical Velocity': -5.4359971e-17}, {'Angle': 19,
Hey! This is a gist
@afhaque
afhaque / census_aliases.js
Created January 4, 2017 22:25 — forked from dariusk/census_aliases.js
census_aliases.js
var census_aliases = {
//Economic Variables
"income":{
"api":"acs",
"variable":"B19013_001E",
"description":"Median household income in the past 12 months (in 2013 inflation-adjusted dollars)",
"text":"median household income",
"unit":"dollars"
},
"income_per_capita":{
@afhaque
afhaque / us_state_abbrev.py
Created November 14, 2016 07:34 — forked from rogerallen/us_state_abbrev.py
A Python Dictionary to translate US States to Two letter codes
us_state_abbrev = {
'Alabama': 'AL',
'Alaska': 'AK',
'Arizona': 'AZ',
'Arkansas': 'AR',
'California': 'CA',
'Colorado': 'CO',
'Connecticut': 'CT',
'Delaware': 'DE',
'Florida': 'FL',
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"flatland_square_tabs": true,
"font_size": 17,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
}
@afhaque
afhaque / chosen-bootstrap.css
Created November 18, 2015 17:18 — forked from koenpunt/chosen-bootstrap.css
Bootstrap 3.0 theme for Chosen
select.form-control + .chosen-container.chosen-container-single .chosen-single {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
@afhaque
afhaque / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console