Skip to content

Instantly share code, notes, and snippets.

@nealrs
Last active June 1, 2022 21:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nealrs/42baeb90c2083235e9c0 to your computer and use it in GitHub Desktop.
Save nealrs/42baeb90c2083235e9c0 to your computer and use it in GitHub Desktop.
source file for NealAPI (Git@Me issue 69)
{
"neal" : [
{
"year":1983,
"live": "New Delhi, India",
"school": null,
"work": null
},
{
"year":1984,
"live" : "Falcon Heights, MN",
"school" : null,
"work" : null
},
{
"year":1985,
"live" : "Falcon Heights, MN",
"school" : null,
"work" : null
},
{
"year":1986,
"live" : "Falcon Heights, MN",
"school" : "John & Elaine School",
"work" : null
},
{
"year":1987,
"live" : "Falcon Heights, MN",
"school" : "John & Elaine School",
"work" : null
},
{
"year":1988,
"live" : ["Falcon Heights, MN", "Pittsburgh, PA"],
"school" : "Kindergarten at CMU",
"work" : null
},
{
"year":1989,
"live" : "Pittsburgh, PA",
"school" : ["Kindergarten at CMU","East Hills ISA"],
"work" : null
},
{
"year":1990,
"live" : "Pittsburgh, PA",
"school" : "East Hills ISA",
"work" : null
},
{
"year":1991,
"live" : "Pittsburgh, PA",
"school" : "East Hills ISA",
"work" : null
},
{
"year":1992,
"live" : "Pittsburgh, PA",
"school" : "East Hills ISA",
"work" : null
},
{
"year":1993,
"live" : "Pittsburgh, PA",
"school" : "East Hills ISA",
"work" : null
},
{
"year":1994,
"live" : "Pittsburgh, PA",
"school" : ["East Hills ISA", "Winchester Thurston"],
"work" : null
},
{
"year":1995,
"live" : "Pittsburgh, PA",
"school" : "Winchester Thurston",
"work" : null
},
{
"year":1996,
"live" : "Pittsburgh, PA",
"school" : "Winchester Thurston",
"work" : null
},
{
"year":1997,
"live" : "Pittsburgh, PA",
"school" : ["Winchester Thurston", "Taylor Allderdice"],
"work" : null
},
{
"year":1998,
"live" : "Pittsburgh, PA",
"school" : "Taylor Allderdice",
"work" : null
},
{
"year":1999,
"live" : ["Pittsburgh, PA","New Haven, CT"],
"school" : ["Taylor Allderdice","Choate Rosemary Hall"],
"work" : "Yale SOM IT"
},
{
"year":2000,
"live" : "New Haven, CT",
"school" : "Choate Rosemary Hall",
"work" : "Yale SOM IT"
},
{
"year":2001,
"live" : ["New Haven, CT", "Pittsburgh, PA"],
"school" : ["Choate Rosemary Hall","Carnegie Mellon University"],
"work" : "Yale SOM IT"
},
{
"year":2002,
"live" : "Pittsburgh, PA",
"school" : "Carnegie Mellon University",
"work" : "New Haven Register"
},
{
"year":2003,
"live" : "Pittsburgh, PA",
"school" : "Carnegie Mellon University",
"work" : "Carnegie Mellon University MechE Department"
},
{
"year":2004,
"live" : "Pittsburgh, PA",
"school" : "Carnegie Mellon University",
"work" : "Impact Technologies"
},
{
"year":2005,
"live" : ["Pittsburgh, PA", "Peoria, IL"],
"school" : "Carnegie Mellon University",
"work" : "Caterpillar"
},
{
"year":2006,
"live" : ["Peoria, IL", "Monterrey, Mexico"],
"school" : null,
"work" : "Caterpillar"
},
{
"year":2007,
"live" : ["Peoria, IL", "Monterrey, Mexico"],
"school" : null,
"work" : "Caterpillar"
},
{
"year":2008,
"live" : "Peoria, IL",
"school" : null,
"work" : "Caterpillar"
},
{
"year":2009,
"live" : ["Peoria, IL", "New York, NY"],
"school" : "NYU Stern",
"work" : "Caterpillar"
},
{
"year":2010,
"live" : ["New York, NY", "Brooklyn, NY"],
"school" : "NYU Stern",
"work" : ["Figment", "Entertainment Weekly"]
},
{
"year":2011,
"live" : "Brooklyn, NY",
"school" : "NYU Stern",
"work" : ["Arnell Group", "ADstruc"]
},
{
"year":2012,
"live" : "Brooklyn, NY",
"school" : null,
"work" : "ADstruc"
},
{
"year":2013,
"live" : "Brooklyn, NY",
"school" : null,
"work" : ["ADstruc", "ChallengePost"]
},
{
"year":2014,
"live" : "Brooklyn, NY",
"school" : null,
"work" : "ChallengePost"
},
{
"year":2015,
"live" : "Brooklyn, NY",
"school" : null,
"work" : "ChallengePost"
}
]
}
@nealrs
Copy link
Author

nealrs commented Jan 1, 2015

FYI - the API is live at http://104.236.97.10/neal.

  • I went to grade school at /neal/7/school. (answer)
  • After college I moved to /neal/23/live. (answer)
  • During high school I worked at /neal/18/work. (answer)
  • Now you can find me at /neal/32. (answer)

More info in this week's issue of Git@Me.

@ca
Copy link

ca commented Jan 2, 2015

@nealrs
Copy link
Author

nealrs commented Jan 3, 2015

You're right Alex - but it's no fun without the routes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment