From d072617c738c9ae37dcd59f535c248d78f6b833f Mon Sep 17 00:00:00 2001 From: Maja Dinjar Date: Fri, 21 Nov 2014 23:07:02 +0100 Subject: [PATCH 001/138] About files --- Teams/AgainstFlow/ABOUT.md | 1 + Teams/AgainstFlow/team.json | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Teams/AgainstFlow/ABOUT.md create mode 100644 Teams/AgainstFlow/team.json diff --git a/Teams/AgainstFlow/ABOUT.md b/Teams/AgainstFlow/ABOUT.md new file mode 100644 index 0000000..0f2c4be --- /dev/null +++ b/Teams/AgainstFlow/ABOUT.md @@ -0,0 +1 @@ +I am Maja Dinjar, ready to show the world what are maps capable to do. \ No newline at end of file diff --git a/Teams/AgainstFlow/team.json b/Teams/AgainstFlow/team.json new file mode 100644 index 0000000..9a60963 --- /dev/null +++ b/Teams/AgainstFlow/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "AgainstFlow", + "members": [ + { + "name": "Maja Dinjar", + "twitter": "against_flow", + "koding": "againstflow", + "location": "Zagreb, CRO" + } + ] +} \ No newline at end of file From 1e79c96b30acd71ce44600486c0ba79d93903207 Mon Sep 17 00:00:00 2001 From: duythien Date: Sat, 22 Nov 2014 17:04:33 +0700 Subject: [PATCH 002/138] adding team --- Teams/Zphalcon/ABOUT.md | 15 +++++++++++++++ Teams/Zphalcon/team.json | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/Zphalcon/ABOUT.md create mode 100644 Teams/Zphalcon/team.json diff --git a/Teams/Zphalcon/ABOUT.md b/Teams/Zphalcon/ABOUT.md new file mode 100644 index 0000000..0142f78 --- /dev/null +++ b/Teams/Zphalcon/ABOUT.md @@ -0,0 +1,15 @@ +AsepCo +================ +We are located in Ho Chi Minh, Vietnam. + +About your team +=========================== +We are all profesional software developers, we love to code so here we are :) + +About your skills and what you are going to do? +======= + +1.Thien is a developer.I'm a Phalcon enthusiast as Opensource. In free time, I was support on forum Phalcon also my forum and contribution core Phalcon and Zephir. + +2. Nhi is a great UI and UX designer. She loves making gorgeous design. + diff --git a/Teams/Zphalcon/team.json b/Teams/Zphalcon/team.json new file mode 100644 index 0000000..4b861e7 --- /dev/null +++ b/Teams/Zphalcon/team.json @@ -0,0 +1,19 @@ +{ + "teamName": "Zphalcon", + "members":[ + { + "name": "Thien Tran", + "twitter": "thientranduy", + "koding": "duythien", + "location": "Vietnam, ID", + "lead": true + }, + { + "name": "Nhi Tran Thi Y", + "twitter": "", + "koding": "stackphysics", + "location": "Vietnam, ID", + "lead": true + } + ] +} From 0ffd40a27a06ad180c3c495591e79ed53543c38c Mon Sep 17 00:00:00 2001 From: duythien Date: Sat, 22 Nov 2014 17:07:12 +0700 Subject: [PATCH 003/138] fix smome --- Teams/Zphalcon/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Zphalcon/ABOUT.md b/Teams/Zphalcon/ABOUT.md index 0142f78..d3db2c3 100644 --- a/Teams/Zphalcon/ABOUT.md +++ b/Teams/Zphalcon/ABOUT.md @@ -1,4 +1,4 @@ -AsepCo +Zphalcon ================ We are located in Ho Chi Minh, Vietnam. From 35bc7e5dea5011bcca9c3a7473548c1f558174d5 Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sat, 22 Nov 2014 21:50:28 -0800 Subject: [PATCH 004/138] Created and completed team.json --- Teams/The Washington Redskins/team.json | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/The Washington Redskins/team.json diff --git a/Teams/The Washington Redskins/team.json b/Teams/The Washington Redskins/team.json new file mode 100644 index 0000000..6e2f465 --- /dev/null +++ b/Teams/The Washington Redskins/team.json @@ -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" + } + ] +} From 19744702c0b9b6a7e5b8103f277a7d8e6402d0cb Mon Sep 17 00:00:00 2001 From: duythien Date: Sun, 23 Nov 2014 13:02:44 +0700 Subject: [PATCH 005/138] remove a lead --- Teams/Zphalcon/team.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Teams/Zphalcon/team.json b/Teams/Zphalcon/team.json index 4b861e7..3712052 100644 --- a/Teams/Zphalcon/team.json +++ b/Teams/Zphalcon/team.json @@ -13,7 +13,6 @@ "twitter": "", "koding": "stackphysics", "location": "Vietnam, ID", - "lead": true } ] } From 4d498bea2b96e3750c17eeca7ee55782413b85f9 Mon Sep 17 00:00:00 2001 From: duythien Date: Sun, 23 Nov 2014 13:05:22 +0700 Subject: [PATCH 006/138] remove a lead --- Teams/Zphalcon/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Zphalcon/team.json b/Teams/Zphalcon/team.json index 3712052..8fcfd01 100644 --- a/Teams/Zphalcon/team.json +++ b/Teams/Zphalcon/team.json @@ -12,7 +12,7 @@ "name": "Nhi Tran Thi Y", "twitter": "", "koding": "stackphysics", - "location": "Vietnam, ID", + "location": "Vietnam, ID" } ] } From bc8afbf7ad6ef62662ada80af336ccb84f60d7d8 Mon Sep 17 00:00:00 2001 From: duythien Date: Sun, 23 Nov 2014 13:52:30 +0700 Subject: [PATCH 007/138] add member --- Teams/Zphalcon/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/Zphalcon/team.json b/Teams/Zphalcon/team.json index 8fcfd01..56c7291 100644 --- a/Teams/Zphalcon/team.json +++ b/Teams/Zphalcon/team.json @@ -13,6 +13,12 @@ "twitter": "", "koding": "stackphysics", "location": "Vietnam, ID" + }, + { + "name": "Tu Vu Manh", + "twitter": "", + "koding": "yehn", + "location": "Vietnam, ID" } ] } From 5dfeeadbcbeeb2a1c88edfd435f08fccbba8cf9a Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sat, 22 Nov 2014 23:34:05 -0800 Subject: [PATCH 008/138] First draft of ABOUT.md --- Teams/The Washington Redskins/ABOUT.md | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Teams/The Washington Redskins/ABOUT.md diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md new file mode 100644 index 0000000..a88d92f --- /dev/null +++ b/Teams/The Washington Redskins/ABOUT.md @@ -0,0 +1,29 @@ +# 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 way other than name affiliated with the National Football League team of the same name. + +## About our team + +| Ethan | David | Christian | James | Jake +|--- |--- |--- |--- |--- +| ![Ethan](http://i.imgur.com/gR6zSot.jpg) | ![David](http://i.imgur.com/hKDsoqJ.jpg) | ![Christian](http://i.imgur.com/EofphTD.jpg) | ![James]() | ![Jake] (http://i.imgur.com/YugU9XL.jpg) | + +`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 DoTA 2. Christian's resume also includes an in-progress [Kerbal Space Program multiplayer mod](https://github.com/KerbalMultiplayerCommunity/Universe), [a system for massive p2p networks](http://paral.in/airnet-p2p-internet-of-things/), and several meteor and angular libraries. + +`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). + +[Expect us on Kickstarter] [1] [soon] [2]! + +[1]: See "Go Fund Yourself" +[2]: 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) From 14f5af7931ff0a623b87ee27b47abdf8b43f0cb4 Mon Sep 17 00:00:00 2001 From: Mohammmed Intekhab khan Date: Sun, 23 Nov 2014 13:10:11 +0530 Subject: [PATCH 009/138] Create team.json Added team member --- Teams/mypixel/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/mypixel/team.json diff --git a/Teams/mypixel/team.json b/Teams/mypixel/team.json new file mode 100644 index 0000000..6e300c9 --- /dev/null +++ b/Teams/mypixel/team.json @@ -0,0 +1,11 @@ +{ +"teamName": "Team MyPixel", +"members": [ +{ +"name": "Intekhab khan", +"twitter": "pixelerator", +"koding": "pixelerator", +"location": "Ujjain, IN" +} +] +} From e176f8d44bc13c418c8a2f01edcd8f73263f6dc8 Mon Sep 17 00:00:00 2001 From: Mohammmed Intekhab khan Date: Sun, 23 Nov 2014 13:14:08 +0530 Subject: [PATCH 010/138] Create About.md Added my details --- Teams/mypixel/About.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Teams/mypixel/About.md diff --git a/Teams/mypixel/About.md b/Teams/mypixel/About.md new file mode 100644 index 0000000..3086b55 --- /dev/null +++ b/Teams/mypixel/About.md @@ -0,0 +1,3 @@ +Team Lead : Mohammed Intekhab khan +URL : http://www.bestwebdesigner.co +Address : Ujjain - India From f00832db25cbe40ac7fefabfe924ce6c9caecc3c Mon Sep 17 00:00:00 2001 From: Sergey Dvoynikov Date: Sun, 23 Nov 2014 12:59:29 +0500 Subject: [PATCH 011/138] GrafD team --- Teams/GrafD/ABOUT.md | 18 ++++++++++++++++++ Teams/GrafD/team.json | 12 ++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Teams/GrafD/ABOUT.md create mode 100644 Teams/GrafD/team.json diff --git a/Teams/GrafD/ABOUT.md b/Teams/GrafD/ABOUT.md new file mode 100644 index 0000000..7a828e5 --- /dev/null +++ b/Teams/GrafD/ABOUT.md @@ -0,0 +1,18 @@ +This is our page +================ + +Hey! + + +About your team +=========================== + +I'm software developer from Russia, Chelyabinsk. Interested in web and game development. + + +About your skills and what you are going to do? +======= + +It will be an awesome project created with node and HTML5 stack. + + diff --git a/Teams/GrafD/team.json b/Teams/GrafD/team.json new file mode 100644 index 0000000..e0ba1ba --- /dev/null +++ b/Teams/GrafD/team.json @@ -0,0 +1,12 @@ +{ + "teamName" : "GrafD", + "members" : [ + { + "name" : "Sergey Dvoynikov", + "twitter" : "yarg_", + "koding" : "svdvoynikov", + "location" : "Chelyabinsk, RU", + "lead" : true + } + ] +} From b414198fbdae05be3ba12cb73f410d754d7e95fb Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 00:31:05 -0800 Subject: [PATCH 012/138] Update Christian's blurb Also standardized image sizes and fixed footnotes --- Teams/The Washington Redskins/ABOUT.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index a88d92f..0ca6f3c 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -1,19 +1,19 @@ # 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 way other than name affiliated with the National Football League team of the same name. +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 |--- |--- |--- |--- |--- -| ![Ethan](http://i.imgur.com/gR6zSot.jpg) | ![David](http://i.imgur.com/hKDsoqJ.jpg) | ![Christian](http://i.imgur.com/EofphTD.jpg) | ![James]() | ![Jake] (http://i.imgur.com/YugU9XL.jpg) | +| ![Ethan](http://i.imgur.com/gR6zSotm.jpg) | ![David](http://i.imgur.com/hKDsoqJm.jpg) | ![Christian](http://i.imgur.com/EofphTDm.jpg) | ![James](http://i.imgur.com/eDAjuqzm.jpg) | ![Jake](http://i.imgur.com/YugU9XLm.jpg?1) | `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 DoTA 2. Christian's resume also includes an in-progress [Kerbal Space Program multiplayer mod](https://github.com/KerbalMultiplayerCommunity/Universe), [a system for massive p2p networks](http://paral.in/airnet-p2p-internet-of-things/), and several meteor and angular libraries. +`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). @@ -21,9 +21,11 @@ Our name was inspired by South Park episode ["Go Fund Yourself" (Season 18, Epis ## 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). +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] [1] [soon] [2]! +Expect us on Kickstarter [2] soon [3]! -[1]: See "Go Fund Yourself" -[2]: 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) +[1]: It's not in _Steve Jobs_ by Walter Isaacson, but it's still possible [4] that he did say it
+[2]: See "Go Fund Yourself"'s above link
+[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)
+[4]: Literally and totally impossible From 93bb716e7e6a4476121fb278da4618324e28859a Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 08:31:30 +0000 Subject: [PATCH 013/138] rebuilt readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3dd37b..100f964 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ the lower section of this README.md file. | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | | #Gerasim |[Gerasimenko Aleksandr](https://koding.com/gerasim) Kharkiv, UA *(team lead)*
| [Gerasim](./Teams/Gerasim/ABOUT.md) | +| #GrafD |[Sergey Dvoynikov](https://koding.com/svdvoynikov) Chelyabinsk, RU *(team lead)*
| [GrafD](./Teams/GrafD/ABOUT.md) | | #Team Akron |[Drew Mazak](https://koding.com/drmazak) Akron, US *(team lead)*
[Jessica Groot](https://koding.com/GesikaMarie) Akron, US
| [Team Akron](./Teams/Hackron/ABOUT.md) | | #Infinity |[Kamyar Allahverdi](https://koding.com/kamyarinfinity) Calgary, CA *(team lead)*
[Mehran Khodabandeh](https://koding.com/mkhodabandeh) Vancouver, CA
| [Infinity](./Teams/Infinity/ABOUT.md) | | #IntelligenceSpreaders |[Anik Goel](https://koding.com/anikgoel) Chandigarh, IN *(team lead)*
[Karan Singh Sisodia](https://koding.com/sisodiakaran) Mohali, IN
[Atul Tagra](https://koding.com/atultagra) Mohali, IN
| [IntelligenceSpreaders](./Teams/IntelligenceSpreaders/ABOUT.md) | @@ -56,3 +57,5 @@ the lower section of this README.md file. | #Vegan Zombies |[Loki (Nick Jacobsen)](https://koding.com/lokkju) Portland, OR
| [Vegan Zombies](./Teams/VeganZombies/ABOUT.md) | | #WarRoom |[Cameron Wright](https://koding.com/camwright) Vancouver, WA
| [WarRoom](./Teams/WarRoom/ABOUT.md) | | #Zhvillues |[Sachini Herath](https://koding.com/sachini) Colombo, LK *(team lead)*
[Sachith Seneviratne](https://koding.com/sachith500) Colombo, LK
[Sanka Rasnayaka](https://koding.com/sankha) Colombo, LK
[Rajith Vidanaarachchi](https://koding.com/rajithv) Luneburg, DE
[Vipula Dissanayaka](https://koding.com/vipulad) Colombo, LK
| [Zhvillues](./Teams/Zhvillues/ABOUT.md) | +| #Zphalcon |[Thien Tran](https://koding.com/duythien) Vietnam, ID *(team lead)*
[Nhi Tran Thi Y](https://koding.com/stackphysics) Vietnam, ID
[Tu Vu Manh](https://koding.com/yehn) Vietnam, ID
| [Zphalcon](./Teams/Zphalcon/ABOUT.md) | +| #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | From 7ee783d5c8eb12061c00024c5720dcba18825e15 Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 00:37:23 -0800 Subject: [PATCH 014/138] Fix Jake's image link --- Teams/The Washington Redskins/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index 0ca6f3c..e8c8563 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -7,7 +7,7 @@ Our name was inspired by South Park episode ["Go Fund Yourself" (Season 18, Epis | Ethan | David | Christian | James | Jake |--- |--- |--- |--- |--- -| ![Ethan](http://i.imgur.com/gR6zSotm.jpg) | ![David](http://i.imgur.com/hKDsoqJm.jpg) | ![Christian](http://i.imgur.com/EofphTDm.jpg) | ![James](http://i.imgur.com/eDAjuqzm.jpg) | ![Jake](http://i.imgur.com/YugU9XLm.jpg?1) | +| ![Ethan](http://i.imgur.com/gR6zSotm.jpg) | ![David](http://i.imgur.com/hKDsoqJm.jpg) | ![Christian](http://i.imgur.com/EofphTDm.jpg?1) | ![James](http://i.imgur.com/eDAjuqzm.jpg) | ![Jake](http://i.imgur.com/IFEuZNEm.png?2) | `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. From 6d3b051fe8e09b4253a5f1a095a0205d1e32b545 Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 00:52:58 -0800 Subject: [PATCH 015/138] Added hover-text, links to images --- Teams/The Washington Redskins/ABOUT.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index e8c8563..e48ad8a 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -7,7 +7,13 @@ Our name was inspired by South Park episode ["Go Fund Yourself" (Season 18, Epis | Ethan | David | Christian | James | Jake |--- |--- |--- |--- |--- -| ![Ethan](http://i.imgur.com/gR6zSotm.jpg) | ![David](http://i.imgur.com/hKDsoqJm.jpg) | ![Christian](http://i.imgur.com/EofphTDm.jpg?1) | ![James](http://i.imgur.com/eDAjuqzm.jpg) | ![Jake](http://i.imgur.com/IFEuZNEm.png?2) | +| ![Ethan] | ![David] | ![Christian] | ![James] | ![Jake] | + +[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. From b8d8be9812b5a15083d49c58c29dfd4507c1cbd7 Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 01:01:00 -0800 Subject: [PATCH 016/138] Added comma to end of line 8 --- Teams/The Washington Redskins/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/team.json b/Teams/The Washington Redskins/team.json index 6e2f465..d684ddb 100644 --- a/Teams/The Washington Redskins/team.json +++ b/Teams/The Washington Redskins/team.json @@ -5,7 +5,7 @@ "name": "Ethan Madison", "twitter": "_ethanmad", "koding": "ethanmad", - "location": "Los Angeles, US" + "location": "Los Angeles, US", "lead": true }, { From 15e37faaa2256410092c9308c2e1a45714a95d32 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:19:32 -0500 Subject: [PATCH 017/138] Team Elusive Bits, reporting for duty. --- Teams/ElusiveBits/ABOUT.md | 24 ++++++++++++++++++++++++ Teams/ElusiveBits/team.json | 15 +++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Teams/ElusiveBits/ABOUT.md create mode 100644 Teams/ElusiveBits/team.json diff --git a/Teams/ElusiveBits/ABOUT.md b/Teams/ElusiveBits/ABOUT.md new file mode 100644 index 0000000..eeff79a --- /dev/null +++ b/Teams/ElusiveBits/ABOUT.md @@ -0,0 +1,24 @@ +The Elusive Bits +================ + +99 problems but a bit ain''t one. + +About your team +=========================== + +Tim +-- +** + +Works in DC as CTO of a startup in the Bitcoin ecosystem. + +Pat +-- +** + +Works in the Philadelphia area as a Senior Automation Engineer. + +About your skills and what you are going to do? +======= +Backend and frontend skills all over the place. +We''ll be targeting themes 2, 5, and 6. diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json new file mode 100644 index 0000000..a5232c2 --- /dev/null +++ b/Teams/ElusiveBits/team.json @@ -0,0 +1,15 @@ +{ + "teamName": "Elusive Bits", + "members": [ + { + "name": "Tim Sidie", + "koding": "tims", + "location": "Washington, DC" + } + { + "name": "Pat Quinn", + "koding": "elusivebits", + "location": "Philadelphia, PA" + } + ] +} From ef9723bca77ba150790e9b837057572754559ca4 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:20:47 -0500 Subject: [PATCH 018/138] Woops! --- Teams/ElusiveBits/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index a5232c2..80961b9 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -5,7 +5,7 @@ "name": "Tim Sidie", "koding": "tims", "location": "Washington, DC" - } + }, { "name": "Pat Quinn", "koding": "elusivebits", From ffa8dfeee9c266f7914a956f307035c81d37b7c0 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:21:32 -0500 Subject: [PATCH 019/138] Markdown fix. --- Teams/ElusiveBits/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ElusiveBits/ABOUT.md b/Teams/ElusiveBits/ABOUT.md index eeff79a..8cf8c2a 100644 --- a/Teams/ElusiveBits/ABOUT.md +++ b/Teams/ElusiveBits/ABOUT.md @@ -1,7 +1,7 @@ The Elusive Bits ================ -99 problems but a bit ain''t one. +99 problems but a bit ain't one. About your team =========================== @@ -21,4 +21,4 @@ Works in the Philadelphia area as a Senior Automation Engineer. About your skills and what you are going to do? ======= Backend and frontend skills all over the place. -We''ll be targeting themes 2, 5, and 6. +We'll be targeting themes 2, 5, and 6. From aab13e800c288f578a52f8c8c0bd932d371398f9 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:26:35 -0500 Subject: [PATCH 020/138] Two digit country code, fixed. --- Teams/ElusiveBits/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index 80961b9..7b45f7a 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -4,12 +4,12 @@ { "name": "Tim Sidie", "koding": "tims", - "location": "Washington, DC" + "location": "Washington D.C., US" }, { "name": "Pat Quinn", "koding": "elusivebits", - "location": "Philadelphia, PA" + "location": "Philadelphia, US" } ] } From 056c5f666cd21887e37b347bac5fea295bb32fd0 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:28:07 -0500 Subject: [PATCH 021/138] Add team lead designation. --- Teams/ElusiveBits/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index 7b45f7a..8f7fab9 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -4,7 +4,8 @@ { "name": "Tim Sidie", "koding": "tims", - "location": "Washington D.C., US" + "location": "Washington D.C., US", + "lead": true }, { "name": "Pat Quinn", From 2b0b291c972347e508394dfd87417367b368a72b Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 09:33:22 +0000 Subject: [PATCH 022/138] rebuilt readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 100f964..fd3cdec 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ the lower section of this README.md file. | #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #CondorCode |[Eduardo Messuti](https://koding.com/messutiedd) Santa Cruz de la Sierra, BO *(team lead)*
[Andrei Regiani](https://koding.com/andreiregiani) Minsk, BY
[Arturo Zambrana](https://koding.com/arturozambrana) Santa Cruz de la Sierra, BO
| [CondorCode](./Teams/CondorCode/ABOUT.md) | +| #Elusive Bits |[Tim Sidie](https://koding.com/tims) Washington D.C., US *(team lead)*
[Pat Quinn](https://koding.com/elusivebits) Philadelphia, US
| [Elusive Bits](./Teams/ElusiveBits/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | | #Gerasim |[Gerasimenko Aleksandr](https://koding.com/gerasim) Kharkiv, UA *(team lead)*
| [Gerasim](./Teams/Gerasim/ABOUT.md) | From 1e2f5ac9121e199a850d9bd3393a213a1c80e362 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 09:34:59 +0000 Subject: [PATCH 023/138] generated new readme.md --- Teams/The Washington Redskins/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/team.json b/Teams/The Washington Redskins/team.json index d684ddb..3053c8b 100644 --- a/Teams/The Washington Redskins/team.json +++ b/Teams/The Washington Redskins/team.json @@ -12,7 +12,7 @@ "name": "David Woldenberg", "twitter": "goldenwolden", "koding": "wold", - "location": "Los Angeles, US", + "location": "Los Angeles, US" }, { "name": "Christian Stewart", From 45229756506980acb0bd980fd7c6c60c2f426b9c Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 09:35:19 +0000 Subject: [PATCH 024/138] generated new readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd3cdec..d78d711 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ the lower section of this README.md file. | #T314 |[Deryabin Igor](https://koding.com/glasm) Crimea, RU *(team lead)*
| [T314](./Teams/T314/ABOUT.md) | | |[Rafik Naccache](https://koding.com/automagic-tools) Tunis,TN *(team lead)*
[Mohamed Sghaier](https://koding.com/doremi76) Tunis,TN
[Med Elyes BenZina](https://koding.com/mbez) Tunis,TN
[Ibtissem Hamdi](https://koding.com/ibtissem) Tunis,TN
| [TNTeam](./Teams/TNTeam/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | +| #The Washington Redskins |[Ethan Madison](https://koding.com/ethanmad) Los Angeles, US *(team lead)*
[David Woldenberg](https://koding.com/wold) Los Angeles, US
[Christian Stewart](https://koding.com/kidovate) Los Angeles, US
[James Lennon](https://koding.com/jlennon1) Los Angeles, US
[Jake Saferstein](https://koding.com/thesafo) Los Angeles, US
| [The Washington Redskins](./Teams/The Washington Redskins/ABOUT.md) | | #TheGoat ಠ_ಠ |[Keheira Henderson](https://koding.com/Keheira) Greensboro, US *(team lead)*
[Daniel Jones](https://koding.com/DIJicode) Sterling Heights, US
[Jamone Kelly](https://koding.com/JamoneK) Greensboro, US
| [TheGoat ಠ_ಠ](./Teams/TheGoat/ABOUT.md) | | #TheTwoPeas |[Kalmar Gabor](https://koding.com/matchxxx) Tura, HU
[Takacs Pal](https://koding.com/takacspal) Tura, HU
| [TheTwoPeas](./Teams/TheTwoPeas/ABOUT.md) | | #The Warrior Poet |[Andrew Jones](https://koding.com/thewarriorpoet) Wollongong, AU *(team lead)*
| [The Warrior Poet](./Teams/TheWarriorPoet/ABOUT.md) | From 93a78ec04da566514772664c5edb2c139b91c7fa Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 01:57:35 -0800 Subject: [PATCH 025/138] Added support link --- Teams/The Washington Redskins/ABOUT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index e48ad8a..128dc9a 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -3,6 +3,8 @@ 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. +Please support us and share your experiences/money with us on our [team page](https://www.facebook.com/thewashingtonredskinshack)! + ## About our team | Ethan | David | Christian | James | Jake From 412834e94436ca2a4c8a0722cad133f897fbc740 Mon Sep 17 00:00:00 2001 From: Fizer Khan Date: Sun, 23 Nov 2014 15:27:56 +0530 Subject: [PATCH 026/138] Added team machi. --- Teams/Machi/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/Machi/team.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 Teams/Machi/ABOUT.md create mode 100644 Teams/Machi/team.json diff --git a/Teams/Machi/ABOUT.md b/Teams/Machi/ABOUT.md new file mode 100644 index 0000000..ce0be90 --- /dev/null +++ b/Teams/Machi/ABOUT.md @@ -0,0 +1,25 @@ +Machi +======== + +## Who we Are + +We are passionate and creative group of developers share deep love for hacking. +We truly believe that learning comes from sharing. +We know each other during work or while attending hackathons And, +we are from great place Chennai, INDIA + + +| Fizer Khan | Yogeswaran | Dheeraj Joshi +|--- |--- |--- +| ![Fizer Khan](https://avatars3.githubusercontent.com/u/1433380?v=3&s=200) | ![Yogeswaran](https://avatars3.githubusercontent.com/u/1505586?v=3&s=200) | ![Dheeraj Joshi](https://pbs.twimg.com/profile_images/489018856506011648/_3yNhEXD_200x200.jpeg) | + +Still thinking about it. But it will surely be somthing special ! + + + + + + + + + diff --git a/Teams/Machi/team.json b/Teams/Machi/team.json new file mode 100644 index 0000000..69d1015 --- /dev/null +++ b/Teams/Machi/team.json @@ -0,0 +1,28 @@ + +{ + "teamname": "Machi", + + "members":[ + { + "name":"Fizer Khan", + "twitter":"fizerkhan", + "koding":"fizerkhan", + "location":"Chennai, India", + "lead":true + }, + + { + "name":"Yogeswaran", + "twitter":"yogeswarant", + "koding":"yogeswarant", + "location":"Chennai, India" + }, + + { + "name":"Dheeraj Joshi", + "twitter":"dheerajhere", + "koding":"dheerajhere", + "location":"Chennai, India" + } + ] +} From af98a807dd6eab73be8ceea108035b1069d5a81f Mon Sep 17 00:00:00 2001 From: Fraz Ahmed Date: Sun, 23 Nov 2014 15:34:44 +0500 Subject: [PATCH 027/138] Wrote about Fraz Ahmed --- Teams/SonsOfWeb/ABOUT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Teams/SonsOfWeb/ABOUT.md b/Teams/SonsOfWeb/ABOUT.md index 0d482e0..3fe7b40 100644 --- a/Teams/SonsOfWeb/ABOUT.md +++ b/Teams/SonsOfWeb/ABOUT.md @@ -11,3 +11,6 @@ About Us | ![Faraz](http://graph.facebook.com/faraz.ahmed84/picture?type=large) | ![Fraz](http://graph.facebook.com/frazehmad/picture?type=large) | +Fraz Ahmed +=========================== +Passionate Web Engineer, a Self Employed Entrepreneur and father of two. This is my first ever hackathon and I want to use this as an opportunity to learn something new. I am positive that in the end of this event my team will put something valuable on the table. This small effort of us will also have a positive impact to the world in one way or another! \ No newline at end of file From da7db8f5ef4330b5973a9ebcb1083b33c0c038f9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 23 Nov 2014 12:45:47 +0200 Subject: [PATCH 028/138] Team Upload Hello? --- Teams/DropTableContestants/ABOUT.md | 38 ++++++++++++++++++++++++++++ Teams/DropTableContestants/team.json | 29 +++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 Teams/DropTableContestants/ABOUT.md create mode 100644 Teams/DropTableContestants/team.json diff --git a/Teams/DropTableContestants/ABOUT.md b/Teams/DropTableContestants/ABOUT.md new file mode 100644 index 0000000..7a24055 --- /dev/null +++ b/Teams/DropTableContestants/ABOUT.md @@ -0,0 +1,38 @@ +DROP TABLE Contestants +====================== + +| N | Member +| :---- | :---- +| 0 | ![Dan](http://zoiz.org/dan.jpg) +| 1 | ![Lumka](http://zoiz.org/lumka.jpg) +| 2 | ![Mike](http://zoiz.org/mike.jpg) +| 3 | ![Aurelia](http://zoiz.org/aurelia.jpg) + +About Us +======== +Our team is comprised of 4 talented underachievers, who know too much, who go too far. +The hackathon is our world now. We are all computer scientists, living and working in Cape Town, South Africa. + + +733t Skillz +=========== + We are fluent in over six million forms of communication, and can readily... + + +Financials +=========== + + +| Financial & Risk | Legal | Tax & Accounting | IP & Science +| :---- | :---- | :---- | :---- +|$6.6 billion revenues |$3.4 billion revenues |$1.2 billion revenues |$982 million revenues +|21.9% EBITDA margin |35.6% EBITDA margin |30.4% EBITDA margin |31.0% EBITDA margin +|12.3% Operating profit margin |26.9% Operating profit margin |20.7% Operating profit margin |22.9% Operating profit margin + + + + + + + + diff --git a/Teams/DropTableContestants/team.json b/Teams/DropTableContestants/team.json new file mode 100644 index 0000000..22c20b3 --- /dev/null +++ b/Teams/DropTableContestants/team.json @@ -0,0 +1,29 @@ +{ + "teamName": "DROP TABLE Contestants", + "members": [ + { + "name": "Daniel Brownell", + "twitter": "", + "koding": "salient", + "location": "Cape Town, RSA" + }, + { + "name": "Lumka Mangxongxoza", + "twitter": "https://twitter.com/LuNaturelle", + "koding": "lunaturelle", + "location": "Cape Town, RSA" + }, + { + "name": "Michael Champanis", + "twitter": "", + "koding": "mchampanis", + "location": "Cape Town, RSA" + }, + { + "name": "Aurelia Drummer", + "twitter": "", + "koding": "thisisaurelia", + "location": "Cape Town, RSA" + } + ] +} From 34b044df60956cbce528969b76d7e4cd4688ee94 Mon Sep 17 00:00:00 2001 From: Sanka Darshana Date: Sun, 23 Nov 2014 16:50:28 +0530 Subject: [PATCH 029/138] Team info added --- Teams/Optimus/ABOUT.md | 15 +++++++++++++++ Teams/Optimus/team.json | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Teams/Optimus/ABOUT.md create mode 100644 Teams/Optimus/team.json diff --git a/Teams/Optimus/ABOUT.md b/Teams/Optimus/ABOUT.md new file mode 100644 index 0000000..bf7018c --- /dev/null +++ b/Teams/Optimus/ABOUT.md @@ -0,0 +1,15 @@ +About my team +=========================== +I am a Software Engineer with experience of MEAN stack, specialized in back-end web development. I am a citizen of Sri Lanka. + +I have knowledge and experience in the following fields +✔ Front-End: HTML5, CSS3, JavaScript, jQuery and AngularJS. +✔ Back-End: PHP, Node.js and Express.js. +✔ Database development: MySQL, MS SQL Server and MongoDB. +✔ Responsive Web Design. + +I think this hackathon brings me a great opportunity to demonstrate my skills as Software Engineer and to improve myself. + +About my skills and what I am going to do? +======= +My focused themes currently are , 1, 3, and 4. \ No newline at end of file diff --git a/Teams/Optimus/team.json b/Teams/Optimus/team.json new file mode 100644 index 0000000..b766671 --- /dev/null +++ b/Teams/Optimus/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "Optimus", + "members": [{ + "name": "Sanka Darshana", + "twitter": "SankaD", + "koding": "SankaD", + "location": "Colombo, LK", + "lead": true + }] +} \ No newline at end of file From 53f8d3d0bf3937ded2248f3796ff638f4559078c Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 17:41:58 +0530 Subject: [PATCH 030/138] Update README.template.md --- README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.template.md b/README.template.md index a82adf1..64c8e76 100644 --- a/README.template.md +++ b/README.template.md @@ -6,7 +6,7 @@ does not ring a bell, please prizes! The purpose of this repo is two-fold: -* for us to share share sample code with you +* for us to share some sample code with you * for you to share your team details and eventually your final project code with us From 7e7b0fba4f5309bf90c14f6bb0ceb0108b94ef71 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 18:28:05 +0530 Subject: [PATCH 031/138] I have created my team. --- Teams/TheTigers/ABOUT.md | 30 ++++++++++++++++++++++++++++++ Teams/TheTigers/team.json | 14 ++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Teams/TheTigers/ABOUT.md create mode 100644 Teams/TheTigers/team.json diff --git a/Teams/TheTigers/ABOUT.md b/Teams/TheTigers/ABOUT.md new file mode 100644 index 0000000..73a95ef --- /dev/null +++ b/Teams/TheTigers/ABOUT.md @@ -0,0 +1,30 @@ +This is our page +================ + +I am KULDIP PIPALIYA. My interests are anything development related, software developing & designing. +I have no team mates right now. + + +About your team +=========================== + +| kuldip | +|---| +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | + +Tell us who you are, why you did you decide to join? + + I love coding, and it is not just my job, it’s my hobby, business, love, my life. +For the short while I have been on this earth. Developing has been a huge part of my life, so much that if I didn’t have development I would be lost. +I love to play with it, In my spare time I surf the web to keep in touch with new technologies. +I am working with web applications from last 4+ year. + I am also a nature lover, and I love more than coding, I try to help to save the nature. +I am also master degree student & family responsibilities so I have no much time to physically help them (http://www.WWFINDIA.ORG/SOS) but I had decided to donate some part of my salary to them before two months. I also would like to donate 10% of my prize. + +About your skills and what you are going to do? +======= + I will go with Theme#1 to develop application. + + + + diff --git a/Teams/TheTigers/team.json b/Teams/TheTigers/team.json new file mode 100644 index 0000000..18293f2 --- /dev/null +++ b/Teams/TheTigers/team.json @@ -0,0 +1,14 @@ +{ + "teamName": "The Tigers", + "members": [ + { + "name": "KULDIP PIPALIYA", + "twitter": "KuldipPipaliya", + "koding": "kuldipem", + "github": "kuldipem", + "linkedin": "https://www.linkedin.com/in/kuldipem", + "website": "http://www.kuldippipaliya.com", + "location": "VIrpur(Jalaram), Rajkot, Gujarat, IN" + } + ] +} From 3e0ca11a79ede36890362fa27f2482145a297826 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 18:33:02 +0530 Subject: [PATCH 032/138] Update ABOUT.md --- Teams/TheTigers/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TheTigers/ABOUT.md b/Teams/TheTigers/ABOUT.md index 73a95ef..b37b4eb 100644 --- a/Teams/TheTigers/ABOUT.md +++ b/Teams/TheTigers/ABOUT.md @@ -10,7 +10,7 @@ About your team | kuldip | |---| -| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | +| ![kuldippipaliya](https://http://kuldippipaliya.com/img/author.png) | Tell us who you are, why you did you decide to join? From 7bb500dba0aef6e889f796bb6f8c5abd5c1ae853 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 18:33:54 +0530 Subject: [PATCH 033/138] Update ABOUT.md --- Teams/TheTigers/ABOUT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/TheTigers/ABOUT.md b/Teams/TheTigers/ABOUT.md index b37b4eb..0671e7b 100644 --- a/Teams/TheTigers/ABOUT.md +++ b/Teams/TheTigers/ABOUT.md @@ -13,17 +13,17 @@ About your team | ![kuldippipaliya](https://http://kuldippipaliya.com/img/author.png) | Tell us who you are, why you did you decide to join? - - I love coding, and it is not just my job, it’s my hobby, business, love, my life. +====== +I love coding, and it is not just my job, it’s my hobby, business, love, my life. For the short while I have been on this earth. Developing has been a huge part of my life, so much that if I didn’t have development I would be lost. I love to play with it, In my spare time I surf the web to keep in touch with new technologies. I am working with web applications from last 4+ year. - I am also a nature lover, and I love more than coding, I try to help to save the nature. +I am also a nature lover, and I love more than coding, I try to help to save the nature. I am also master degree student & family responsibilities so I have no much time to physically help them (http://www.WWFINDIA.ORG/SOS) but I had decided to donate some part of my salary to them before two months. I also would like to donate 10% of my prize. About your skills and what you are going to do? ======= - I will go with Theme#1 to develop application. +I will go with Theme#1 to develop application. From 11662928452f61e571f8b6ca7a5d0977af7ae037 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 18:34:19 +0530 Subject: [PATCH 034/138] Update ABOUT.md --- Teams/TheTigers/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TheTigers/ABOUT.md b/Teams/TheTigers/ABOUT.md index 0671e7b..10a0016 100644 --- a/Teams/TheTigers/ABOUT.md +++ b/Teams/TheTigers/ABOUT.md @@ -10,7 +10,7 @@ About your team | kuldip | |---| -| ![kuldippipaliya](https://http://kuldippipaliya.com/img/author.png) | +| ![kuldippipaliya](http://kuldippipaliya.com/img/author.png) | Tell us who you are, why you did you decide to join? ====== From bfe44fd8103632d21bb2f319ae82b016d58f6c2e Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Sun, 23 Nov 2014 18:36:16 +0530 Subject: [PATCH 035/138] Update ABOUT.md --- Teams/TheTigers/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TheTigers/ABOUT.md b/Teams/TheTigers/ABOUT.md index 10a0016..47c97be 100644 --- a/Teams/TheTigers/ABOUT.md +++ b/Teams/TheTigers/ABOUT.md @@ -19,7 +19,7 @@ For the short while I have been on this earth. Developing has been a huge part o I love to play with it, In my spare time I surf the web to keep in touch with new technologies. I am working with web applications from last 4+ year. I am also a nature lover, and I love more than coding, I try to help to save the nature. -I am also master degree student & family responsibilities so I have no much time to physically help them (http://www.WWFINDIA.ORG/SOS) but I had decided to donate some part of my salary to them before two months. I also would like to donate 10% of my prize. +I am also master degree student & family responsibilities so I have no much time to physically help them (http://support.wwfindia.org/sos/index.php) but I had decided to donate some part of my salary to them before two months. I also would like to donate 10% of my prize. About your skills and what you are going to do? ======= From 92b803e27f944198dcf15ef0c112fed1e52d92ea Mon Sep 17 00:00:00 2001 From: Stoyan Rachev Date: Sun, 23 Nov 2014 15:28:12 +0200 Subject: [PATCH 036/138] Team info --- Teams/Wehaveanidea/ABOUT.md | 7 +++++++ Teams/Wehaveanidea/team.json | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Teams/Wehaveanidea/ABOUT.md create mode 100644 Teams/Wehaveanidea/team.json diff --git a/Teams/Wehaveanidea/ABOUT.md b/Teams/Wehaveanidea/ABOUT.md new file mode 100644 index 0000000..7d4a213 --- /dev/null +++ b/Teams/Wehaveanidea/ABOUT.md @@ -0,0 +1,7 @@ +We have an idea +=========================== + +| Stoyan | Desi +|--- |--- +| ![strachev](https://avatars2.githubusercontent.com/u/3617358?v=3&s=460) | ![sishub](https://avatars2.githubusercontent.com/u/8769723?v=3&s=460 | + diff --git a/Teams/Wehaveanidea/team.json b/Teams/Wehaveanidea/team.json new file mode 100644 index 0000000..80533ca --- /dev/null +++ b/Teams/Wehaveanidea/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "We have an idea", + "members": [ + { + "name": "Desislava Karadzhova", + "twitter": "desi_scott", + "koding": "sishub", + "location": "Sofia, BG" + }, + { + "name": "Stoyan Rachev", + "twitter": "stoyan_rachev", + "koding": "strachev", + "location": "Sofia, BG", + "lead": true + } + ] +} From 748aa865d4b8c9ab7a005af5fa23d8b2fa11a29a Mon Sep 17 00:00:00 2001 From: Stoyan Rachev Date: Sun, 23 Nov 2014 15:32:15 +0200 Subject: [PATCH 037/138] update ABOUT.md --- Teams/Wehaveanidea/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Wehaveanidea/ABOUT.md b/Teams/Wehaveanidea/ABOUT.md index 7d4a213..0b23ad4 100644 --- a/Teams/Wehaveanidea/ABOUT.md +++ b/Teams/Wehaveanidea/ABOUT.md @@ -3,5 +3,5 @@ We have an idea | Stoyan | Desi |--- |--- -| ![strachev](https://avatars2.githubusercontent.com/u/3617358?v=3&s=460) | ![sishub](https://avatars2.githubusercontent.com/u/8769723?v=3&s=460 | +| ![strachev](https://avatars2.githubusercontent.com/u/3617358?v=3&s=460) | ![sishub](https://avatars2.githubusercontent.com/u/8769723?v=3&s=460) | From e967ea0fbb4b79afe7fc48bb4b44fef61ae056e0 Mon Sep 17 00:00:00 2001 From: phienkv Date: Sun, 23 Nov 2014 20:33:51 +0700 Subject: [PATCH 038/138] Add Piolab team --- Teams/Piolab/ABOUT.md | 15 +++++++++++++++ Teams/Piolab/team.json | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Teams/Piolab/ABOUT.md create mode 100644 Teams/Piolab/team.json diff --git a/Teams/Piolab/ABOUT.md b/Teams/Piolab/ABOUT.md new file mode 100644 index 0000000..33b8d0b --- /dev/null +++ b/Teams/Piolab/ABOUT.md @@ -0,0 +1,15 @@ +Piolab +================ +A funny team. + +About your team +=========================== +We are developers from Vietnam, we love coding and new technologies. We want to do something that make people more happy, more interested and more comfortable. + +About your skills and what you are going to do? +======= +- HTM5, CSS, Angularjs, Backbone +- Nodejs, Express, Sails +- UX, UI +- Creativity. + diff --git a/Teams/Piolab/team.json b/Teams/Piolab/team.json new file mode 100644 index 0000000..28f381b --- /dev/null +++ b/Teams/Piolab/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Piolab", + "members":[ + { + "name": "Phien Khuat Van", + "twitter": "phienkaka", + "koding": "phiencoltech", + "location": "Hanoi, VN", + "lead": true + }, + { + "name": "Cuong Nguyen Huu", + "twitter": "cuongcua90", + "koding": "cuongcua90", + "location": "Hanoi, VN" + } + ] +} \ No newline at end of file From 03b095b811c5c218e216e599c9a0ed95fdbc6c6c Mon Sep 17 00:00:00 2001 From: phienkv Date: Sun, 23 Nov 2014 20:35:29 +0700 Subject: [PATCH 039/138] no message --- Teams/Piolab/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Piolab/ABOUT.md b/Teams/Piolab/ABOUT.md index 33b8d0b..a866fa7 100644 --- a/Teams/Piolab/ABOUT.md +++ b/Teams/Piolab/ABOUT.md @@ -1,6 +1,6 @@ Piolab ================ -A funny team. +A team of "pioneers". About your team =========================== From bd8f0ea56f3bf5485de0d55a074a266e59069f1a Mon Sep 17 00:00:00 2001 From: drewpal Date: Sun, 23 Nov 2014 18:59:02 +0300 Subject: [PATCH 040/138] Create team.json --- Teams/drewpal/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/drewpal/team.json diff --git a/Teams/drewpal/team.json b/Teams/drewpal/team.json new file mode 100644 index 0000000..9e081cc --- /dev/null +++ b/Teams/drewpal/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Drewpal", + "members": [ + { + "name": "Andrew Sang", + "twitter": "kenyanconsumer", + "koding": "drewpal", + "location": "Nairobi, KE" + } + ] +} From fd7285f0a297b27cb97fa65e4bd732f889634560 Mon Sep 17 00:00:00 2001 From: profet Date: Sun, 23 Nov 2014 23:31:39 +0700 Subject: [PATCH 041/138] U-section --- Teams/U-section/ABOUT.md | 23 +++++++++++++++++++++++ Teams/U-section/team.json | 11 +++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/U-section/ABOUT.md create mode 100644 Teams/U-section/team.json diff --git a/Teams/U-section/ABOUT.md b/Teams/U-section/ABOUT.md new file mode 100644 index 0000000..da1ea51 --- /dev/null +++ b/Teams/U-section/ABOUT.md @@ -0,0 +1,23 @@ +U-section +================ +We have started to develop software from infancy by using wooden cubes. + +About my team +=========================== +Lapin Vasiliy - Backend developer from Moscow. + +Other team members are still drunken. + +About my skills and what I am going to do? +======= + +I will use: + +1. html +2. javascript +3. php +4. nginx +5. postgres +6. other things + +I will choose #1 or #4 theme. diff --git a/Teams/U-section/team.json b/Teams/U-section/team.json new file mode 100644 index 0000000..2974158 --- /dev/null +++ b/Teams/U-section/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "U-section", + "members": [ + { + "name": "Vasiliy Lapin", + "koding": "profet", + "location": "Pattaya, TH", + "lead": true + } + ] +} From 72595f3a22a13d2ca61e9303c2013f7ce7b1a4ae Mon Sep 17 00:00:00 2001 From: minhaz Date: Sun, 23 Nov 2014 22:36:54 +0530 Subject: [PATCH 042/138] Added About and team info --- Teams/HacXor/ABOUT.md | 22 ++++++++++++++++++++++ Teams/HacXor/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Teams/HacXor/ABOUT.md create mode 100644 Teams/HacXor/team.json diff --git a/Teams/HacXor/ABOUT.md b/Teams/HacXor/ABOUT.md new file mode 100644 index 0000000..5dd78e6 --- /dev/null +++ b/Teams/HacXor/ABOUT.md @@ -0,0 +1,22 @@ +This is our page +================ + +We are students of the same university, taking same classes, we share common goals but have different skill sets, which make our team awesome when it comes to building something cool. + + +About your team +=========================== +| Minhaz | Abhinav | Dhruv | Archit +|--- |--- |--- |--- +| ![Minhaz](https://avatars1.githubusercontent.com/u/3007365?v=3&s=460) | ![Abhinav](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/t31.0-8/s960x960/615248_323829101104120_6965169501901928238_o.jpg) | ![Dhruv](https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/1234196_444894548976706_677806001_n.jpg?oh=0175134380cbec1fef57e412ca9470f1&oe=54D8C465&__gda__=1426991894_053c51ce082a0b1ee150c3ecbe5f690a) | ![Archit](https://scontent-a-lhr.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/1151066_10154023356930570_2452548761872936636_n.jpg?oh=561f7ba9aaa24db02d8099920a509b54&oe=54D78361) + +We are four students of **Delhi Technological University, New Delhi**, there is no single reason we love coding (but sure there are many :) its makes our work easier, daily problems interesting, make dull and monotonous tasks hell lot of fun), however we enjoy the way we can use it to solve real world problems. + + + +About your skills and what you are going to do? +======= +Still brainstorming, probably best ideas always take little time to grow! + + + diff --git a/Teams/HacXor/team.json b/Teams/HacXor/team.json new file mode 100644 index 0000000..e1a165f --- /dev/null +++ b/Teams/HacXor/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "HacXor", + "members": [ + { + "name": "Minhaz", + "twitter": "minhazav", + "koding": "mebjas", + "location": "New Delhi, IN", + "lead": true + }, + { + "name": "Abhinav Dahiya", + "twitter": "abhinavdtu2012", + "koding": "bane94", + "location": "New Delhi,IN", + }, + { + "name": "Dhruv Agarwal", + "twitter": "DhruvAgarwalDtu", + "koding": "dhruvagga", + "location": "New Delhi, IN" + }, + { + "name": "Archit Verma", + "twitter": "architv07", + "koding": "architv", + "location": "New Delhi, IN" + } + ] +} \ No newline at end of file From e42488b4dbd995ca7ca3e4d378690b6c74c24d56 Mon Sep 17 00:00:00 2001 From: mhuggins Date: Sun, 23 Nov 2014 10:20:58 -0700 Subject: [PATCH 043/138] Create team page --- Teams/Huggie/ABOUT.md | 31 +++++++++++++++++++++++++++++++ Teams/Huggie/team.json | 11 +++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Teams/Huggie/ABOUT.md create mode 100644 Teams/Huggie/team.json diff --git a/Teams/Huggie/ABOUT.md b/Teams/Huggie/ABOUT.md new file mode 100644 index 0000000..86ff566 --- /dev/null +++ b/Teams/Huggie/ABOUT.md @@ -0,0 +1,31 @@ +This is our page +================ + +"We" are Huggie -- just a solo team consisting of Matt Huggins of Boulder, CO. +I've been coding since I was 12, professionally for about 11 years now. + + +About your team +=========================== + +| Matt Huggins | +|---| +| ![Matt Huggins](https://avatars3.githubusercontent.com/u/169093) | + +I've only been a part of one 3-hour hackathon in the past, and I'd like to start +participating in more. I have a long history of work, but I'd like to have a +personal portfolio of work outside of the jobs I've held. I also enjoy coding +in my spare time, so participating in hackathons just makes sense! :) + + +About your skills and what you are going to do? +======= + +I grew up coding games in my spare time and went to college for the same. +However, I switched gears in college after taking a web development course, and +that's what I've been doing ever since (with some mobile projects in the mix +too). + +For this project, I'll probably try to mix the two, creating a web-based game. +I'm not 100% sure if this is what I'm going to actually do, but it's a pretty +good bet! diff --git a/Teams/Huggie/team.json b/Teams/Huggie/team.json new file mode 100644 index 0000000..13ac47b --- /dev/null +++ b/Teams/Huggie/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Huggie", + "members": [ + { + "name": "Matt Huggins", + "twitter": "mhuggins", + "koding": "mhuggins", + "location": "Boulder, CO" + } + ] +} \ No newline at end of file From d55335470ddf595bf40d2bc4cb833af8666be3ad Mon Sep 17 00:00:00 2001 From: drewpal Date: Sun, 23 Nov 2014 20:32:13 +0300 Subject: [PATCH 044/138] Create ABOUT.md --- Teams/drewpal/ABOUT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/drewpal/ABOUT.md diff --git a/Teams/drewpal/ABOUT.md b/Teams/drewpal/ABOUT.md new file mode 100644 index 0000000..4e488ad --- /dev/null +++ b/Teams/drewpal/ABOUT.md @@ -0,0 +1,15 @@ +Drewpal +================ + +I am an IT enthusiast and Web Developer based in Nairobi Kenya. + + +About your team +=========================== + +| Andrew + +Skills and intended project +======= +I will be bulding a WebRTC Application under a drupal CMS. +My intention is a plug and play Application. From e89e74b8aebb23fb1699376d89abd56e02f7371e Mon Sep 17 00:00:00 2001 From: drewpal Date: Sun, 23 Nov 2014 20:36:20 +0300 Subject: [PATCH 045/138] Update ABOUT.md --- Teams/drewpal/ABOUT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Teams/drewpal/ABOUT.md b/Teams/drewpal/ABOUT.md index 4e488ad..216bb0a 100644 --- a/Teams/drewpal/ABOUT.md +++ b/Teams/drewpal/ABOUT.md @@ -8,6 +8,9 @@ About your team =========================== | Andrew +|--- +| ![Andrew](http://satyamediagroup.com/images/team/drew_sang.jpg) | + Skills and intended project ======= From 1b9e3a6296927dae8a8f972962c2a74c764c95bc Mon Sep 17 00:00:00 2001 From: drewpal Date: Sun, 23 Nov 2014 20:37:01 +0300 Subject: [PATCH 046/138] Update ABOUT.md --- Teams/drewpal/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/drewpal/ABOUT.md b/Teams/drewpal/ABOUT.md index 216bb0a..28c1da9 100644 --- a/Teams/drewpal/ABOUT.md +++ b/Teams/drewpal/ABOUT.md @@ -4,7 +4,7 @@ Drewpal I am an IT enthusiast and Web Developer based in Nairobi Kenya. -About your team +My Team =========================== | Andrew From d7f2c1f88842e96480d1f71f056edd44b852999d Mon Sep 17 00:00:00 2001 From: drewpal Date: Sun, 23 Nov 2014 20:43:39 +0300 Subject: [PATCH 047/138] Update ABOUT.md --- Teams/drewpal/ABOUT.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Teams/drewpal/ABOUT.md b/Teams/drewpal/ABOUT.md index 28c1da9..2dbcdd0 100644 --- a/Teams/drewpal/ABOUT.md +++ b/Teams/drewpal/ABOUT.md @@ -14,5 +14,10 @@ My Team Skills and intended project ======= -I will be bulding a WebRTC Application under a drupal CMS. -My intention is a plug and play Application. +- PHP +- CSS3 +- HTML5 +- Javascript +- JQuery +- Drupal + From 4dcc18285b19acfe3881fb6fc857b12dfd7910d2 Mon Sep 17 00:00:00 2001 From: packetghoest Date: Sun, 23 Nov 2014 10:46:27 -0800 Subject: [PATCH 048/138] Create team.json --- Teams/Black-Rabbits/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/Black-Rabbits/team.json diff --git a/Teams/Black-Rabbits/team.json b/Teams/Black-Rabbits/team.json new file mode 100644 index 0000000..2a9c864 --- /dev/null +++ b/Teams/Black-Rabbits/team.json @@ -0,0 +1,24 @@ +{ +"teamName": "Black Rabbits", +"members": [ +{ +"name": "Raymond Evans", +"twitter": "packetghoest", +"koding": "packetghoest", +"location": "Biloxi, MS" +"lead": true +}, +{ +"name": "Jason Davis", +"twitter": "None", +"koding": "None", +"location": "Biloxi MS", +}, +{ +"name": "John Harter", +"twitter": "None", +"koding": "None", +"location": "Biloxi, MS" +} +] +} From f1ccb8ce1176e82c7f93212c9b7b119cdf017b0f Mon Sep 17 00:00:00 2001 From: mhuggins Date: Sun, 23 Nov 2014 11:51:09 -0700 Subject: [PATCH 049/138] Use country code --- Teams/Huggie/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Huggie/team.json b/Teams/Huggie/team.json index 13ac47b..331d5f5 100644 --- a/Teams/Huggie/team.json +++ b/Teams/Huggie/team.json @@ -5,7 +5,7 @@ "name": "Matt Huggins", "twitter": "mhuggins", "koding": "mhuggins", - "location": "Boulder, CO" + "location": "Boulder, US" } ] } \ No newline at end of file From 9aefad824285dd00b488e54bc6e916b65c5e6dbd Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 10:52:20 -0800 Subject: [PATCH 050/138] added a sample --- Teams/TeamKoders/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/TeamKoders/team.json b/Teams/TeamKoders/team.json index b56361f..938e6f9 100644 --- a/Teams/TeamKoders/team.json +++ b/Teams/TeamKoders/team.json @@ -1,6 +1,12 @@ { "teamName": "Team Koders", "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, { "name": "Senthil A", "twitter": "sent0hil", From 37cc6c3ad6ae85d1be5b851fda9559d3f4492f43 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 18:52:39 +0000 Subject: [PATCH 051/138] rebuilt readme.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d78d711..8ada54f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ does not ring a bell, please prizes! The purpose of this repo is two-fold: -* for us to share share sample code with you +* for us to share some sample code with you * for you to share your team details and eventually your final project code with us @@ -25,7 +25,7 @@ the lower section of this README.md file. | #TeamName | Team Members | Team Page | |-----------|--------------|-----------| -| #Team Koders |[Sinan Yasar](https://koding.com/sinan) San Francsico, US *(team lead)*
[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) | +| #Team Koders |[Sinan Yasar](https://koding.com/sinan) San Francsico, US *(team lead)*
[Full Name](https://koding.com/koding username) city, 2 digit country code
[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) | | #AALuckers |[Chepurnoy Aleksander](https://koding.com/bizze) Vladivostok, RU *(team lead)*
[Feshenko Denis](https://koding.com/Feshenkod) Vladivostok, RU
| [AALuckers](./Teams/AALuckers/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | @@ -45,6 +45,8 @@ the lower section of this README.md file. | #Life In Coding |[Mona Abdel Rahman](https://koding.com/mona0) Al Shohadaa, EG *(team lead)*
| [Life In Coding](./Teams/LifeInCoding/ABOUT.md) | | #Matrix |[Dandi B](https://koding.com/dandibee) Manila, PH *(team lead)*
| [Matrix](./Teams/Matrix/ABOUT.md) | | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | +| #Optimus |[Sanka Darshana](https://koding.com/SankaD) Colombo, LK *(team lead)*
| [Optimus](./Teams/Optimus/ABOUT.md) | +| #Piolab |[Phien Khuat Van](https://koding.com/phiencoltech) Hanoi, VN *(team lead)*
[Cuong Nguyen Huu](https://koding.com/cuongcua90) Hanoi, VN
| [Piolab](./Teams/Piolab/ABOUT.md) | | #PumpedDevs |[Ron Emerson Cabal](https://koding.com/roncabal) San Pablo City, PH *(team lead)*
[Bryan Salazar](https://koding.com/brysalazar12) Makati City, PH
[Joell Lapitan](https://koding.com/jlapitan) Calamba Laguna City, PH
[Kenneth Sungcaya](https://koding.com/ksungcaya) Dubai, AE
| [PumpedDevs](./Teams/PumpedDevs/ABOUT.md) | | #SERPteam |[Alexandr Korolev](https://koding.com/alesan) Astrakhan, RU *(team lead)*
[Amir Tagirov](https://koding.com/girmir) Astrakhan, RU
| [SERPteam](./Teams/SERPteam/ABOUT.md) | | #Sons Of Web |[Faraz Ahmed](https://koding.com/farazahmed84) Karachi, PK *(team lead)*
[Fraz Ahmed](https://koding.com/fraz) Karachi, PK
| [Sons Of Web](./Teams/SonsOfWeb/ABOUT.md) | @@ -56,8 +58,11 @@ the lower section of this README.md file. | #TheTwoPeas |[Kalmar Gabor](https://koding.com/matchxxx) Tura, HU
[Takacs Pal](https://koding.com/takacspal) Tura, HU
| [TheTwoPeas](./Teams/TheTwoPeas/ABOUT.md) | | #The Warrior Poet |[Andrew Jones](https://koding.com/thewarriorpoet) Wollongong, AU *(team lead)*
| [The Warrior Poet](./Teams/TheWarriorPoet/ABOUT.md) | | #Trigen |[Leonid Kalneus](https://koding.com/lkalneus) Novosibirsk, RU *(team lead)*
[Dan Onoshko](https://koding.com/dangreen) Novosibirsk, RU
[Dima Rodionov](https://koding.com/rodionovd) Tomsk, RU
| [Trigen](./Teams/Trigen/ABOUT.md) | +| #U-section |[Vasiliy Lapin](https://koding.com/profet) Pattaya, TH *(team lead)*
| [U-section](./Teams/U-section/ABOUT.md) | | #Vegan Zombies |[Loki (Nick Jacobsen)](https://koding.com/lokkju) Portland, OR
| [Vegan Zombies](./Teams/VeganZombies/ABOUT.md) | | #WarRoom |[Cameron Wright](https://koding.com/camwright) Vancouver, WA
| [WarRoom](./Teams/WarRoom/ABOUT.md) | +| #We have an idea |[Stoyan Rachev](https://koding.com/strachev) Sofia, BG *(team lead)*
[Desislava Karadzhova](https://koding.com/sishub) Sofia, BG
| [We have an idea](./Teams/Wehaveanidea/ABOUT.md) | | #Zhvillues |[Sachini Herath](https://koding.com/sachini) Colombo, LK *(team lead)*
[Sachith Seneviratne](https://koding.com/sachith500) Colombo, LK
[Sanka Rasnayaka](https://koding.com/sankha) Colombo, LK
[Rajith Vidanaarachchi](https://koding.com/rajithv) Luneburg, DE
[Vipula Dissanayaka](https://koding.com/vipulad) Colombo, LK
| [Zhvillues](./Teams/Zhvillues/ABOUT.md) | | #Zphalcon |[Thien Tran](https://koding.com/duythien) Vietnam, ID *(team lead)*
[Nhi Tran Thi Y](https://koding.com/stackphysics) Vietnam, ID
[Tu Vu Manh](https://koding.com/yehn) Vietnam, ID
| [Zphalcon](./Teams/Zphalcon/ABOUT.md) | +| #Drewpal |[Andrew Sang](https://koding.com/drewpal) Nairobi, KE
| [Drewpal](./Teams/drewpal/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | From 3fd3d87cd3069db4c0f6a2a5ae74ee305e5e8033 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 18:53:25 +0000 Subject: [PATCH 052/138] generated new readme.md --- README.md | 1 + Teams/HacXor/team.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ada54f..de90cfc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ the lower section of this README.md file. | #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | | #Gerasim |[Gerasimenko Aleksandr](https://koding.com/gerasim) Kharkiv, UA *(team lead)*
| [Gerasim](./Teams/Gerasim/ABOUT.md) | | #GrafD |[Sergey Dvoynikov](https://koding.com/svdvoynikov) Chelyabinsk, RU *(team lead)*
| [GrafD](./Teams/GrafD/ABOUT.md) | +| #HacXor |[Minhaz](https://koding.com/mebjas) New Delhi, IN *(team lead)*
[Abhinav Dahiya](https://koding.com/bane94) New Delhi,IN
[Dhruv Agarwal](https://koding.com/dhruvagga) New Delhi, IN
[Archit Verma](https://koding.com/architv) New Delhi, IN
| [HacXor](./Teams/HacXor/ABOUT.md) | | #Team Akron |[Drew Mazak](https://koding.com/drmazak) Akron, US *(team lead)*
[Jessica Groot](https://koding.com/GesikaMarie) Akron, US
| [Team Akron](./Teams/Hackron/ABOUT.md) | | #Infinity |[Kamyar Allahverdi](https://koding.com/kamyarinfinity) Calgary, CA *(team lead)*
[Mehran Khodabandeh](https://koding.com/mkhodabandeh) Vancouver, CA
| [Infinity](./Teams/Infinity/ABOUT.md) | | #IntelligenceSpreaders |[Anik Goel](https://koding.com/anikgoel) Chandigarh, IN *(team lead)*
[Karan Singh Sisodia](https://koding.com/sisodiakaran) Mohali, IN
[Atul Tagra](https://koding.com/atultagra) Mohali, IN
| [IntelligenceSpreaders](./Teams/IntelligenceSpreaders/ABOUT.md) | diff --git a/Teams/HacXor/team.json b/Teams/HacXor/team.json index e1a165f..93cf34f 100644 --- a/Teams/HacXor/team.json +++ b/Teams/HacXor/team.json @@ -12,7 +12,7 @@ "name": "Abhinav Dahiya", "twitter": "abhinavdtu2012", "koding": "bane94", - "location": "New Delhi,IN", + "location": "New Delhi,IN" }, { "name": "Dhruv Agarwal", @@ -27,4 +27,4 @@ "location": "New Delhi, IN" } ] -} \ No newline at end of file +} From fd31f296fe092b9a57ec2a1f89e0f60560578535 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 18:54:53 +0000 Subject: [PATCH 053/138] rebuilt readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de90cfc..2817c0f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ the lower section of this README.md file. | #GrafD |[Sergey Dvoynikov](https://koding.com/svdvoynikov) Chelyabinsk, RU *(team lead)*
| [GrafD](./Teams/GrafD/ABOUT.md) | | #HacXor |[Minhaz](https://koding.com/mebjas) New Delhi, IN *(team lead)*
[Abhinav Dahiya](https://koding.com/bane94) New Delhi,IN
[Dhruv Agarwal](https://koding.com/dhruvagga) New Delhi, IN
[Archit Verma](https://koding.com/architv) New Delhi, IN
| [HacXor](./Teams/HacXor/ABOUT.md) | | #Team Akron |[Drew Mazak](https://koding.com/drmazak) Akron, US *(team lead)*
[Jessica Groot](https://koding.com/GesikaMarie) Akron, US
| [Team Akron](./Teams/Hackron/ABOUT.md) | +| #Huggie |[Matt Huggins](https://koding.com/mhuggins) Boulder, US
| [Huggie](./Teams/Huggie/ABOUT.md) | | #Infinity |[Kamyar Allahverdi](https://koding.com/kamyarinfinity) Calgary, CA *(team lead)*
[Mehran Khodabandeh](https://koding.com/mkhodabandeh) Vancouver, CA
| [Infinity](./Teams/Infinity/ABOUT.md) | | #IntelligenceSpreaders |[Anik Goel](https://koding.com/anikgoel) Chandigarh, IN *(team lead)*
[Karan Singh Sisodia](https://koding.com/sisodiakaran) Mohali, IN
[Atul Tagra](https://koding.com/atultagra) Mohali, IN
| [IntelligenceSpreaders](./Teams/IntelligenceSpreaders/ABOUT.md) | | #Invincibles |[Manikandan Soundarapandian](https://koding.com/mani89) Cary,US *(team lead)*
[Ishita Malhotra](https://koding.com/ishita2310) Cary,US
[Harjas Ahuja](https://koding.com/harjas09) Cary,US
| [Invincibles ](./Teams/Invincibles/ABOUT.md) | From 8d6589c06b732dfbdf26f9d32aeed8294f408677 Mon Sep 17 00:00:00 2001 From: packetghoest Date: Sun, 23 Nov 2014 10:58:50 -0800 Subject: [PATCH 054/138] Update team.json --- Teams/Black-Rabbits/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Black-Rabbits/team.json b/Teams/Black-Rabbits/team.json index 2a9c864..176c1a6 100644 --- a/Teams/Black-Rabbits/team.json +++ b/Teams/Black-Rabbits/team.json @@ -5,20 +5,20 @@ "name": "Raymond Evans", "twitter": "packetghoest", "koding": "packetghoest", -"location": "Biloxi, MS" +"location": "Biloxi, US" "lead": true }, { "name": "Jason Davis", "twitter": "None", "koding": "None", -"location": "Biloxi MS", +"location": "Biloxi US", }, { "name": "John Harter", "twitter": "None", "koding": "None", -"location": "Biloxi, MS" +"location": "Biloxi, US" } ] } From 8ac9c1ac6169923e2f556e7572e6ed376dd8c021 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 23 Nov 2014 21:11:31 +0200 Subject: [PATCH 055/138] Update team.json --- Teams/DropTableContestants/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/DropTableContestants/team.json b/Teams/DropTableContestants/team.json index 22c20b3..b5fc713 100644 --- a/Teams/DropTableContestants/team.json +++ b/Teams/DropTableContestants/team.json @@ -5,7 +5,8 @@ "name": "Daniel Brownell", "twitter": "", "koding": "salient", - "location": "Cape Town, RSA" + "location": "Cape Town, RSA", + "lead": true }, { "name": "Lumka Mangxongxoza", From ecc7f20c2b92aaa3077fac76496b774f8abfee0b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 23 Nov 2014 21:11:48 +0200 Subject: [PATCH 056/138] Update team.json --- Teams/DropTableContestants/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/DropTableContestants/team.json b/Teams/DropTableContestants/team.json index b5fc713..73bb586 100644 --- a/Teams/DropTableContestants/team.json +++ b/Teams/DropTableContestants/team.json @@ -5,26 +5,26 @@ "name": "Daniel Brownell", "twitter": "", "koding": "salient", - "location": "Cape Town, RSA", + "location": "Cape Town, ZA", "lead": true }, { "name": "Lumka Mangxongxoza", "twitter": "https://twitter.com/LuNaturelle", "koding": "lunaturelle", - "location": "Cape Town, RSA" + "location": "Cape Town, ZA" }, { "name": "Michael Champanis", "twitter": "", "koding": "mchampanis", - "location": "Cape Town, RSA" + "location": "Cape Town, ZA" }, { "name": "Aurelia Drummer", "twitter": "", "koding": "thisisaurelia", - "location": "Cape Town, RSA" + "location": "Cape Town, ZA" } ] } From 0166e1d61d8b11600c083377e7f01df88a6ca02c Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Mon, 24 Nov 2014 00:58:57 +0530 Subject: [PATCH 057/138] Update team.json --- Teams/TheTigers/team.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Teams/TheTigers/team.json b/Teams/TheTigers/team.json index 18293f2..3f410f9 100644 --- a/Teams/TheTigers/team.json +++ b/Teams/TheTigers/team.json @@ -5,10 +5,7 @@ "name": "KULDIP PIPALIYA", "twitter": "KuldipPipaliya", "koding": "kuldipem", - "github": "kuldipem", - "linkedin": "https://www.linkedin.com/in/kuldipem", - "website": "http://www.kuldippipaliya.com", - "location": "VIrpur(Jalaram), Rajkot, Gujarat, IN" + "location": "Virpur, Gujarat, IN" } ] } From e4ae169391db51fbf7135b24bfe038ea57595616 Mon Sep 17 00:00:00 2001 From: jebes Date: Sun, 23 Nov 2014 14:29:17 -0500 Subject: [PATCH 058/138] 3dpg team added --- Teams/3DPG/ABOUT.md | 43 +++++++++++++++++++++++++++++++++++++++++++ Teams/3DPG/team.json | 12 ++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 Teams/3DPG/ABOUT.md create mode 100644 Teams/3DPG/team.json diff --git a/Teams/3DPG/ABOUT.md b/Teams/3DPG/ABOUT.md new file mode 100644 index 0000000..6651bbf --- /dev/null +++ b/Teams/3DPG/ABOUT.md @@ -0,0 +1,43 @@ +3DPG +==== + +A single man team with a passion for low level hackery + +About 3DPG +---------- + +| Peter Steidel | +|---------------------| +| Picture Unavailable | + +Description currently being written + +Skills +------ +Programming languages (that may be used): + - Assembly + - C + - Lisp + - HTML/CSS and JS + +Project +------- + +The goal of my project is to show how simplicity and composability can +be used to create extensible, scalable, flexible, small, and fast +software. This corresponds to theme 2 for the hackathon, and there, +maybe, will be a game ^^. + + + + + + + + + + + + + + diff --git a/Teams/3DPG/team.json b/Teams/3DPG/team.json new file mode 100644 index 0000000..9d5c72d --- /dev/null +++ b/Teams/3DPG/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "3DPG", + "members": [ + { + "name": "Peter Steidel", + "twitter": "ifthenfi", + "koding": "korbo", + "location": "Roanoke, VA" + "lead": true + } + ] +} From d16f4961321a7f67e04870acb2b1f80861eef2b6 Mon Sep 17 00:00:00 2001 From: packetghoest Date: Sun, 23 Nov 2014 11:42:57 -0800 Subject: [PATCH 059/138] Create ABOUT.md --- Teams/Black-Rabbits/ABOUT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Teams/Black-Rabbits/ABOUT.md diff --git a/Teams/Black-Rabbits/ABOUT.md b/Teams/Black-Rabbits/ABOUT.md new file mode 100644 index 0000000..41a5e9e --- /dev/null +++ b/Teams/Black-Rabbits/ABOUT.md @@ -0,0 +1,26 @@ +We are The Black Rabbits +================ +Why do we want to join the competition and what do we have to bring? +We want to be challenged and overcome those challenges. +The global hackathon is our chance to show what we have to offer. +Every member of The Black Rabbits are professional Network Security Specialists +and have many years of real world operational experience. + + +Our Team +================ +Raymond Evans + * TEAM LEAD + * Knowledgable in Python, Java, and Microsoft Windows Script Host + * Security+ certified + * Professional network security specialist + +Jason Davis + * Knowledgable in Microsoft Windows Script Host + * Security+ certified + * Professional network security specialist + +John Harter + * Knowledgable in Microsoft Windows Script Host + * Security+ certified + * Professional network security specialist From b74e802cafad7248879a78e04311b050fdf356c2 Mon Sep 17 00:00:00 2001 From: packetghoest Date: Sun, 23 Nov 2014 11:46:42 -0800 Subject: [PATCH 060/138] Update team.json --- Teams/Black-Rabbits/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Black-Rabbits/team.json b/Teams/Black-Rabbits/team.json index 176c1a6..a95005f 100644 --- a/Teams/Black-Rabbits/team.json +++ b/Teams/Black-Rabbits/team.json @@ -5,14 +5,14 @@ "name": "Raymond Evans", "twitter": "packetghoest", "koding": "packetghoest", -"location": "Biloxi, US" +"location": "Biloxi, US", "lead": true }, { "name": "Jason Davis", "twitter": "None", "koding": "None", -"location": "Biloxi US", +"location": "Biloxi US" }, { "name": "John Harter", From 1c2070b4c1f726cca398bcec88eae444cd2fcd65 Mon Sep 17 00:00:00 2001 From: Manohar Joshi Date: Sun, 23 Nov 2014 14:48:52 -0500 Subject: [PATCH 061/138] Create team.json Team icicle --- Teams/icicle/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/icicle/team.json diff --git a/Teams/icicle/team.json b/Teams/icicle/team.json new file mode 100644 index 0000000..020177e --- /dev/null +++ b/Teams/icicle/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Icicle", + "members": [ + { + "name": "Manohar Joshi", + "twitter": "@majoshi1", + "koding": "majoshi1", + "location": "Edison, US" + }, + ] +} From 00dea11787dd1301a08c7978272ee136f0199a58 Mon Sep 17 00:00:00 2001 From: Manohar Joshi Date: Sun, 23 Nov 2014 14:54:30 -0500 Subject: [PATCH 062/138] Create ABOUT.md Team icicle --- Teams/icicle/ABOUT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/icicle/ABOUT.md diff --git a/Teams/icicle/ABOUT.md b/Teams/icicle/ABOUT.md new file mode 100644 index 0000000..f3f7199 --- /dev/null +++ b/Teams/icicle/ABOUT.md @@ -0,0 +1,17 @@ +This is our page +================ + +About your team +=========================== + +| manohar | +|--- | +| ![Manohar](http://https://media.licdn.com/media/p/1/005/069/3f8/14981a3.jpg) | + +Tell us who you are, why you did you decide to join? + +Senior developer in financial services industry. + +About your skills and what you are going to do? +======= +Web application with REST services. From 97c2dcbb3b694df6a688f89a9c53a503d73071b6 Mon Sep 17 00:00:00 2001 From: Manohar Joshi Date: Sun, 23 Nov 2014 14:57:13 -0500 Subject: [PATCH 063/138] Update ABOUT.md correct image --- Teams/icicle/ABOUT.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Teams/icicle/ABOUT.md b/Teams/icicle/ABOUT.md index f3f7199..dea7e07 100644 --- a/Teams/icicle/ABOUT.md +++ b/Teams/icicle/ABOUT.md @@ -1,12 +1,8 @@ This is our page ================ - -About your team -=========================== - | manohar | |--- | -| ![Manohar](http://https://media.licdn.com/media/p/1/005/069/3f8/14981a3.jpg) | +| ![Manohar](https://media.licdn.com/media/p/1/005/069/3f8/14981a3.jpg) | Tell us who you are, why you did you decide to join? From a772e38f048054dd25e3e63176bc4e5a442f56a4 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 19:58:40 +0000 Subject: [PATCH 064/138] rebuilt readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2817c0f..f66f762 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ the lower section of this README.md file. | #AALuckers |[Chepurnoy Aleksander](https://koding.com/bizze) Vladivostok, RU *(team lead)*
[Feshenko Denis](https://koding.com/Feshenkod) Vladivostok, RU
| [AALuckers](./Teams/AALuckers/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | +| #Black Rabbits |[Raymond Evans](https://koding.com/packetghoest) Biloxi, US *(team lead)*
[Jason Davis](https://koding.com/None) Biloxi US
[John Harter](https://koding.com/None) Biloxi, US
| [Black Rabbits](./Teams/Black-Rabbits/ABOUT.md) | | #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #CondorCode |[Eduardo Messuti](https://koding.com/messutiedd) Santa Cruz de la Sierra, BO *(team lead)*
[Andrei Regiani](https://koding.com/andreiregiani) Minsk, BY
[Arturo Zambrana](https://koding.com/arturozambrana) Santa Cruz de la Sierra, BO
| [CondorCode](./Teams/CondorCode/ABOUT.md) | From 1ef939a1bce6041c15871b92259ed7c4a8ba9f0c Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 20:06:03 +0000 Subject: [PATCH 065/138] generated new readme.md --- README.md | 1 + Teams/icicle/team.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f66f762..dd5fea1 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,5 @@ the lower section of this README.md file. | #Zhvillues |[Sachini Herath](https://koding.com/sachini) Colombo, LK *(team lead)*
[Sachith Seneviratne](https://koding.com/sachith500) Colombo, LK
[Sanka Rasnayaka](https://koding.com/sankha) Colombo, LK
[Rajith Vidanaarachchi](https://koding.com/rajithv) Luneburg, DE
[Vipula Dissanayaka](https://koding.com/vipulad) Colombo, LK
| [Zhvillues](./Teams/Zhvillues/ABOUT.md) | | #Zphalcon |[Thien Tran](https://koding.com/duythien) Vietnam, ID *(team lead)*
[Nhi Tran Thi Y](https://koding.com/stackphysics) Vietnam, ID
[Tu Vu Manh](https://koding.com/yehn) Vietnam, ID
| [Zphalcon](./Teams/Zphalcon/ABOUT.md) | | #Drewpal |[Andrew Sang](https://koding.com/drewpal) Nairobi, KE
| [Drewpal](./Teams/drewpal/ABOUT.md) | +| #Icicle |[Manohar Joshi](https://koding.com/majoshi1) Edison, US
| [Icicle](./Teams/icicle/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | diff --git a/Teams/icicle/team.json b/Teams/icicle/team.json index 020177e..fd9989e 100644 --- a/Teams/icicle/team.json +++ b/Teams/icicle/team.json @@ -3,9 +3,9 @@ "members": [ { "name": "Manohar Joshi", - "twitter": "@majoshi1", + "twitter": "majoshi1", "koding": "majoshi1", "location": "Edison, US" - }, + } ] } From 67ac18978f92d8579991fa90392a70faad106291 Mon Sep 17 00:00:00 2001 From: packetghoest Date: Sun, 23 Nov 2014 12:17:39 -0800 Subject: [PATCH 066/138] Update ABOUT.md --- Teams/Black-Rabbits/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Black-Rabbits/ABOUT.md b/Teams/Black-Rabbits/ABOUT.md index 41a5e9e..92f5231 100644 --- a/Teams/Black-Rabbits/ABOUT.md +++ b/Teams/Black-Rabbits/ABOUT.md @@ -13,7 +13,8 @@ Raymond Evans * TEAM LEAD * Knowledgable in Python, Java, and Microsoft Windows Script Host * Security+ certified - * Professional network security specialist + * Professional network security specialist + * Personal website www.cydefe.com Jason Davis * Knowledgable in Microsoft Windows Script Host From b477d2922cb1428394f6b8e5e862d987fd64f782 Mon Sep 17 00:00:00 2001 From: jebes nyaa Date: Sun, 23 Nov 2014 15:43:12 -0500 Subject: [PATCH 067/138] Update team.json --- Teams/3DPG/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/3DPG/team.json b/Teams/3DPG/team.json index 9d5c72d..5eb82e8 100644 --- a/Teams/3DPG/team.json +++ b/Teams/3DPG/team.json @@ -5,7 +5,7 @@ "name": "Peter Steidel", "twitter": "ifthenfi", "koding": "korbo", - "location": "Roanoke, VA" + "location": "Roanoke, US" "lead": true } ] From 937fbb81b5e11a45d137842e09cae91f0ebbb456 Mon Sep 17 00:00:00 2001 From: jebes nyaa Date: Sun, 23 Nov 2014 15:44:02 -0500 Subject: [PATCH 068/138] Update ABOUT.md Shoulda ran M-x whitespace cleanup --- Teams/3DPG/ABOUT.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Teams/3DPG/ABOUT.md b/Teams/3DPG/ABOUT.md index 6651bbf..e2cfd72 100644 --- a/Teams/3DPG/ABOUT.md +++ b/Teams/3DPG/ABOUT.md @@ -27,17 +27,3 @@ The goal of my project is to show how simplicity and composability can be used to create extensible, scalable, flexible, small, and fast software. This corresponds to theme 2 for the hackathon, and there, maybe, will be a game ^^. - - - - - - - - - - - - - - From e7c251dad93eff1823a790896c64c89109508c63 Mon Sep 17 00:00:00 2001 From: Cameron White Date: Sun, 23 Nov 2014 14:03:12 -0700 Subject: [PATCH 069/138] add team iron squad --- Teams/Team Iron Squad/ABOUT.md | 21 +++++++++++++++++++ Teams/Team Iron Squad/team.json | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Teams/Team Iron Squad/ABOUT.md create mode 100644 Teams/Team Iron Squad/team.json diff --git a/Teams/Team Iron Squad/ABOUT.md b/Teams/Team Iron Squad/ABOUT.md new file mode 100644 index 0000000..869d8b7 --- /dev/null +++ b/Teams/Team Iron Squad/ABOUT.md @@ -0,0 +1,21 @@ +Welcome to Team Iron Squad +================ + +Where code is eaten for breakfast, lunch and dinner. + + +About our team +=========================== + +| Irwin | Cameron | Jennifer | Mike +|--- |--- |--- |--- +| ![Irwin](http://i.imgur.com/1xf5lIl.jpg) | ![Cameron](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/10426745_10100487310173638_7677407935971777239_n.jpg?oh=798c5c70ecfcf954b13fc9f2233f3e94&oe=550B920E&__gda__=1423981915_f4bd1f2f225207f0c187e78b9744e97f) | ![Jennifer](https://pbs.twimg.com/profile_images/430394579406163968/habhkRy1.jpeg) | ![Mike](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xfa1/t31.0-8/1913230_984429184046_1487094217_o.jpg) | + +We decided to join the Hackathon for the opportunity to learn and be a part of a large community. This Hackathon will prove individual skills and ways for us to improve certain areas that we lack. Collaborating with various individuals on similar tasks is a fun and educational way to learn coding as well as building something innovative. + + +About our skills +======= +Each one of our team members has strengths and weaknesses in certain areas. Combined we are truly a force to be reckoned with. One opportunity, One Project, and our determination to give it our all! + +Thank you for learning a bit about team Iron Squad and CODE ON! \ No newline at end of file diff --git a/Teams/Team Iron Squad/team.json b/Teams/Team Iron Squad/team.json new file mode 100644 index 0000000..664d518 --- /dev/null +++ b/Teams/Team Iron Squad/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Team Require", + "members": [ + { + "name": "Cameron White", + "twitter": "codeandcam", + "koding": "camwhite", + "location": "Telluride, US", + "lead": true + }, + { + "name": "Irwin Litvak", + "twitter": "null", + "koding": "ilitvak", + "location": "New York City, US" + }, + { + "name": "Jennifer Nelson", + "twitter": "jwncoexists", + "koding": "jwncoexists", + "location": "San Diego, US" + }, + { + "name": "Mike Engel", + "twitter": "null", + "koding": "primal001", + "location": "New York City, US" + }, + { + "name": "Projjol Banerji", + "twitter": "ProjjolBanerji", + "koding": "dorsatum", + "location": "Manipal, IN" + } + ] +} \ No newline at end of file From e7904a959d5f9ed4ccb589650597d51f8ae2ab4c Mon Sep 17 00:00:00 2001 From: Cameron White Date: Sun, 23 Nov 2014 14:09:10 -0700 Subject: [PATCH 070/138] add projjol --- Teams/Team Iron Squad/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Team Iron Squad/ABOUT.md b/Teams/Team Iron Squad/ABOUT.md index 869d8b7..d95621e 100644 --- a/Teams/Team Iron Squad/ABOUT.md +++ b/Teams/Team Iron Squad/ABOUT.md @@ -7,9 +7,9 @@ Where code is eaten for breakfast, lunch and dinner. About our team =========================== -| Irwin | Cameron | Jennifer | Mike +| Irwin | Cameron | Jennifer | Mike | Projjol |--- |--- |--- |--- -| ![Irwin](http://i.imgur.com/1xf5lIl.jpg) | ![Cameron](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/10426745_10100487310173638_7677407935971777239_n.jpg?oh=798c5c70ecfcf954b13fc9f2233f3e94&oe=550B920E&__gda__=1423981915_f4bd1f2f225207f0c187e78b9744e97f) | ![Jennifer](https://pbs.twimg.com/profile_images/430394579406163968/habhkRy1.jpeg) | ![Mike](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xfa1/t31.0-8/1913230_984429184046_1487094217_o.jpg) | +| ![Irwin](http://i.imgur.com/1xf5lIl.jpg) | ![Cameron](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xap1/v/t1.0-9/10426745_10100487310173638_7677407935971777239_n.jpg?oh=798c5c70ecfcf954b13fc9f2233f3e94&oe=550B920E&__gda__=1423981915_f4bd1f2f225207f0c187e78b9744e97f) | ![Jennifer](https://pbs.twimg.com/profile_images/430394579406163968/habhkRy1.jpeg) | ![Mike](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xfa1/t31.0-8/1913230_984429184046_1487094217_o.jpg) | ![Projjol](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xpf1/v/t1.0-9/10678861_10205407304850031_7159509395688039995_n.jpg?oh=3f01f4979db04aae89be179614352a8b&oe=551BA0BD&__gda__=1426977218_762ba5d706ccbdf9dca6bdfd1a4d249f) | We decided to join the Hackathon for the opportunity to learn and be a part of a large community. This Hackathon will prove individual skills and ways for us to improve certain areas that we lack. Collaborating with various individuals on similar tasks is a fun and educational way to learn coding as well as building something innovative. From 18acfa3d45d962f75fdb05ef4ff04621768cb077 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 21:15:31 +0000 Subject: [PATCH 071/138] rebuilt readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd5fea1..b3259e4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ the lower section of this README.md file. | #Sons Of Web |[Faraz Ahmed](https://koding.com/farazahmed84) Karachi, PK *(team lead)*
[Fraz Ahmed](https://koding.com/fraz) Karachi, PK
| [Sons Of Web](./Teams/SonsOfWeb/ABOUT.md) | | #T314 |[Deryabin Igor](https://koding.com/glasm) Crimea, RU *(team lead)*
| [T314](./Teams/T314/ABOUT.md) | | |[Rafik Naccache](https://koding.com/automagic-tools) Tunis,TN *(team lead)*
[Mohamed Sghaier](https://koding.com/doremi76) Tunis,TN
[Med Elyes BenZina](https://koding.com/mbez) Tunis,TN
[Ibtissem Hamdi](https://koding.com/ibtissem) Tunis,TN
| [TNTeam](./Teams/TNTeam/ABOUT.md) | +| #Team Require |[Cameron White](https://koding.com/camwhite) Telluride, US *(team lead)*
[Irwin Litvak](https://koding.com/ilitvak) New York City, US
[Jennifer Nelson](https://koding.com/jwncoexists) San Diego, US
[Mike Engel](https://koding.com/primal001) New York City, US
[Projjol Banerji](https://koding.com/dorsatum) Manipal, IN
| [Team Require](./Teams/Team Iron Squad/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | | #The Washington Redskins |[Ethan Madison](https://koding.com/ethanmad) Los Angeles, US *(team lead)*
[David Woldenberg](https://koding.com/wold) Los Angeles, US
[Christian Stewart](https://koding.com/kidovate) Los Angeles, US
[James Lennon](https://koding.com/jlennon1) Los Angeles, US
[Jake Saferstein](https://koding.com/thesafo) Los Angeles, US
| [The Washington Redskins](./Teams/The Washington Redskins/ABOUT.md) | | #TheGoat ಠ_ಠ |[Keheira Henderson](https://koding.com/Keheira) Greensboro, US *(team lead)*
[Daniel Jones](https://koding.com/DIJicode) Sterling Heights, US
[Jamone Kelly](https://koding.com/JamoneK) Greensboro, US
| [TheGoat ಠ_ಠ](./Teams/TheGoat/ABOUT.md) | From 398a7f5b9f33b6aa54123710f755e8623b304d00 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 21:26:28 +0000 Subject: [PATCH 072/138] rebuilt readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3259e4..07f6704 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ the lower section of this README.md file. | #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #CondorCode |[Eduardo Messuti](https://koding.com/messutiedd) Santa Cruz de la Sierra, BO *(team lead)*
[Andrei Regiani](https://koding.com/andreiregiani) Minsk, BY
[Arturo Zambrana](https://koding.com/arturozambrana) Santa Cruz de la Sierra, BO
| [CondorCode](./Teams/CondorCode/ABOUT.md) | +| #DROP TABLE Contestants |[Daniel Brownell](https://koding.com/salient) Cape Town, ZA *(team lead)*
[Lumka Mangxongxoza](https://koding.com/lunaturelle) Cape Town, ZA
[Michael Champanis](https://koding.com/mchampanis) Cape Town, ZA
[Aurelia Drummer](https://koding.com/thisisaurelia) Cape Town, ZA
| [DROP TABLE Contestants](./Teams/DropTableContestants/ABOUT.md) | | #Elusive Bits |[Tim Sidie](https://koding.com/tims) Washington D.C., US *(team lead)*
[Pat Quinn](https://koding.com/elusivebits) Philadelphia, US
| [Elusive Bits](./Teams/ElusiveBits/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | From 3074a53263230294f6c63a25e5dfe71d78fab18c Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Sun, 23 Nov 2014 21:26:59 +0000 Subject: [PATCH 073/138] generated new readme.md --- README.md | 1 + Teams/3DPG/team.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f6704..29d44d4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ the lower section of this README.md file. | #TeamName | Team Members | Team Page | |-----------|--------------|-----------| | #Team Koders |[Sinan Yasar](https://koding.com/sinan) San Francsico, US *(team lead)*
[Full Name](https://koding.com/koding username) city, 2 digit country code
[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) | +| #3DPG |[Peter Steidel](https://koding.com/korbo) Roanoke, US *(team lead)*
| [3DPG](./Teams/3DPG/ABOUT.md) | | #AALuckers |[Chepurnoy Aleksander](https://koding.com/bizze) Vladivostok, RU *(team lead)*
[Feshenko Denis](https://koding.com/Feshenkod) Vladivostok, RU
| [AALuckers](./Teams/AALuckers/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | diff --git a/Teams/3DPG/team.json b/Teams/3DPG/team.json index 5eb82e8..fdd1d77 100644 --- a/Teams/3DPG/team.json +++ b/Teams/3DPG/team.json @@ -5,7 +5,7 @@ "name": "Peter Steidel", "twitter": "ifthenfi", "koding": "korbo", - "location": "Roanoke, US" + "location": "Roanoke, US", "lead": true } ] From 027f759dadd979f26f34eda95e95044c84c1c063 Mon Sep 17 00:00:00 2001 From: johnrevans6 Date: Sun, 23 Nov 2014 14:59:29 -1000 Subject: [PATCH 074/138] Updated Team Information --- Teams/hawaiihackers/ABOUT.md | 33 +++++++++++++++++++++++++++++++++ Teams/hawaiihackers/team.json | 11 +++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Teams/hawaiihackers/ABOUT.md create mode 100644 Teams/hawaiihackers/team.json diff --git a/Teams/hawaiihackers/ABOUT.md b/Teams/hawaiihackers/ABOUT.md new file mode 100644 index 0000000..92e9715 --- /dev/null +++ b/Teams/hawaiihackers/ABOUT.md @@ -0,0 +1,33 @@ +Welcome to Hawaii Hackers +================ + +I am a student studying computer science at the University of Hawaii at Hilo. + + +About your team +=========================== +I'm a Senior in the Computer Science department at UH Hilo. I first came to Hawaii in search of a fresh start back in December of 2007. +I didn't really know what I wanted to do for the rest of my life, but I did know I needed a way to make a living. I took a job with a +large ornamental plant farm. It was hard work, and the pay was just barely enough to get by. Yet, in spite of all of this, riding around +on a tractor all day gave me a great deal of time to think. And as I thought, I realized that I wanted to go back to school. + +I enrolled at Hawaii Community College in its Information Technology program back in the Spring of 2009. Going back to school breathed +new ambition and new life into my soul, and so I decided to leave the farm and eventually took a job with Upward Bound, a college prep for +low income and first generation high schoolers, as a tech instructor for their Summer Academy. They were pleased with the way I interacted +with the students, and with my knowledge of computers, and ultimately offered me a position as their IT Specialist. + +I graduated from the IT Program in the Spring of 2011 at the top of my class. From there, I made the decision to transfer to UH Hilo's +Computer Science Program. The CS Program has taught me a love for programming and problem solving that I never knew I had. I became extremely +interested in AI, Machine Learning, Image Processing, and Datamining, and have been supplementing the education I've received with free online courses from +Coursera and Udacity. I am also an active member of ACM, and have particpiated in two Intercollegiate Programming Competitions, as well +as the NYU Poly Cyber Security Awareness Week Capture the Flag, Google Codejam, and IBM's Master the Mainframe. + +My studies keep me very busy, but I do manage to get some downtime in where I like to hit the beach, go diving with my father, play video games, or practice jujitsu. As my education comes to a close, it is unclear if I will be able to remain in this amazing place that has +changed my life so much, but winning this competition would certainly be a step in the right direction. + +About your skills and what you are going to do? +======= +As I mentioned above, my main interests fall along the lines of AI, Image Processing, Machine Learning, and Datamining, so I definitely plan to use my knowledge from at least one of these domains. I may take a whack at the real time communication theme, but being an educator myself, I may go in the direction of creating an interactive activity for first time software developers. API wise, I see a lot of interesting API's on +Mashape, and API Tools, so plan on seeing API's from at least one of these sites. Moreover, I'll probably use QUANDL if I find that I need a large dataset unless I find a suitable dataset elsewhere. + + diff --git a/Teams/hawaiihackers/team.json b/Teams/hawaiihackers/team.json new file mode 100644 index 0000000..b20d35b --- /dev/null +++ b/Teams/hawaiihackers/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Hawaii Hackers", + "members": [ + { + "name": "John R Evans", + "twitter": "authorjohnevans", + "koding": "johnrevans6", + "location": "Hilo, HI" + } + ] +} From 3b127330d3503e5f003854ed11dd0e08566aaae0 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Nov 2014 20:03:19 -0500 Subject: [PATCH 075/138] Added things --- Teams/Stergeron/ABOUT.md | 9 +++++++++ Teams/Stergeron/image.png | Bin 0 -> 30092 bytes Teams/Stergeron/team.json | 30 ++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 Teams/Stergeron/ABOUT.md create mode 100644 Teams/Stergeron/image.png create mode 100644 Teams/Stergeron/team.json diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md new file mode 100644 index 0000000..f40664c --- /dev/null +++ b/Teams/Stergeron/ABOUT.md @@ -0,0 +1,9 @@ +#Team Stergeron + +No regrets, ever. + +#About + +![Alt text](image.png) + +We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. \ No newline at end of file diff --git a/Teams/Stergeron/image.png b/Teams/Stergeron/image.png new file mode 100644 index 0000000000000000000000000000000000000000..9ae5ec7c644d9c575bd8dc72fd0941a9d1c266cd GIT binary patch literal 30092 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 Date: Sun, 23 Nov 2014 19:20:49 -0600 Subject: [PATCH 076/138] added new team Code48 --- Teams/Code48/ABOUT.md | 19 +++++++++++++++++++ Teams/Code48/team.json | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Teams/Code48/ABOUT.md create mode 100644 Teams/Code48/team.json diff --git a/Teams/Code48/ABOUT.md b/Teams/Code48/ABOUT.md new file mode 100644 index 0000000..488cbfb --- /dev/null +++ b/Teams/Code48/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are Code 48 + + +OUR TEAM +=========================== +We are a two member team who joined Global Hackathon for some friendly coding competition and an opportunity to maybe conect with others in the global community at large. + +#### MEMBERS + +bdonaldharris & cyp901 + +OUR SKILLS +======= +bdonald has several years experience as a professional .NET developer. MS tools pay my bills, but I have a love for Linux and open source technology. + +cyp901 is a professional database developer and architect with a love for coding on the web \ No newline at end of file diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json new file mode 100644 index 0000000..fa0b32d --- /dev/null +++ b/Teams/Code48/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Code 48", + "members": [ + { + "name": "B Donald", + "twitter": "apostleBDHarris", + "koding": "bdonaldharris", + "location": "Cordova, TN" + }, + { + "name": "Mike F", + "twitter": "", + "koding": "cyp901", + "location": "Lakeland, TN" + } + ] +} \ No newline at end of file From 14c25789ad1a85198093d2505187efcff52ea338 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:23:33 -0500 Subject: [PATCH 077/138] Added my bio to ABOUT.md --- Teams/Stergeron/ABOUT.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index f40664c..f4b1d97 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -6,4 +6,12 @@ No regrets, ever. ![Alt text](image.png) -We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. \ No newline at end of file +We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. + +*****TEAM** + +‘William Tan’ + * Carried team ▲ ▲ ▲ to 113th place in PicoCTF + * Knows Python, Java, Lua, Javascript, Axe + * GNU+Linux enthuisiast + * Specializes in computer security From b33b966e113567ce226704028eea42129f1d7d4c Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:24:39 -0500 Subject: [PATCH 078/138] woops too many *'s --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index f4b1d97..8022d2e 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -8,7 +8,7 @@ No regrets, ever. We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. -*****TEAM** +*TEAM* ‘William Tan’ * Carried team ▲ ▲ ▲ to 113th place in PicoCTF From 83dbc4f466989159a393b56c4b7b0fc46ab89a56 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:25:54 -0500 Subject: [PATCH 079/138] woops, wrong markdown symbol --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 8022d2e..5ef75ae 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -10,7 +10,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor *TEAM* -‘William Tan’ +`William Tan` * Carried team ▲ ▲ ▲ to 113th place in PicoCTF * Knows Python, Java, Lua, Javascript, Axe * GNU+Linux enthuisiast From 3af17cd9d2aeefe038f7332b48f89ac257438af5 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:27:00 -0500 Subject: [PATCH 080/138] woops i meant bold, not italics --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 5ef75ae..a87f15e 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -8,7 +8,7 @@ No regrets, ever. We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. -*TEAM* +**TEAM** `William Tan` * Carried team ▲ ▲ ▲ to 113th place in PicoCTF From db0d307c546b962c3a201415cd89a3f19d925223 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Nov 2014 20:36:23 -0500 Subject: [PATCH 081/138] edited about --- Teams/Stergeron/ABOUT.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index a87f15e..1784471 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -8,10 +8,11 @@ No regrets, ever. We're a bunch of high schoolers from Massachusetts, wanting to make a better world in computers. -**TEAM** +#Team -`William Tan` - * Carried team ▲ ▲ ▲ to 113th place in PicoCTF - * Knows Python, Java, Lua, Javascript, Axe - * GNU+Linux enthuisiast - * Specializes in computer security +###William Tan + > William carried his team to 113th place out of the 2000 there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + +###Max Krieger + +> Max has been doing web development for the past 3 years, both for fun and for some clients. He programs in full stack js, and has some experience in other fields such as game design and UI/UX. From a8a105b9a564b823787466dc2a2acb4df31aea0f Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:39:39 -0500 Subject: [PATCH 082/138] edited numbers and changed phrasing --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 1784471..4a3b6a2 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William carried his team to 113th place out of the 2000 there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William carried his team to 113th place out of the 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger From d9fb9ae7e06e6e9a58d2eb004591933d05bcf87e Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Nov 2014 20:39:18 -0500 Subject: [PATCH 083/138] templated --- Teams/Stergeron/ABOUT.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 4a3b6a2..d5ec8a7 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -15,4 +15,12 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Max Krieger -> Max has been doing web development for the past 3 years, both for fun and for some clients. He programs in full stack js, and has some experience in other fields such as game design and UI/UX. +> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has some experience in other fields such as game design and UI/UX. + +###Dianne Lee + +> Insert dianne bio here + +###Nick Hluska + +> Nick is the team leader for Stergeron. Insert rest of nick's bio here. From e0b56a0af4cf2d348a86ed72ca40e3d7387895fd Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:43:10 -0500 Subject: [PATCH 084/138] added to my bio --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index d5ec8a7..568d69a 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William carried his team to 113th place out of the 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William has been coding and using GNU and Linux since 6th grade. This year, he carried his team to 113th place out of the over 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger From 782eda393966a84e628ea8b475bab73d5a10c6cd Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:45:16 -0500 Subject: [PATCH 085/138] changed 6th grade to 8 years --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 568d69a..107405a 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William has been coding and using GNU and Linux since 6th grade. This year, he carried his team to 113th place out of the over 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William has been coding and using GNU and Linux for 8 years. This year, he carried his team to 113th place out of the over 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger From b613f072baee3233539bf57a39e139b5b538b30c Mon Sep 17 00:00:00 2001 From: leedia Date: Sun, 23 Nov 2014 20:45:54 -0500 Subject: [PATCH 086/138] Update ABOUT.md --- Teams/Stergeron/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 107405a..70ab494 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,11 +11,11 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William has been coding and using GNU and Linux for 8 years. This year, he carried his team to 113th place out of the over 3000 teams there were at PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William has been coding and using GNU and Linux for 8 years. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger -> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has some experience in other fields such as game design and UI/UX. +> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has experience in other fields such as game design and UI/UX. ###Dianne Lee From 90e5620eeff6e6ba9639f5586e53df8ff6b4aba2 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:47:13 -0500 Subject: [PATCH 087/138] miscounted woops --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 70ab494..a52424f 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William has been coding and using GNU and Linux for 8 years. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William has been coding and using GNU and Linux for 6 years. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger From 9b32edd69272e42aeca6fbac5c04cfdf25900676 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 20:53:38 -0500 Subject: [PATCH 088/138] added more stuff to my bio --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index a52424f..76d8ef7 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William has been coding and using GNU and Linux for 6 years. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William is a senior in high school and has been coding and using GNU and Linux for 6 years. He is head of Software Development for T-10, a First Tech Challenge team. He is also Head of Technology for the Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger From 284472a769187c3c4718c55a7cac6e611539dde3 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 19:53:58 -0600 Subject: [PATCH 089/138] updated team.json file --- Teams/Code48/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json index fa0b32d..bda0341 100644 --- a/Teams/Code48/team.json +++ b/Teams/Code48/team.json @@ -5,13 +5,13 @@ "name": "B Donald", "twitter": "apostleBDHarris", "koding": "bdonaldharris", - "location": "Cordova, TN" + "location": "Cordova, US" }, { "name": "Mike F", "twitter": "", "koding": "cyp901", - "location": "Lakeland, TN" + "location": "Lakeland, US" } ] } \ No newline at end of file From 7d3ae1da8df2900dbab64558a2c0e8ad1f83aced Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Nov 2014 21:03:03 -0500 Subject: [PATCH 090/138] moar writings --- Teams/Stergeron/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 76d8ef7..d9a38bc 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,11 +11,11 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William is a senior in high school and has been coding and using GNU and Linux for 6 years. He is head of Software Development for T-10, a First Tech Challenge team. He is also Head of Technology for the Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William is a senior in high school and has been coding and using GNU and Linux for 6 years. He is head of Software Development for his First Tech Challenge Robotics team. He is also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. ###Max Krieger -> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has experience in other fields such as game design and UI/UX. +> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has experience in other fields such as game design, UI/UX, graphic design, and photography. He is interested in AI, Control Systems, and eSports. This is his first hackathon, and he is ready. ###Dianne Lee From 5c06bd89a1cb6db83ebe83da0a53040cd2a3f0bb Mon Sep 17 00:00:00 2001 From: uboa17 Date: Sun, 23 Nov 2014 21:07:30 -0500 Subject: [PATCH 091/138] Update ABOUT.md things --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index d9a38bc..bcf07a5 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -23,4 +23,4 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Nick Hluska -> Nick is the team leader for Stergeron. Insert rest of nick's bio here. +> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. He is the President of his high school’s Theoretical Physics Club and has collaborated with Fermi National Accelerator Laboratory scientists on experiments. He is a retired semi-professional Starcraft player and is an active semi-professional Super Smash Brothers Melee Player. He has experience with C++ and memory hacking. From 3e444f546627b39eb13a6a91a5b9813ba8a9eb77 Mon Sep 17 00:00:00 2001 From: johnrevans6 Date: Sun, 23 Nov 2014 16:11:11 -1000 Subject: [PATCH 092/138] Changed Hilo,HI to Hilo,US --- Teams/hawaiihackers/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/hawaiihackers/team.json b/Teams/hawaiihackers/team.json index b20d35b..703307a 100644 --- a/Teams/hawaiihackers/team.json +++ b/Teams/hawaiihackers/team.json @@ -5,7 +5,7 @@ "name": "John R Evans", "twitter": "authorjohnevans", "koding": "johnrevans6", - "location": "Hilo, HI" + "location": "Hilo, US" } ] } From fe4ad172c733160f7d1250605749685a018abeda Mon Sep 17 00:00:00 2001 From: uboa17 Date: Sun, 23 Nov 2014 21:18:22 -0500 Subject: [PATCH 093/138] Update ABOUT.md words are lame --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index bcf07a5..d39204c 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -23,4 +23,4 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Nick Hluska -> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. He is the President of his high school’s Theoretical Physics Club and has collaborated with Fermi National Accelerator Laboratory scientists on experiments. He is a retired semi-professional Starcraft player and is an active semi-professional Super Smash Brothers Melee Player. He has experience with C++ and memory hacking. +> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. He is the President of his high school’s Theoretical Physics Club and has collaborated with Fermi National Accelerator Laboratory scientists on experiments. He is a retired semi-professional Starcraft player and is an active semi-professional Super Smash Brothers Melee Player. He has experience with C++. From 2b74fe2d846da9e7c65a5d6f738670158b252883 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 23 Nov 2014 21:30:13 -0500 Subject: [PATCH 094/138] projects --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index d39204c..8b4a7bd 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -15,7 +15,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Max Krieger -> Max has been doing web development for the past three years, both for fun and for some clients. He programs in full stack js, and has experience in other fields such as game design, UI/UX, graphic design, and photography. He is interested in AI, Control Systems, and eSports. This is his first hackathon, and he is ready. +> Max has been doing web development for the past three years, both for fun and for some clients. His projects include [Tabmaster](https://chrome.google.com/webstore/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn), a chrome extension to help better manage your tabs, and [seae](http://a9.io/Steam-Emoticon-Art-Editor/), a utility for people to create their own pixel art out of the emoticons they own on steam. He programs in full stack js, and has experience in other fields such as game design, UI/UX, graphic design, and photography. He is interested in AI, Control Systems, and eSports. This is his first hackathon, and he is ready. ###Dianne Lee From 78690e8cc15c48516d730c9a03f2a1e689c76644 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Mon, 24 Nov 2014 08:36:13 +0530 Subject: [PATCH 095/138] Update team.json --- Teams/TheTigers/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TheTigers/team.json b/Teams/TheTigers/team.json index 3f410f9..238871c 100644 --- a/Teams/TheTigers/team.json +++ b/Teams/TheTigers/team.json @@ -5,7 +5,7 @@ "name": "KULDIP PIPALIYA", "twitter": "KuldipPipaliya", "koding": "kuldipem", - "location": "Virpur, Gujarat, IN" + "location": "Virpur, IN" } ] } From 9414654b675be59c4f3d993c1b586c65ca4277cc Mon Sep 17 00:00:00 2001 From: leedia Date: Sun, 23 Nov 2014 22:25:47 -0500 Subject: [PATCH 096/138] wrote my bio --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 8b4a7bd..481df51 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -19,7 +19,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Dianne Lee -> Insert dianne bio here +> Dianne is a dreamer, a wisher, a reader, a writer, a soccer player, a journalist, and a coder. As captain of her high school's math team and founder of the Needham Chapter of Girls Who Code Clubs, she is passionate about encouraging interest in STEM. She pursues journalism as editor in chief of her school newspaper and writing for her local paper, with a special interest in the increasing shift towards digital in the publication industry. Dianne's favorite languages are Latin and Java. ###Nick Hluska From 7615a275ca4079758312991cbb2cbd70afb05989 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 21:41:17 -0600 Subject: [PATCH 097/138] marked lead team member --- Teams/Code48/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json index bda0341..9312a92 100644 --- a/Teams/Code48/team.json +++ b/Teams/Code48/team.json @@ -5,7 +5,8 @@ "name": "B Donald", "twitter": "apostleBDHarris", "koding": "bdonaldharris", - "location": "Cordova, US" + "location": "Cordova, US", + "lead": true }, { "name": "Mike F", From 12a2da7956be75d159c8544ca354ea03bf09cabc Mon Sep 17 00:00:00 2001 From: leedia Date: Sun, 23 Nov 2014 23:01:46 -0500 Subject: [PATCH 098/138] Update ABOUT.md --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 481df51..e5b4f4d 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -19,7 +19,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Dianne Lee -> Dianne is a dreamer, a wisher, a reader, a writer, a soccer player, a journalist, and a coder. As captain of her high school's math team and founder of the Needham Chapter of Girls Who Code Clubs, she is passionate about encouraging interest in STEM. She pursues journalism as editor in chief of her school newspaper and writing for her local paper, with a special interest in the increasing shift towards digital in the publication industry. Dianne's favorite languages are Latin and Java. +> Dianne is a dreamer, a wisher, a reader, a writer, a soccer midfielder, a journalist, and a coder. As captain of her high school's math team and founder of the Needham Chapter of Girls Who Code Clubs, she is passionate about encouraging interest in STEM. She pursues journalism as editor in chief of her school newspaper and writing for her local paper, with a special interest in the increasing shift towards digital in the publication industry. Dianne's favorite languages are Latin and Java. ###Nick Hluska From c80d24ae5e0fee8391dcae4b893d3464c9f29348 Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:17:33 -0500 Subject: [PATCH 099/138] updated bio --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 481df51..a6e04d5 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William is a senior in high school and has been coding and using GNU and Linux for 6 years. He is head of Software Development for his First Tech Challenge Robotics team. He is also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, and Axe. He is a GNU and Linux enthusiast, and specializes in computer security. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, and password protecting his hacked up calculator. He is head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. ###Max Krieger From 12da121b53ef09c2ddabeb50ee243703c724999c Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:20:15 -0500 Subject: [PATCH 100/138] udpated bio again and fixed caps --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 4167ee1..557579d 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, and password protecting his hacked up calculator. He is head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. ###Max Krieger From 6f66e3739f435266917d72f459368595ae9d7e1f Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:22:21 -0500 Subject: [PATCH 101/138] fixed caps on max's bio --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 557579d..71ee33d 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -15,7 +15,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Max Krieger -> Max has been doing web development for the past three years, both for fun and for some clients. His projects include [Tabmaster](https://chrome.google.com/webstore/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn), a chrome extension to help better manage your tabs, and [seae](http://a9.io/Steam-Emoticon-Art-Editor/), a utility for people to create their own pixel art out of the emoticons they own on steam. He programs in full stack js, and has experience in other fields such as game design, UI/UX, graphic design, and photography. He is interested in AI, Control Systems, and eSports. This is his first hackathon, and he is ready. +> Max has been doing web development for the past three years, both for fun and for some clients. His projects include [Tabmaster](https://chrome.google.com/webstore/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn), a Chrome extension to help better manage your tabs, and [seae](http://a9.io/Steam-Emoticon-Art-Editor/), a utility for people to create their own pixel art out of the emoticons they own on steam. He programs in full stack js, and has experience in other fields such as game design, UI/UX, graphic design, and photography. He is interested in AI, Control Systems, and eSports. This is his first hackathon, and he is ready. ###Dianne Lee From eff304114faa0603b749c72d2ef96d7e748c96f0 Mon Sep 17 00:00:00 2001 From: Dmitry Sadovnychyi Date: Mon, 24 Nov 2014 12:23:47 +0800 Subject: [PATCH 102/138] Add Bali team --- Teams/Bali/ABOUT.md | 19 +++++++++++++++++++ Teams/Bali/team.json | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Teams/Bali/ABOUT.md create mode 100644 Teams/Bali/team.json diff --git a/Teams/Bali/ABOUT.md b/Teams/Bali/ABOUT.md new file mode 100644 index 0000000..8c92a80 --- /dev/null +++ b/Teams/Bali/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +Team of digital nomads living on best place in the world -- Bali. + + +About your team +=========================== + +| sadovnychyi | +|--- | +| ![sadovnychyi](https://lh5.googleusercontent.com/-OCr68mindZ0/VAM6AJXjA9I/AAAAAAAAvMk/1KgvWbVnWjA/s1276-no/669fd2663f2911e38d1322000a1fb079_8.jpg) | + +There's a lof of places to spend money on Bali... + +About your skills and what you are going to do? +======= +Python for sure! + diff --git a/Teams/Bali/team.json b/Teams/Bali/team.json new file mode 100644 index 0000000..42357a8 --- /dev/null +++ b/Teams/Bali/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Bali", + "members": [ + { + "name": "Dmytro Sadovnychyi", + "twitter": "sadovnychyi", + "koding": "sadovnychyi", + "location": "Bali, ID", + "lead": true + } + ] +} From 4ea1e96d802d0e7f0785710ac514ed94192533ac Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:27:08 -0500 Subject: [PATCH 103/138] wording --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 71ee33d..7830cc4 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networks. ###Max Krieger From 116b5e3c5808de63080f25ac7d2fb9fdabc9df6d Mon Sep 17 00:00:00 2001 From: uboa17 Date: Sun, 23 Nov 2014 23:29:48 -0500 Subject: [PATCH 104/138] added bio stuff --- Teams/Stergeron/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 7830cc4..5981f96 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networks. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. ###Max Krieger @@ -23,4 +23,4 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Nick Hluska -> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. He is the President of his high school’s Theoretical Physics Club and has collaborated with Fermi National Accelerator Laboratory scientists on experiments. He is a retired semi-professional Starcraft player and is an active semi-professional Super Smash Brothers Melee Player. He has experience with C++. +> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. His other STEM endeavours include being the President and founder of his high school’s Theoretical Physics Club and having collaborated with Fermi National Accelerator Laboratory scientists on experiments involving cosmic ray detection and analysis. He is a retired semi-professional Starcraft player, an active semi-professional Super Smash Brothers Melee Player, and a baseball player. His competitive hobbies outside of STEM, baseball, and esports include chess, where he is the Co-Captain of the Needham High School Chess Team. He has experience with C++. From 34bc084d80af7cf68d5163f19fb92271e211b5cd Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:33:22 -0500 Subject: [PATCH 105/138] wording again... --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 5981f96..5a9fa17 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and servers. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networking. ###Max Krieger From 6cd9db73a53d55ce2258708cc4670d627e07b74f Mon Sep 17 00:00:00 2001 From: uboa17 Date: Sun, 23 Nov 2014 23:35:20 -0500 Subject: [PATCH 106/138] no comma for you --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 5a9fa17..684cf47 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -23,4 +23,4 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Nick Hluska -> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. His other STEM endeavours include being the President and founder of his high school’s Theoretical Physics Club and having collaborated with Fermi National Accelerator Laboratory scientists on experiments involving cosmic ray detection and analysis. He is a retired semi-professional Starcraft player, an active semi-professional Super Smash Brothers Melee Player, and a baseball player. His competitive hobbies outside of STEM, baseball, and esports include chess, where he is the Co-Captain of the Needham High School Chess Team. He has experience with C++. +> Nick is the team leader for Stergeron. He has competed in the American Computer Science League and attended the Blueprint Hackathon. His other STEM endeavours include being the President and founder of his high school’s Theoretical Physics Club and having collaborated with Fermi National Accelerator Laboratory scientists on experiments involving cosmic ray detection and analysis. He is a retired semi-professional Starcraft player, an active semi-professional Super Smash Brothers Melee Player, and a baseball player. His competitive hobbies outside of STEM, baseball, and eSports include chess, where he is the Co-Captain of the Needham High School Chess Team. He has experience with C++. From 0cb4dc6252684b5e249f6bd9a3caafb078eef8b8 Mon Sep 17 00:00:00 2001 From: leedia Date: Sun, 23 Nov 2014 23:42:16 -0500 Subject: [PATCH 107/138] actually I like Python better --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 684cf47..0c1f993 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -19,7 +19,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor ###Dianne Lee -> Dianne is a dreamer, a wisher, a reader, a writer, a soccer midfielder, a journalist, and a coder. As captain of her high school's math team and founder of the Needham Chapter of Girls Who Code Clubs, she is passionate about encouraging interest in STEM. She pursues journalism as editor in chief of her school newspaper and writing for her local paper, with a special interest in the increasing shift towards digital in the publication industry. Dianne's favorite languages are Latin and Java. +> Dianne is a dreamer, a wisher, a reader, a writer, a soccer midfielder, a journalist, and a coder. As captain of her high school's math team and founder of the Needham Chapter of Girls Who Code Clubs, she is passionate about encouraging interest in STEM. She pursues journalism as editor in chief of her school newspaper and writing for her local paper, with a special interest in the increasing shift towards digital in the publication industry. Dianne's favorite languages are Latin and Python. ###Nick Hluska From b17a8af0359100936649271248d1e36383c804cb Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:44:39 -0500 Subject: [PATCH 108/138] added more things --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 5a9fa17..95b3e0f 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networking. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networking. Although many people don’t know this and find it hard to believe, William swam for 4 years and dove for his high school swim team. ###Max Krieger From 330f487ab1b96a9b9426cd6b0025f1569434aa6b Mon Sep 17 00:00:00 2001 From: William Tan Date: Sun, 23 Nov 2014 23:46:55 -0500 Subject: [PATCH 109/138] and another update --- Teams/Stergeron/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Stergeron/ABOUT.md b/Teams/Stergeron/ABOUT.md index 77d7d55..f8d0974 100644 --- a/Teams/Stergeron/ABOUT.md +++ b/Teams/Stergeron/ABOUT.md @@ -11,7 +11,7 @@ We're a bunch of high schoolers from Massachusetts, wanting to make a better wor #Team ###William Tan - > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networking. Although many people don’t know this and find it hard to believe, William swam for 4 years and dove for his high school swim team. + > William, senior in high school, has been coding and using GNU and Linux for 6 years. Some people call him insane for using GNU and Linux exclusively, taping his webcams, password protecting his hacked up calculator, and using Vim instead of an IDE. He is Head of Software Development for his First Tech Challenge Robotics team and also Head of Technology for his school's Physics Club. This year, he carried his team to 113th place out of the over 3000 teams competing in PicoCTF, a computer security challenge. He knows Python, Java, Lua, Javascript, C, Axe, and dabbles in dozens of other languages. He specializes in computer security, GNU and Linux, and networking. Although many people don’t know this and find it hard to believe, William swam for 6 years and dove for his high school swim team. ###Max Krieger From 261959ad168fad5556b03d4b02ddec597ff050eb Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 21:06:06 -0800 Subject: [PATCH 110/138] Swapped James' picture to something more accurate --- Teams/The Washington Redskins/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index 128dc9a..b05ab1b 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -14,7 +14,7 @@ Please support us and share your experiences/money with us on our [team page](ht [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" +[James]: http://i.imgur.com/6WhfoIZm.png?2 "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. From eb86ac300590a1a44e557f6697380b96f8982a2a Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 23 Nov 2014 21:09:34 -0800 Subject: [PATCH 111/138] Update ABOUT.md --- Teams/The Washington Redskins/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/The Washington Redskins/ABOUT.md b/Teams/The Washington Redskins/ABOUT.md index b05ab1b..7bf6622 100644 --- a/Teams/The Washington Redskins/ABOUT.md +++ b/Teams/The Washington Redskins/ABOUT.md @@ -14,7 +14,7 @@ Please support us and share your experiences/money with us on our [team page](ht [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/6WhfoIZm.png?2 "And the Giant Peach" +[James]: http://i.imgur.com/6WhfoIZm.png?2 "A day in the life" [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. From a0e4fea345cba8a6282befb7813005cc5fa811dd Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Mon, 24 Nov 2014 05:55:56 +0000 Subject: [PATCH 112/138] rebuilt readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 29d44d4..f9ed4c3 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ the lower section of this README.md file. | #AALuckers |[Chepurnoy Aleksander](https://koding.com/bizze) Vladivostok, RU *(team lead)*
[Feshenko Denis](https://koding.com/Feshenkod) Vladivostok, RU
| [AALuckers](./Teams/AALuckers/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | +| #Bali |[Dmytro Sadovnychyi](https://koding.com/sadovnychyi) Bali, ID *(team lead)*
| [Bali](./Teams/Bali/ABOUT.md) | | #Black Rabbits |[Raymond Evans](https://koding.com/packetghoest) Biloxi, US *(team lead)*
[Jason Davis](https://koding.com/None) Biloxi US
[John Harter](https://koding.com/None) Biloxi, US
| [Black Rabbits](./Teams/Black-Rabbits/ABOUT.md) | | #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | +| #Code 48 |[B Donald](https://koding.com/bdonaldharris) Cordova, US *(team lead)*
[Mike F](https://koding.com/cyp901) Lakeland, US
| [Code 48](./Teams/Code48/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #CondorCode |[Eduardo Messuti](https://koding.com/messutiedd) Santa Cruz de la Sierra, BO *(team lead)*
[Andrei Regiani](https://koding.com/andreiregiani) Minsk, BY
[Arturo Zambrana](https://koding.com/arturozambrana) Santa Cruz de la Sierra, BO
| [CondorCode](./Teams/CondorCode/ABOUT.md) | | #DROP TABLE Contestants |[Daniel Brownell](https://koding.com/salient) Cape Town, ZA *(team lead)*
[Lumka Mangxongxoza](https://koding.com/lunaturelle) Cape Town, ZA
[Michael Champanis](https://koding.com/mchampanis) Cape Town, ZA
[Aurelia Drummer](https://koding.com/thisisaurelia) Cape Town, ZA
| [DROP TABLE Contestants](./Teams/DropTableContestants/ABOUT.md) | @@ -55,12 +57,14 @@ the lower section of this README.md file. | #PumpedDevs |[Ron Emerson Cabal](https://koding.com/roncabal) San Pablo City, PH *(team lead)*
[Bryan Salazar](https://koding.com/brysalazar12) Makati City, PH
[Joell Lapitan](https://koding.com/jlapitan) Calamba Laguna City, PH
[Kenneth Sungcaya](https://koding.com/ksungcaya) Dubai, AE
| [PumpedDevs](./Teams/PumpedDevs/ABOUT.md) | | #SERPteam |[Alexandr Korolev](https://koding.com/alesan) Astrakhan, RU *(team lead)*
[Amir Tagirov](https://koding.com/girmir) Astrakhan, RU
| [SERPteam](./Teams/SERPteam/ABOUT.md) | | #Sons Of Web |[Faraz Ahmed](https://koding.com/farazahmed84) Karachi, PK *(team lead)*
[Fraz Ahmed](https://koding.com/fraz) Karachi, PK
| [Sons Of Web](./Teams/SonsOfWeb/ABOUT.md) | +| #Stergeron |[Nick Hluska](https://koding.com/uboa17) Boston, US *(team lead)*
[Will Tan](https://koding.com/Ninja3047) Boston, US
[Dianne Lee](https://koding.com/leedia) Boston, US
[Max Krieger](https://koding.com/moaex) Boston, US
| [Stergeron](./Teams/Stergeron/ABOUT.md) | | #T314 |[Deryabin Igor](https://koding.com/glasm) Crimea, RU *(team lead)*
| [T314](./Teams/T314/ABOUT.md) | | |[Rafik Naccache](https://koding.com/automagic-tools) Tunis,TN *(team lead)*
[Mohamed Sghaier](https://koding.com/doremi76) Tunis,TN
[Med Elyes BenZina](https://koding.com/mbez) Tunis,TN
[Ibtissem Hamdi](https://koding.com/ibtissem) Tunis,TN
| [TNTeam](./Teams/TNTeam/ABOUT.md) | | #Team Require |[Cameron White](https://koding.com/camwhite) Telluride, US *(team lead)*
[Irwin Litvak](https://koding.com/ilitvak) New York City, US
[Jennifer Nelson](https://koding.com/jwncoexists) San Diego, US
[Mike Engel](https://koding.com/primal001) New York City, US
[Projjol Banerji](https://koding.com/dorsatum) Manipal, IN
| [Team Require](./Teams/Team Iron Squad/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | | #The Washington Redskins |[Ethan Madison](https://koding.com/ethanmad) Los Angeles, US *(team lead)*
[David Woldenberg](https://koding.com/wold) Los Angeles, US
[Christian Stewart](https://koding.com/kidovate) Los Angeles, US
[James Lennon](https://koding.com/jlennon1) Los Angeles, US
[Jake Saferstein](https://koding.com/thesafo) Los Angeles, US
| [The Washington Redskins](./Teams/The Washington Redskins/ABOUT.md) | | #TheGoat ಠ_ಠ |[Keheira Henderson](https://koding.com/Keheira) Greensboro, US *(team lead)*
[Daniel Jones](https://koding.com/DIJicode) Sterling Heights, US
[Jamone Kelly](https://koding.com/JamoneK) Greensboro, US
| [TheGoat ಠ_ಠ](./Teams/TheGoat/ABOUT.md) | +| #The Tigers |[KULDIP PIPALIYA](https://koding.com/kuldipem) Virpur, IN
| [The Tigers](./Teams/TheTigers/ABOUT.md) | | #TheTwoPeas |[Kalmar Gabor](https://koding.com/matchxxx) Tura, HU
[Takacs Pal](https://koding.com/takacspal) Tura, HU
| [TheTwoPeas](./Teams/TheTwoPeas/ABOUT.md) | | #The Warrior Poet |[Andrew Jones](https://koding.com/thewarriorpoet) Wollongong, AU *(team lead)*
| [The Warrior Poet](./Teams/TheWarriorPoet/ABOUT.md) | | #Trigen |[Leonid Kalneus](https://koding.com/lkalneus) Novosibirsk, RU *(team lead)*
[Dan Onoshko](https://koding.com/dangreen) Novosibirsk, RU
[Dima Rodionov](https://koding.com/rodionovd) Tomsk, RU
| [Trigen](./Teams/Trigen/ABOUT.md) | @@ -71,5 +75,6 @@ the lower section of this README.md file. | #Zhvillues |[Sachini Herath](https://koding.com/sachini) Colombo, LK *(team lead)*
[Sachith Seneviratne](https://koding.com/sachith500) Colombo, LK
[Sanka Rasnayaka](https://koding.com/sankha) Colombo, LK
[Rajith Vidanaarachchi](https://koding.com/rajithv) Luneburg, DE
[Vipula Dissanayaka](https://koding.com/vipulad) Colombo, LK
| [Zhvillues](./Teams/Zhvillues/ABOUT.md) | | #Zphalcon |[Thien Tran](https://koding.com/duythien) Vietnam, ID *(team lead)*
[Nhi Tran Thi Y](https://koding.com/stackphysics) Vietnam, ID
[Tu Vu Manh](https://koding.com/yehn) Vietnam, ID
| [Zphalcon](./Teams/Zphalcon/ABOUT.md) | | #Drewpal |[Andrew Sang](https://koding.com/drewpal) Nairobi, KE
| [Drewpal](./Teams/drewpal/ABOUT.md) | +| #Hawaii Hackers |[John R Evans](https://koding.com/johnrevans6) Hilo, US
| [Hawaii Hackers](./Teams/hawaiihackers/ABOUT.md) | | #Icicle |[Manohar Joshi](https://koding.com/majoshi1) Edison, US
| [Icicle](./Teams/icicle/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | From a0728aa81f24b653831c6b3a9a9d24d4196a25a7 Mon Sep 17 00:00:00 2001 From: Fizer Khan Date: Mon, 24 Nov 2014 11:57:33 +0530 Subject: [PATCH 113/138] Renamed team name to ChennaiNerd. --- Teams/{Machi => ChennaiNerd}/ABOUT.md | 8 ++++---- Teams/{Machi => ChennaiNerd}/team.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename Teams/{Machi => ChennaiNerd}/ABOUT.md (75%) rename Teams/{Machi => ChennaiNerd}/team.json (87%) diff --git a/Teams/Machi/ABOUT.md b/Teams/ChennaiNerd/ABOUT.md similarity index 75% rename from Teams/Machi/ABOUT.md rename to Teams/ChennaiNerd/ABOUT.md index ce0be90..c56b948 100644 --- a/Teams/Machi/ABOUT.md +++ b/Teams/ChennaiNerd/ABOUT.md @@ -1,19 +1,19 @@ -Machi -======== +ChennaiNerd +=========== ## Who we Are We are passionate and creative group of developers share deep love for hacking. We truly believe that learning comes from sharing. We know each other during work or while attending hackathons And, -we are from great place Chennai, INDIA +we are from great place [Chennai, INDIA](https://www.youtube.com/watch?v=VKMyYO2g6Fc) | Fizer Khan | Yogeswaran | Dheeraj Joshi |--- |--- |--- | ![Fizer Khan](https://avatars3.githubusercontent.com/u/1433380?v=3&s=200) | ![Yogeswaran](https://avatars3.githubusercontent.com/u/1505586?v=3&s=200) | ![Dheeraj Joshi](https://pbs.twimg.com/profile_images/489018856506011648/_3yNhEXD_200x200.jpeg) | -Still thinking about it. But it will surely be somthing special ! +Still thinking about it. But it will surely be something special! diff --git a/Teams/Machi/team.json b/Teams/ChennaiNerd/team.json similarity index 87% rename from Teams/Machi/team.json rename to Teams/ChennaiNerd/team.json index 69d1015..62c0819 100644 --- a/Teams/Machi/team.json +++ b/Teams/ChennaiNerd/team.json @@ -1,6 +1,6 @@ { - "teamname": "Machi", + "teamname": "ChennaiNerd", "members":[ { @@ -21,7 +21,7 @@ { "name":"Dheeraj Joshi", "twitter":"dheerajhere", - "koding":"dheerajhere", + "koding":"djadmin", "location":"Chennai, India" } ] From ac80d5079072327be565c036b70794837df4d084 Mon Sep 17 00:00:00 2001 From: majadinjar Date: Mon, 24 Nov 2014 09:15:33 +0100 Subject: [PATCH 114/138] Update team.json --- Teams/AgainstFlow/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/AgainstFlow/team.json b/Teams/AgainstFlow/team.json index 9a60963..e53ccb1 100644 --- a/Teams/AgainstFlow/team.json +++ b/Teams/AgainstFlow/team.json @@ -5,7 +5,7 @@ "name": "Maja Dinjar", "twitter": "against_flow", "koding": "againstflow", - "location": "Zagreb, CRO" + "location": "Zagreb, HR" } ] -} \ No newline at end of file +} From 70d243ae108fd4b6aa9892e0c87732b7ab6af261 Mon Sep 17 00:00:00 2001 From: majadinjar Date: Mon, 24 Nov 2014 09:22:57 +0100 Subject: [PATCH 115/138] Update ABOUT.md --- Teams/AgainstFlow/ABOUT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Teams/AgainstFlow/ABOUT.md b/Teams/AgainstFlow/ABOUT.md index 0f2c4be..c5a289c 100644 --- a/Teams/AgainstFlow/ABOUT.md +++ b/Teams/AgainstFlow/ABOUT.md @@ -1 +1,4 @@ -I am Maja Dinjar, ready to show the world what are maps capable to do. \ No newline at end of file +My name is Maja Dinjar. I come from Croatia, small country with a beatiful seaside. + +Maps were always my passion, and on this Hackathon I'll try to represent the world what are maps capable of doing today. + From 05d700184165cc24a8cd9fcd65ecc1cd25e46873 Mon Sep 17 00:00:00 2001 From: phantomkirby Date: Mon, 24 Nov 2014 18:14:49 +0900 Subject: [PATCH 116/138] Added information about Gundam team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still need Jumpei-san’s information and team’s approval for the information to be pull requested to koding’s main branch --- Teams/Gundam/ABOUT.md | 33 +++++++++++++++++++++++++++++++++ Teams/Gundam/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Teams/Gundam/ABOUT.md create mode 100644 Teams/Gundam/team.json diff --git a/Teams/Gundam/ABOUT.md b/Teams/Gundam/ABOUT.md new file mode 100644 index 0000000..343f891 --- /dev/null +++ b/Teams/Gundam/ABOUT.md @@ -0,0 +1,33 @@ +Welcome to GUNDAM team page! ガンダムチームのページへようこそ! +================ + +Hello, we are a team mostly from Japan (Tokyo), except for one of us, Fan, that I would like to call "Fan Fan". Our team name is called Gundam because we like ガンダム!Gundam/ガンダム is a Japanese giant robot mecha anime series and is very popular. + +Although there is an explosion in the popularity of computer science in the United States and such, computer science and engineering is still looked down upon in Japan. Engineers are looked down upon in Japan. We want to change this mindset. If we win, we want to use this opportunity and make it so that all Japanese people will realize the power and potential of coding, computer science, and hackathons! + +Fanさん以外、私たちは日本にいても、Fanさんも日本が好きです!アメリカなどでは情報工学はもっと大人気になるのに、日本ではまだ工学部は人気ではありません。私たちはその考えを変えたい。もし勝てば、この機会で全部の日本人に情報工学とハッカソンの力と可能性をきづかせます。 + + +About Our Team +=========================== + +| Jumpei | Cherry | 吴昌龙 | Fan +|--- |--- |--- |--- +| ![Jumpei](https://media.licdn.com/mpr/mpr/shrink_200_200/p/7/005/06d/198/380d5cd.jpg) | ![Cherry](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/10302096_10154394055270624_6179730934056055998_n.jpg?oh=7f8d0fe49ea548686ff63ffe61ae3709&oe=551AF35E&__gda__=1428156987_366eab170217af0c608db6f6e6c46c5f) | ![吴昌龙](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xfa1/t31.0-8/1415550_466715963431921_7893937425151701154_o.jpg) | ![Fan](https://scontent-b.xx.fbcdn.net/hphotos-xfa1/t31.0-8/740755_10151326986977416_1141587288_o.jpg) | + + +Jumpei +======= +Jumpei Yamane is an accomplished and experienced manager of various hackathons in Japan, and is a prominent advocate/technology evangelist. He currently works at Givery株式会社, and is also the Japanese ambassador for AngelHack, a premier developer relations platform, and is an organization that hosts massive Hackathons around the world. He aims to make hackathons popular in Japan and to make Tokyo the next hub for startup companies. He will be the designer and co-director of this team. [Facebook](https://www.facebook.com/jumpeiyamane) + +Cherry +======= +Cherry is an engineering student at the University of Waterloo, and has a lot of Android and Java experience. She is passionate about Android development, technology, and internet of things. She is currently interning at Microsoft and wants to learn more web development from this hackathon. She will be one of the engineers of this team. She also really likes Gundam. [Website](http://cherryzhang.net) + +吴昌龙 +======= +吴昌龙 has earned a Masters degree in computer science at Beijing University of Posts & Telecommunications, and has three years of experience in C++, Linux, web development, and has recently been developing in Ruby. Currently he is working at Rakuten, the largest e-commerce site in Japan, and among the world's largest in sales. He will be one of the engineers on this team. [LinkedIn](https://www.linkedin.com/pub/changlong-wu/7a/614/248) + +Fan +======= +Fan is an ambitious engineer at the University of Waterloo, and has been doing front-end web development, and also recently back-end development as well (PHP and MySQL). He also really likes Gundam. [Website](http://thefanzhang.com/) \ No newline at end of file diff --git a/Teams/Gundam/team.json b/Teams/Gundam/team.json new file mode 100644 index 0000000..005af6c --- /dev/null +++ b/Teams/Gundam/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Gundam", + "members": [ + { + "name": "Jumpei Yamane", + "twitter": "jumpeism_agg", + "koding": "???", + "location": "Tokyo, JP" + }, + { + "name": "Cherry Zhang", + "twitter": "phantomkirby", + "koding": "phantomkirby", + "location": "Tokyo, JP", + "lead": true + }, + { + "name": "吴昌龙", + "twitter": "clongbupt", + "koding": "colon", + "location": "Tokyo, JP" + }, + { + "name": "Fan Zhang", + "twitter": "fanwashere", + "koding": "fanwashere", + "location": "Ottawa, CA" + } + ] +} \ No newline at end of file From ce41b41456ddf5fe5520322e798fe73e54a85787 Mon Sep 17 00:00:00 2001 From: phantomkirby Date: Mon, 24 Nov 2014 18:19:27 +0900 Subject: [PATCH 117/138] edited some info --- Teams/Gundam/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Gundam/ABOUT.md b/Teams/Gundam/ABOUT.md index 343f891..6aafca8 100644 --- a/Teams/Gundam/ABOUT.md +++ b/Teams/Gundam/ABOUT.md @@ -26,8 +26,8 @@ Cherry is an engineering student at the University of Waterloo, and has a lot of 吴昌龙 ======= -吴昌龙 has earned a Masters degree in computer science at Beijing University of Posts & Telecommunications, and has three years of experience in C++, Linux, web development, and has recently been developing in Ruby. Currently he is working at Rakuten, the largest e-commerce site in Japan, and among the world's largest in sales. He will be one of the engineers on this team. [LinkedIn](https://www.linkedin.com/pub/changlong-wu/7a/614/248) +吴昌龙 is an accomplished software engineer and has earned a Masters degree in computer science at Beijing University of Posts & Telecommunications, and has three years of experience in C++, Linux, web development, and has recently been developing in Ruby. Currently he is working at Rakuten, the largest e-commerce site in Japan, and among the world's largest in sales. He will be one of the engineers on this team. [LinkedIn](https://www.linkedin.com/pub/changlong-wu/7a/614/248) Fan ======= -Fan is an ambitious engineer at the University of Waterloo, and has been doing front-end web development, and also recently back-end development as well (PHP and MySQL). He also really likes Gundam. [Website](http://thefanzhang.com/) \ No newline at end of file +Fan is an ambitious engineer at the University of Waterloo, and has been doing front-end web development, and also recently back-end development as well (PHP and MySQL). He will be one of the engineers on this team. He also really likes Gundam. [Website](http://thefanzhang.com/) \ No newline at end of file From 8303bbba47b2411a08804836940ff0b455a8634a Mon Sep 17 00:00:00 2001 From: phantomkirby Date: Mon, 24 Nov 2014 18:42:48 +0900 Subject: [PATCH 118/138] jumpeisan no information tsuita shita --- Teams/Gundam/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Gundam/team.json b/Teams/Gundam/team.json index 005af6c..0825570 100644 --- a/Teams/Gundam/team.json +++ b/Teams/Gundam/team.json @@ -4,7 +4,7 @@ { "name": "Jumpei Yamane", "twitter": "jumpeism_agg", - "koding": "???", + "koding": "jumpeiymn", "location": "Tokyo, JP" }, { From ddfb22c3aa71d469616c5af0481d391578bf57af Mon Sep 17 00:00:00 2001 From: phantomkirby Date: Mon, 24 Nov 2014 18:49:46 +0900 Subject: [PATCH 119/138] changed pictures --- Teams/Gundam/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Gundam/ABOUT.md b/Teams/Gundam/ABOUT.md index 6aafca8..04e0b89 100644 --- a/Teams/Gundam/ABOUT.md +++ b/Teams/Gundam/ABOUT.md @@ -13,7 +13,7 @@ About Our Team | Jumpei | Cherry | 吴昌龙 | Fan |--- |--- |--- |--- -| ![Jumpei](https://media.licdn.com/mpr/mpr/shrink_200_200/p/7/005/06d/198/380d5cd.jpg) | ![Cherry](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/10302096_10154394055270624_6179730934056055998_n.jpg?oh=7f8d0fe49ea548686ff63ffe61ae3709&oe=551AF35E&__gda__=1428156987_366eab170217af0c608db6f6e6c46c5f) | ![吴昌龙](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xfa1/t31.0-8/1415550_466715963431921_7893937425151701154_o.jpg) | ![Fan](https://scontent-b.xx.fbcdn.net/hphotos-xfa1/t31.0-8/740755_10151326986977416_1141587288_o.jpg) | +| ![Jumpei](https://media.licdn.com/mpr/mpr/shrink_200_200/p/7/005/06d/198/380d5cd.jpg) | ![Cherry](https://media.licdn.com/mpr/mpr/shrink_200_200/p/7/005/08c/262/22146e7.jpg) | ![吴昌龙](https://media.licdn.com/mpr/mpr/shrink_200_200/p/7/005/081/2da/294f62e.jpg) | ![Fan](https://media.licdn.com/mpr/mpr/shrink_200_200/p/4/005/050/1b8/207f073.jpg) | Jumpei From 784175de43380cc1ae4cd1ad6cd4a07ed39bc008 Mon Sep 17 00:00:00 2001 From: Cherry Date: Mon, 24 Nov 2014 19:00:04 +0900 Subject: [PATCH 120/138] Added Gundam picture --- Teams/Gundam/ABOUT.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Teams/Gundam/ABOUT.md b/Teams/Gundam/ABOUT.md index 04e0b89..6dffde0 100644 --- a/Teams/Gundam/ABOUT.md +++ b/Teams/Gundam/ABOUT.md @@ -1,5 +1,8 @@ Welcome to GUNDAM team page! ガンダムチームのページへようこそ! ================ +

+ +

Hello, we are a team mostly from Japan (Tokyo), except for one of us, Fan, that I would like to call "Fan Fan". Our team name is called Gundam because we like ガンダム!Gundam/ガンダム is a Japanese giant robot mecha anime series and is very popular. @@ -30,4 +33,4 @@ Cherry is an engineering student at the University of Waterloo, and has a lot of Fan ======= -Fan is an ambitious engineer at the University of Waterloo, and has been doing front-end web development, and also recently back-end development as well (PHP and MySQL). He will be one of the engineers on this team. He also really likes Gundam. [Website](http://thefanzhang.com/) \ No newline at end of file +Fan is an ambitious engineer at the University of Waterloo, and has been doing front-end web development, and also recently back-end development as well (PHP and MySQL). He will be one of the engineers on this team. He also really likes Gundam. [Website](http://thefanzhang.com/) From 2e5eb2c0ff63566cc7f9f1683e7bae80a138243f Mon Sep 17 00:00:00 2001 From: George Mickleburgh Date: Mon, 24 Nov 2014 10:56:14 +0000 Subject: [PATCH 121/138] Adding Team profile --- Teams/Earthly/ABOUT.md | 21 +++++++++++++++++++++ Teams/Earthly/team.json | 12 ++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Teams/Earthly/ABOUT.md create mode 100644 Teams/Earthly/team.json diff --git a/Teams/Earthly/ABOUT.md b/Teams/Earthly/ABOUT.md new file mode 100644 index 0000000..b22b6ed --- /dev/null +++ b/Teams/Earthly/ABOUT.md @@ -0,0 +1,21 @@ +Earthly +==== + +A single person team looking to make a big impact. + +Skills +------ +Programming languages (that may be used): + - Javascript + - Node.js + - HTML/CSS + - Sass + +Project +------- + +The goal of my project is to prove that age is not a factor with +development, even on a global level. + +I will probably be tackling issues #1 or #5, however I have not +fully decided yet. I want my project to be able to make a difference. diff --git a/Teams/Earthly/team.json b/Teams/Earthly/team.json new file mode 100644 index 0000000..0dfa27d --- /dev/null +++ b/Teams/Earthly/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Earthly", + "members": [ + { + "name": "George Mickleburgh", + "koding": "gmickleburgh", + "github": "georgemickleburgh", + "location": "Cambridge, UK", + "lead": true + } + ] +} From e4e7dac2d9f7531ddad03b612b2d41d321b386cb Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 19:47:55 +0530 Subject: [PATCH 122/138] Superintech Team Profile --- Teams/Superintech/About.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/Superintech/About.md diff --git a/Teams/Superintech/About.md b/Teams/Superintech/About.md new file mode 100644 index 0000000..86e7ba3 --- /dev/null +++ b/Teams/Superintech/About.md @@ -0,0 +1,23 @@ +Welcome to Superintech +================ + +We are a team of designers & developers with a strong focus on providing the best services to our clients. When we are working on your project, you are entering in a relationship with us where we take care of all your digital requirements. Including Reviewing -> Planning -> Designing -> Development -> Marketing -> Lead Generation -> Future Updates + +We are well known for: +BEAUTIFUL DESIGNS | PERFECT CODING | ENSURED TRUST + +About Superintech +=========================== + +| Vijayinder Singh | Swapnil Samfrncisco +|--- |--- |--- |--- +| ![Vijayinder Singh](http://superintech.com/hackathon/vj.gif) | ![Swapnil Samfrncisco](http://superintech.com/hackathon/swapnil.gif) | + +We are geeks and we have joined this hackathon to win the prize money and invest it into our brand new idea for which we are looking desperately for funds nowdays. +We have lot of ideas as we have 7 years of experience in different streams. + +Skills +======= +Vijayinder : I have started my coding journey with .net technology and then i have started html development -> responsive html -> joomla -> magento --> and now reached at wordpress from last 3 years , I am working with a team and doing development of wordpress themes apart from that i am also dealing with internet marketing + +Swapnil : From 725cc93b0488a84f5eb6599776d1b65b00bda3fc Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 20:00:41 +0530 Subject: [PATCH 123/138] Team --- Teams/Superintech/team.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/Superintech/team.json diff --git a/Teams/Superintech/team.json b/Teams/Superintech/team.json new file mode 100644 index 0000000..35a7143 --- /dev/null +++ b/Teams/Superintech/team.json @@ -0,0 +1,21 @@ +{ + "teamName": "Superintech", + "members": [ + { + "name": "Vijayinder Singh", + "koding": "vijayinder", + "github": "panaah", + "twitter": "thakurvj23", + "location": "Chandigarh, IN", + "lead": true + }, + { + "name": "Swapnil Samfrancisco", + "koding": "neal7969", + "twitter": "neal7969", + "location": "Chandigarh, IN", + "lead": true + } + ] + +} From aeeb60d0acefff4f2b1faa122567e6074e7a03b9 Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 20:05:55 +0530 Subject: [PATCH 124/138] Superintech about update --- Teams/Superintech/About.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Superintech/About.md b/Teams/Superintech/About.md index 86e7ba3..5a702fc 100644 --- a/Teams/Superintech/About.md +++ b/Teams/Superintech/About.md @@ -6,7 +6,7 @@ We are a team of designers & developers with a strong focus on providing the bes We are well known for: BEAUTIFUL DESIGNS | PERFECT CODING | ENSURED TRUST -About Superintech +About Us =========================== | Vijayinder Singh | Swapnil Samfrncisco From 0ebfc63e908339c2e2bcc8967eedf8d969170339 Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 20:33:36 +0530 Subject: [PATCH 125/138] Update About.md --- Teams/Superintech/About.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Teams/Superintech/About.md b/Teams/Superintech/About.md index 5a702fc..0bbd966 100644 --- a/Teams/Superintech/About.md +++ b/Teams/Superintech/About.md @@ -21,3 +21,5 @@ Skills Vijayinder : I have started my coding journey with .net technology and then i have started html development -> responsive html -> joomla -> magento --> and now reached at wordpress from last 3 years , I am working with a team and doing development of wordpress themes apart from that i am also dealing with internet marketing Swapnil : + +We are going to create some interactive wordpress theme which is totally customized and user friendly. From d8ac081573f95f9c706f2fc1f38508de66f65f70 Mon Sep 17 00:00:00 2001 From: Cristian Cortez Date: Mon, 24 Nov 2014 12:26:35 -0300 Subject: [PATCH 126/138] Adding a new Team Member to FFB --- Teams/FunkyFreshBoyz/team.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Teams/FunkyFreshBoyz/team.json b/Teams/FunkyFreshBoyz/team.json index e9d7b1a..8ad9111 100644 --- a/Teams/FunkyFreshBoyz/team.json +++ b/Teams/FunkyFreshBoyz/team.json @@ -6,6 +6,11 @@ "twitter": "cortezcristian", "koding": "cortezcristian", "location": "Rosario, AR" + "lead": true + }, { + "name": "Cristian La Spina", + "koding": "piriviejo", + "location": "Rosario, AR" } ] } From d2777c6f2f70ca2041cbe170bff27344db7ad0ca Mon Sep 17 00:00:00 2001 From: Cristian Cortez Date: Mon, 24 Nov 2014 12:28:04 -0300 Subject: [PATCH 127/138] Adding lead --- Teams/FunkyFreshBoyz/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/FunkyFreshBoyz/team.json b/Teams/FunkyFreshBoyz/team.json index 8ad9111..56f0efd 100644 --- a/Teams/FunkyFreshBoyz/team.json +++ b/Teams/FunkyFreshBoyz/team.json @@ -5,7 +5,7 @@ "name": "Cristian Cortez", "twitter": "cortezcristian", "koding": "cortezcristian", - "location": "Rosario, AR" + "location": "Rosario, AR", "lead": true }, { "name": "Cristian La Spina", From 701d28a617858635b1204800d291990eda9d30b7 Mon Sep 17 00:00:00 2001 From: Roberto Cabrera Date: Mon, 24 Nov 2014 10:48:19 -0500 Subject: [PATCH 128/138] Create About.md --- Teams/TheCoderMix/About.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/TheCoderMix/About.md diff --git a/Teams/TheCoderMix/About.md b/Teams/TheCoderMix/About.md new file mode 100644 index 0000000..981bddf --- /dev/null +++ b/Teams/TheCoderMix/About.md @@ -0,0 +1,11 @@ +

This is our page

+Coming soon... + +

About our team

+Coming soon... + +

About our skills and what we are going to do?

+PHP +CSS3 +HTML5 +Creativity! From 3708806a6513866fe8134ebb9cd551de9ef36bf8 Mon Sep 17 00:00:00 2001 From: Roberto Cabrera Date: Mon, 24 Nov 2014 10:56:30 -0500 Subject: [PATCH 129/138] Create team.json Team Members information --- Teams/TheCoderMix/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/TheCoderMix/team.json diff --git a/Teams/TheCoderMix/team.json b/Teams/TheCoderMix/team.json new file mode 100644 index 0000000..b7c2f3e --- /dev/null +++ b/Teams/TheCoderMix/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "TheCoderMix", + "members": [ + { + "name": "Roberto Cabrera", + "twitter": "papiro89", + "koding": "rob-cabrera", + "location": "New York, US" + "lead": true + }, + { + "name": "Jaime Cajamarca", + "twitter": "-", + "koding": "cyberjaime45", + "location": "New York, NY" + } + ] +} From b19e947089b5c028e62c6863d910f802fa5dc009 Mon Sep 17 00:00:00 2001 From: Zlatko Date: Mon, 24 Nov 2014 17:34:08 +0100 Subject: [PATCH 130/138] Adding Adam and Alex --- Teams/CallbackHell/team.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Teams/CallbackHell/team.json b/Teams/CallbackHell/team.json index 3545fe4..2fb5577 100644 --- a/Teams/CallbackHell/team.json +++ b/Teams/CallbackHell/team.json @@ -5,7 +5,20 @@ "name": "Zlatko Duric", "twitter": "zladuric", "koding": "zladuric", - "location": "Munich, DE" + "location": "Munich, DE", + "lead": true + }, + { + "name": "Alexander Saldivar", + "twitter: "", + "koding": "agsaldivar", + "location": "California, USA" + }, + { + "name": "Adam Lopatko", + "twitter: "", + "koding": "traynor", + "location": "Zagreb, Croatia" } ] } From 370e8dbb09142f8ef59bc43a932b4c2246ca8040 Mon Sep 17 00:00:00 2001 From: Zlatko Date: Mon, 24 Nov 2014 17:35:35 +0100 Subject: [PATCH 131/138] Adding team members --- Teams/CallbackHell/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/CallbackHell/team.json b/Teams/CallbackHell/team.json index 2fb5577..510853d 100644 --- a/Teams/CallbackHell/team.json +++ b/Teams/CallbackHell/team.json @@ -10,13 +10,13 @@ }, { "name": "Alexander Saldivar", - "twitter: "", + "twitter": "", "koding": "agsaldivar", - "location": "California, USA" + "location": "Los Angeles, California, USA" }, { "name": "Adam Lopatko", - "twitter: "", + "twitter": "", "koding": "traynor", "location": "Zagreb, Croatia" } From 4516726609cb852d9b1760af669b29d0a57a851d Mon Sep 17 00:00:00 2001 From: Zlatko Date: Mon, 24 Nov 2014 18:16:31 +0100 Subject: [PATCH 132/138] Adding team member, fixing locations. --- Teams/CallbackHell/team.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Teams/CallbackHell/team.json b/Teams/CallbackHell/team.json index 510853d..4c93059 100644 --- a/Teams/CallbackHell/team.json +++ b/Teams/CallbackHell/team.json @@ -12,13 +12,19 @@ "name": "Alexander Saldivar", "twitter": "", "koding": "agsaldivar", - "location": "Los Angeles, California, USA" + "location": "Los Angeles, US" }, { "name": "Adam Lopatko", "twitter": "", "koding": "traynor", - "location": "Zagreb, Croatia" + "location": "Zagreb, HR" + }, + { + "name": "Dragisa Jevtic", + "twitter": "drjevtic", + "koding": "drjevtic", + "location": "Belgrade, RS" } ] } From 11fadd7a4952487a67ee37bd105f1d0b876c1e46 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Mon, 24 Nov 2014 17:18:57 +0000 Subject: [PATCH 133/138] rebuilt readme.md --- README.md | 7 ++++++- Teams/TheCoderMix/team.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ed4c3..09bb297 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,23 @@ the lower section of this README.md file. | #3DPG |[Peter Steidel](https://koding.com/korbo) Roanoke, US *(team lead)*
| [3DPG](./Teams/3DPG/ABOUT.md) | | #AALuckers |[Chepurnoy Aleksander](https://koding.com/bizze) Vladivostok, RU *(team lead)*
[Feshenko Denis](https://koding.com/Feshenkod) Vladivostok, RU
| [AALuckers](./Teams/AALuckers/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | +| #AgainstFlow |[Maja Dinjar](https://koding.com/againstflow) Zagreb, HR
| [AgainstFlow](./Teams/AgainstFlow/ABOUT.md) | | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | | #Bali |[Dmytro Sadovnychyi](https://koding.com/sadovnychyi) Bali, ID *(team lead)*
| [Bali](./Teams/Bali/ABOUT.md) | | #Black Rabbits |[Raymond Evans](https://koding.com/packetghoest) Biloxi, US *(team lead)*
[Jason Davis](https://koding.com/None) Biloxi US
[John Harter](https://koding.com/None) Biloxi, US
| [Black Rabbits](./Teams/Black-Rabbits/ABOUT.md) | | #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | +| |[Fizer Khan](https://koding.com/fizerkhan) Chennai, India *(team lead)*
[Yogeswaran](https://koding.com/yogeswarant) Chennai, India
[Dheeraj Joshi](https://koding.com/djadmin) Chennai, India
| [ChennaiNerd](./Teams/ChennaiNerd/ABOUT.md) | | #Code 48 |[B Donald](https://koding.com/bdonaldharris) Cordova, US *(team lead)*
[Mike F](https://koding.com/cyp901) Lakeland, US
| [Code 48](./Teams/Code48/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #CondorCode |[Eduardo Messuti](https://koding.com/messutiedd) Santa Cruz de la Sierra, BO *(team lead)*
[Andrei Regiani](https://koding.com/andreiregiani) Minsk, BY
[Arturo Zambrana](https://koding.com/arturozambrana) Santa Cruz de la Sierra, BO
| [CondorCode](./Teams/CondorCode/ABOUT.md) | | #DROP TABLE Contestants |[Daniel Brownell](https://koding.com/salient) Cape Town, ZA *(team lead)*
[Lumka Mangxongxoza](https://koding.com/lunaturelle) Cape Town, ZA
[Michael Champanis](https://koding.com/mchampanis) Cape Town, ZA
[Aurelia Drummer](https://koding.com/thisisaurelia) Cape Town, ZA
| [DROP TABLE Contestants](./Teams/DropTableContestants/ABOUT.md) | +| #Earthly |[George Mickleburgh](https://koding.com/gmickleburgh) Cambridge, UK *(team lead)*
| [Earthly](./Teams/Earthly/ABOUT.md) | | #Elusive Bits |[Tim Sidie](https://koding.com/tims) Washington D.C., US *(team lead)*
[Pat Quinn](https://koding.com/elusivebits) Philadelphia, US
| [Elusive Bits](./Teams/ElusiveBits/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | -| #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | +| #Funky Fresh Boyz |[Cristian Cortez](https://koding.com/cortezcristian) Rosario, AR *(team lead)*
[Cristian La Spina](https://koding.com/piriviejo) Rosario, AR
| [Funky Fresh Boyz](./Teams/FunkyFreshBoyz/ABOUT.md) | | #Gerasim |[Gerasimenko Aleksandr](https://koding.com/gerasim) Kharkiv, UA *(team lead)*
| [Gerasim](./Teams/Gerasim/ABOUT.md) | | #GrafD |[Sergey Dvoynikov](https://koding.com/svdvoynikov) Chelyabinsk, RU *(team lead)*
| [GrafD](./Teams/GrafD/ABOUT.md) | +| #Gundam |[Cherry Zhang](https://koding.com/phantomkirby) Tokyo, JP *(team lead)*
[Jumpei Yamane](https://koding.com/jumpeiymn) Tokyo, JP
[吴昌龙](https://koding.com/colon) Tokyo, JP
[Fan Zhang](https://koding.com/fanwashere) Ottawa, CA
| [Gundam](./Teams/Gundam/ABOUT.md) | | #HacXor |[Minhaz](https://koding.com/mebjas) New Delhi, IN *(team lead)*
[Abhinav Dahiya](https://koding.com/bane94) New Delhi,IN
[Dhruv Agarwal](https://koding.com/dhruvagga) New Delhi, IN
[Archit Verma](https://koding.com/architv) New Delhi, IN
| [HacXor](./Teams/HacXor/ABOUT.md) | | #Team Akron |[Drew Mazak](https://koding.com/drmazak) Akron, US *(team lead)*
[Jessica Groot](https://koding.com/GesikaMarie) Akron, US
| [Team Akron](./Teams/Hackron/ABOUT.md) | | #Huggie |[Matt Huggins](https://koding.com/mhuggins) Boulder, US
| [Huggie](./Teams/Huggie/ABOUT.md) | @@ -63,6 +67,7 @@ the lower section of this README.md file. | #Team Require |[Cameron White](https://koding.com/camwhite) Telluride, US *(team lead)*
[Irwin Litvak](https://koding.com/ilitvak) New York City, US
[Jennifer Nelson](https://koding.com/jwncoexists) San Diego, US
[Mike Engel](https://koding.com/primal001) New York City, US
[Projjol Banerji](https://koding.com/dorsatum) Manipal, IN
| [Team Require](./Teams/Team Iron Squad/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | | #The Washington Redskins |[Ethan Madison](https://koding.com/ethanmad) Los Angeles, US *(team lead)*
[David Woldenberg](https://koding.com/wold) Los Angeles, US
[Christian Stewart](https://koding.com/kidovate) Los Angeles, US
[James Lennon](https://koding.com/jlennon1) Los Angeles, US
[Jake Saferstein](https://koding.com/thesafo) Los Angeles, US
| [The Washington Redskins](./Teams/The Washington Redskins/ABOUT.md) | +| #TheCoderMix |[Roberto Cabrera](https://koding.com/rob-cabrera) New York, US *(team lead)*
[Jaime Cajamarca](https://koding.com/cyberjaime45) New York, NY
| [TheCoderMix](./Teams/TheCoderMix/ABOUT.md) | | #TheGoat ಠ_ಠ |[Keheira Henderson](https://koding.com/Keheira) Greensboro, US *(team lead)*
[Daniel Jones](https://koding.com/DIJicode) Sterling Heights, US
[Jamone Kelly](https://koding.com/JamoneK) Greensboro, US
| [TheGoat ಠ_ಠ](./Teams/TheGoat/ABOUT.md) | | #The Tigers |[KULDIP PIPALIYA](https://koding.com/kuldipem) Virpur, IN
| [The Tigers](./Teams/TheTigers/ABOUT.md) | | #TheTwoPeas |[Kalmar Gabor](https://koding.com/matchxxx) Tura, HU
[Takacs Pal](https://koding.com/takacspal) Tura, HU
| [TheTwoPeas](./Teams/TheTwoPeas/ABOUT.md) | diff --git a/Teams/TheCoderMix/team.json b/Teams/TheCoderMix/team.json index b7c2f3e..d97c8bb 100644 --- a/Teams/TheCoderMix/team.json +++ b/Teams/TheCoderMix/team.json @@ -5,7 +5,7 @@ "name": "Roberto Cabrera", "twitter": "papiro89", "koding": "rob-cabrera", - "location": "New York, US" + "location": "New York, US", "lead": true }, { From ae6cff3cda0f2e05f425b30da38d61cc633702e0 Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 22:53:17 +0530 Subject: [PATCH 134/138] Team lead changes --- Teams/Superintech/team.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Teams/Superintech/team.json b/Teams/Superintech/team.json index 35a7143..e6924c1 100644 --- a/Teams/Superintech/team.json +++ b/Teams/Superintech/team.json @@ -14,7 +14,6 @@ "koding": "neal7969", "twitter": "neal7969", "location": "Chandigarh, IN", - "lead": true } ] From 769c48c19a08103afee7f178173a4f7c00260532 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Mon, 24 Nov 2014 17:30:31 +0000 Subject: [PATCH 135/138] rebuilt readme.md --- README.md | 1 + Teams/Superintech/team.json | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09bb297..77d21c1 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ the lower section of this README.md file. | #SERPteam |[Alexandr Korolev](https://koding.com/alesan) Astrakhan, RU *(team lead)*
[Amir Tagirov](https://koding.com/girmir) Astrakhan, RU
| [SERPteam](./Teams/SERPteam/ABOUT.md) | | #Sons Of Web |[Faraz Ahmed](https://koding.com/farazahmed84) Karachi, PK *(team lead)*
[Fraz Ahmed](https://koding.com/fraz) Karachi, PK
| [Sons Of Web](./Teams/SonsOfWeb/ABOUT.md) | | #Stergeron |[Nick Hluska](https://koding.com/uboa17) Boston, US *(team lead)*
[Will Tan](https://koding.com/Ninja3047) Boston, US
[Dianne Lee](https://koding.com/leedia) Boston, US
[Max Krieger](https://koding.com/moaex) Boston, US
| [Stergeron](./Teams/Stergeron/ABOUT.md) | +| #Superintech |[Vijayinder Singh](https://koding.com/vijayinder) Chandigarh, IN *(team lead)*
[Swapnil Samfrancisco](https://koding.com/neal7969) Chandigarh, IN
| [Superintech](./Teams/Superintech/ABOUT.md) | | #T314 |[Deryabin Igor](https://koding.com/glasm) Crimea, RU *(team lead)*
| [T314](./Teams/T314/ABOUT.md) | | |[Rafik Naccache](https://koding.com/automagic-tools) Tunis,TN *(team lead)*
[Mohamed Sghaier](https://koding.com/doremi76) Tunis,TN
[Med Elyes BenZina](https://koding.com/mbez) Tunis,TN
[Ibtissem Hamdi](https://koding.com/ibtissem) Tunis,TN
| [TNTeam](./Teams/TNTeam/ABOUT.md) | | #Team Require |[Cameron White](https://koding.com/camwhite) Telluride, US *(team lead)*
[Irwin Litvak](https://koding.com/ilitvak) New York City, US
[Jennifer Nelson](https://koding.com/jwncoexists) San Diego, US
[Mike Engel](https://koding.com/primal001) New York City, US
[Projjol Banerji](https://koding.com/dorsatum) Manipal, IN
| [Team Require](./Teams/Team Iron Squad/ABOUT.md) | diff --git a/Teams/Superintech/team.json b/Teams/Superintech/team.json index e6924c1..c6e0996 100644 --- a/Teams/Superintech/team.json +++ b/Teams/Superintech/team.json @@ -4,8 +4,7 @@ { "name": "Vijayinder Singh", "koding": "vijayinder", - "github": "panaah", - "twitter": "thakurvj23", + "twitter": "thakurvj23", "location": "Chandigarh, IN", "lead": true }, @@ -13,7 +12,7 @@ "name": "Swapnil Samfrancisco", "koding": "neal7969", "twitter": "neal7969", - "location": "Chandigarh, IN", + "location": "Chandigarh, IN" } ] From 4c70a67dcf447423da31bb54189e5b83a5f88e34 Mon Sep 17 00:00:00 2001 From: panaah Date: Mon, 24 Nov 2014 23:43:08 +0530 Subject: [PATCH 136/138] Update About.md --- Teams/Superintech/About.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Superintech/About.md b/Teams/Superintech/About.md index 0bbd966..fd195e9 100644 --- a/Teams/Superintech/About.md +++ b/Teams/Superintech/About.md @@ -11,15 +11,15 @@ About Us | Vijayinder Singh | Swapnil Samfrncisco |--- |--- |--- |--- -| ![Vijayinder Singh](http://superintech.com/hackathon/vj.gif) | ![Swapnil Samfrncisco](http://superintech.com/hackathon/swapnil.gif) | +| ![Vijayinder Singh](http://superintech.com/hackathon/vj.gif) | ![Swapnil Samfrancisco](http://superintech.com/hackathon/swapnil.gif) | We are geeks and we have joined this hackathon to win the prize money and invest it into our brand new idea for which we are looking desperately for funds nowdays. We have lot of ideas as we have 7 years of experience in different streams. Skills ======= -Vijayinder : I have started my coding journey with .net technology and then i have started html development -> responsive html -> joomla -> magento --> and now reached at wordpress from last 3 years , I am working with a team and doing development of wordpress themes apart from that i am also dealing with internet marketing +Vijayinder : I have started my coding journey with .net technology and then i have started html development -> responsive html -> joomla -> magento --> and now reached at wordpress from last 3 years , I am working with a team and doing development of wordpress themes apart from that i am also dealing with internet marketing and good in adwords and adroll to assist clients with their business. -Swapnil : +Swapnil : I have started my career with Engineer at ACC Cement limited company.I got placed there from my college. It was a good job as ACC is well known company, but my actual interest was in designing and development. So i worked with ACC for 3 years and then i resigned and started learning design and development. After 3 months i was ready and started getting business from clients overseas.It was really a good journey of 3 years now. I am capable of creating good designs and develop them. We are going to create some interactive wordpress theme which is totally customized and user friendly. From e5fcc1c2559c09dacec1a97d9431feba6d4a7ed6 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Mon, 24 Nov 2014 19:03:04 +0000 Subject: [PATCH 137/138] rebuilt readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d21c1..e69bf02 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ the lower section of this README.md file. | #AsepCo |[Asep Bagja Priandana](https://koding.com/bepitulaz) Jakarta, ID *(team lead)*
[Retno Ika Safitri](https://koding.com/alcatrazia) Jakarta, ID
| [AsepCo](./Teams/AsepCo/ABOUT.md) | | #Bali |[Dmytro Sadovnychyi](https://koding.com/sadovnychyi) Bali, ID *(team lead)*
| [Bali](./Teams/Bali/ABOUT.md) | | #Black Rabbits |[Raymond Evans](https://koding.com/packetghoest) Biloxi, US *(team lead)*
[Jason Davis](https://koding.com/None) Biloxi US
[John Harter](https://koding.com/None) Biloxi, US
| [Black Rabbits](./Teams/Black-Rabbits/ABOUT.md) | -| #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | +| #Callback Hell |[Zlatko Duric](https://koding.com/zladuric) Munich, DE *(team lead)*
[Alexander Saldivar](https://koding.com/agsaldivar) Los Angeles, US
[Adam Lopatko](https://koding.com/traynor) Zagreb, HR
[Dragisa Jevtic](https://koding.com/drjevtic) Belgrade, RS
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | |[Fizer Khan](https://koding.com/fizerkhan) Chennai, India *(team lead)*
[Yogeswaran](https://koding.com/yogeswarant) Chennai, India
[Dheeraj Joshi](https://koding.com/djadmin) Chennai, India
| [ChennaiNerd](./Teams/ChennaiNerd/ABOUT.md) | | #Code 48 |[B Donald](https://koding.com/bdonaldharris) Cordova, US *(team lead)*
[Mike F](https://koding.com/cyp901) Lakeland, US
| [Code 48](./Teams/Code48/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US *(team lead)*
[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | From fba70118ab566f480824bae6ed10079f565bfaf7 Mon Sep 17 00:00:00 2001 From: menivaitsi Date: Mon, 24 Nov 2014 11:08:52 -0800 Subject: [PATCH 138/138] Updated bio section for Meni. --- Teams/CodeGreen/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/CodeGreen/ABOUT.md b/Teams/CodeGreen/ABOUT.md index fde7d20..31c54ab 100644 --- a/Teams/CodeGreen/ABOUT.md +++ b/Teams/CodeGreen/ABOUT.md @@ -4,7 +4,7 @@ About CodeGreen Team | Maurizio | Max | Meni | Dimuthu |--- |--- |--- |--- -| ![Maurizio](https://pbs.twimg.com/profile_images/536400530075971584/_zOPB12Q_400x400.jpeg) | ![Max](https://pbs.twimg.com/profile_images/536841741039464448/Z8QM0uFh_400x400.jpeg) | ![Meni](https://pbs.twimg.com/profile_images/477843469705048064/twGS0AqE_400x400.jpeg) | ![Dimuthu](http://oi61.tinypic.com/5p3r6r.jpg) | -|CTO at Mylaensys,LLC Apache Software Foundation fellow, Mentor at the Google Summer of Code 2013.| MAX:Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|MENI:Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Computer Engineering Undergraduate at University of Moratuwa - Sri Lanka. Google Summer of Code participant in year 2013 and 2014 with Apache Software Foundation. +| ![Maurizio](https://pbs.twimg.com/profile_images/536400530075971584/_zOPB12Q_400x400.jpeg) | ![Max](https://pbs.twimg.com/profile_images/536841741039464448/Z8QM0uFh_400x400.jpeg) | ![Meni](https://lh4.googleusercontent.com/-o6M_83UTvfQ/VHN8Wjl2vRI/AAAAAAAAAFc/p1cziyNrXNo/w849-h848-no/profile_pic.jpg) | ![Dimuthu](http://oi61.tinypic.com/5p3r6r.jpg) | +|CTO at Mylaensys,LLC Apache Software Foundation fellow, Mentor at the Google Summer of Code 2013.| MAX:Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.|Software Engineer at AppScale Systems, Inc. Studied Computer Systems Technology at University of Athens, Greece. I like challenge and I'm passionate about writing code and traveling the world.|Computer Engineering Undergraduate at University of Moratuwa - Sri Lanka. Google Summer of Code participant in year 2013 and 2014 with Apache Software Foundation.