From d39c1d028b2d480c33801e72733c3f31030d6ef1 Mon Sep 17 00:00:00 2001 From: Akshay Kalose Date: Wed, 26 Nov 2014 12:48:49 -0500 Subject: [PATCH 1/2] Add Tachyon Team --- Teams/Tachyon/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Tachyon/team.json diff --git a/Teams/Tachyon/team.json b/Teams/Tachyon/team.json new file mode 100644 index 0000000..2194fc1 --- /dev/null +++ b/Teams/Tachyon/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Tachyon", + "members": [ + { + "name": "Akshay Kalose", + "twitter": "AkshayKalose", + "koding": "akshay2598", + "location": "Lexington, US", + "lead": true + } + ] +} From f0a5f6ba14ab14f0c47200a432cdbd82632e3511 Mon Sep 17 00:00:00 2001 From: Akshay Kalose Date: Wed, 26 Nov 2014 13:16:41 -0500 Subject: [PATCH 2/2] Add Tachyon About --- Teams/Tachyon/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Tachyon/ABOUT.md diff --git a/Teams/Tachyon/ABOUT.md b/Teams/Tachyon/ABOUT.md new file mode 100644 index 0000000..9a1860f --- /dev/null +++ b/Teams/Tachyon/ABOUT.md @@ -0,0 +1,18 @@ +Team Tachyon +============ +--- +About +=========================== + +| Akshay Kalose | +|--- | +| ![Akshay](https://pbs.twimg.com/profile_images/2269974185/2ktfklicr2ojcq7tpwhl.jpeg) | + +Hey! I'm a high school student who loves to learn Computer Scince. I've been learning about computers and the web ever since elementary school. Starting from HTML, CSS, and JavaScript, to programming languages in middle school such as PHP, and Visual Basic. Now in high school, I have mastered PHP and Java. I have visited Googleplex after becoming the Grand Prize Winner in Google Code-In 2013, the first ever programming contest I participated in. + +This will be my first Hackathon, and I am excited to be taking part in the first global hackathon! + + +Skills / Plans +============== +I am interested in theme 5, challenges associated with real time communication and translation. Although PHP is my best language, I will try to use Node.js to solve this problem as you can have real-time direct connections with the server and the client using socket.io.