Skip to content

Instantly share code, notes, and snippets.

@oiler
oiler / prospects_2022.md
Last active February 17, 2022 20:48
baseball prospect rankings - 2022
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
@oiler
oiler / .json
Created May 27, 2020 19:11
latest unminified json of candidate directory
This file has been truncated, but you can view the full file.
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": {
@oiler
oiler / rss-engineer-blogs
Last active January 12, 2024 17:47
RSS for Engineering Blogs
{
"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",
@oiler
oiler / jquery-plugins
Last active August 29, 2015 14:08
jQuery plugin authoring
<!--
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>