This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{'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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey! This is a gist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
us_state_abbrev = { | |
'Alabama': 'AL', | |
'Alaska': 'AK', | |
'Arizona': 'AZ', | |
'Arkansas': 'AR', | |
'California': 'CA', | |
'Colorado': 'CO', | |
'Connecticut': 'CT', | |
'Delaware': 'DE', | |
'Florida': 'FL', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |