Merge pull request #61 from ethanmad/master
Added The Washington Redskins team
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# The Washington Redskins
|
||||
|
||||
We are five high-school students from Los Angeles, only one of whom actually plays football.
|
||||
Our name was inspired by South Park episode ["Go Fund Yourself" (Season 18, Episode 1)](http://southpark.cc.com/full-episodes/s18e01-go-fund-yourself) and we in no other way affiliated with the National Football League team of the same name.
|
||||
|
||||
## About our team
|
||||
|
||||
| Ethan | David | Christian | James | Jake
|
||||
|--- |--- |--- |--- |---
|
||||
| <a href="https://github.com/ethanmad"> ![Ethan] </a> | <a href="https://github.com/dwoldenberg1">![David]</a> | <a href="https://github.com/paralin">![Christian]</a> | <a href="https://github.com/jameslennon321">![James]</a> | <a href="https://github.com/thesafo">![Jake]</a> |
|
||||
|
||||
[Ethan]: http://i.imgur.com/gR6zSotm.jpg "Eating his signature food, gormeh sabzi"
|
||||
[David]: http://i.imgur.com/hKDsoqJm.jpg "Basic"
|
||||
[Christian]: http://i.imgur.com/EofphTDm.jpg?1 "at NASA JPL"
|
||||
[James]: http://i.imgur.com/eDAjuqzm.jpg "And the Giant Peach"
|
||||
[Jake]: http://i.imgur.com/IFEuZNEm.png?2 "Khakis"
|
||||
|
||||
`Ethan`'s experience lies primarily with Java, although he has dabbled in and is learning other languages. He has published two applications: [En Garde](https://play.google.com/store/apps/details?id=com.ethanmad.fencingscorekeeper), an Android fencing score-keeping app, and [HyperTyper](http://ethanmad.com/HyperTyper), a Chrome extension that helps (cheats) in online typing competitions. He has little experience with the Web outside of static websites, so he is looking to learn a lot with The Washington Redskins.
|
||||
|
||||
`David` is passionate about teaching others how to 'Kode', as demonstrated by his project, [Koding 4 Kids](http://koding4kids.com). Right now, however, his teaching is on hold until we teach y'all a lesson.
|
||||
|
||||
`Christian`, also known as 'quantum' or '[paralin](http://parl.in)' is known primarily for [D2Moddin](http://paral.in/the-d2moddin-project/), which brought custom game modes to over 174,000 DOTA 2 players. Christian's in-progress projects include two other DOTA projects, WebLeague and DotaReplay, in addition to his VTOL PixHawk autonomous UAV project. Previous projects are listed on [his website](http://paral.in/projects/) with links to GitHub repositories.
|
||||
|
||||
`James` is an algorithms expert and is top 50 on the USACO rankings in 2014. James actually [invented the subordinate-sequential search algorithm](https://koding.com/jlennon1) with the help of fellow Koders. James has also created several published games, including [Nebulus](https://itunes.apple.com/app/nebulous-multiplayer-space/id874328065?mt=8) and [Driftlight](https://itunes.apple.com/us/app/driftlight/id908131148?mt=8).
|
||||
|
||||
`Jake` is an esteemed hacker who often goes by the name of '4chan'. He's apparently very infamous. You better not go and tell CNN his real name!
|
||||
|
||||
## What we're making
|
||||
|
||||
It's quite possible that we are inventing the most revolutionary product ever made! [As part of our review of playing field, we have decided to move forward with cloud-based early adopter. Skate to where the puck is going to be.](http://projects.wsj.com/buzzwords2014/#p=13%7C35,13%7C%7C6%7C%7C2%7C2) Steve Jobs may [1] have decreed "the iRedskins (formerly The Washington Redksins) is the most revolutionary and magical product Apple has made yet" while tripping on an LCD in India.
|
||||
|
||||
Expect us on Kickstarter [2] soon [3]!
|
||||
|
||||
[1]: It's not in _Steve Jobs_ by Walter Isaacson, but it's still possible [4] that he did say it <br>
|
||||
[2]: See "Go Fund Yourself"'s above link <br>
|
||||
[3]: See [Valve Time](https://developer.valvesoftware.com/wiki/Valve_Time) or [never](http://lmgtfy.com/?q=define+never) or [soon (tm)](http://www.urbandictionary.com/define.php?term=soon%20%28tm%29) <br>
|
||||
[4]: Literally and totally impossible
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"teamName": "The Washington Redskins",
|
||||
"members": [
|
||||
{
|
||||
"name": "Ethan Madison",
|
||||
"twitter": "_ethanmad",
|
||||
"koding": "ethanmad",
|
||||
"location": "Los Angeles, US",
|
||||
"lead": true
|
||||
},
|
||||
{
|
||||
"name": "David Woldenberg",
|
||||
"twitter": "goldenwolden",
|
||||
"koding": "wold",
|
||||
"location": "Los Angeles, US",
|
||||
},
|
||||
{
|
||||
"name": "Christian Stewart",
|
||||
"twitter": "paralinq",
|
||||
"koding": "kidovate",
|
||||
"location": "Los Angeles, US"
|
||||
},
|
||||
{
|
||||
"name": "James Lennon",
|
||||
"twitter": "james_lennon",
|
||||
"koding": "jlennon1",
|
||||
"location": "Los Angeles, US"
|
||||
},
|
||||
{
|
||||
"name": "Jake Saferstein",
|
||||
"twitter": "",
|
||||
"koding": "thesafo",
|
||||
"location": "Los Angeles, US"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user