From 11295882fe519aefeacddf34ad0fb53552d99c22 Mon Sep 17 00:00:00 2001 From: Pierce Stegman Date: Thu, 27 Nov 2014 23:06:16 -0500 Subject: [PATCH] Added team CE --- Teams/CE/ABOUT.md | 17 +++++++++++++++++ Teams/CE/team.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/CE/ABOUT.md create mode 100644 Teams/CE/team.json diff --git a/Teams/CE/ABOUT.md b/Teams/CE/ABOUT.md new file mode 100644 index 0000000..12207d3 --- /dev/null +++ b/Teams/CE/ABOUT.md @@ -0,0 +1,17 @@ +CE +================ + +Pierce Stegman https://github.com/pwstegman +Fox Wilson https://github.com/fwilson42 + +Pierce Stegman + +I am a Junior at Thomas Jefferson High School for Science and Technology. I stated coding websites and Flash games at 7. A couple years ago I turned primarily to working on more useful things. Some examples are a cryptocurrency exchange, an AI that learned to identify cyber bullying on Facebook, a system that let you deploy code via email, and a GUI wallet for Dashcoin, a cryptonote currency. + + +About your skills and what you are going to do? +======= + +Pierce Stegman + +I am most skilled with backend development, artificial intelligence, and crytocurrencies. I have an idea that will make use of AI to make reading the TOS and Terms and Conditions on a website not only fast, but easy and fun. diff --git a/Teams/CE/team.json b/Teams/CE/team.json new file mode 100644 index 0000000..a1d99f7 --- /dev/null +++ b/Teams/CE/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "CE", + "members": [ + { + "name": "Pierce Stegman", + "twitter": "pwstegman", + "koding": "pwstegman", + "location": "Falls Church, VA" + }, + { + "name": "Fox Wilson", + "twitter": "???", + "koding": "???", + "location": "???" + } + ] +}