SNAME | AVERAGE | KLAW | BA | BP | MLB |
---|---|---|---|---|---|
adleyrutschman | 1 | 1 | 1 | 2 | 1 |
bobbywittjr | 2 | 2 | 3 | 1 | 3 |
juliorodriguez | 4 | 9 | 2 | 3 | 2 |
spencertorkelson | 4 | 4 | 5 | 4 | 4 |
rileygreene | 5 | 3 | 4 | 6 | 7 |
cjabrams | 8 | 5 | 9 | 11 | 6 |
graysonrodriguez | 8 | 14 | 6 | 5 | 8 |
franciscoalvarez | 10 | 8 | 13 | 10 | 10 |
This file has been truncated, but you can view the full file.
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 candidates = [{ | |
"id": 9483, | |
"link": "https:\/\/runforsomething.net\/candidates\/yassamin-ansari\/", | |
"first_name": "Yassamin", | |
"last_name": "Ansari", | |
"office": "Phoenix City Council, District 7", | |
"state": "AZ", | |
"city": "", | |
"bio": "Yassamin is an internationally recognized climate leader running for Phoenix City Council, District 7. She is an Arizona native, the...", | |
"photo_id": { |
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
{ | |
"https://blog.twitter.com/developer": "https://blog.twitter.com/api/blog.rss?name=developer", | |
"https://code.facebook.com/posts/": "https://code.facebook.com/posts/rss", | |
"http://blog.chromium.org/": "http://blog.chromium.org/feeds/posts/default", | |
"http://www.theguardian.com/info/developer-blog": "http://www.theguardian.com/info/developer-blog/rss", | |
"http://open.blogs.nytimes.com/": "http://open.blogs.nytimes.com/feed/", | |
"http://blog.apps.npr.org/": "http://blog.apps.npr.org/atom.xml", | |
"http://www.webperformancetoday.com/": "http://www.webperformancetoday.com/feed/", | |
"http://www.filamentgroup.com/lab/": "http://www.filamentgroup.com/lab/atom.xml", | |
"http://githubengineering.com/": "http://githubengineering.com/atom.xml", |
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
<!-- | |
http://blog.teamtreehouse.com/writing-your-own-jquery-plugins | |
http://programmers.stackexchange.com/questions/160732/function-declaration-as-var-instead-of-function | |
--> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport", content="width=device-width"> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
</head> |