From 0e22936ab4d388e1e4dbf53639dc1c4b3ebbd6d0 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 23 Nov 2014 21:16:08 +0200 Subject: [PATCH 001/262] Initial commit --- Teams/AAVAA/ABOUT.md | 20 ++++++++++++++++++++ Teams/AAVAA/team.json | 17 +++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Teams/AAVAA/ABOUT.md create mode 100644 Teams/AAVAA/team.json diff --git a/Teams/AAVAA/ABOUT.md b/Teams/AAVAA/ABOUT.md new file mode 100644 index 0000000..9c37233 --- /dev/null +++ b/Teams/AAVAA/ABOUT.md @@ -0,0 +1,20 @@ +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! + + diff --git a/Teams/AAVAA/team.json b/Teams/AAVAA/team.json new file mode 100644 index 0000000..583f2f8 --- /dev/null +++ b/Teams/AAVAA/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "AALuckers", + "members": [ + { + "name": "Chepurnoy Aleksander", + "twitter": "biz_ze", + "koding": "bizze", + "location": "Vladivostok, RU", + "lead": true + }, + { + "name": "Feshenko Denis", + "koding": "Feshenkod", + "location": "Vladivostok, RU" + } + ] +} From 68b96b55c2927a1107d8ddb316dd234313f0cd1c Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 23 Nov 2014 21:24:26 +0200 Subject: [PATCH 002/262] modified info --- Teams/AAVAA/ABOUT.md | 7 +++---- Teams/AAVAA/team.json | 37 ++++++++++++++++++++++++++++--------- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/Teams/AAVAA/ABOUT.md b/Teams/AAVAA/ABOUT.md index 9c37233..6693e03 100644 --- a/Teams/AAVAA/ABOUT.md +++ b/Teams/AAVAA/ABOUT.md @@ -12,9 +12,8 @@ Coming soon... About our skills and what we are going to do? ======= -- PHP -- CSS3 -- HTML5 -- Creativity! +- Spring + Hibernate +- AngularJS +- Android diff --git a/Teams/AAVAA/team.json b/Teams/AAVAA/team.json index 583f2f8..8fcccf5 100644 --- a/Teams/AAVAA/team.json +++ b/Teams/AAVAA/team.json @@ -1,17 +1,36 @@ { - "teamName": "AALuckers", + "teamName": "AAVAA", "members": [ { - "name": "Chepurnoy Aleksander", - "twitter": "biz_ze", - "koding": "bizze", - "location": "Vladivostok, RU", + "name": "Alexandra Anikina", + "twitter": "saneshka", + "koding": "saneshka", + "location": "Kyiv, UA", + }, + { + "name": "Anastasia Smakovska", + "twitter": "anasmak", + "koding": "anasmak", + "location": "Kyiv, UA", + }, + { + "name": "Vlasyslav Stepanov", + "twitter": "picazz0", + "koding": "vstepanov", + "location": "Kyiv, UA", "lead": true }, - { - "name": "Feshenko Denis", - "koding": "Feshenkod", - "location": "Vladivostok, RU" + { + "name": "Andrew Tesluk", + "twitter": "vdjtab", + "koding": "vdjtab", + "location": "Kyiv, UA", + }, + { + "name": "Andrii Usov", + "twitter": "andreusov", + "koding": "andreusov", + "location": "Kyiv, UA", } ] } From 56106364ba3e4a6b0c0117d68b49c35b9c9df630 Mon Sep 17 00:00:00 2001 From: Daniel Hollands Date: Mon, 24 Nov 2014 10:47:40 +0000 Subject: [PATCH 003/262] Made a start on the team.json file --- Teams/Birmingham.IO/team.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Birmingham.IO/team.json diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json new file mode 100644 index 0000000..d4432a7 --- /dev/null +++ b/Teams/Birmingham.IO/team.json @@ -0,0 +1,36 @@ +{ + teamName: "Birmingham.IO", + members: [ + { + name: "Daniel Hollands", + twitter: "limeblast", + koding: "limeblast", + location: "Birmingham, UK", + lead: true + }, + { + name: "Omar Qureshi", + twitter: "omarqureshi", + koding: "", + location: "Birmingham, UK" + }, + { + name: "Tajinder Singh", + twitter: "TajinderSD", + koding: "", + location: "Birmingham, UK" + }, + { + name: "Will Parker", + twitter: "", + koding: "", + location: "Birmingham, UK" + }, + { + name: "", + twitter: "", + koding: "a9261", + location: "" + } + ] +} From e7872bef730d6f65eca8896d43dc13c832f0549d Mon Sep 17 00:00:00 2001 From: Daniel Hollands Date: Mon, 24 Nov 2014 11:55:46 +0000 Subject: [PATCH 004/262] Added Will --- Teams/Birmingham.IO/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index d4432a7..8ef84d4 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -22,9 +22,9 @@ }, { name: "Will Parker", - twitter: "", - koding: "", - location: "Birmingham, UK" + twitter: "wprk14", + koding: "wprk", + location: "Redditch, UK" }, { name: "", From e19974681ff1bc19c0345731cd074a1f0de9844e Mon Sep 17 00:00:00 2001 From: Daniel Hollands Date: Mon, 24 Nov 2014 12:38:58 +0000 Subject: [PATCH 005/262] I hope the markdown is formatted corerctly --- Teams/Birmingham.IO/ABOUT.md | 26 ++++++++++++++++++++++++++ Teams/Birmingham.IO/team.json | 6 +++--- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 Teams/Birmingham.IO/ABOUT.md diff --git a/Teams/Birmingham.IO/ABOUT.md b/Teams/Birmingham.IO/ABOUT.md new file mode 100644 index 0000000..301db0d --- /dev/null +++ b/Teams/Birmingham.IO/ABOUT.md @@ -0,0 +1,26 @@ +Birmingham.IO +=========================== + +Tech forum aimed at letting people in Birmingham "Continue the conversation" + +About your team +=========================== + +| [Daniel Hollands](https://talk.birmingham.io/users/limeblast/activity) | [Omar Qureshi](https://talk.birmingham.io/users/omarqureshi/activity) | [Tajinder Singh](https://talk.birmingham.io/users/tajindersd/activity) | [Will Parker](https://talk.birmingham.io/users/wprk/activity) | [Ping-Yuan 'Aaron' Chang](https://talk.birmingham.io/users/king_jk/activity) | +|---------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| +| ![limeblast](https://talk.birmingham.io/user_avatar/talk.birmingham.io/limeblast/120/2.png) | ![omarqureshi](https://talk.birmingham.io/user_avatar/talk.birmingham.io/omarqureshi/120/13.png) | ![](https://talk.birmingham.io/user_avatar/talk.birmingham.io/tajindersd/120/101.png) | ![wprk](https://talk.birmingham.io/user_avatar/talk.birmingham.io/wprk/120/215.png) | ![king_jk](https://talk.birmingham.io/user_avatar/talk.birmingham.io/king_jk/120/255.png) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +=========================== + +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index 8ef84d4..0e744aa 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -27,10 +27,10 @@ location: "Redditch, UK" }, { - name: "", - twitter: "", + name: "Ping-Yuan 'Aaron' Chang", + twitter: "Jaja_Magic", koding: "a9261", - location: "" + location: "New Taipei City, TW" } ] } From 0b199e5bd57c6f42952b40b0ec00d74b01c51029 Mon Sep 17 00:00:00 2001 From: Daniel Hollands Date: Mon, 24 Nov 2014 12:46:39 +0000 Subject: [PATCH 006/262] Updated the about document --- Teams/Birmingham.IO/ABOUT.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Teams/Birmingham.IO/ABOUT.md b/Teams/Birmingham.IO/ABOUT.md index 301db0d..d53134a 100644 --- a/Teams/Birmingham.IO/ABOUT.md +++ b/Teams/Birmingham.IO/ABOUT.md @@ -1,7 +1,7 @@ Birmingham.IO =========================== -Tech forum aimed at letting people in Birmingham "Continue the conversation" +This team is made up of members of [Birmingham.IO](http://birmingham.io/), a community forum aimed at the tech industry in Birmingham. About your team =========================== @@ -10,17 +10,8 @@ About your team |---------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | ![limeblast](https://talk.birmingham.io/user_avatar/talk.birmingham.io/limeblast/120/2.png) | ![omarqureshi](https://talk.birmingham.io/user_avatar/talk.birmingham.io/omarqureshi/120/13.png) | ![](https://talk.birmingham.io/user_avatar/talk.birmingham.io/tajindersd/120/101.png) | ![wprk](https://talk.birmingham.io/user_avatar/talk.birmingham.io/wprk/120/215.png) | ![king_jk](https://talk.birmingham.io/user_avatar/talk.birmingham.io/king_jk/120/255.png) | -Tell us who you are, why you did you decide to join? - -Judges will read this page before making a final decision, so write your story, make it emotional and impressive. -Tell us why you want to win. - About your skills and what you are going to do? =========================== -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. - -You can change your mind, that's ok. Just push an update here when you do. +Right now, we don't have a clue, but I'm hoping inspiration will hit soon. Watch this space. From 8b2ce7c7ee0702601195d1887a32da0cf3f2bcbd Mon Sep 17 00:00:00 2001 From: Daniel Hollands Date: Mon, 24 Nov 2014 12:49:57 +0000 Subject: [PATCH 007/262] Updated Aaron's city --- Teams/Birmingham.IO/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index 0e744aa..e117fff 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -30,7 +30,7 @@ name: "Ping-Yuan 'Aaron' Chang", twitter: "Jaja_Magic", koding: "a9261", - location: "New Taipei City, TW" + location: "Taichung City, TW" } ] } From c5ea56f8a63d39a06bdf7c9a6330ef16daabeed8 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Mon, 24 Nov 2014 09:06:13 -0600 Subject: [PATCH 008/262] adding team folder. Team information file ready. Basic about.md file. --- Teams/AcklenAvenue/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/AcklenAvenue/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 Teams/AcklenAvenue/ABOUT.md create mode 100644 Teams/AcklenAvenue/team.json diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md new file mode 100644 index 0000000..0dd5a79 --- /dev/null +++ b/Teams/AcklenAvenue/ABOUT.md @@ -0,0 +1,28 @@ +This is our page +================ + +We are the AcklenAvenue team, and we are really participating. + + +About the team +=========================== + +| kmiloaguilar | realpasro | rsiwady29 | dcaballeroc +|--- |--- |--- |--- +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + diff --git a/Teams/AcklenAvenue/team.json b/Teams/AcklenAvenue/team.json new file mode 100644 index 0000000..4b91ab6 --- /dev/null +++ b/Teams/AcklenAvenue/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "AcklenAvenue", + "members": [ + { + "name": "Camilo Aguilar", + "twitter": "kmilo_aguilar", + "koding": "kmiloaguilar", + "location": "San Pedro Sula, HN", + "lead": true + }, + { + "name": "Rene Rosa", + "twitter": "realpasro", + "koding": "realpasro", + "location": "San Pedro Sula, HN" + }, + { + "name": "Richard Siwady", + "twitter": "rsiwady29", + "koding": "rsiwady29", + "location": "Villanueva, HN", + }, + { + "name": "Danilo Caballero", + "twitter": "dannyboy_kun", + "koding": "dcaballeroc", + "location": "Oakland, US" + } + ] +} \ No newline at end of file From b5f3638d5e997193bcb4ae0430cb0c001e709321 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Mon, 24 Nov 2014 09:14:23 -0600 Subject: [PATCH 009/262] updating camilo's profile pic --- Teams/AcklenAvenue/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 0dd5a79..29c549e 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -9,7 +9,8 @@ About the team | kmiloaguilar | realpasro | rsiwady29 | dcaballeroc |--- |--- |--- |--- -| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![rsiwady29](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + Tell us who you are, why you did you decide to join? From 7b1fb62205c461950fddf5e9a78e44563f8cdf0d Mon Sep 17 00:00:00 2001 From: Richard Siwady Date: Mon, 24 Nov 2014 09:18:28 -0600 Subject: [PATCH 010/262] updated Richard's profile picture --- Teams/AcklenAvenue/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 29c549e..9ef72b4 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -9,7 +9,7 @@ About the team | kmiloaguilar | realpasro | rsiwady29 | dcaballeroc |--- |--- |--- |--- -| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![rsiwady29](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | Tell us who you are, why you did you decide to join? From de455db9b1d62e17dd00413b38d06db567b03558 Mon Sep 17 00:00:00 2001 From: realpasro09 Date: Mon, 24 Nov 2014 09:33:50 -0600 Subject: [PATCH 011/262] Update ABOUT.md --- Teams/AcklenAvenue/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 9ef72b4..5999c73 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -9,7 +9,7 @@ About the team | kmiloaguilar | realpasro | rsiwady29 | dcaballeroc |--- |--- |--- |--- -| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/3761557269/797d18c3cf075032a6acffbdb96cb945.jpeg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | Tell us who you are, why you did you decide to join? From 7819bcceb145aa75a03f240cfdb83b7596bf4434 Mon Sep 17 00:00:00 2001 From: Joao Ribeiro Date: Mon, 24 Nov 2014 17:16:44 +0000 Subject: [PATCH 012/262] New Team: RealityConnect --- Teams/RealityConnect/ABOUT.md | 39 ++++++++++++++++++++++++++++++++++ Teams/RealityConnect/team.json | 17 +++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 Teams/RealityConnect/ABOUT.md create mode 100644 Teams/RealityConnect/team.json diff --git a/Teams/RealityConnect/ABOUT.md b/Teams/RealityConnect/ABOUT.md new file mode 100644 index 0000000..86c2e46 --- /dev/null +++ b/Teams/RealityConnect/ABOUT.md @@ -0,0 +1,39 @@ +RealityConnect +================ + +We turn ideas into reality coding every day. + + +About your team +=========================== + +| JonnyBGod | Sequessu | +|--- |--- | +| ![JonnyBGod](https://pbs.twimg.com/profile_images/536908239862898688/sdp7aOvd.jpeg) | ![Sequessu](https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/1916961_123188490688_2612302_n.jpg?oh=ffe2e1b6a584a21d4d10bfaf856be7bd&oe=551C995A&__gda__=1427955131_f881e4a7426cd9771d9494a379d7d501) | + +We are two friends from school days who became coders who started working together and created a startup to work on our own ideas and projects. + + +About your skills and what you are going to do? +======= + +JonnyBGod + - Masters in International Management + - Ba in Business Administration + - Self learned web developer + + - HTML, CSS, Javascript + - Nodejs + - MongoDB + - Angularjs + - Famo.us + - many other oldies + +Sequessu + - Bs in Computer Sience + + - HTML, CSS, Javascript + - Nodejs + - MongoDB + - Angularjs + diff --git a/Teams/RealityConnect/team.json b/Teams/RealityConnect/team.json new file mode 100644 index 0000000..45b803d --- /dev/null +++ b/Teams/RealityConnect/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "RealityConnect", + "members": [ + { + "name": "João Miguel Ribeiro", + "twitter": "JonnyBGodPT", + "koding": "jonnybgod", + "location": "Lisbon, PT", + "lead": true + }, + { + "name": "João da Silva Côrtes", + "koding": "sequessu", + "location": "Lisbon, PT" + } + ] +} \ No newline at end of file From 8e526f4414e43c8e7e02d1ad1dc78a12f1c40eb2 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Mon, 24 Nov 2014 16:06:05 -0600 Subject: [PATCH 013/262] updating about.md --- Teams/AcklenAvenue/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 29c549e..0c2af00 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -12,6 +12,7 @@ About the team | ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![rsiwady29](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + Tell us who you are, why you did you decide to join? Judges will read this page before making a final decision, so write your story, make it emotional and impressive. From db2b640774e4dcdcb0db7bb8468eab7e3e13e86d Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Mon, 24 Nov 2014 16:13:09 -0600 Subject: [PATCH 014/262] another update to about.md --- Teams/AcklenAvenue/ABOUT.md | 41 +++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 8c323d3..4d41026 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -11,20 +11,31 @@ About the team |--- |--- |--- |--- | ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/3761557269/797d18c3cf075032a6acffbdb96cb945.jpeg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | - - -Tell us who you are, why you did you decide to join? - -Judges will read this page before making a final decision, so write your story, make it emotional and impressive. -Tell us why you want to win. - - -About your skills and what you are going to do? -======= -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. - -You can change your mind, that's ok. Just push an update here when you do. +Who we are? +=========================== + +More coming soon... + +Why we decide to join? +=========================== + +We love Hackathons and we love coding. +More coming soon.. + +Our skill +=========================== +- HTML5 +- CSS3 +- Nodejs +- .NET +- Angular +- MongoDB +- Scrum +- More coming soon... + +What are we going to do? +=========================== + +More coming soon... From c8a43c244c5187c424eb84ca241bc82a0a406e35 Mon Sep 17 00:00:00 2001 From: koding user Date: Tue, 25 Nov 2014 13:57:03 +0000 Subject: [PATCH 015/262] Add Cheers Folder --- Teams/Cheers/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/Cheers/team.json | 23 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 Teams/Cheers/ABOUT.md create mode 100644 Teams/Cheers/team.json diff --git a/Teams/Cheers/ABOUT.md b/Teams/Cheers/ABOUT.md new file mode 100644 index 0000000..27b5115 --- /dev/null +++ b/Teams/Cheers/ABOUT.md @@ -0,0 +1,28 @@ +Cheers Page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Carlos | David | Rui | +|--- |--- |--- | +| ![Carlos]() | ![David]() | ![Rui](https://media.licdn.com/mpr/mpr/shrink_200_200/p/6/005/02b/201/309bf7e.jpg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + diff --git a/Teams/Cheers/team.json b/Teams/Cheers/team.json new file mode 100644 index 0000000..e7fe4cc --- /dev/null +++ b/Teams/Cheers/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Cheers", + "members": [ + { + "name": "Carlos Fernandes", + "twitter": "", + "koding": "", + "location": "Lisbon, PT" + }, + { + "name": "David Bombaça", + "twitter": "", + "koding": "dbombaca", + "location": "Lisbon, PT" + }, + { + "name": "Rui Elói", + "twitter": "", + "koding": "reloi", + "location": "Lisbon, PT" + } + ] +} \ No newline at end of file From b42be5ba7c72c66a74a116bd1a2e7aa5d09d9982 Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Tue, 25 Nov 2014 16:47:47 -0600 Subject: [PATCH 016/262] Added initial igHumble --- Teams/igHumble/ABOUT.md | 22 ++++++++++++++++++++++ Teams/igHumble/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/igHumble/ABOUT.md create mode 100644 Teams/igHumble/team.json diff --git a/Teams/igHumble/ABOUT.md b/Teams/igHumble/ABOUT.md new file mode 100644 index 0000000..a179f5b --- /dev/null +++ b/Teams/igHumble/ABOUT.md @@ -0,0 +1,22 @@ +This is our page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Owen | Tony | Nick +|--- |--- |--- |--- +| ![Owen](https://pbs.twimg.com/profile_images/1682271738/Studio_Session2-043_400_400x400.jpg) | ![Tony](https://pbs.twimg.com/profile_images/444084361286004737/JO0tKAST_400x400.jpeg) | ![Nick](https://pbs.twimg.com/profile_images/1137792120/crazy_eyes_400x400.jpg) + +After working together in a corporate market research company we've since gone our separate ways. This is an opportunity for us to get the team back together, test our skills and hopefully make the world a better place along the way. + + +About your skills and what you are going to do? +======= +We're all full stack C#/.NET developers, although we're most likely going to be using a NodeJS backend. We've a fair amount of ecperience with data visualisation so you may see something from us there, although we all love to learn so watch this space. + + diff --git a/Teams/igHumble/team.json b/Teams/igHumble/team.json new file mode 100644 index 0000000..ef91ac3 --- /dev/null +++ b/Teams/igHumble/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "igHumble", + "members": [ + { + "name": "Owen Craig", + "twitter": "owencraig", + "koding": "owencraig", + "location": "Chicago, US", + "lead": true + }, + { + "name": "Tony Truong", + "twitter": "tonykqt", + "koding": "TBA", + "location": "Sydney, AU" + }, + { + "name": "Nick Macdonald", + "twitter": "the_lyrish", + "koding": "nickmacd", + "location": "Sydney, AU" + } + ] +} From be07154cd6ad3f94189d54b742487e3fe3d2bec3 Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Tue, 25 Nov 2014 16:52:36 -0600 Subject: [PATCH 017/262] Corrected team description --- Teams/igHumble/ABOUT.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Teams/igHumble/ABOUT.md b/Teams/igHumble/ABOUT.md index a179f5b..5b86d7e 100644 --- a/Teams/igHumble/ABOUT.md +++ b/Teams/igHumble/ABOUT.md @@ -1,12 +1,6 @@ -This is our page +igHumble ================ -We are the Koding team, so we are not really participating. But this page is here -to give you an idea about your own page. - - -About your team -=========================== | Owen | Tony | Nick |--- |--- |--- |--- @@ -17,6 +11,7 @@ After working together in a corporate market research company we've since gone o About your skills and what you are going to do? ======= -We're all full stack C#/.NET developers, although we're most likely going to be using a NodeJS backend. We've a fair amount of ecperience with data visualisation so you may see something from us there, although we all love to learn so watch this space. + +We're all full stack C#/.NET developers, although we're most likely going to be using a NodeJS backend. We've a fair amount of experience with data visualisation so you may see something from us there, although we all love to learn so watch this space. From 08ea6fc9a96cac6ef8ed81f5ff14a26f8f3cfddb Mon Sep 17 00:00:00 2001 From: a9261 Date: Wed, 26 Nov 2014 11:09:33 +0800 Subject: [PATCH 018/262] Update Jaja Name --- Teams/Birmingham.IO/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index e117fff..8e6eaed 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -27,7 +27,7 @@ location: "Redditch, UK" }, { - name: "Ping-Yuan 'Aaron' Chang", + name: "Ping-Yuan Chang", twitter: "Jaja_Magic", koding: "a9261", location: "Taichung City, TW" From 3f3aaf3b74b380c7ac0c82ffe58403a2983f27aa Mon Sep 17 00:00:00 2001 From: Richard Siwady Date: Tue, 25 Nov 2014 21:33:47 -0600 Subject: [PATCH 019/262] Update ABOUT.md --- Teams/AcklenAvenue/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 4d41026..998c89a 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -9,7 +9,7 @@ About the team | kmiloaguilar | realpasro | rsiwady29 | dcaballeroc |--- |--- |--- |--- -| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/3761557269/797d18c3cf075032a6acffbdb96cb945.jpeg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| ![kmiloaguilar](https://pbs.twimg.com/profile_images/468754688364802048/rwKwnz_g_400x400.jpeg) | ![realpasro](https://pbs.twimg.com/profile_images/3761557269/797d18c3cf075032a6acffbdb96cb945.jpeg) | ![rsiwady29](https://pbs.twimg.com/profile_images/434762726921887744/_VHiAI9E.jpeg) | ![dcaballeroc](https://pbs.twimg.com/profile_images/467126759071043584/VyjVgpPr.jpeg) | Who we are? =========================== From aafda33c9c44262dfe22741cff28ce17ac197477 Mon Sep 17 00:00:00 2001 From: Richard Siwady Date: Tue, 25 Nov 2014 21:41:01 -0600 Subject: [PATCH 020/262] Update ABOUT.md --- Teams/AcklenAvenue/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index 998c89a..ecca815 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -22,11 +22,11 @@ Why we decide to join? We love Hackathons and we love coding. More coming soon.. -Our skill +Our skills =========================== - HTML5 - CSS3 -- Nodejs +- NodeJS - .NET - Angular - MongoDB From dff9954e01828677726850a531716c4b03969c1c Mon Sep 17 00:00:00 2001 From: Richard Siwady Date: Tue, 25 Nov 2014 21:51:04 -0600 Subject: [PATCH 021/262] Update ABOUT.md --- Teams/AcklenAvenue/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md index ecca815..1e41081 100644 --- a/Teams/AcklenAvenue/ABOUT.md +++ b/Teams/AcklenAvenue/ABOUT.md @@ -1,7 +1,7 @@ This is our page ================ -We are the AcklenAvenue team, and we are really participating. +We are the Acklen Avenue team, and we are really participating. About the team From 64804ea29cd31b194c3d079d067dac40dbcfa6ad Mon Sep 17 00:00:00 2001 From: Razvan Girmacea Date: Wed, 26 Nov 2014 12:23:37 +0200 Subject: [PATCH 022/262] Added team information Waiting for account conformation on Alan Willms --- Teams/MonitorBacklinks/team.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Teams/MonitorBacklinks/team.json diff --git a/Teams/MonitorBacklinks/team.json b/Teams/MonitorBacklinks/team.json new file mode 100644 index 0000000..d88f85a --- /dev/null +++ b/Teams/MonitorBacklinks/team.json @@ -0,0 +1,27 @@ +{ + "teamName": "Monitor Backlinks", + "members": [ + { + "name": "Razvan Girmacea", + "twitter": "girmacea", + "koding": "razvangirmacea", + "location": "Iasi, RO", + "lead": true + }, + { + "name": "Eugen Cusmaunsa", + "koding": "armab", + "location": "Stauceni, MD" + }, + { + "name": "Darwin Medillo", + "koding": "darkunz", + "location": "Davao, PH" + }, + { + "name": "Alan Willms", + "koding": "alanwillms", + "location": "Chapecó, BR" + } + ] +} From f0c85c71fa420ec148351bd5d15bcc304fd37250 Mon Sep 17 00:00:00 2001 From: Razvan Girmacea Date: Wed, 26 Nov 2014 12:26:57 +0200 Subject: [PATCH 023/262] Added team about file --- Teams/MonitorBacklinks/ABOUT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/MonitorBacklinks/ABOUT.md diff --git a/Teams/MonitorBacklinks/ABOUT.md b/Teams/MonitorBacklinks/ABOUT.md new file mode 100644 index 0000000..566c4cd --- /dev/null +++ b/Teams/MonitorBacklinks/ABOUT.md @@ -0,0 +1,13 @@ + +# Team Monitor Backlinks + +We are the team behind monitorbacklinks.com + +## About Us + +We are building and scaling Monitor Backlinks on PHP Yii2 Framework, using Amazon AWS, lots of servers, lots of technologies + +- Razvan: Project Manager, Front-end +- Eugen: Lead developer +- Darwin: Senior PHP Developer +- Alan: Senior PHP Developer From c6b9ae26169de96b8d2f9e9ea693ffe7a4ab5163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20K=C3=B6lk=C3=B6y?= Date: Wed, 26 Nov 2014 12:56:53 +0200 Subject: [PATCH 024/262] team info --- Teams/Kolky/About.MD | 12 ++++++++++++ Teams/Kolky/team.json | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Teams/Kolky/About.MD create mode 100644 Teams/Kolky/team.json diff --git a/Teams/Kolky/About.MD b/Teams/Kolky/About.MD new file mode 100644 index 0000000..d23d0ee --- /dev/null +++ b/Teams/Kolky/About.MD @@ -0,0 +1,12 @@ +This is my page +================ + +Hey, I joined this event just for fun! We will see what I can do. :) + + +About your team +=========================== + +| kaan +|--- +| ![Kaan](https://pbs.twimg.com/profile_images/527042542894739456/LRaWFeyd.jpeg) | \ No newline at end of file diff --git a/Teams/Kolky/team.json b/Teams/Kolky/team.json new file mode 100644 index 0000000..e21c21c --- /dev/null +++ b/Teams/Kolky/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Kolky", + "members": [ + { + "name": "Kaan Kölköy", + "twitter": "kaanklky", + "koding": "kaanklky", + "location": "Çanakkale, TR" + } + ] +} From 653791c58290562953a7e4ec58236ba61fdec483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20K=C3=B6lk=C3=B6y?= Date: Wed, 26 Nov 2014 12:58:46 +0200 Subject: [PATCH 025/262] one member = lead ^=^ --- Teams/Kolky/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Kolky/team.json b/Teams/Kolky/team.json index e21c21c..98608e7 100644 --- a/Teams/Kolky/team.json +++ b/Teams/Kolky/team.json @@ -5,7 +5,8 @@ "name": "Kaan Kölköy", "twitter": "kaanklky", "koding": "kaanklky", - "location": "Çanakkale, TR" + "location": "Çanakkale, TR", + "lead": true } ] } From 5f7adea61964ec8ce465682df478eceb8f2a46b3 Mon Sep 17 00:00:00 2001 From: Mahfuzul Haque Date: Wed, 26 Nov 2014 17:06:40 +0600 Subject: [PATCH 026/262] team.json --- Teams/dozenhack | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/dozenhack diff --git a/Teams/dozenhack b/Teams/dozenhack new file mode 100644 index 0000000..c9e50e7 --- /dev/null +++ b/Teams/dozenhack @@ -0,0 +1,18 @@ +{ + "teamName": "DozenHack", + "members": [ + { + "name": "Mahfuzul Haque", + "twitter": "", + "koding": "dozenhack", + "location": "Dhaka, BD", + "lead": true + }, + { + "name": "Farhadur Rahim", + "twitter": "webmechanicx", + "koding": "frahim", + "location": "Rajshahi, BD" + } + ] +} From 5429097d7c6df0c5ab66fbebe1370426a717a651 Mon Sep 17 00:00:00 2001 From: vaidhyanathan Date: Wed, 26 Nov 2014 16:39:27 +0530 Subject: [PATCH 027/262] Added new Team named Trojan --- Teams/TROJAN/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/TROJAN/team.json | 13 +++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Teams/TROJAN/ABOUT.md create mode 100644 Teams/TROJAN/team.json diff --git a/Teams/TROJAN/ABOUT.md b/Teams/TROJAN/ABOUT.md new file mode 100644 index 0000000..1b52ec0 --- /dev/null +++ b/Teams/TROJAN/ABOUT.md @@ -0,0 +1,25 @@ +TROJAN +==== + +A single man team to change the way the world works + +About TROJAN +---------- + +| Vaidhyanathan Ananthakrishnan | +|------------------------------------| +| Picture Unavailable | + + + +Skills +------ +Programming languages (that may be used): + - C# + - asp.net + - HTML/CSS and JS + +Project +------- + +The goal of my project is to reduce the food being wasted by people by proving correct location information and other information so that needy can get the food from them . diff --git a/Teams/TROJAN/team.json b/Teams/TROJAN/team.json new file mode 100644 index 0000000..a4e2e5f --- /dev/null +++ b/Teams/TROJAN/team.json @@ -0,0 +1,13 @@ +{ + "teamName" : "TORJAN", + "members" : + [ + { + "name" : "Vaidhyanathan Ananthakrishnan", + "twitter" : "vaidhyanathan93", + "koding" : "vaidhyanathan", + "location" : "Chennai,IN", + "lead" : true + } + ] +} From 0cc09583d24ac980a8da7f3e702e69ea8f47f83f Mon Sep 17 00:00:00 2001 From: Jatin Khosla Date: Wed, 26 Nov 2014 16:43:28 +0530 Subject: [PATCH 028/262] 55by19Koders Team Details Added --- Teams/55by19Koders/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/55by19Koders/team.json diff --git a/Teams/55by19Koders/team.json b/Teams/55by19Koders/team.json new file mode 100644 index 0000000..5447e49 --- /dev/null +++ b/Teams/55by19Koders/team.json @@ -0,0 +1,18 @@ +{ +"teamName": "55by19Koders", +"members": [ +{ +"name": "Jatin Khosla", +"twitter": "jatinkhosla", +"koding": "jatinkhosla", +"location": "Mumbai,IN" +}, +{ +"name": "Shaikat Pramanik", +"twitter": "shaikat87", +"koding": "shaikatpramanik", +"location": "Mumbai, IN" +} + +] +} From df4da1814fb7adbff5c986f9a51121afa359a155 Mon Sep 17 00:00:00 2001 From: Azmath Shamrad Date: Wed, 26 Nov 2014 16:50:06 +0530 Subject: [PATCH 029/262] Team infor added --- Teams/lastFlop/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/lastFlop/team.json diff --git a/Teams/lastFlop/team.json b/Teams/lastFlop/team.json new file mode 100644 index 0000000..341adcb --- /dev/null +++ b/Teams/lastFlop/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "lastFlop", + "members": [ + { + "name": "Azmath Shamrad", + "twitter": "imsome1", + "koding": "imsome1", + "location": "Colombo, LK" + } + ] +} From 3b557b8290f56e90621e4f8a00c05404f6ca994d Mon Sep 17 00:00:00 2001 From: Azmath Shamrad Date: Wed, 26 Nov 2014 16:54:36 +0530 Subject: [PATCH 030/262] added ABOUT.md file --- Teams/lastFlop/ABOUT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Teams/lastFlop/ABOUT.md diff --git a/Teams/lastFlop/ABOUT.md b/Teams/lastFlop/ABOUT.md new file mode 100644 index 0000000..c3c8e55 --- /dev/null +++ b/Teams/lastFlop/ABOUT.md @@ -0,0 +1,7 @@ +#lstFlop +I am Azmath Shamrad from Colombo, Sri Lanka + +##Languages +- PHP +- HTML5 +- Javascript From 5887e5432168d96969fb8cba6d429a17f74c4c61 Mon Sep 17 00:00:00 2001 From: Karan Grover Date: Wed, 26 Nov 2014 16:56:30 +0530 Subject: [PATCH 031/262] Create team.json --- Teams/Tourist/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Tourist/team.json diff --git a/Teams/Tourist/team.json b/Teams/Tourist/team.json new file mode 100644 index 0000000..e1ea547 --- /dev/null +++ b/Teams/Tourist/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Tourist", + "members": [ + { + "name": "Karan Grover", + "twitter": "krngrvr09", + "koding": "krngrvr09", + "location": "New Delhi, IN" + } + ] +} From 7f362675af31f3cda5ac34642752923f7c564a85 Mon Sep 17 00:00:00 2001 From: Karan Grover Date: Wed, 26 Nov 2014 16:56:56 +0530 Subject: [PATCH 032/262] Create ABOUT.md --- Teams/Tourist/ABOUT.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Teams/Tourist/ABOUT.md diff --git a/Teams/Tourist/ABOUT.md b/Teams/Tourist/ABOUT.md new file mode 100644 index 0000000..f737627 --- /dev/null +++ b/Teams/Tourist/ABOUT.md @@ -0,0 +1 @@ +#Tourist From b36c0ef70768266b1db691d9d1646f06111b2ce4 Mon Sep 17 00:00:00 2001 From: Alex Hampu Date: Wed, 26 Nov 2014 13:32:14 +0200 Subject: [PATCH 033/262] Team members Added our team members. --- Teams/CheapyWay/team.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Teams/CheapyWay/team.json diff --git a/Teams/CheapyWay/team.json b/Teams/CheapyWay/team.json new file mode 100644 index 0000000..4b09014 --- /dev/null +++ b/Teams/CheapyWay/team.json @@ -0,0 +1,35 @@ +{ + "teamName": "CheapyWay", + "members": [ + { + "name": "Alex Hampu", + "twitter": "alexhampu", + "koding": "justalex10", + "location": "Sibiu, RO" + }, + { + "name": "Sabina Văcăroiu", + "twitter": "sabinavacaroiu", + "koding": "sabinavacaroiu", + "location": "Sibiu, RO" + }, + { + "name": "Tudor Văcăroiu", + "twitter": "-", + "koding": "tudorvacaroiu", + "location": "Sibiu, RO" + }, + { + "name": "Iulian Nistor", + "twitter": "-", + "koding": "iuliannistor", + "location": "Iași, RO" + }, + { + "name": "Cosmin Cruceanu", + "twitter": "-", + "koding": "cosmincruceanu", + "location": "Sibiu, RO" + } + ] +} From a86120184ff83839cac912ee18e30c4b7eeec397 Mon Sep 17 00:00:00 2001 From: Alex Hampu Date: Wed, 26 Nov 2014 13:33:57 +0200 Subject: [PATCH 034/262] About our team Created the file about our team. --- Teams/CheapyWay/ABOUT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/CheapyWay/ABOUT.md diff --git a/Teams/CheapyWay/ABOUT.md b/Teams/CheapyWay/ABOUT.md new file mode 100644 index 0000000..e9bc844 --- /dev/null +++ b/Teams/CheapyWay/ABOUT.md @@ -0,0 +1,10 @@ +# CheapyWay + +We are CheapyWay, a young and very active team of web developers. + +## Languages we'are going to use + + - HTML + - CSS (SCSS) + - JavaScript (jQuery) + - PHP From fd875a96ab192e80577eb535887ae183560fc8a2 Mon Sep 17 00:00:00 2001 From: Oleksiy Syvokon Date: Wed, 26 Nov 2014 13:38:24 +0200 Subject: [PATCH 035/262] add `enkoded` team --- Teams/enkoded/ABOUT.md | 16 ++++++++++++++++ Teams/enkoded/team.json | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/enkoded/ABOUT.md create mode 100644 Teams/enkoded/team.json diff --git a/Teams/enkoded/ABOUT.md b/Teams/enkoded/ABOUT.md new file mode 100644 index 0000000..27f7706 --- /dev/null +++ b/Teams/enkoded/ABOUT.md @@ -0,0 +1,16 @@ +About your team +=========================== + +| sergiy | oleksiy +|--- |--- +| ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) + +We are two fathers who want to teach their (and any other, really!) +children to code starting early childhood. + + +About your skills and what you are going to do? +======= + +One of us is a professional Java developer, other is pythonist, but at the +same time we both share love to functional programming. diff --git a/Teams/enkoded/team.json b/Teams/enkoded/team.json new file mode 100644 index 0000000..1e024ac --- /dev/null +++ b/Teams/enkoded/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "enkoded", + "members": [ + { + "name": "Oleksiy Syvokon", + "twitter": "", + "koding": "alexsivokon", + "location": "Kharkiv, UA", + "lead": true + }, + { + "name": "Sergey Podgurskiy", + "twitter": "", + "koding": "wulf", + "location": "Kharkiv, UA" + } + ] +} From b262b0e55188b1f37ba741199dc271840d1de84b Mon Sep 17 00:00:00 2001 From: Akrur Tambe Date: Wed, 26 Nov 2014 06:40:06 -0500 Subject: [PATCH 036/262] Added team information --- Teams/discoverakrur/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/discoverakrur/team.json diff --git a/Teams/discoverakrur/team.json b/Teams/discoverakrur/team.json new file mode 100644 index 0000000..3e2d4b9 --- /dev/null +++ b/Teams/discoverakrur/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "discoverakrur", + "members": [ + { + "name": "Akrur Tambe", + "twitter": "discoverakrur", + "koding": "discoverakrur", + "location": "Pune,IN" + } + ] +} From 473e52210fcff94caf009019aff536406d321c6b Mon Sep 17 00:00:00 2001 From: edoardoo Date: Wed, 26 Nov 2014 12:40:32 +0100 Subject: [PATCH 037/262] added hack lenotta team --- Teams/HackLenotta/ABOUT.md | 20 ++++++++++++++++++++ Teams/HackLenotta/team.json | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Teams/HackLenotta/ABOUT.md create mode 100644 Teams/HackLenotta/team.json diff --git a/Teams/HackLenotta/ABOUT.md b/Teams/HackLenotta/ABOUT.md new file mode 100644 index 0000000..19effd8 --- /dev/null +++ b/Teams/HackLenotta/ABOUT.md @@ -0,0 +1,20 @@ +This is our page +================ + +Hey Mate! Let me present you the super duper extra megantastic geekomatic **Hack Lenotta Team!** (Badum Cha!) + +About your team +=========================== + +| Edoardoo | Baldarn +|--- |--- |--- |--- +| ![Edoardoo](https://pbs.twimg.com/profile_images/378800000628549804/0fa3b62a9437d0d6271ffa893c59453c_400x400.png) | ![Baldarn](https://pbs.twimg.com/profile_images/378800000849480405/be5e58e35437e4ee5154010d0031e696_400x400.jpeg)| + +We are a two friends, **Edoardo Odorico (edoardoo)** and **Lorenzo Farnararo (baldarn)** from Florence, Italy. We studied both engineer. While we were studying we joined our University Open Source Software Lab, LILiK, where we developed our coding and unix skills, and some free software philosophy. +Together with other **LILiK** members we began to meet together at Edoardoo's house, in hacking sessions during the weekends. This is where we thought at first one of our success projects: turning lights on and off with an arduino, a raspberry, a pinch of javascript and a lot of hacking nights (usually with some wine, don't forget we're italian). Since we wanted to share our hard and funny work with the rest of the world, we've built a blog/tutorial about our hacking projects, hack.lenotta.com. We mainly hack on arduino, raspberry, antennas, HTML5, Javascript and CSS3. + + +About your skills and what you are going to do? +======= +We're skilled on both frontend and backend development. We'll probably use baaskets of javacript (perhaps for the server side too, why not?) and we would like to bleach the mess of EULA and TOS around, compress it, colour it and... you'll see (me heheheh)... + diff --git a/Teams/HackLenotta/team.json b/Teams/HackLenotta/team.json new file mode 100644 index 0000000..d5a3e53 --- /dev/null +++ b/Teams/HackLenotta/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Hack Lenotta", + "members": [ + { + "name": "Edoardo Odorico", + "twitter": "edoardoo", + "koding": "edoardoo", + "location": "Florence, IT" + }, + { + "name": "Lorenzo Farnararo", + "twitter": "baldarn", + "koding": "baldarn", + "location": "Florence, IT" + } + + ] +} \ No newline at end of file From e435a15559651b449ae4ecb63462bf7280fd8350 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:15:14 +0530 Subject: [PATCH 038/262] Create team.json --- Teams/Nilofer/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/Nilofer/team.json diff --git a/Teams/Nilofer/team.json b/Teams/Nilofer/team.json new file mode 100644 index 0000000..78119ee --- /dev/null +++ b/Teams/Nilofer/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Nilofer", + "members": [ + { + "name": "Amar Prabhu", + "twitter": "oligomath", + "koding": "amarprabhu", + "location": "Bangalore, IN" + }, + { + "name": "Dharmesh BA", + "twitter": "dharmeshba", + "koding": "dharmeshba", + "location": "Bangalore, IN" + }, + { + "name": "Pratik Mandrekar", + "twitter": "pmandrek", + "koding": "pmandrek", + "location": "Bangalore, IN" + } + ] +} From 5a85dc6cbe85ae4e39cb37c04dd483fe8359e8a8 Mon Sep 17 00:00:00 2001 From: Akrur Tambe Date: Wed, 26 Nov 2014 06:45:56 -0500 Subject: [PATCH 039/262] Added an about file --- Teams/discoverakrur/about.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/discoverakrur/about.md diff --git a/Teams/discoverakrur/about.md b/Teams/discoverakrur/about.md new file mode 100644 index 0000000..53d0b6e --- /dev/null +++ b/Teams/discoverakrur/about.md @@ -0,0 +1,11 @@ +#Team discoverakrur +Hi this is discoverakrur.. A Kool Koder.. + +## About me +-Akrur: I am Akrur , I am a code geek.I am huge opensource fan and loves Grails. + +## Languages I Like +-Groovy +-Javascript +-Java + From 20b6a2048b15d27a063a18a888d50b52914e9360 Mon Sep 17 00:00:00 2001 From: Eray Arslan Date: Wed, 26 Nov 2014 13:50:20 +0200 Subject: [PATCH 040/262] 8cookin Team Init --- Teams/8cookin/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/8cookin/team.json diff --git a/Teams/8cookin/team.json b/Teams/8cookin/team.json new file mode 100644 index 0000000..1543dca --- /dev/null +++ b/Teams/8cookin/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "8cookin", + "members": [ + { + "name": "Eray Arslan", + "twitter": "eryarslan", + "koding": "erayarslan", + "location": "Sakarya, TR", + "lead": true + } + ] +} From e5695bb7ec36f6afec35af900670c05bd232c69c Mon Sep 17 00:00:00 2001 From: Eray Arslan Date: Wed, 26 Nov 2014 13:53:56 +0200 Subject: [PATCH 041/262] omg file. --- Teams/8cookin/ABOUT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/8cookin/ABOUT.md diff --git a/Teams/8cookin/ABOUT.md b/Teams/8cookin/ABOUT.md new file mode 100644 index 0000000..dc7ad1c --- /dev/null +++ b/Teams/8cookin/ABOUT.md @@ -0,0 +1,13 @@ +8cookin +================ + +We are 8bit lovers! + +About Us +=========================== + +Just look at [8cook.in](http://8cook.in) + +Eray Arslan +=========================== +hard-core developer! Search in [google](https://www.google.com.tr/#q=eray+arslan) it. ;) From d8ce61417e954a7e5b1622943bca9b3ef6ba4399 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:24:20 +0530 Subject: [PATCH 042/262] Create ABOUT.md --- Teams/Nilofer/ABOUT.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Teams/Nilofer/ABOUT.md diff --git a/Teams/Nilofer/ABOUT.md b/Teams/Nilofer/ABOUT.md new file mode 100644 index 0000000..3cf50bf --- /dev/null +++ b/Teams/Nilofer/ABOUT.md @@ -0,0 +1,29 @@ +Nilofer +================ + +We are named after the storm, Nilofer. We are working on track 2 for the hackathon. Details to be posted later. + + +About your team +=========================== + +| amar | dharmesh | pratik +|--- |--- |--- |--- +| ![amar](https://pbs.twimg.com/profile_images/378800000082073549/ae5996bc745e3b1d774002eb337df175_400x400.jpeg) | ![Dharmesh](https://pbs.twimg.com/profile_images/1833734117/430652_10150553227823363_804813362_8779268_2007078582_n__1__400x400.jpeg) | ![Pratik](https://pbs.twimg.com/profile_images/2655174063/4300addfd96a9bbacf84c2716ba621bf_400x400.png) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= + +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + From 5d211a4b356f1caeb7037258c2dd9b93e598c4d8 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:29:02 +0530 Subject: [PATCH 043/262] Update team.json --- Teams/Nilofer/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Teams/Nilofer/team.json b/Teams/Nilofer/team.json index 78119ee..765c9d2 100644 --- a/Teams/Nilofer/team.json +++ b/Teams/Nilofer/team.json @@ -1,6 +1,12 @@ { "teamName": "Nilofer", "members": [ + { + "name": "Ajeeth Kumar", + "twitter": "OUT_OF_MEM", + "koding": "ajeet2511", + "location": "Bangalore, IN" + }, { "name": "Amar Prabhu", "twitter": "oligomath", @@ -18,6 +24,12 @@ "twitter": "pmandrek", "koding": "pmandrek", "location": "Bangalore, IN" + }, + { + "name": "Ritesh Ranjan", + "twitter": "riteshr24", + "koding": "riteshr.designs", + "location": "Bangalore, IN" } ] } From 1bccc3cc3050bc6d107d65b1d91dcfa6f9e199a4 Mon Sep 17 00:00:00 2001 From: Vitalijs Litvinovs Date: Wed, 26 Nov 2014 14:03:23 +0200 Subject: [PATCH 044/262] Create team.json --- Teams/TPro/team.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Teams/TPro/team.json diff --git a/Teams/TPro/team.json b/Teams/TPro/team.json new file mode 100644 index 0000000..db7b04f --- /dev/null +++ b/Teams/TPro/team.json @@ -0,0 +1,35 @@ +{ + "teamName": "TPro", + "members": [ + { + "name": "Vitalijs Litvinovs", + "twitter": "groovetool", + "koding": "ulow", + "location": "Riga, LV", + "lead": true + }, + { + "name": "Dmitry Morozov", + "koding": "dm1tpro1lv", + "location": "Riga, LV", + "lead": true + }, + { + "name": "Sergey Kibiss", + "twitter": "s_kibish", + "koding": "skibish", + "location": "Riga, LV" + }, + { + "name": "Dmitry Bogachkin", + "koding": "dmitrybog", + "location": "Riga, LV" + }, + { + "name": "Raitis Ozols", + "twitter": "Raitix", + "koding": "raioz", + "location": "Riga, LV" + } + ] +} From 4ad5852c3d8641c4d1bdf5b52d342c2c28fb84c9 Mon Sep 17 00:00:00 2001 From: cagdasoztekin Date: Wed, 26 Nov 2014 14:07:36 +0200 Subject: [PATCH 045/262] asd --- Teams/AOC/ajsh.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Teams/AOC/ajsh.md diff --git a/Teams/AOC/ajsh.md b/Teams/AOC/ajsh.md new file mode 100644 index 0000000..e69de29 From 87475eda6c04da55f3b01f4759b1ebb541d69391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fda=C5=9F=20=C3=96ztekin?= Date: Wed, 26 Nov 2014 14:10:10 +0200 Subject: [PATCH 046/262] Create team.json --- Teams/AOC/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/AOC/team.json diff --git a/Teams/AOC/team.json b/Teams/AOC/team.json new file mode 100644 index 0000000..a4db686 --- /dev/null +++ b/Teams/AOC/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "AOC", + "members": [ + { + "name": "cagdas", + "twitter": "dunkucoder", + "koding": "drunkcoder", + "location": "ankara, tr", + "lead": true" + }, + { + "name": "oguz bilginer", + "twitter": "oguzbilgener", + "koding": "oguzbilgener", + "location": "ankara, tr" + }, + { + "name": "ata kilicli", + "twitter": "ataalik", + "koding": "ataalik", + "location": "ankara, tr" + } + ] +} From 91dd66b8bd0ee1a8c96c2c1f23571170e31a7533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fda=C5=9F=20=C3=96ztekin?= Date: Wed, 26 Nov 2014 14:17:02 +0200 Subject: [PATCH 047/262] Delete ajsh.md --- Teams/AOC/ajsh.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Teams/AOC/ajsh.md diff --git a/Teams/AOC/ajsh.md b/Teams/AOC/ajsh.md deleted file mode 100644 index e69de29..0000000 From dc0e1558e256caeb89982da98ef4cfae34a1203b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fda=C5=9F=20=C3=96ztekin?= Date: Wed, 26 Nov 2014 14:17:20 +0200 Subject: [PATCH 048/262] Create ABOUT.md --- Teams/AOC/ABOUT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Teams/AOC/ABOUT.md diff --git a/Teams/AOC/ABOUT.md b/Teams/AOC/ABOUT.md new file mode 100644 index 0000000..641a1d2 --- /dev/null +++ b/Teams/AOC/ABOUT.md @@ -0,0 +1,25 @@ +AOÇ HERE! +================ + +we hail from ankara 3 university undergraduates + + +About us +=========================== + +| ben | ata | oguz +|--- |--- |--- +| ![ben](http://i.imgur.com/puc0MFW.png) | ![atacim](http://i.imgur.com/8upi3Dp.png) | ![oguz](http://i.imgur.com/6UK8sRj.png) + +we don't have time to join, we have a physics midterm on saturday and a never-ending history project that haunts us +and I suspect it will break the bonds of our friendships. so that's why we decided to join. + +we all have it in our hearts to program something. we've all been this way when we met at the ORPHANAGE in Ankara, +we all studied very hard, putting aside coding, to go to university and just as when we were thinking we'll be having +a good time, we are doomed to do homework and all. + + +we are incredibly skillful young fellows. +======= +we're into applications. + From 67d449ae2cc1225266ff04be1293dfa06b9d7ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fda=C5=9F=20=C3=96ztekin?= Date: Wed, 26 Nov 2014 14:17:46 +0200 Subject: [PATCH 049/262] Update ABOUT.md --- Teams/AOC/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AOC/ABOUT.md b/Teams/AOC/ABOUT.md index 641a1d2..6d379a7 100644 --- a/Teams/AOC/ABOUT.md +++ b/Teams/AOC/ABOUT.md @@ -7,7 +7,7 @@ we hail from ankara 3 university undergraduates About us =========================== -| ben | ata | oguz +| cagdas | ata | oguz |--- |--- |--- | ![ben](http://i.imgur.com/puc0MFW.png) | ![atacim](http://i.imgur.com/8upi3Dp.png) | ![oguz](http://i.imgur.com/6UK8sRj.png) From 96e51813a903bc8f98ca822f304cd4c65692dd1f Mon Sep 17 00:00:00 2001 From: Aleksandr Tuchkov Date: Wed, 26 Nov 2014 15:22:57 +0300 Subject: [PATCH 050/262] Joof team added --- Teams/Joof/ABOUT.md | 11 +++++++++++ Teams/Joof/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Teams/Joof/ABOUT.md create mode 100644 Teams/Joof/team.json diff --git a/Teams/Joof/ABOUT.md b/Teams/Joof/ABOUT.md new file mode 100644 index 0000000..d90a323 --- /dev/null +++ b/Teams/Joof/ABOUT.md @@ -0,0 +1,11 @@ +# Joof + +Awesome team having a damn royal experience in hardware, software, anywhere. + +We have skills to design, to code and to make anything looks pretty good. + +### Skills + +Have you seen a combination of Raspberry Pi, Arduino and lathe? We did it! Have you seen a backend for it? Oh, it's interesting. May be mobile app for it? Or just remote controled robot? + +So, we develop backend systems, frontend and mobile apps. It seems to be a full-stack. diff --git a/Teams/Joof/team.json b/Teams/Joof/team.json new file mode 100644 index 0000000..b38aa36 --- /dev/null +++ b/Teams/Joof/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Joof", + "members": [ + { + "name": "Aleksandr Tuchkov", + "twitter": "tucher_one", + "koding": "tucher", + "location": "Moscow, RU", + "lead": true + }, + { + "name": "Artem Pakhomov", + "twitter": "a_pahomov", + "koding": "gorblnu4", + "location": "Moscow, RU" + }, + { + "name": "Marat Saytakov", + "twitter": "m4rr", + "koding": "m4rr", + "location": "Moscow, RU" + } + ] +} \ No newline at end of file From f4e87f19aeaa68bcb205988e94159ffc764b820e Mon Sep 17 00:00:00 2001 From: idursun Date: Wed, 26 Nov 2014 14:27:51 +0200 Subject: [PATCH 051/262] add team Thor --- Teams/Thor/ABOUT.md | 15 +++++++++++++++ Teams/Thor/team.json | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Teams/Thor/ABOUT.md create mode 100644 Teams/Thor/team.json diff --git a/Teams/Thor/ABOUT.md b/Teams/Thor/ABOUT.md new file mode 100644 index 0000000..3b208b5 --- /dev/null +++ b/Teams/Thor/ABOUT.md @@ -0,0 +1,15 @@ +Thor +================ + +Hello, this is the 'Thor' team + +About your team +=========================== + +My name is ibrahim dursun, currently based in Istanbul. + + +About your skills and what you are going to do? +======= + +Java, Scala, CSS/HTML + JavaScript, AngularJS, C# diff --git a/Teams/Thor/team.json b/Teams/Thor/team.json new file mode 100644 index 0000000..f680e9b --- /dev/null +++ b/Teams/Thor/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Thor", + "members": [ + { + "name": "ibrahim dursun", + "twitter": "idursun", + "koding": "idursun", + "location": "Istanbul, TR" + } + ] +} From 8e9e11a78faf4a6b406bacd872756a41deea37cd Mon Sep 17 00:00:00 2001 From: sidlejinks Date: Wed, 26 Nov 2014 14:29:42 +0200 Subject: [PATCH 052/262] Added new team --- Teams/Sidlejinks/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Sidlejinks/team.json diff --git a/Teams/Sidlejinks/team.json b/Teams/Sidlejinks/team.json new file mode 100644 index 0000000..9106449 --- /dev/null +++ b/Teams/Sidlejinks/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Sidlejinks", + "members": [ + { + "name": "Dmytro Torianik", + "twitter": "DmitryToryanik", + "koding": "sidlejinks", + "location": "Kharkiv, UA" + } + ] +} From 9bbeb853c9a73a4bcf3b1026582f6424dfc400f3 Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 14:34:09 +0200 Subject: [PATCH 053/262] Initial team info --- Teams/Coddee-Break/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/Coddee-Break/team.json diff --git a/Teams/Coddee-Break/team.json b/Teams/Coddee-Break/team.json new file mode 100644 index 0000000..4a94901 --- /dev/null +++ b/Teams/Coddee-Break/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Coddee Break", + "members": [ + { + "name": "Kuzma Kudim", + "twitter": "kuzmaka", + "koding": "kuzmaka", + "location": "Kiev, UA", + "lead": true + }, + { + "name": "Vadim Sahno", + "koding": "prineside", + "location": "Kiev, UA" + } + ] +} From e4402f6163eaf87b4610dca452b00f20245c0f68 Mon Sep 17 00:00:00 2001 From: sidlejinks Date: Wed, 26 Nov 2014 14:34:15 +0200 Subject: [PATCH 054/262] Added Sidlejinks team about info --- Teams/Sidlejinks/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Teams/Sidlejinks/ABOUT.md diff --git a/Teams/Sidlejinks/ABOUT.md b/Teams/Sidlejinks/ABOUT.md new file mode 100644 index 0000000..b430773 --- /dev/null +++ b/Teams/Sidlejinks/ABOUT.md @@ -0,0 +1,6 @@ +# Sidlejinks team + +My name is Dmytro Torianik and my team is called Sidlejinks. I'm passionate about both backend and frontend development. +Had and experience with Java SE/EE as well as HTML5/CSS3. Also interested in Ruby (on Rails). + +Good luck! From 343177195dc55bd46722a2342051b5c91c6e8f59 Mon Sep 17 00:00:00 2001 From: sidlejinks Date: Wed, 26 Nov 2014 14:36:40 +0200 Subject: [PATCH 055/262] Minor changes to about info --- Teams/Sidlejinks/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Sidlejinks/ABOUT.md b/Teams/Sidlejinks/ABOUT.md index b430773..60d742e 100644 --- a/Teams/Sidlejinks/ABOUT.md +++ b/Teams/Sidlejinks/ABOUT.md @@ -1,6 +1,6 @@ # Sidlejinks team My name is Dmytro Torianik and my team is called Sidlejinks. I'm passionate about both backend and frontend development. -Had and experience with Java SE/EE as well as HTML5/CSS3. Also interested in Ruby (on Rails). +Had and experience with Java SE/EE as well as HTML5/CSS3 as well as core JavaScript. Also interested in Ruby (on Rails). Good luck! From 591f8f788c309f596df4cd7fe89e100bd58517c0 Mon Sep 17 00:00:00 2001 From: Vitalijs Litvinovs Date: Wed, 26 Nov 2014 14:41:25 +0200 Subject: [PATCH 056/262] Create ABOUT.md --- Teams/TPro/ABOUT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Teams/TPro/ABOUT.md diff --git a/Teams/TPro/ABOUT.md b/Teams/TPro/ABOUT.md new file mode 100644 index 0000000..e5ccc4c --- /dev/null +++ b/Teams/TPro/ABOUT.md @@ -0,0 +1,26 @@ +Transact Pro covered TPro team +============================== +Our team is located in Riga (Latvia). All 48 hours of hackathon we will spend in our company office. + + +About us +======== +| Vitalijs Litvinovs | Dmitry Morozov | Sergey Kibiss | Dmitry Bogachkin | Raitis Ozols | +| --- | --- | --- | --- | --- | +| ![Vitalijs Litvinovs](https://media.licdn.com/mpr/mpr/shrink_200_200/p/5/000/215/3d0/26b43af.jpg) | ![Dmitry Morozov](https://media.licdn.com/media/p/1/000/194/300/13401dc.jpg) | ![Sergey Kibiss](https://avatars0.githubusercontent.com/u/5479211?v=3&s=460) | ![Dmitry Bogachkin](http://s013.radikal.ru/i325/1411/6a/703f8b45e1df.jpg) | ![Raitis Ozols](http://cs409427.vk.me/v409427685/4f59/i3X8br8oz9c.jpg) | + +On the very first sight we are ordinary team with team lead and coders. On the other hand each of us is "The One". +We are personalities with high ambitions, self-motivation and professional background. + +We are participating in Hackathon to prove ourselves, get great non-stop-Koding experience and to get fun (Koding is funny, isn't it?). + + +"Wazzap" +======= +Like most of checked-in teams we are "still brainstormin". We are going to use up-to-date technologies. +At this moment, seems that we will use PHP/node.js + MySQL/Mongo (maybe hybrid), Angular.js, DataDog API, nginx for server and some of provided APIs (we are not sure yet). + + +Best wishes +=========== +We are wishing all the luck to all participients (ofcourse we have it already taken). Let the Koding begin! :) From b5a754a6fce3f67506b9b3c2e1bf5f871cb89dc5 Mon Sep 17 00:00:00 2001 From: Jose Luis Gonzalez Date: Wed, 26 Nov 2014 09:55:16 -0300 Subject: [PATCH 057/262] Added team information --- Teams/Aina/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Aina/team.json diff --git a/Teams/Aina/team.json b/Teams/Aina/team.json new file mode 100644 index 0000000..cb3dcf5 --- /dev/null +++ b/Teams/Aina/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Team Aina", + "members": [ + { + "name": "Jose Luis Gonzalez", + "twitter": "arkangelkruel", + "koding": "arkangelkruel", + "location": "Santiago, CL" + "lead" : true + } + ] +} From f5db628235bad7aed94a6050f88c388e08a4e150 Mon Sep 17 00:00:00 2001 From: Md Nasimuzzaman Date: Wed, 26 Nov 2014 18:57:44 +0600 Subject: [PATCH 058/262] Added Team Information --- Teams/kajalpasha/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/kajalpasha/team.json diff --git a/Teams/kajalpasha/team.json b/Teams/kajalpasha/team.json new file mode 100644 index 0000000..acea1b1 --- /dev/null +++ b/Teams/kajalpasha/team.json @@ -0,0 +1,11 @@ +{ +"teamName": "Team Koders", +"members": [ +{ +"name": "Md Nasimuzzaman", +"twitter": "kajalpasha", +"koding": "kajalpasha", +"location": "Pabna, BD" +} +] +} From 45b646cd85d8b31c581c86cd2e1590079b38c10e Mon Sep 17 00:00:00 2001 From: Mukesh Yadav Date: Wed, 26 Nov 2014 18:28:07 +0530 Subject: [PATCH 059/262] Create team.json --- Teams/itzteam/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/itzteam/team.json diff --git a/Teams/itzteam/team.json b/Teams/itzteam/team.json new file mode 100644 index 0000000..337e7da --- /dev/null +++ b/Teams/itzteam/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Itzteam", + "members": [ + { + "name": "Mukesh Yadav", + "twitter": "itzmukeshy7", + "koding": "itzmukeshy7", + "location": "Jaipur, In" + } + ] +} From 6caa85b647efd54342ece9950c6df1b5f4d1e1c2 Mon Sep 17 00:00:00 2001 From: Mukesh Yadav Date: Wed, 26 Nov 2014 18:29:55 +0530 Subject: [PATCH 060/262] Create ABOUT.md --- Teams/itzteam/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/itzteam/ABOUT.md diff --git a/Teams/itzteam/ABOUT.md b/Teams/itzteam/ABOUT.md new file mode 100644 index 0000000..f5becac --- /dev/null +++ b/Teams/itzteam/ABOUT.md @@ -0,0 +1,14 @@ +About Itzteam +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + +Itzteam members +=========================== + +| Itzmukesh +|--- +| ![Mukesh](https://pbs.twimg.com/profile_images/489266515271643136/skskMIOE_400x400.jpeg) + +=========================== From f390ca934973fa0b3297554f0d971b7c90366700 Mon Sep 17 00:00:00 2001 From: Mukesh Yadav Date: Wed, 26 Nov 2014 18:30:52 +0530 Subject: [PATCH 061/262] Update ABOUT.md --- Teams/itzteam/ABOUT.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Teams/itzteam/ABOUT.md b/Teams/itzteam/ABOUT.md index f5becac..6813ae9 100644 --- a/Teams/itzteam/ABOUT.md +++ b/Teams/itzteam/ABOUT.md @@ -1,9 +1,5 @@ About Itzteam ================ - -We are the Koding team, so we are not really participating. But this page is here -to give you an idea about your own page. - Itzteam members =========================== From fc1a13fd89f6a2f1048ba8b30163b354e22d8f42 Mon Sep 17 00:00:00 2001 From: Jatin Khosla Date: Wed, 26 Nov 2014 18:31:35 +0530 Subject: [PATCH 062/262] 55by19Koders Team About Added --- Teams/55by19Koders/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/55by19Koders/ABOUT.md diff --git a/Teams/55by19Koders/ABOUT.md b/Teams/55by19Koders/ABOUT.md new file mode 100644 index 0000000..bda8399 --- /dev/null +++ b/Teams/55by19Koders/ABOUT.md @@ -0,0 +1,18 @@ + + +55by19Koders + +We are programmers working on our day jobs writing software,web apps, scripts,android apps et al. But there is something about +writing code that you really want to write, stuff that you try and build ( stuff that you dream off) in your free time. +This is what we would like to do, doing it in a time constraint environment, so as to have a minimum viable solution working +in quick time. + +What are we going to do? + +Theme: Problems facing our planet, explained using interactive data visualization. We love data and how to visualise it, we live in a world +where increasingly we are collecting data for various purposes, right from selling adverts to doing health research. This hack weekend +gives us a great opportunity to play with various APIs and build something useful off them. + +Why are we participating? + +This is our first hackathon per see. We just want to have a blast trying to do stuff , that we really would like to do. Period! From d47b65b2fed781f779b23d936eff11e522b52c2f Mon Sep 17 00:00:00 2001 From: Vitalijs Litvinovs Date: Wed, 26 Nov 2014 15:02:02 +0200 Subject: [PATCH 063/262] Update ABOUT.md --- Teams/TPro/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/TPro/ABOUT.md b/Teams/TPro/ABOUT.md index e5ccc4c..9c128e4 100644 --- a/Teams/TPro/ABOUT.md +++ b/Teams/TPro/ABOUT.md @@ -5,9 +5,9 @@ Our team is located in Riga (Latvia). All 48 hours of hackathon we will spend in About us ======== -| Vitalijs Litvinovs | Dmitry Morozov | Sergey Kibiss | Dmitry Bogachkin | Raitis Ozols | +| Vitalijs Litvinovs | Dmitry Morozov | Sergey Kibish | Dmitry Bogachkin | Raitis Ozols | | --- | --- | --- | --- | --- | -| ![Vitalijs Litvinovs](https://media.licdn.com/mpr/mpr/shrink_200_200/p/5/000/215/3d0/26b43af.jpg) | ![Dmitry Morozov](https://media.licdn.com/media/p/1/000/194/300/13401dc.jpg) | ![Sergey Kibiss](https://avatars0.githubusercontent.com/u/5479211?v=3&s=460) | ![Dmitry Bogachkin](http://s013.radikal.ru/i325/1411/6a/703f8b45e1df.jpg) | ![Raitis Ozols](http://cs409427.vk.me/v409427685/4f59/i3X8br8oz9c.jpg) | +| ![Vitalijs Litvinovs](https://media.licdn.com/mpr/mpr/shrink_200_200/p/5/000/215/3d0/26b43af.jpg) | ![Dmitry Morozov](https://media.licdn.com/media/p/1/000/194/300/13401dc.jpg) | ![Sergey Kibish](https://avatars0.githubusercontent.com/u/5479211?v=3&s=460) | ![Dmitry Bogachkin](http://s013.radikal.ru/i325/1411/6a/703f8b45e1df.jpg) | ![Raitis Ozols](http://cs409427.vk.me/v409427685/4f59/i3X8br8oz9c.jpg) | On the very first sight we are ordinary team with team lead and coders. On the other hand each of us is "The One". We are personalities with high ambitions, self-motivation and professional background. From a39b9b61d3dd2dc9cac1f044119bd8866bb606ee Mon Sep 17 00:00:00 2001 From: Vitalijs Litvinovs Date: Wed, 26 Nov 2014 15:02:13 +0200 Subject: [PATCH 064/262] Update team.json --- Teams/TPro/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TPro/team.json b/Teams/TPro/team.json index db7b04f..14e0572 100644 --- a/Teams/TPro/team.json +++ b/Teams/TPro/team.json @@ -15,7 +15,7 @@ "lead": true }, { - "name": "Sergey Kibiss", + "name": "Sergey Kibish", "twitter": "s_kibish", "koding": "skibish", "location": "Riga, LV" From 7844be4f3981b752b0257d0225a62c6c7b8c612f Mon Sep 17 00:00:00 2001 From: Jatin Khosla Date: Wed, 26 Nov 2014 18:32:27 +0530 Subject: [PATCH 065/262] Update team.json --- Teams/55by19Koders/team.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/55by19Koders/team.json b/Teams/55by19Koders/team.json index 5447e49..66d8316 100644 --- a/Teams/55by19Koders/team.json +++ b/Teams/55by19Koders/team.json @@ -14,5 +14,6 @@ "location": "Mumbai, IN" } + ] } From ed82f8e97c1360311d49370c93d00ef105e33a48 Mon Sep 17 00:00:00 2001 From: Md Nasimuzzaman Date: Wed, 26 Nov 2014 19:04:32 +0600 Subject: [PATCH 066/262] Added an About file --- Teams/kajalpasha/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/kajalpasha/ABOUT.md diff --git a/Teams/kajalpasha/ABOUT.md b/Teams/kajalpasha/ABOUT.md new file mode 100644 index 0000000..e69a94a --- /dev/null +++ b/Teams/kajalpasha/ABOUT.md @@ -0,0 +1,14 @@ +# Team Kajalpasha + +This is Kajal Pasha, try to think differently. + +## About Me + +I'm an individual freelancer. I love challenging problems. I'm a good bug fixer too. + +## Languages I love + +- C +- PL SQL +- PHP +- js From 044db23806794d159eb7071cb0d30714cc994f6b Mon Sep 17 00:00:00 2001 From: Jose Luis Gonzalez Date: Wed, 26 Nov 2014 10:11:56 -0300 Subject: [PATCH 067/262] Added ABOUT team file --- Teams/Aina/ABOUT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Aina/ABOUT.md diff --git a/Teams/Aina/ABOUT.md b/Teams/Aina/ABOUT.md new file mode 100644 index 0000000..0e8116d --- /dev/null +++ b/Teams/Aina/ABOUT.md @@ -0,0 +1,30 @@ +About A.I.N.A. +=========================== +![Aina](http://img3.wikia.nocookie.net/__cb20070710142716/dothack/images/6/62/Returner_Ina.jpg) + +The AINA team decided to join in this hackathon to solve world problems with A.I. (Artificial Inteligence), +using PHP Language as it core. Team name is based on .hack// anime series where an entity called Aura +controls the digital world and mantain balance with her autolearning programmed interface + +We wish to win to support more A.I. projects in PHP + +Anyone who wish to join this team, can talk to @Arkangelkruel in twitter or koding + + +Acerca de A.I.N.A. +================== +El team AINA decidió ingresar a esta hackathon para resolver los problemas del mundo con I.A. (Inteligencia Artificial), +utilizando PHP como su lenguaje principal. El nombre del team esta basado en la serie de anime .hack// donde +una entidad llamada Aura controla el mundo digital manteniendo el balance con su interface de programación de autoaprendizaje + +Deseamos ganar para dar soporte a mas proyectos de I.A. en PHP + +Cualquiera que desee unirse al team, puede buscarme por twitter o koding en @Arkangelkruel + + +Languages-Lenguages +=================== +- PHP +- Jquery +- JqueryMobile +- PHP MVC Frameworks From 594554e33631cbbf0b97263618671beb167829e7 Mon Sep 17 00:00:00 2001 From: anestos Date: Wed, 26 Nov 2014 14:13:25 +0100 Subject: [PATCH 068/262] added team.json file --- Teams/DIS/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/DIS/team.json diff --git a/Teams/DIS/team.json b/Teams/DIS/team.json new file mode 100644 index 0000000..7561c58 --- /dev/null +++ b/Teams/DIS/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "DIS", + "members": [ + { + "name": "Anestos Nikolaos-Ektoras", + "twitter": "NickAnestos", + "koding": "anestos", + "location": "Stockholm, SE", + "lead": true + }, + { + "name": "Antonios Kouzoupis", + "twitter": "alafroiskiotos", + "koding": "kouzan", + "location": "Stockholm, SE" + }, + { + "name": "Lorenzo Corneo", + "twitter": "", + "koding": "lorenzocorneo", + "location": "Stockholm, SE" + }, + { + "name": "Vasilis Giannokostas", + "twitter": "", + "koding": "giannoko", + "location": "Stockholm, SE" + } + ] +} From 54412b917b2fe31958017c7433da68546246a8f9 Mon Sep 17 00:00:00 2001 From: Marcos Date: Wed, 26 Nov 2014 10:14:10 -0300 Subject: [PATCH 069/262] Added team information --- Teams/grayMatter/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/grayMatter/team.json diff --git a/Teams/grayMatter/team.json b/Teams/grayMatter/team.json new file mode 100644 index 0000000..21d4905 --- /dev/null +++ b/Teams/grayMatter/team.json @@ -0,0 +1,18 @@ +{ + "teamname": "grayMatter", + "members":[ + { + "name":"Marcos Godoy", + "twitter":"mUcHG0Di", + "koding":"mUcHG0Di", + "location":"Asunción, PY", + "lead":true + }, + { + "name":"Renato Estigarribia", + "twitter":"dkalest", + "koding":"dkalest", + "location":"Asunción, PY" + } + ] +} From ac6f3920eb137c594de59a4b81eece8530042bec Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 15:25:28 +0200 Subject: [PATCH 070/262] Initial about --- Teams/Coddee-Break/ABOUT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Coddee-Break/ABOUT.md diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md new file mode 100644 index 0000000..bef02b3 --- /dev/null +++ b/Teams/Coddee-Break/ABOUT.md @@ -0,0 +1,12 @@ +# Coddee Break Team + +We are Kuzma and Vadim, we like both hacking and games, and we believe it's sometimes the same thing! + +## About us + +* Kuzma: being mostly PHP back end web developer recent years, I have experience in a variety of languages starting from low-level assemblers to exotic Prolog +* Vadim: third year university student, full-stack PHP+HTML+CSS+JS web developer and passionate gamer + +## Our goals + +We love to create and we want to show anybody it can be pleasure to build your own program. Who likes boring lessons? Who likes lessons at all? Let's play and then you realise you can do much more and it's fun! From 1d7ac32624edc45de4ebc73dd53526157179b1fa Mon Sep 17 00:00:00 2001 From: Karim Ahmed Date: Wed, 26 Nov 2014 15:26:27 +0200 Subject: [PATCH 071/262] Added team information --- Teams/WeByte/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/WeByte/team.json diff --git a/Teams/WeByte/team.json b/Teams/WeByte/team.json new file mode 100644 index 0000000..7461d0a --- /dev/null +++ b/Teams/WeByte/team.json @@ -0,0 +1,36 @@ +{ +"teamName": "We Byte", +"members": [ +{ +"name": "Karim Ahmed", +"twitter": "K_arimAhmed", +"koding": "parabelle", +"location": "Cairo, EG" +"lead": true +}, +{ +"name": "Abdulaziz Alaa", +"twitter": "AbdulazizAlaa", +"koding": "abdulazizalaa", +"location": "Cairo, EG" +}, +{ +"name": "Ali Salem", +"twitter": "Gripppp", +"koding": "grip", +"location": "Cairo, EG", +}, +{ +"name": "Omar Essam", +"twitter": "Omarito2412", +"koding": "omarito", +"location": "Cairo, EG" +}, +{ +"name": "Ahmed ALaa", +"twitter": "ahmedalaamohamd", +"koding": "ahmedalaa3307023", +"location": "Cairo, EG" +} +] +} From f839b32e57f39aaaf12c26750fb013b60b0e560f Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 15:29:29 +0200 Subject: [PATCH 072/262] spelling --- Teams/Coddee-Break/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md index bef02b3..ccb61e4 100644 --- a/Teams/Coddee-Break/ABOUT.md +++ b/Teams/Coddee-Break/ABOUT.md @@ -9,4 +9,4 @@ We are Kuzma and Vadim, we like both hacking and games, and we believe it's some ## Our goals -We love to create and we want to show anybody it can be pleasure to build your own program. Who likes boring lessons? Who likes lessons at all? Let's play and then you realise you can do much more and it's fun! +We love creativity and we want to show anybody it can be pleasure to build your own program. Who likes boring lessons? Who likes lessons at all? Let's play and then you realise you can do much more and it's fun! From 53718d317995fc8ef539ad345ce05cbb14faba89 Mon Sep 17 00:00:00 2001 From: anestos Date: Wed, 26 Nov 2014 14:31:38 +0100 Subject: [PATCH 073/262] Create ABOUT.md --- Teams/DIS/ABOUT.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Teams/DIS/ABOUT.md diff --git a/Teams/DIS/ABOUT.md b/Teams/DIS/ABOUT.md new file mode 100644 index 0000000..39b48ad --- /dev/null +++ b/Teams/DIS/ABOUT.md @@ -0,0 +1,28 @@ +Team DIS +================ + +We are a group of Students at KTH, 3 of as are from Greece and one from Italy. +We believe this Hackathlon will be a great opportunity to put our skills in a test and create something awesome! + +About your team +=========================== + +| Nick | Antonis | Lorenco | Vasilis +|--- |--- |--- |--- +| ![Nick](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c26.0.160.160/p160x160/39317_415532674526_43579_n.jpg?oh=81affb54cf281d167e719aa4e1c01f44&oe=54D2C7D1&__gda__=1426775903_1bff30934e77812ad54f0ac90dce4aa1) | ![Antonis](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/c0.0.160.160/p160x160/936668_10203743325077113_817576751436621014_n.jpg?oh=c6018177181d75d0ec5dcc4b3484c582&oe=5505BD15&__gda__=1423499606_7de224a0ac95188deac344aa98288ece) | ![Lorenco](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/v/t1.0-1/c0.45.160.160/p160x160/10339765_10152527984971902_8661782631266295419_n.jpg?oh=4ce56223306aa75f9030aeadfa101cdf&oe=55110D4E&__gda__=1427476075_37fde06a2523da119f49d5e4b96ca943) | ![Vasilis](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/c0.5.160.160/p160x160/58285_437539828146_684634_n.jpg?oh=a6b94a92f5c17c2e0939f5fdd7932582&oe=5505ADF4&__gda__=1428177281_cd0b3f79491f752b68ae227e8cb080e7) | + +We saw a post about this competition on facebook. We discuss it and everyrone was excited that we will be able to we challenge ourselves and find out what we can do together. + +About your skills and what you are going to do? +======= +All of us have some work experience where we used different tools and we will combine them for this project. + +We are thinking about doing something relevant to the real time communication/translation theme but nothing is decided yet. + + +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + From 183f5ceb73e6ccc46a6329edade854adb128d4a9 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 26 Nov 2014 05:32:45 -0800 Subject: [PATCH 074/262] Create Team.json --- Teams/DevPro/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/DevPro/team.json diff --git a/Teams/DevPro/team.json b/Teams/DevPro/team.json new file mode 100644 index 0000000..7ca5462 --- /dev/null +++ b/Teams/DevPro/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "DevPro", + "members": [ + { + "name": "Saiful Islam", + "twitter": "saifulapm", + "koding": "saifulapm", + "location": "Rajshahi, BD" + } + ] +} From dd8c2aff9573959c209c826b5d127a8d5da3b932 Mon Sep 17 00:00:00 2001 From: Ilya Medvedev Date: Wed, 26 Nov 2014 18:33:18 +0500 Subject: [PATCH 075/262] Added team information --- Teams/Twentyseven/team.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/Twentyseven/team.json diff --git a/Teams/Twentyseven/team.json b/Teams/Twentyseven/team.json new file mode 100644 index 0000000..cc2d935 --- /dev/null +++ b/Teams/Twentyseven/team.json @@ -0,0 +1,14 @@ +{ + "teamName": "Twentyseven", + "members": [{ + "name": "Medvedev Ilya", + "twitter": "iam_medvedev", + "koding": "iam-medvedev", + "location": "Barnaul, RU" + }, { + "name": "Kovalev Andrey", + "twitter": "hi_kovalev", + "koding": "kovalev", + "location": "Barnaul, RU" + }] +} From c8923a6c0943bbec271f418e250840db5fc53e00 Mon Sep 17 00:00:00 2001 From: Karim Ahmed Date: Wed, 26 Nov 2014 15:33:19 +0200 Subject: [PATCH 076/262] Added about file --- Teams/WeByte/ABOUT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Teams/WeByte/ABOUT.md diff --git a/Teams/WeByte/ABOUT.md b/Teams/WeByte/ABOUT.md new file mode 100644 index 0000000..7e9a530 --- /dev/null +++ b/Teams/WeByte/ABOUT.md @@ -0,0 +1,7 @@ +#We Byte + +We're a group of five coders from Egypt, and we take our dreams very seriously. + +##About the project + +We still haven't decided what to do yet, but our arsenal is locked and loaded for the competition, we basically have a guy for everything needed. From c03ceb7bbd29ba72e1e5ab32eb549336f527508d Mon Sep 17 00:00:00 2001 From: anestos Date: Wed, 26 Nov 2014 14:34:51 +0100 Subject: [PATCH 077/262] Update ABOUT.md --- Teams/DIS/ABOUT.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Teams/DIS/ABOUT.md b/Teams/DIS/ABOUT.md index 39b48ad..d26ea8a 100644 --- a/Teams/DIS/ABOUT.md +++ b/Teams/DIS/ABOUT.md @@ -1,8 +1,8 @@ Team DIS ================ -We are a group of Students at KTH, 3 of as are from Greece and one from Italy. -We believe this Hackathlon will be a great opportunity to put our skills in a test and create something awesome! +We are a group of Students at KTH, 3 of us are from Greece and one from Italy. +We believe this Hackathon will be a great opportunity to put our skills in a test and create something awesome! About your team =========================== @@ -11,18 +11,11 @@ About your team |--- |--- |--- |--- | ![Nick](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c26.0.160.160/p160x160/39317_415532674526_43579_n.jpg?oh=81affb54cf281d167e719aa4e1c01f44&oe=54D2C7D1&__gda__=1426775903_1bff30934e77812ad54f0ac90dce4aa1) | ![Antonis](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/c0.0.160.160/p160x160/936668_10203743325077113_817576751436621014_n.jpg?oh=c6018177181d75d0ec5dcc4b3484c582&oe=5505BD15&__gda__=1423499606_7de224a0ac95188deac344aa98288ece) | ![Lorenco](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpf1/v/t1.0-1/c0.45.160.160/p160x160/10339765_10152527984971902_8661782631266295419_n.jpg?oh=4ce56223306aa75f9030aeadfa101cdf&oe=55110D4E&__gda__=1427476075_37fde06a2523da119f49d5e4b96ca943) | ![Vasilis](https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xap1/v/t1.0-1/c0.5.160.160/p160x160/58285_437539828146_684634_n.jpg?oh=a6b94a92f5c17c2e0939f5fdd7932582&oe=5505ADF4&__gda__=1428177281_cd0b3f79491f752b68ae227e8cb080e7) | -We saw a post about this competition on facebook. We discuss it and everyrone was excited that we will be able to we challenge ourselves and find out what we can do together. +We saw a post about this competition on facebook. We discuss it and everyone was excited that we will be able to we challenge ourselves and find out what we can do together. About your skills and what you are going to do? ======= All of us have some work experience where we used different tools and we will combine them for this project. We are thinking about doing something relevant to the real time communication/translation theme but nothing is decided yet. - - -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. - -You can change your mind, that's ok. Just push an update here when you do. - +We will use PHP, Javascript, Google Translate API, Bootstrap and lots of love... From 57dee897c818038c6a687d5d29e0fe795c798659 Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 26 Nov 2014 05:36:54 -0800 Subject: [PATCH 078/262] Create ABOUT.md --- Teams/DevPro/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/DevPro/ABOUT.md diff --git a/Teams/DevPro/ABOUT.md b/Teams/DevPro/ABOUT.md new file mode 100644 index 0000000..3357bcf --- /dev/null +++ b/Teams/DevPro/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +I am DevPro + + +OUR TEAM +=========================== +I am only member in my 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 + +saifulapm + +OUR SKILLS +======= +# PHP +# Javascript +# Ruby From 5bdae38b145665ae725c380fbb67abb630c3553b Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 26 Nov 2014 05:37:42 -0800 Subject: [PATCH 079/262] Adding Team Leading --- Teams/DevPro/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/DevPro/team.json b/Teams/DevPro/team.json index 7ca5462..54714f6 100644 --- a/Teams/DevPro/team.json +++ b/Teams/DevPro/team.json @@ -5,7 +5,8 @@ "name": "Saiful Islam", "twitter": "saifulapm", "koding": "saifulapm", - "location": "Rajshahi, BD" + "location": "Rajshahi, BD", + "lead": true } ] } From 25f300a6d9750550ce21972a18fcd5e7032331ea Mon Sep 17 00:00:00 2001 From: Marcos Date: Wed, 26 Nov 2014 10:38:16 -0300 Subject: [PATCH 080/262] Added an about file --- Teams/grayMatter/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/grayMatter/ABOUT.md diff --git a/Teams/grayMatter/ABOUT.md b/Teams/grayMatter/ABOUT.md new file mode 100644 index 0000000..917b030 --- /dev/null +++ b/Teams/grayMatter/ABOUT.md @@ -0,0 +1,19 @@ + +# Gray Matter Team + +I'am Marcos, web/mobile developer from Paraguay! + +## About me + +My name is Marcos Godoy Gadea, I love to code :P + +## Languages + +- Ruby (on Rails) +- PHP +- Objective-C +- Swift + +## The project + +I have an amazing project that will be really useful, using Swift and Ruby on Rails ;) From 797ca3312131761e558c4fc9594317438ff62c05 Mon Sep 17 00:00:00 2001 From: Ilya Medvedev Date: Wed, 26 Nov 2014 18:39:52 +0500 Subject: [PATCH 081/262] Added an about file --- Teams/Twentyseven/ABOUT.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Teams/Twentyseven/ABOUT.md diff --git a/Teams/Twentyseven/ABOUT.md b/Teams/Twentyseven/ABOUT.md new file mode 100644 index 0000000..67e6692 --- /dev/null +++ b/Teams/Twentyseven/ABOUT.md @@ -0,0 +1,8 @@ +#WE ARE 27 +Hi. We are [Twentyseven](http://twentyseven.in) & we create beautiful and efficient code. + +#Skills +* JavaScript +* jQuery +* Canvas +* PHP From 3506ff5316d7fac59367de197c9860b1921bc130 Mon Sep 17 00:00:00 2001 From: Razvan Girmacea Date: Wed, 26 Nov 2014 15:41:49 +0200 Subject: [PATCH 082/262] updated Alan Willms username --- Teams/MonitorBacklinks/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/MonitorBacklinks/team.json b/Teams/MonitorBacklinks/team.json index d88f85a..d20bd34 100644 --- a/Teams/MonitorBacklinks/team.json +++ b/Teams/MonitorBacklinks/team.json @@ -20,7 +20,7 @@ }, { "name": "Alan Willms", - "koding": "alanwillms", + "koding": "dyulax", "location": "Chapecó, BR" } ] From 9189cc852df9a538e0d7fbc78d50c3d6aab48bef Mon Sep 17 00:00:00 2001 From: Saiful Islam Date: Wed, 26 Nov 2014 05:42:47 -0800 Subject: [PATCH 083/262] Added More Skill --- Teams/DevPro/ABOUT.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Teams/DevPro/ABOUT.md b/Teams/DevPro/ABOUT.md index 3357bcf..c6d0cc0 100644 --- a/Teams/DevPro/ABOUT.md +++ b/Teams/DevPro/ABOUT.md @@ -14,6 +14,17 @@ saifulapm OUR SKILLS ======= -# PHP -# Javascript -# Ruby + * HTML5 + * CSS3 + * JS + * PHP + * Laravel + * Codeigniter + * MySQL + * SQlite + * Python + * Flask + * REST-API + * NodeJS + * AngularJS + * JQuery From ec7e56d75bde9e00dcc27b2b9c47c075d660c412 Mon Sep 17 00:00:00 2001 From: Maria Kasatkina Date: Wed, 26 Nov 2014 18:47:20 +0500 Subject: [PATCH 084/262] Added team information --- Teams/CheerySnowman/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/CheerySnowman/team.json diff --git a/Teams/CheerySnowman/team.json b/Teams/CheerySnowman/team.json new file mode 100644 index 0000000..b8704d2 --- /dev/null +++ b/Teams/CheerySnowman/team.json @@ -0,0 +1,12 @@ + +{ + "teamName": "CheerySnowman", + "members": [ + { + "name": "Kasatkina Mary", + "twitter": "", + "koding": "kasatkinamariya", + "location": "Yekaterinburg, RU" + } + ] +} From 1e71fc755d1f29529d23b282ca2091c39d91df27 Mon Sep 17 00:00:00 2001 From: Ronoaldo Pereira Date: Wed, 26 Nov 2014 11:50:34 -0200 Subject: [PATCH 085/262] Create team.json --- Teams/CloudSolvers/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/CloudSolvers/team.json diff --git a/Teams/CloudSolvers/team.json b/Teams/CloudSolvers/team.json new file mode 100644 index 0000000..f63dd0b --- /dev/null +++ b/Teams/CloudSolvers/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "CloudSolvers", + "members": [ + { + "name": "Ronoaldo Pereira", + "twitter": "ronoaldopereira", + "koding": "ronoaldo", + "location": "São Paulo, BR", + "lead": true + }, + { + "name": "Filipe Peixoto", + "twitter": "filipenos", + "koding": "filipenos", + "location": "São Paulo, BR", + }, + { + "name": "Gilliard Okano", + "twitter": "GilliardOkano", + "koding": "gilliard", + "location": "São Paulo, KE" + } + ] +} From aaee5edf043edf0b9d130c4ccb401a72367e9ae0 Mon Sep 17 00:00:00 2001 From: Ronoaldo Pereira Date: Wed, 26 Nov 2014 11:53:11 -0200 Subject: [PATCH 086/262] Update team.json --- Teams/CloudSolvers/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/CloudSolvers/team.json b/Teams/CloudSolvers/team.json index f63dd0b..ce3ea00 100644 --- a/Teams/CloudSolvers/team.json +++ b/Teams/CloudSolvers/team.json @@ -19,6 +19,12 @@ "twitter": "GilliardOkano", "koding": "gilliard", "location": "São Paulo, KE" + }, + { + "name": "Eduardo Ferreira", + "twitter": "edu_miani", + "koding": "eduardoferreira", + "location": "São Paulo, KE" } ] } From eb42befa570fe3ff46b1e3be3f4691f7b539ef05 Mon Sep 17 00:00:00 2001 From: vincentgbs Date: Wed, 26 Nov 2014 09:00:24 -0500 Subject: [PATCH 087/262] added team info --- Teams/Jostlers/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Jostlers/team.json diff --git a/Teams/Jostlers/team.json b/Teams/Jostlers/team.json new file mode 100644 index 0000000..d910c23 --- /dev/null +++ b/Teams/Jostlers/team.json @@ -0,0 +1,11 @@ +{ +"teamName": "Jostlers", +"members": [ +{ +"name": "Vincent Hu", +"twitter": "none", +"koding": "bpxballer", +"location": "Atlanta, GA" +} +] +} From 6fc700f7b4fdcd5f8054248009ee0a6a3b6c3db1 Mon Sep 17 00:00:00 2001 From: vincentgbs Date: Wed, 26 Nov 2014 09:03:08 -0500 Subject: [PATCH 088/262] added about file --- Teams/Jostlers/ABOUT.MD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/Jostlers/ABOUT.MD diff --git a/Teams/Jostlers/ABOUT.MD b/Teams/Jostlers/ABOUT.MD new file mode 100644 index 0000000..5bf9f77 --- /dev/null +++ b/Teams/Jostlers/ABOUT.MD @@ -0,0 +1,15 @@ + +# Jostlers + +I am Vincent Hu. + +## About Me + +I started learning python a few years ago, and found that I really liked coding. + +## Languages I've learned/I'm learning +- Java +- Python +- PHP +- Ruby (kind of) +- JS (kind of) From 4b6206b6d6a5feee87602328fdc30d28482cd6be Mon Sep 17 00:00:00 2001 From: vincentgbs Date: Wed, 26 Nov 2014 09:04:16 -0500 Subject: [PATCH 089/262] Update ABOUT.MD --- Teams/Jostlers/ABOUT.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Jostlers/ABOUT.MD b/Teams/Jostlers/ABOUT.MD index 5bf9f77..5c5e67e 100644 --- a/Teams/Jostlers/ABOUT.MD +++ b/Teams/Jostlers/ABOUT.MD @@ -1,7 +1,7 @@ # Jostlers -I am Vincent Hu. +My name is Vincent. ## About Me From ce1756923924dae9087f952921ed482cdf8259ed Mon Sep 17 00:00:00 2001 From: vincentgbs Date: Wed, 26 Nov 2014 09:04:34 -0500 Subject: [PATCH 090/262] Update team.json --- Teams/Jostlers/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Jostlers/team.json b/Teams/Jostlers/team.json index d910c23..afedd3e 100644 --- a/Teams/Jostlers/team.json +++ b/Teams/Jostlers/team.json @@ -2,7 +2,7 @@ "teamName": "Jostlers", "members": [ { -"name": "Vincent Hu", +"name": "Vincent H", "twitter": "none", "koding": "bpxballer", "location": "Atlanta, GA" From b173e9f2c0d3faa41ff544182ce32d28845c3321 Mon Sep 17 00:00:00 2001 From: Ronoaldo Pereira Date: Wed, 26 Nov 2014 12:07:34 -0200 Subject: [PATCH 091/262] Create ABOUT.md --- Teams/CloudSolvers/ABOUT.md | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Teams/CloudSolvers/ABOUT.md diff --git a/Teams/CloudSolvers/ABOUT.md b/Teams/CloudSolvers/ABOUT.md new file mode 100644 index 0000000..1dde4f2 --- /dev/null +++ b/Teams/CloudSolvers/ABOUT.md @@ -0,0 +1,42 @@ +Cloud Solvers +================ + +We are a group of independent developers that hack togheter from time to time. +We love Cloud Computing and Web Development, and we are adventuring on new challenges on Mobile. +We also use Linux as our primary operating systems most of the time. + +About your team +=========================== + +| ronoaldopereira | edu_miani | GilliardOkano | filipenos +|--- |--- |--- |--- +| ![Ronoaldo Pereira](https://secure.gravatar.com/avatar/07dd86896a7ea8ba495f275bfd068a7b?d=https%3A%2F%2Fd3oaxc4q5k2d6q.cloudfront.net%2Fm%2F75eb53e88d1c%2Fimg%2Fdefault_avatar%2F256%2Fuser_blue.png&s=256) | ![Eduardo Miani](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/25/eduardoferreira-avatar-1872884052-2.png) | ![Gilliard Okano](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/22/gilliard_okano-avatar-2368436260-7.png) | ![Filipe Peixoto](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/22/filipenos-avatar-4111943350-6.png) | + +We have joined the hackathon to be able to participate on this global challenge, to learn more and to build solve real world problems in a global scale. + +We are earger to win this competition so we can grow our knowledge and finance the development of open source software as we are commited to contribute to them. + +Team Skills +======= +Programming languages we know: +* Java +* JavaScript +* Python +* Go +* PHP +* C# +* ShellScript + +Thecnologies and Frameworks we like: +* Google App Engine +* Docker +* Django +* Java EE +* HTML5 +* CSS3 + +Other tech stuff we like +* nginx +* gitbook +* mercurial +* git From 7d7940991930c2c56a4597ad38a7e1ebe3c91ca8 Mon Sep 17 00:00:00 2001 From: Ronoaldo Pereira Date: Wed, 26 Nov 2014 12:11:20 -0200 Subject: [PATCH 092/262] Update ABOUT.md --- Teams/CloudSolvers/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/CloudSolvers/ABOUT.md b/Teams/CloudSolvers/ABOUT.md index 1dde4f2..57105d6 100644 --- a/Teams/CloudSolvers/ABOUT.md +++ b/Teams/CloudSolvers/ABOUT.md @@ -8,7 +8,7 @@ We also use Linux as our primary operating systems most of the time. About your team =========================== -| ronoaldopereira | edu_miani | GilliardOkano | filipenos +| [@ronoaldopereira](https://twitter.com/ronoaldopereira) | [@edu_miani](https://twitter.com/edu_miani) | [@GilliardOkano](https://twitter.com/GilliardOkano) | [@filipenos](https://twitter.com/filipenos) |--- |--- |--- |--- | ![Ronoaldo Pereira](https://secure.gravatar.com/avatar/07dd86896a7ea8ba495f275bfd068a7b?d=https%3A%2F%2Fd3oaxc4q5k2d6q.cloudfront.net%2Fm%2F75eb53e88d1c%2Fimg%2Fdefault_avatar%2F256%2Fuser_blue.png&s=256) | ![Eduardo Miani](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/25/eduardoferreira-avatar-1872884052-2.png) | ![Gilliard Okano](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/22/gilliard_okano-avatar-2368436260-7.png) | ![Filipe Peixoto](https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2014/Aug/22/filipenos-avatar-4111943350-6.png) | From 9aaf50b0218fa7155208e2fc85b8b1a534bec8fd Mon Sep 17 00:00:00 2001 From: Talha Asad Date: Wed, 26 Nov 2014 19:12:12 +0500 Subject: [PATCH 093/262] added initial info --- Teams/Trident/About.md | 19 +++++++++++++++++++ Teams/Trident/team.json | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 Teams/Trident/About.md create mode 100644 Teams/Trident/team.json diff --git a/Teams/Trident/About.md b/Teams/Trident/About.md new file mode 100644 index 0000000..c5b7e3f --- /dev/null +++ b/Teams/Trident/About.md @@ -0,0 +1,19 @@ +Team Trident +================ +Team Trident is a team with just one member. Wish us luck :) + + +About your team +=========================== + +| Talha +|--- +| ![Talha](https://pbs.twimg.com/profile_images/537605334446010368/FjtjFWjV_bigger.jpeg) + +I am a web developer, systems engineer. I like to work on products and projects that are interactive and add value to common tasks. I like to make the web a better place for everyone. Projects that help people get things done are my favourite. I am always on the lookout for cool interactive web applications.I decided to join in on the global hackathon because i haven't been to a hackathon before and i really like the idea of a remote global hackathon taking place all over the world. + + +About your skills and what you are going to do? +======= +I am good with HTML, CSS, Javascript, NodeJS, PHP and Perl. I am still deciding on which theme to work on. + diff --git a/Teams/Trident/team.json b/Teams/Trident/team.json new file mode 100644 index 0000000..df6ec1f --- /dev/null +++ b/Teams/Trident/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Talha Asad", + "twitter": "@taltrident", + "koding": "talha-asad", + "location": "Lahore, PK" + } + ] +} From 73f4c02acf65cde2ebe2e5c55046f61ebd7fd8cd Mon Sep 17 00:00:00 2001 From: Maria Kasatkina Date: Wed, 26 Nov 2014 19:13:55 +0500 Subject: [PATCH 094/262] Added an about file --- Teams/CheerySnowman/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/CheerySnowman/ABOUT.md diff --git a/Teams/CheerySnowman/ABOUT.md b/Teams/CheerySnowman/ABOUT.md new file mode 100644 index 0000000..b7a4d65 --- /dev/null +++ b/Teams/CheerySnowman/ABOUT.md @@ -0,0 +1,11 @@ +# CheerySnowman + +## About + +I'm a .NET developer from Yekaterinburg (it's in Russia) making people happy with my programs. + +Love clear and well-designed code. Have some machine learning and data structures background. + +## Languages I love + +I have been trying out many popular languages (Java and C++, Scheme and F#, python and perl, ...) and I am comfortable with C#, T-SQL and R currently. From 20f9a76aa3b1c44bfa9937545a063e8e2f9566ee Mon Sep 17 00:00:00 2001 From: Kyaw zaw Win Date: Wed, 26 Nov 2014 22:14:33 +0800 Subject: [PATCH 095/262] moonchar team added --- Teams/Moonchar/ABOUT.md | 10 ++++++++++ Teams/Moonchar/team.json | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Teams/Moonchar/ABOUT.md create mode 100644 Teams/Moonchar/team.json diff --git a/Teams/Moonchar/ABOUT.md b/Teams/Moonchar/ABOUT.md new file mode 100644 index 0000000..e441bc1 --- /dev/null +++ b/Teams/Moonchar/ABOUT.md @@ -0,0 +1,10 @@ +About your team +=========================== + +We are experienced software professional, with business and marketing skill, specialized in web application development. As we had developed not only highly scalable web application with social media integration to support millions of user but also enterprise grade financial application, we would like to apply our experiences and knowledges into innovative idea by accepting the global hackathon chanllenge. + +About your skills and what you are going to do? +======= + +We are good at most of the common web application languages such as NodeJs, PHP, J2EE, ASP.NET and varity of javascript libraries and frameworks such as Jquery and AngularJs. +We are going to implement an interesting game to introduce software development for a new comer. \ No newline at end of file diff --git a/Teams/Moonchar/team.json b/Teams/Moonchar/team.json new file mode 100644 index 0000000..b4c795b --- /dev/null +++ b/Teams/Moonchar/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Moonchar", + "members": [ + { + "name": "Kyaw Zaw Win", + "twitter": "kyawzawwin", + "koding": "kyawzawwin", + "location": "Singapore, SG" + }, + { + "name": "Nway Nway", + "twitter": "moonchar", + "koding": "moonchar", + "location": "Singapore, SG" + } + ] +} From 643721bb90615be0f4836f1bbf6aa1baaea7a174 Mon Sep 17 00:00:00 2001 From: Talha Asad Date: Wed, 26 Nov 2014 19:15:51 +0500 Subject: [PATCH 096/262] added initial info --- Teams/Trident/About.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Teams/Trident/About.md b/Teams/Trident/About.md index c5b7e3f..2c61d14 100644 --- a/Teams/Trident/About.md +++ b/Teams/Trident/About.md @@ -1,6 +1,6 @@ -Team Trident +Trident ================ -Team Trident is a team with just one member. Wish us luck :) +A single person team with a passion for Javascript. About your team @@ -10,10 +10,14 @@ About your team |--- | ![Talha](https://pbs.twimg.com/profile_images/537605334446010368/FjtjFWjV_bigger.jpeg) -I am a web developer, systems engineer. I like to work on products and projects that are interactive and add value to common tasks. I like to make the web a better place for everyone. Projects that help people get things done are my favourite. I am always on the lookout for cool interactive web applications.I decided to join in on the global hackathon because i haven't been to a hackathon before and i really like the idea of a remote global hackathon taking place all over the world. +I am a web developer, systems engineer. I like to work on products and projects that are interactive and add value to common tasks. I like to make the web a better place for everyone. The decision to join the global hackathon is primarily because I really like the idea of a remote global hackathon taking place all over the world. -About your skills and what you are going to do? +Skills ======= -I am good with HTML, CSS, Javascript, NodeJS, PHP and Perl. I am still deciding on which theme to work on. +HTML, CSS, Javascript, NodeJS, PHP and Perl. + +Project +======= +Still working on it. From 8204498184e330b7b49136bd309e0465ef25b4b5 Mon Sep 17 00:00:00 2001 From: Ranjith Kumar Date: Wed, 26 Nov 2014 19:50:25 +0530 Subject: [PATCH 097/262] Adding Team Details --- Teams/HackBeard/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/HackBeard/team.json diff --git a/Teams/HackBeard/team.json b/Teams/HackBeard/team.json new file mode 100644 index 0000000..1bde33b --- /dev/null +++ b/Teams/HackBeard/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "HackBeard", + "members": [ + { + "name": "Ranjith Kumar S", + "twitter": "ranji2612", + "koding": "ranji2612", + "location": "Hyderabad, IN" + } + ] +} From 2987f7d184f8f45ce79167f8054c5b47260b5b71 Mon Sep 17 00:00:00 2001 From: Ranjith Kumar Date: Wed, 26 Nov 2014 19:52:42 +0530 Subject: [PATCH 098/262] About Me --- Teams/HackBeard/ABOUT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Teams/HackBeard/ABOUT.md diff --git a/Teams/HackBeard/ABOUT.md b/Teams/HackBeard/ABOUT.md new file mode 100644 index 0000000..5650965 --- /dev/null +++ b/Teams/HackBeard/ABOUT.md @@ -0,0 +1,3 @@ +I'm Ranjith, Designer Developer and a coffee addict.. +Pretty much my first hackathon, looking forward to having a good time.. + From 8eb117605f0f2aaf16f31502bcf3c503223327df Mon Sep 17 00:00:00 2001 From: Omar Qureshi Date: Wed, 26 Nov 2014 14:29:24 +0000 Subject: [PATCH 099/262] Add Tajinder + Omar --- Teams/Birmingham.IO/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index 8e6eaed..103357c 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -11,13 +11,13 @@ { name: "Omar Qureshi", twitter: "omarqureshi", - koding: "", + koding: "omarquresh1", location: "Birmingham, UK" }, { name: "Tajinder Singh", twitter: "TajinderSD", - koding: "", + koding: "tajindersd", location: "Birmingham, UK" }, { From 5df0f97fd8978652d73462c8453899352dc9cd34 Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 16:30:17 +0200 Subject: [PATCH 100/262] spelling --- Teams/Coddee-Break/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Coddee-Break/team.json b/Teams/Coddee-Break/team.json index 4a94901..7def2c5 100644 --- a/Teams/Coddee-Break/team.json +++ b/Teams/Coddee-Break/team.json @@ -9,7 +9,7 @@ "lead": true }, { - "name": "Vadim Sahno", + "name": "Vadim Sakhno", "koding": "prineside", "location": "Kiev, UA" } From 1bdb16097b98d3e7793684807e61ac90fbcedfed Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 16:32:01 +0200 Subject: [PATCH 101/262] updated team member description --- Teams/Coddee-Break/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md index ccb61e4..e084f59 100644 --- a/Teams/Coddee-Break/ABOUT.md +++ b/Teams/Coddee-Break/ABOUT.md @@ -5,7 +5,7 @@ We are Kuzma and Vadim, we like both hacking and games, and we believe it's some ## About us * Kuzma: being mostly PHP back end web developer recent years, I have experience in a variety of languages starting from low-level assemblers to exotic Prolog -* Vadim: third year university student, full-stack PHP+HTML+CSS+JS web developer and passionate gamer +* Vadim: third year university student, full-stack PHP+HTML+CSS+JS web developer, intrested in games ## Our goals From 02c1274552252f8c279a974c08d6c50b8cb3395e Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 16:34:36 +0200 Subject: [PATCH 102/262] updated team member description --- Teams/Coddee-Break/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md index e084f59..d430906 100644 --- a/Teams/Coddee-Break/ABOUT.md +++ b/Teams/Coddee-Break/ABOUT.md @@ -4,7 +4,7 @@ We are Kuzma and Vadim, we like both hacking and games, and we believe it's some ## About us -* Kuzma: being mostly PHP back end web developer recent years, I have experience in a variety of languages starting from low-level assemblers to exotic Prolog +* Kuzma: being mostly PHP back end web developer recent years, used to code in a variety of languages starting from low-level assemblers to exotic Prolog * Vadim: third year university student, full-stack PHP+HTML+CSS+JS web developer, intrested in games ## Our goals From 694a8d78d881e48cbbcbfe7ac8d8f96a064f0828 Mon Sep 17 00:00:00 2001 From: meherzad Date: Wed, 26 Nov 2014 20:10:54 +0530 Subject: [PATCH 103/262] Added team information --- Teams/OldMonks/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/OldMonks/team.json diff --git a/Teams/OldMonks/team.json b/Teams/OldMonks/team.json new file mode 100644 index 0000000..c4641f0 --- /dev/null +++ b/Teams/OldMonks/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "OldMonks", + "members": [ + { + "name": "Meherzad", + "twitter": "", + "koding": "meherzad28", + "location": "Mumbai, IN", + "lead": true + }, + { + "name": "Ankur Trapasiya", + "twitter": "ankurtrapasiya", + "koding": "ankurtrapasiya", + "location": "Mumbai, IN" + } + ] +} From 5c7f13aaf8d20bfc60bd9d71089a7e088c23cd51 Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 16:43:42 +0200 Subject: [PATCH 104/262] styling --- Teams/Coddee-Break/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md index d430906..fef39cb 100644 --- a/Teams/Coddee-Break/ABOUT.md +++ b/Teams/Coddee-Break/ABOUT.md @@ -4,8 +4,8 @@ We are Kuzma and Vadim, we like both hacking and games, and we believe it's some ## About us -* Kuzma: being mostly PHP back end web developer recent years, used to code in a variety of languages starting from low-level assemblers to exotic Prolog -* Vadim: third year university student, full-stack PHP+HTML+CSS+JS web developer, intrested in games +* *Kuzma* — Being mostly PHP back end web developer recent years, used to code in a variety of languages starting from low-level assemblers to exotic Prolog. +* *Vadim* — Third year university student, full-stack PHP+HTML+CSS+JS web developer, intrested in games. ## Our goals From 60a48faca2f835e13c120ce709d389a27ac82023 Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Wed, 26 Nov 2014 16:44:21 +0200 Subject: [PATCH 105/262] spelling --- Teams/Coddee-Break/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Coddee-Break/ABOUT.md b/Teams/Coddee-Break/ABOUT.md index fef39cb..a629c16 100644 --- a/Teams/Coddee-Break/ABOUT.md +++ b/Teams/Coddee-Break/ABOUT.md @@ -5,7 +5,7 @@ We are Kuzma and Vadim, we like both hacking and games, and we believe it's some ## About us * *Kuzma* — Being mostly PHP back end web developer recent years, used to code in a variety of languages starting from low-level assemblers to exotic Prolog. -* *Vadim* — Third year university student, full-stack PHP+HTML+CSS+JS web developer, intrested in games. +* *Vadim* — Third year university student, full-stack PHP+HTML+CSS+JS web developer, interested in games. ## Our goals From c718f147944ab9aceeca709447650e0de7bedfa2 Mon Sep 17 00:00:00 2001 From: meherzad Date: Wed, 26 Nov 2014 20:14:26 +0530 Subject: [PATCH 106/262] Added team about information --- Teams/OldMonks/ABOUT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/OldMonks/ABOUT.md diff --git a/Teams/OldMonks/ABOUT.md b/Teams/OldMonks/ABOUT.md new file mode 100644 index 0000000..0ef461d --- /dev/null +++ b/Teams/OldMonks/ABOUT.md @@ -0,0 +1,15 @@ + +# Oldmonks + +Coming soon + +## About Us + +- Ankur +- Meherzad + +## Languages we love + +- Java +- Javascript +- Sql From cc90a437725a0bc99226f310d0ea121adf614b6d Mon Sep 17 00:00:00 2001 From: meherzad Date: Wed, 26 Nov 2014 20:15:58 +0530 Subject: [PATCH 107/262] Added team information --- Teams/OldMonks/team.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Teams/OldMonks/team.json b/Teams/OldMonks/team.json index c4641f0..17a309d 100644 --- a/Teams/OldMonks/team.json +++ b/Teams/OldMonks/team.json @@ -1,18 +1,18 @@ { "teamName": "OldMonks", "members": [ + { + "name": "Ankur Trapasiya", + "twitter": "ankurtrapasiya", + "koding": "ankurtrapasiya", + "location": "Mumbai, IN" + }, { "name": "Meherzad", "twitter": "", "koding": "meherzad28", "location": "Mumbai, IN", "lead": true - }, - { - "name": "Ankur Trapasiya", - "twitter": "ankurtrapasiya", - "koding": "ankurtrapasiya", - "location": "Mumbai, IN" } ] } From d17b3e7f22dc02dfd3ece3dc6d4ac0261656cd3b Mon Sep 17 00:00:00 2001 From: zmzsmnh Date: Wed, 26 Nov 2014 22:49:13 +0800 Subject: [PATCH 108/262] Create team.json --- Teams/Terra/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Terra/team.json diff --git a/Teams/Terra/team.json b/Teams/Terra/team.json new file mode 100644 index 0000000..1ca3ebe --- /dev/null +++ b/Teams/Terra/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Terra", + "members": [ + { + "name": "Meizan Zheng", + "twitter": "mysirius", + "koding": "zmzsmnh", + "location": "Hangzhou, CN" + } + ] +} From ad31da1f37d69c8abe1a00886a0442b495693fe6 Mon Sep 17 00:00:00 2001 From: zmzsmnh Date: Wed, 26 Nov 2014 22:49:52 +0800 Subject: [PATCH 109/262] Create ABOUT.md --- Teams/Terra/ABOUT.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Teams/Terra/ABOUT.md diff --git a/Teams/Terra/ABOUT.md b/Teams/Terra/ABOUT.md new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/Teams/Terra/ABOUT.md @@ -0,0 +1 @@ + From 4126816f1656d6f197a923ed5465e09142c56fc8 Mon Sep 17 00:00:00 2001 From: Ilim Ugur Date: Wed, 26 Nov 2014 14:56:21 +0000 Subject: [PATCH 110/262] Add Team Rhinoceros. --- Teams/Rhinoceros/ABOUT.md | 24 ++++++++++++++++++++++++ Teams/Rhinoceros/team.json | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Teams/Rhinoceros/ABOUT.md create mode 100644 Teams/Rhinoceros/team.json diff --git a/Teams/Rhinoceros/ABOUT.md b/Teams/Rhinoceros/ABOUT.md new file mode 100644 index 0000000..9b4fd98 --- /dev/null +++ b/Teams/Rhinoceros/ABOUT.md @@ -0,0 +1,24 @@ +This is our page +================ + +Rhinoceros is a team of one (for now!) eager to participate in Koding Hackathon. + + +About your team +=========================== + +| ilim +|--- +| ![Ilim](https://pbs.twimg.com/profile_images/1233453249/another_recent.jpg) | + +I am a recent graduate of [Middle East Technical University](http://www.metu.edu.tr/), working at a independent game development company called [Taleworlds Entertainment]. (https://www.taleworlds.com/) Even though I am really interested in the idea, I was not able to participate in more than a couple of hackathons, usually due to the location of most of them being too remote to participate. This one being online is yet another reason that got me excited. + +Assignments at school or work may be exciting or educational, but the spontaneity of creativity encouraged in hackathons help get the experience of developing to a whole new level. + +I don't think my goal is to win. Rather, it is to produce something that I, and hopefully others as well, would like to make use of. + + +About our skills and what we are going to do? +======= + +The TOS and EULA are one tough nut to crack, but it sure would be fun to tackle it as a weekend project. Any attempt to simplify understanding their coverage would surely require working on the front-end, which would make the implementation part an experimental endeavor to me, as I am more used to working in the back-end. I am still going through the wondrous APIs encouraged, though, and I may end up implementing something based on one (or a few) or them. diff --git a/Teams/Rhinoceros/team.json b/Teams/Rhinoceros/team.json new file mode 100644 index 0000000..ad6a347 --- /dev/null +++ b/Teams/Rhinoceros/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Rhinoceros", + "members": [ + { + "name": "Ilim Ugur", + "twitter": "ilimugur", + "koding": "ilimugur", + "location": "Ankara, TR" + } + ] +} From 330d11f309e000f6f011d6b1370f55a3ffe4f176 Mon Sep 17 00:00:00 2001 From: Ananay Arora Date: Wed, 26 Nov 2014 20:32:21 +0530 Subject: [PATCH 111/262] Created Team.JSON Added the team members. --- Teams/ExpertsUnlimited/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/ExpertsUnlimited/team.json diff --git a/Teams/ExpertsUnlimited/team.json b/Teams/ExpertsUnlimited/team.json new file mode 100644 index 0000000..f613cda --- /dev/null +++ b/Teams/ExpertsUnlimited/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Experts Unlimited", + "members": [ + { + "name": "Ananay Arora", + "twitter": "@ananayarora_com", + "koding": "ananay", + "location": "New Delhi, IN", + "lead": true + }, + { + "name": "Abhishek Anand", + "twitter": "@abhichamp97", + "koding": "abhishek97", + "location": "New Delhi, IN" + }, + { + "name": "Akshay Gupta", + "twitter": "@wizardgupta", + "koding": "akshaykgupta", + "location": "New Delhi, IN", + }, + { + "name": "Rohan Dhar", + "twitter": "@rohanoffi", + "koding": "rohanoffi", + "location": "New Delhi, IN" + } + ] +} From 57ce47ed517b3e4709df238ec1cdd1b6bf0f1127 Mon Sep 17 00:00:00 2001 From: ReseaSoft Date: Wed, 26 Nov 2014 18:03:07 +0300 Subject: [PATCH 112/262] Create team.json --- Teams/ReseaSoft/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/ReseaSoft/team.json diff --git a/Teams/ReseaSoft/team.json b/Teams/ReseaSoft/team.json new file mode 100644 index 0000000..01b0c5b --- /dev/null +++ b/Teams/ReseaSoft/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "ReseaSoft", + "members": [ + { + "name": "Dzhambulat Khasayeb", + "twitter": "E_Connor88", + "koding": "dzhambulat", + "location": "Makhachkala, RU" + } + ] +} From 3cde9ebcf02301bb3668c56c8d4530f67296bbe5 Mon Sep 17 00:00:00 2001 From: ReseaSoft Date: Wed, 26 Nov 2014 18:05:11 +0300 Subject: [PATCH 113/262] Create about.md --- Teams/ReseaSoft/about.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Teams/ReseaSoft/about.md diff --git a/Teams/ReseaSoft/about.md b/Teams/ReseaSoft/about.md new file mode 100644 index 0000000..8ab2e70 --- /dev/null +++ b/Teams/ReseaSoft/about.md @@ -0,0 +1,27 @@ +This is our page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| devrim | nitin | sinan | emre +|--- |--- |--- |--- +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. From a9d39dff2b9790794858a1418ba3e8e096079624 Mon Sep 17 00:00:00 2001 From: bagustrihatmaja Date: Wed, 26 Nov 2014 23:06:37 +0800 Subject: [PATCH 114/262] adding team --- Teams/Plummy/ABOUT.md | 30 ++++++++++++++++++++++++++++++ Teams/Plummy/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Teams/Plummy/ABOUT.md create mode 100644 Teams/Plummy/team.json diff --git a/Teams/Plummy/ABOUT.md b/Teams/Plummy/ABOUT.md new file mode 100644 index 0000000..3a65818 --- /dev/null +++ b/Teams/Plummy/ABOUT.md @@ -0,0 +1,30 @@ +Welcome to Plummy +================ + +We are the Plummy team, so we are participating. +That's not it, well yeah, we are team in both real world and this koding event. We are doing many projects as a startup currently. All of our team are Indonesian, but one of our team currently living in Melbourne. +We always work remotely and this event is our chance to do some work together and train our work team. + +About your team +=========================== + +| bagus | rizky | bayu +|--- |--- |--- +| ![Bagus](http://plummy.web.id/images/maja.png) | ![Rizky](http://plummy.web.id/images/rizky.png) | ![Bayu](http://plummy.web.id/images/bayu.png) + +Bagus +---------- + +Bagus is mostly interested in database, as a backend engineer Bagus also loves to do some scripting and programming. Mostly, Bagus use PostgreSQL and ruby. + +Rizky +--------- + +Rizky is a full stack web developer, his code won't be smells. + +Bayu +-------- + +Bayu is UI/UX guy, who works mostly with photoshop and other UI tools, he is also our business guy, please talk money with him. + + diff --git a/Teams/Plummy/team.json b/Teams/Plummy/team.json new file mode 100644 index 0000000..19ffb58 --- /dev/null +++ b/Teams/Plummy/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Plummy", + "members": [ + { + "name": "Bagus Trihatmaja", + "twitter": "@bagustrihatmaja", + "koding": "btrihatmaja", + "location": "Denpasar, ID", + "lead": true + }, + { + "name": "Rizky Noor Ichwan", + "twitter": "", + "koding": "spondbob", + "location": "Melbourne, AU" + }, + { + "name": "Bayu Ditaprawira", + "twitter": "", + "koding": "bayultimate", + "location": "Denpasar, ID" + } + ] +} From d25296f11994a9146309ca05839d396bdb2ad84a Mon Sep 17 00:00:00 2001 From: Ananay Arora Date: Wed, 26 Nov 2014 20:38:33 +0530 Subject: [PATCH 115/262] About us. --- Teams/ExpertsUnlimited/ABOUT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/ExpertsUnlimited/ABOUT.md diff --git a/Teams/ExpertsUnlimited/ABOUT.md b/Teams/ExpertsUnlimited/ABOUT.md new file mode 100644 index 0000000..2ab893b --- /dev/null +++ b/Teams/ExpertsUnlimited/ABOUT.md @@ -0,0 +1,17 @@ +== Team Name: Experts Unlimited + +-- About Us: + +We're 4 highschool students taking part in this competition. + +- Ananay Arora (http://ananayarora.com) : The leader here, with all the development skills. +- Abhishek Anand: Beta Tester & Designer with great debugging skills. +- Akshay Gupta: Graphics Designer with Beta Testing skills. +- Rohan Dhar: PHP Guy & Web Developer. + +Languages : +-> HTML +-> CSS +-> Javascript w/ jQuery & AJAX +-> PHP +-> MySQL From 65f895152cf4bede0faffe308b57937e66a91866 Mon Sep 17 00:00:00 2001 From: ReseaSoft Date: Wed, 26 Nov 2014 18:22:07 +0300 Subject: [PATCH 116/262] Update about.md --- Teams/ReseaSoft/about.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/Teams/ReseaSoft/about.md b/Teams/ReseaSoft/about.md index 8ab2e70..75dcfb4 100644 --- a/Teams/ReseaSoft/about.md +++ b/Teams/ReseaSoft/about.md @@ -1,27 +1,21 @@ This is our page ================ -We are the Koding team, so we are not really participating. But this page is here -to give you an idea about your own page. +I am software developer and want to realize my idea in koding hackaton -About your team +About me =========================== -| devrim | nitin | sinan | emre -|--- |--- |--- |--- -| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | -Tell us who you are, why you did you decide to join? - -Judges will read this page before making a final decision, so write your story, make it emotional and impressive. -Tell us why you want to win. +I am 26 and software developer and some monthes ago I found are there any online hackatons. And it was very surprisingly when I didn't find any. +But now I have got a mail from elance with explanation of koding.com hackaton and was very happy to know about it. +When I registered and was approved for participating I found that first theme (about global problems of the Earth) is very interesting for me. +I want to make something interesting, beatiful and of course useful . And I want to win not for the money but for the communication with interesting people. -About your skills and what you are going to do? +About my skills ======= -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. +I think that programming is general skill. But of course there must be the platform where a programmer realizes his ideas.And +nowadays I am focusing on web projects. I program on C# for ASP.NET /MVC/WebApi platforms, Javascript (jQuery and Angular.js mainly) for frontend. And I love alghoritms and especially I like machine learning and big data, and using for it Python (May be I will move to that language in future :) ) -You can change your mind, that's ok. Just push an update here when you do. From a88035e912f79ba8b4b006656011f3eeb821419e Mon Sep 17 00:00:00 2001 From: SK83RJOSH Date: Wed, 26 Nov 2014 10:24:15 -0500 Subject: [PATCH 117/262] TeamFlex! --- Teams/TeamFlex/ABOUT.md | 24 ++++++++++++++++++++++++ Teams/TeamFlex/team.json | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Teams/TeamFlex/ABOUT.md create mode 100644 Teams/TeamFlex/team.json diff --git a/Teams/TeamFlex/ABOUT.md b/Teams/TeamFlex/ABOUT.md new file mode 100644 index 0000000..1a83602 --- /dev/null +++ b/Teams/TeamFlex/ABOUT.md @@ -0,0 +1,24 @@ +TeamFlex +================ + +We are a group of passionate developers that build flex-ible applications to work on a variety of platforms and systems. + + +About your team +=========================== + +| Joshua Wood (SK83RJOSH) | Brandon Teller (brteller) +|--- |--- +| ![SK83RJOSH](http://chopdawg.com/wp-content/uploads/cache/2014/05/josh-wood/434338697.png) | ![brteller](http://chopdawg.com/wp-content/uploads/cache/2014/05/brandonT/1087521060.png) +| Project Lead, Frontend and Backend Guru | Designer, Frontend and Backend Developer + +We've worked together for around 3 years, and between us we have over ten years of webdev experience. + +Whether it be our own startup or one of the many freelance projects we've completed together, we've always prided ourselves on pushing boundaries and doing new things. So when we heard about the Koding Hackathon, and saw the themes, we jumped right on to the idea. + +We can't wait to show everyone our idea. + +Goal +======= + +We plan to create a real time chat application with a very unique twist, keep an eye out! diff --git a/Teams/TeamFlex/team.json b/Teams/TeamFlex/team.json new file mode 100644 index 0000000..2ba5461 --- /dev/null +++ b/Teams/TeamFlex/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Flex", + "members": [ + { + "name": "Joshua Wood", + "twitter": "SK83RJOSH", + "koding": "SK83RJOSH", + "location": "Gettysburg, US", + "lead": true + }, + { + "name": "Brandon Teller", + "twitter": "brandonteller", + "koding": "brteller", + "location": "York, US" + } + ] +} From 5c500ec0ce2df63d33ecf4b4f30d1fe090507e4c Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 26 Nov 2014 10:26:45 -0500 Subject: [PATCH 118/262] Create team.json --- Teams/TeamHairball/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/TeamHairball/team.json diff --git a/Teams/TeamHairball/team.json b/Teams/TeamHairball/team.json new file mode 100644 index 0000000..f54548d --- /dev/null +++ b/Teams/TeamHairball/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Team Hairball", + "members": [ + { + "name": "Paul Bailey", + "twitter": "pizzapanther", + "koding": "pizzapanther", + "location": "League City, US" + }, + { + "name": "Chris Cauley", + "twitter": "lablackey", + "koding": "Chriscauley", + "location": "Houston, US" + } + ] +} From 8116c1c60bc62e3263fc36587a4ac6761715319d Mon Sep 17 00:00:00 2001 From: Ivan Kirichenko Date: Wed, 26 Nov 2014 22:27:20 +0700 Subject: [PATCH 119/262] Add megusta --- Teams/megusta/ABOUT.md | 22 ++++++++++++++++++++++ Teams/megusta/team.json | 12 ++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/megusta/ABOUT.md create mode 100644 Teams/megusta/team.json diff --git a/Teams/megusta/ABOUT.md b/Teams/megusta/ABOUT.md new file mode 100644 index 0000000..7e0f1db --- /dev/null +++ b/Teams/megusta/ABOUT.md @@ -0,0 +1,22 @@ + +# megusta + +I'm Ivan and I just looooooove little software and hardware helpers that make life easier. +But sometimes little things overgrow to big ugly monster, so it's better to kill them than develop -__-. +I hope, this time I'll focus on one thing and won't use whole bucket of technologies +just for one simple purpose. :) + +# What skills do I have? + +Well, I'm kinda web developer with mixin of mobile developer who can speak following languages +(and speaks them in daily life): + + - PHP + - golang + - C# (Silverlight) + - Javascript + +My idea is to work on gathering and processing one kind of statistics that will serve well to 80% +of possible users. I'll focus on usability, because "usable" thing means "something that helps me +every day". + diff --git a/Teams/megusta/team.json b/Teams/megusta/team.json new file mode 100644 index 0000000..67f0a3e --- /dev/null +++ b/Teams/megusta/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "megusta", + "members": [ + { + "name": "Ivan Kirichenko", + "twitter": "ivashkenguru", + "koding": "elgris", + "location": "Ho Chi Minh City, VN", + "lead": true + } + ] +} From d25e343fd76f9d10b6dfcbccd9104e11bb8c06f8 Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 26 Nov 2014 10:30:40 -0500 Subject: [PATCH 120/262] Create ABOUT.md --- Teams/TeamHairball/ABOUT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Teams/TeamHairball/ABOUT.md diff --git a/Teams/TeamHairball/ABOUT.md b/Teams/TeamHairball/ABOUT.md new file mode 100644 index 0000000..884fbe1 --- /dev/null +++ b/Teams/TeamHairball/ABOUT.md @@ -0,0 +1,26 @@ +# Team Hairball + +Hacking code and fur. + + +About your team +=========================== + +| Paul Bailey | Chris Cauley | sinan | emre +|--- |--- |--- |--- +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + From 11c112831ebcacade026f72fcd8dedb95d580cda Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 26 Nov 2014 10:31:16 -0500 Subject: [PATCH 121/262] Update team.json --- Teams/TeamHairball/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/TeamHairball/team.json b/Teams/TeamHairball/team.json index f54548d..5237aed 100644 --- a/Teams/TeamHairball/team.json +++ b/Teams/TeamHairball/team.json @@ -5,7 +5,8 @@ "name": "Paul Bailey", "twitter": "pizzapanther", "koding": "pizzapanther", - "location": "League City, US" + "location": "League City, US", + "lead": true }, { "name": "Chris Cauley", From 905b54ca8aceb596b37ae866f3f4447bc758c9c0 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:43:13 -0500 Subject: [PATCH 122/262] Create Team --- Teams/Altech/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Altech/team.json diff --git a/Teams/Altech/team.json b/Teams/Altech/team.json new file mode 100644 index 0000000..938e6f9 --- /dev/null +++ b/Teams/Altech/team.json @@ -0,0 +1,36 @@ +{ + "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", + "koding": "sent-hil", + "location": "Chennai, IN" + }, + { + "name": "Sinan Yasar", + "twitter": "sinanyasar", + "koding": "sinan", + "location": "San Francsico, US", + "lead": true + }, + { + "name": "Devrim Yasar", + "twitter": "devrimyasar", + "koding": "devrim", + "location": "San Francsico, US" + }, + { + "name": "Nitin Gupta", + "twitter": "gniting", + "koding": "nitin", + "location": "Turin, IT" + } + ] +} From 69957487bd773073c0e29d8a65b561afdf5949e5 Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 26 Nov 2014 10:49:20 -0500 Subject: [PATCH 123/262] Update ABOUT.md --- Teams/TeamHairball/ABOUT.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/Teams/TeamHairball/ABOUT.md b/Teams/TeamHairball/ABOUT.md index 884fbe1..fef3cbf 100644 --- a/Teams/TeamHairball/ABOUT.md +++ b/Teams/TeamHairball/ABOUT.md @@ -1,26 +1,19 @@ # Team Hairball -Hacking code and fur. +_Hacking code and fur_ -About your team -=========================== +## About The Team -| Paul Bailey | Chris Cauley | sinan | emre -|--- |--- |--- |--- -| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| Paul Bailey | Chris Cauley | +|--- |--- | +| ![Paul](https://e5c8d45663effab537aac1fb3c79230e1a2bfe17.googledrive.com/host/0B-GD95vnz4VFWmhqWTlNOWtWWDQ/pink-panther-pictures.jpg) | ![Chris](https://pbs.twimg.com/profile_images/492701386727903233/slSzD_g0.jpeg) | -Tell us who you are, why you did you decide to join? +Team Hairball is a team of Python hackers who also like to hack the frontend JS. More than winning we joined to have some fun and hopefully build something awesome. We live and breath for hacking and want to have fun competing with peers. -Judges will read this page before making a final decision, so write your story, make it emotional and impressive. -Tell us why you want to win. - - -About your skills and what you are going to do? -======= -Don't reveal too much about your project, this is a competition but maybe -you can tell us the technologies, APIs you are going to use and what kind -of application you are going to build. - -You can change your mind, that's ok. Just push an update here when you do. +## Our Skills +- Python +- Django +- Javascript +- AngularJS From 786dd59129f428d77e12cf2d1bb46e743e48506c Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 26 Nov 2014 10:49:56 -0500 Subject: [PATCH 124/262] Update ABOUT.md --- Teams/TeamHairball/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TeamHairball/ABOUT.md b/Teams/TeamHairball/ABOUT.md index fef3cbf..af34a78 100644 --- a/Teams/TeamHairball/ABOUT.md +++ b/Teams/TeamHairball/ABOUT.md @@ -9,7 +9,7 @@ _Hacking code and fur_ |--- |--- | | ![Paul](https://e5c8d45663effab537aac1fb3c79230e1a2bfe17.googledrive.com/host/0B-GD95vnz4VFWmhqWTlNOWtWWDQ/pink-panther-pictures.jpg) | ![Chris](https://pbs.twimg.com/profile_images/492701386727903233/slSzD_g0.jpeg) | -Team Hairball is a team of Python hackers who also like to hack the frontend JS. More than winning we joined to have some fun and hopefully build something awesome. We live and breath for hacking and want to have fun competing with peers. +Team Hairball is a team of Python hackers who also like to hack the frontend JS. More than winning, we joined to have some fun and hopefully build something awesome. We live and breath for hacking and want to have fun competing with peers. ## Our Skills From 92b750ba80c2cb5cb4b07f37e3b1708e4fa4dae1 Mon Sep 17 00:00:00 2001 From: Pavel Zet Date: Wed, 26 Nov 2014 17:50:47 +0200 Subject: [PATCH 125/262] add team.json --- Teams/DeadWookie/team.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Teams/DeadWookie/team.json diff --git a/Teams/DeadWookie/team.json b/Teams/DeadWookie/team.json new file mode 100644 index 0000000..ca8127d --- /dev/null +++ b/Teams/DeadWookie/team.json @@ -0,0 +1,31 @@ +{ + "teamName": "DeadWookie", + "members": [ + { + "name": "Eugene Ryabchenko", + "koding": "comentor", + "location": "Odessa, UA" + }, + { + "name": "Dmitry Banasko", + "koding": "imbad", + "location": "Odessa, UA" + }, + { + "name": "Sergey Malyuta", + "koding": "m-serge", + "location": "Odessa, UA" + }, + { + "name": "Vadim Marushevsky", + "koding": "makanaki", + "location": "Odessa, UA" + }, + { + "name": "Pavel Zet", + "koding": "zetorama", + "location": "Odessa, UA", + "lead": true + } + ] +} From 12f3e5e80cc1b0bc0d0d1737ab63c030b1cdda41 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:53:38 -0500 Subject: [PATCH 126/262] Team info --- Teams/Altech/ABOUT.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Teams/Altech/ABOUT.md diff --git a/Teams/Altech/ABOUT.md b/Teams/Altech/ABOUT.md new file mode 100644 index 0000000..37d08e7 --- /dev/null +++ b/Teams/Altech/ABOUT.md @@ -0,0 +1,34 @@ +##Altech + +#What we do + +We are an experienced team of coders having a combined more than 8 years of experience in hacking, coding and designing applications and other systems. We have written many websites, developed mods for games, developed a couple of games ourselves and hacked many features into different applications. + +#Languages + +Our favorite languages are: +-Java +-PHP +-C# +-C++ +-Python + +We also commonly work with +-Perl +-Ruby +-Lua +-Objective-C + +#About US +-Graham + -4 Years of Experience + -Favorite language is PHP + -Experienced Penetration Tester + -Front-end and UI person +-Alex + -4 Years of Experience + -Favorite language is Java + -Developed many game mods + -Back-end coding and networking person + +We live in North Carolina in the United States. From fcde3c20c001b8818726e6d15221fec447af0e8e Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:54:43 -0500 Subject: [PATCH 127/262] Update ABOUT.md --- Teams/Altech/ABOUT.md | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Teams/Altech/ABOUT.md b/Teams/Altech/ABOUT.md index 37d08e7..3afb446 100644 --- a/Teams/Altech/ABOUT.md +++ b/Teams/Altech/ABOUT.md @@ -1,34 +1,34 @@ -##Altech +#Altech -#What we do +###What we do We are an experienced team of coders having a combined more than 8 years of experience in hacking, coding and designing applications and other systems. We have written many websites, developed mods for games, developed a couple of games ourselves and hacked many features into different applications. -#Languages +###Languages Our favorite languages are: --Java --PHP --C# --C++ --Python +- Java +- PHP +- C# +- C++ +- Python We also commonly work with --Perl --Ruby --Lua --Objective-C +- Perl +- Ruby +- Lua +- Objective-C -#About US --Graham - -4 Years of Experience - -Favorite language is PHP - -Experienced Penetration Tester - -Front-end and UI person --Alex - -4 Years of Experience - -Favorite language is Java - -Developed many game mods - -Back-end coding and networking person +###About US +- Graham + - 4 Years of Experience + - Favorite language is PHP + - Experienced Penetration Tester + - Front-end and UI person +- Alex + - 4 Years of Experience + - Favorite language is Java + - Developed many game mods + - Back-end coding and networking person -We live in North Carolina in the United States. + From d4a74bd132d3af42072150f8791869c7e0ecd61c Mon Sep 17 00:00:00 2001 From: mavidser Date: Wed, 26 Nov 2014 21:24:46 +0530 Subject: [PATCH 128/262] Dingoes ate my baby --- Teams/Dingoes ate my baby/ABOUT.md | 13 +++++++++++++ Teams/Dingoes ate my baby/team.json | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 Teams/Dingoes ate my baby/ABOUT.md create mode 100644 Teams/Dingoes ate my baby/team.json diff --git a/Teams/Dingoes ate my baby/ABOUT.md b/Teams/Dingoes ate my baby/ABOUT.md new file mode 100644 index 0000000..cf47c4d --- /dev/null +++ b/Teams/Dingoes ate my baby/ABOUT.md @@ -0,0 +1,13 @@ +About me +=========================== + +| Sid +|--- +| ![Sid](https://avatars2.githubusercontent.com/u/4343949?v=3&s=460) + +I like tinker with the web. There isn't much to say. I like to code, and build new stuff. + +Skills +======= +Python, JS, HTML&CSS + diff --git a/Teams/Dingoes ate my baby/team.json b/Teams/Dingoes ate my baby/team.json new file mode 100644 index 0000000..de2928e --- /dev/null +++ b/Teams/Dingoes ate my baby/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Dingoes ate my baby", + "members": [ + { + "name": "Siddhartha Verma", + "twitter": "mavidser", + "koding": "mavidser", + "location": "Kanpur, IN" + } + ] +} From f3540ab0cb5433b2d0edcf13826542678e042517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Lob=C3=A3o=20Fernandes?= Date: Wed, 26 Nov 2014 13:55:06 -0200 Subject: [PATCH 129/262] Create Team.json --- Teams/Magusd/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Magusd/team.json diff --git a/Teams/Magusd/team.json b/Teams/Magusd/team.json new file mode 100644 index 0000000..45a76cb --- /dev/null +++ b/Teams/Magusd/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Vitor Lobão Fernandes", + "twitter": "unclelobs", + "koding": "unclelobs", + "location": "Curitiba, BR" + } + ] +} From 676e0746451114ea5b5d1806aecfa05389f042af Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Wed, 26 Nov 2014 09:55:16 -0600 Subject: [PATCH 130/262] updated Tony's koding username --- Teams/igHumble/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/igHumble/team.json b/Teams/igHumble/team.json index ef91ac3..65f1d1f 100644 --- a/Teams/igHumble/team.json +++ b/Teams/igHumble/team.json @@ -11,7 +11,7 @@ { "name": "Tony Truong", "twitter": "tonykqt", - "koding": "TBA", + "koding": "tonykqt", "location": "Sydney, AU" }, { From 923becc962a9e9ff0fcf00bac34aa2acbd0c0f54 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:57:42 -0500 Subject: [PATCH 131/262] Update team.json --- Teams/Altech/team.json | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/Teams/Altech/team.json b/Teams/Altech/team.json index 938e6f9..b3307c5 100644 --- a/Teams/Altech/team.json +++ b/Teams/Altech/team.json @@ -1,36 +1,17 @@ { - "teamName": "Team Koders", + "teamName": "Altech", "members": [ { - "name": "Full Name", - "twitter": "twitter acct no @", - "koding": "koding username", - "location": "city, 2 digit country code" + "name": "Alexander Allen", + "twitter": "altechminecraft", + "koding": "robodude", + "location": "Raleigh, US" }, { - "name": "Senthil A", - "twitter": "sent0hil", - "koding": "sent-hil", - "location": "Chennai, IN" - }, - { - "name": "Sinan Yasar", - "twitter": "sinanyasar", - "koding": "sinan", - "location": "San Francsico, US", - "lead": true - }, - { - "name": "Devrim Yasar", - "twitter": "devrimyasar", - "koding": "devrim", - "location": "San Francsico, US" - }, - { - "name": "Nitin Gupta", - "twitter": "gniting", - "koding": "nitin", - "location": "Turin, IT" + "name": "Graham Cleven", + "twitter": "altechminecraft", + "koding": "coolfish", + "location": "Raleigh, US" } ] } From 18e33532c16e9c7e90fd52eeec6f3db9c00e0f77 Mon Sep 17 00:00:00 2001 From: Anton Bahurinsky Date: Wed, 26 Nov 2014 18:00:29 +0200 Subject: [PATCH 132/262] Added team information --- Teams/Antonio/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Antonio/team.json diff --git a/Teams/Antonio/team.json b/Teams/Antonio/team.json new file mode 100644 index 0000000..73aecbc --- /dev/null +++ b/Teams/Antonio/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Antonio", + "members": [ + { + "name": "Anton Bahurinsky", + "twitter": "AntonioSanya16", + "koding": "antonio16", + "location": "Kyiv, UA", + "lead": true + } + ] +} From 13ef38fb41994a2af1ed559d90399bea6163b029 Mon Sep 17 00:00:00 2001 From: cakesofwrath Date: Wed, 26 Nov 2014 11:01:35 -0500 Subject: [PATCH 133/262] cool_kid_alert started --- Teams/cool_kid_alert/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/cool_kid_alert/team.json diff --git a/Teams/cool_kid_alert/team.json b/Teams/cool_kid_alert/team.json new file mode 100644 index 0000000..c1e12d9 --- /dev/null +++ b/Teams/cool_kid_alert/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "cool_kid_alert", + "members": [ + { + "name":"Alan Dai", + "koding":"cakesofwrath", + "location":"Albany, US", + "lead":true + } + ] +} From 7dccc65c41b24a3022e379eff945f9442ecef38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20El=C3=B3i?= Date: Wed, 26 Nov 2014 16:08:12 +0000 Subject: [PATCH 134/262] update carlos koding --- Teams/Cheers/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Cheers/team.json b/Teams/Cheers/team.json index e7fe4cc..4f0a8d5 100644 --- a/Teams/Cheers/team.json +++ b/Teams/Cheers/team.json @@ -4,7 +4,7 @@ { "name": "Carlos Fernandes", "twitter": "", - "koding": "", + "koding": "carlosjs89", "location": "Lisbon, PT" }, { @@ -20,4 +20,4 @@ "location": "Lisbon, PT" } ] -} \ No newline at end of file +} From db1e2dcb62db8ddaf4a3d173e57b69ee1854b24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Lob=C3=A3o=20Fernandes?= Date: Wed, 26 Nov 2014 14:08:20 -0200 Subject: [PATCH 135/262] Create ABOUT.md --- Teams/Magusd/ABOUT.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Teams/Magusd/ABOUT.md diff --git a/Teams/Magusd/ABOUT.md b/Teams/Magusd/ABOUT.md new file mode 100644 index 0000000..7278104 --- /dev/null +++ b/Teams/Magusd/ABOUT.md @@ -0,0 +1,34 @@ +Magusd +================ + +I love studying, programming, freelancing and finding out about new technologies. +I am not an first hander developer. I like waiting for things to get mature before jumping in and dedicating hours. + + +About your team +=========================== + +| Magusd | +|--- | +| ![Magusd](https://avatars2.githubusercontent.com/u/6398874?v=3&s=460) | + +I am just a developer trying to make a difference. I quit college in the last year to study what I want to study. +The picture you see is me when I was 19 after serving the army here in Brazil. Why did I serve? Just for the sake of it. +I wanted to loose some weight and get paid to do so, at least, that was how I was looking at it. +Turned out to be one of the greatest experiences of my life and I am fucking proud of it. + +I was born in the favelas of Rio de Janeiro, my parents managed to move out from Rio to Curitiba, where I currently live in. +Here I managed to get a great education, entered one of the best public schools and got a 100% schollarship from the government and started studying Computer Science at the Catholic University. + +I am proud of my achievements but, as I you can see, I am facing this single handed. Why? Because I can't find people that are commited as I am. + +I have great friends, don't get me wrong, but none of them is into programming. So, it's just me again facing challenges. +Hahaha + + +My Stack +======= +- PHP using Laravel +- Javascript (jQuery, AngularJS) +- PostgresSQL +- Phonegap (maybe) From 49f60d5792c9fd47483d05d458bb903eee913b67 Mon Sep 17 00:00:00 2001 From: spidergears Date: Wed, 26 Nov 2014 21:39:17 +0530 Subject: [PATCH 136/262] Team CodeRabbits Added info --- Teams/CodeRabbits/ABOUT.md | 7 +++++++ Teams/CodeRabbits/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Teams/CodeRabbits/ABOUT.md create mode 100644 Teams/CodeRabbits/team.json diff --git a/Teams/CodeRabbits/ABOUT.md b/Teams/CodeRabbits/ABOUT.md new file mode 100644 index 0000000..2c1f84d --- /dev/null +++ b/Teams/CodeRabbits/ABOUT.md @@ -0,0 +1,7 @@ +We are CodeRabbits. +=================== + +Deepak| Jiren |Sachin |Siva +![](http://joshsoftware.com/assets/team/deepak-3f343125185c28aa0c8f87b66e39f8e8.jpg) |![](http://joshsoftware.com/assets/team/jiren-c4e5567226bb5b35deea6bbebffd0b2c.png) |![](https://gitlab.com//uploads/user/avatar/38483/10448245_10152860504609045_7527272152737046816_n.jpg) |[](http://joshsoftware.com/assets/team/siva_gollapalli-c756fa4136bbd16be61cb907df9d3034.jpg) + +More coming soon... diff --git a/Teams/CodeRabbits/team.json b/Teams/CodeRabbits/team.json new file mode 100644 index 0000000..9467575 --- /dev/null +++ b/Teams/CodeRabbits/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "CodeRabbits", + "members": [ + { + "name": "Deepak Singh", + "twitter": "spider_gears", + "koding": "spidergears", + "location": "Pune, IN", + "lead": true + }, + { + "name": "Jiren Patel", + "twitter": "__jiren", + "koding": "jiren", + "location": "Pune, IN" + }, + { + "name": "Sachin Kamble", + "twitter": "clistesoft", + "koding": "sinan", + "location": "Pune, IN" + }, + { + "name": "Siva Gollapalli", + "twitter": "sivagollapalli", + "koding": "sivagollapalli", + "location": "Pune, IN" + } + ] +} From 940f4d9498f0dc5d2679bd21ab52b685243cbee0 Mon Sep 17 00:00:00 2001 From: SpiderGears Date: Wed, 26 Nov 2014 21:43:48 +0530 Subject: [PATCH 137/262] Update ABOUT.md --- Teams/CodeRabbits/ABOUT.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Teams/CodeRabbits/ABOUT.md b/Teams/CodeRabbits/ABOUT.md index 2c1f84d..4a5b931 100644 --- a/Teams/CodeRabbits/ABOUT.md +++ b/Teams/CodeRabbits/ABOUT.md @@ -1,7 +1,5 @@ We are CodeRabbits. =================== - -Deepak| Jiren |Sachin |Siva -![](http://joshsoftware.com/assets/team/deepak-3f343125185c28aa0c8f87b66e39f8e8.jpg) |![](http://joshsoftware.com/assets/team/jiren-c4e5567226bb5b35deea6bbebffd0b2c.png) |![](https://gitlab.com//uploads/user/avatar/38483/10448245_10152860504609045_7527272152737046816_n.jpg) |[](http://joshsoftware.com/assets/team/siva_gollapalli-c756fa4136bbd16be61cb907df9d3034.jpg) +![Deepak](http://joshsoftware.com/assets/team/deepak-3f343125185c28aa0c8f87b66e39f8e8.jpg) ![Jiren](http://joshsoftware.com/assets/team/jiren-c4e5567226bb5b35deea6bbebffd0b2c.png) ![Sachin](https://gitlab.com//uploads/user/avatar/38483/10448245_10152860504609045_7527272152737046816_n.jpg) ![Siva](http://joshsoftware.com/assets/team/siva_gollapalli-c756fa4136bbd16be61cb907df9d3034.jpg) More coming soon... From 62ec8b50efb8f6bf27f3491f5e77f2a450d1db73 Mon Sep 17 00:00:00 2001 From: SpiderGears Date: Wed, 26 Nov 2014 21:44:24 +0530 Subject: [PATCH 138/262] Update ABOUT.md --- Teams/CodeRabbits/ABOUT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Teams/CodeRabbits/ABOUT.md b/Teams/CodeRabbits/ABOUT.md index 4a5b931..3d59102 100644 --- a/Teams/CodeRabbits/ABOUT.md +++ b/Teams/CodeRabbits/ABOUT.md @@ -1,5 +1,4 @@ We are CodeRabbits. =================== -![Deepak](http://joshsoftware.com/assets/team/deepak-3f343125185c28aa0c8f87b66e39f8e8.jpg) ![Jiren](http://joshsoftware.com/assets/team/jiren-c4e5567226bb5b35deea6bbebffd0b2c.png) ![Sachin](https://gitlab.com//uploads/user/avatar/38483/10448245_10152860504609045_7527272152737046816_n.jpg) ![Siva](http://joshsoftware.com/assets/team/siva_gollapalli-c756fa4136bbd16be61cb907df9d3034.jpg) More coming soon... From 1af6ed239d6f80bcf42738d936830c9d8394987d Mon Sep 17 00:00:00 2001 From: Pavel Zet Date: Wed, 26 Nov 2014 18:15:10 +0200 Subject: [PATCH 139/262] add draft for ABOUT.md --- Teams/DeadWookie/ABOUT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/DeadWookie/ABOUT.md diff --git a/Teams/DeadWookie/ABOUT.md b/Teams/DeadWookie/ABOUT.md new file mode 100644 index 0000000..73d8c47 --- /dev/null +++ b/Teams/DeadWookie/ABOUT.md @@ -0,0 +1,13 @@ +# DeadWookie # + +_TODO: update this page_ + + +## Who we are ## + +We are like the superheroes league, like the ninja turtles, like the musketeers. And yes, we have Hulk. + + +## What we do ## + +Actually, brainstorming… From e41774c82d924a322a25fd85c53978c03b3e1f6e Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 21:46:17 +0530 Subject: [PATCH 140/262] Added team information --- Teams/Hurricane/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Hurricane/team.json diff --git a/Teams/Hurricane/team.json b/Teams/Hurricane/team.json new file mode 100644 index 0000000..92fb4d4 --- /dev/null +++ b/Teams/Hurricane/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Hurricane", + "members": [ + { + "name": "Anushka Sandaruwan Samaranayake", + "twitter": "AnushkaSandaru1", + "koding": "anushkasandaruwan", + "location": "Colombo, SL", + "lead": true + }, + { + "name": "Grainier Perera", + "twitter": "_grainier", + "koding": "grainier", + "location": "Colombo, SL" + }, + { + "name": "Praminda Jayawardana", + "twitter": "pramindabj", + "koding": "praminda", + "location": "Colombo, SL" + }, + { + "name": "Yehan Pemarathne", + "twitter": "yehancha", + "koding": "yehancha", + "location": "Colombo, SL" + } + ] +} From 6b0980102a9132bc3d66dde504fb4a586c198a51 Mon Sep 17 00:00:00 2001 From: cakesofwrath Date: Wed, 26 Nov 2014 11:19:35 -0500 Subject: [PATCH 141/262] added about.md --- Teams/cool_kid_alert/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/cool_kid_alert/ABOUT.md diff --git a/Teams/cool_kid_alert/ABOUT.md b/Teams/cool_kid_alert/ABOUT.md new file mode 100644 index 0000000..274143f --- /dev/null +++ b/Teams/cool_kid_alert/ABOUT.md @@ -0,0 +1,19 @@ +cool_kid_alert +================ +Just a high schooler on the east coast who wants to test his skills. I doubt I will win, but I just want to see what participating feels like. + +Never really knew what I wanted to do until my first day of Freshman year, when I walked into Computer Science class Period 1. +Hello World in Java seemed magical to me, and I knew exactly what I wanted to do when I "grew up". +Since then, I've tried to learn as much as I can, as fast I can. +I found myself overreaching at one point, trying to become a coding polyglot- I was trying to learn 3 or more languages at once, which did not work. So I focused on learning a few things, and learning them well. + +And I got an internship at an informatics lab! + +Skills/Experience +================ +Javascript, Java, HTML/CSS. +D3.js, Node, Sails. + +I want to make an interactive website to explain and visualize the severity of Global Warming with interactive charts of all shapes and sizes. +Obviously, I'd use d3.js for that. +Another cool idea would be a way for people to highlight the most important parts of a legal document for users to read and then some sort of game to make sure people read those sentences, at least. From 184f92196f9587ba4af1bf6de2c8031fac66747f Mon Sep 17 00:00:00 2001 From: Support Date: Wed, 26 Nov 2014 11:20:38 -0500 Subject: [PATCH 142/262] Adding team helwa --- Teams/Helwa/ABOUT.md | 17 +++++ Teams/Helwa/team.json | 160 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+) create mode 100644 Teams/Helwa/ABOUT.md create mode 100644 Teams/Helwa/team.json diff --git a/Teams/Helwa/ABOUT.md b/Teams/Helwa/ABOUT.md new file mode 100644 index 0000000..8959ae7 --- /dev/null +++ b/Teams/Helwa/ABOUT.md @@ -0,0 +1,17 @@ +This is our page +================ + +We are team Helwa, and we aim to create a recipe visualization tool that auto-curates recipe instructions and ingredient lists into an easy-to-use graphic. + +OUR TEAM +=========================== + +#### MEMBERS + +We are ahmedlogic & sarvagyavaish + +OUR SKILLS +======= + +We both enjoy spontaneous projects and enjoy a love for Linux and open source technology. We have experience with multiple coding technologies such as Python frameworks, Ruby on Rails, Java, C#, and as low level as C. We also aren't afraid to delve into the hardware and the occasional spark. + diff --git a/Teams/Helwa/team.json b/Teams/Helwa/team.json new file mode 100644 index 0000000..fe94981 --- /dev/null +++ b/Teams/Helwa/team.json @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

{

+
+


+
+

  "teamName": "Team Koders",

+
+


+
+

  "members": [

+
+


+
+

    {

+
+


+
+

      "name": “Ahmed Ismail“,

+
+


+
+

      "twitter": “ahmedlogik,

+
+


+
+

      "koding": “ahmedlogic”,

+
+


+
+

      "location": “Atlanta, GA“

+
+


+
+

    },

+
+


+
+

    {

+
+


+
+

      "name": “Sarvagya Vaish”,

+
+


+
+

      "twitter": “Sarvagya7”,

+
+


+
+

      "koding": "sent-hil",

+
+


+
+

      "location": “Miami, FL”

+
+


+
+

    }

+
+


+
+

  ]

+
+


+
+

}

+
+ + From 87c242d5762fa0e027a8905e3abf51d46daf5616 Mon Sep 17 00:00:00 2001 From: Anton Bahurinsky Date: Wed, 26 Nov 2014 18:26:02 +0200 Subject: [PATCH 143/262] Added an ABOUT file --- Teams/Antonio/ABOUT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Antonio/ABOUT.md diff --git a/Teams/Antonio/ABOUT.md b/Teams/Antonio/ABOUT.md new file mode 100644 index 0000000..58f0e67 --- /dev/null +++ b/Teams/Antonio/ABOUT.md @@ -0,0 +1,30 @@ + +# Antonio + +Hi! I'm an individual developer, excited to participate in the Hackathon. + +## About Me + +My name is Anton, you can also call me Antonio. I didn't think much about team name, it got to be just my name:). +I'm a PHP developer, also good in JavaScript. For backend I'm using PHP framework called Yii 2. This powerful thing +leads PHP on completely different level. +And of course I like frontend too, so I got to be familiar with HTML, CSS and JavaScript, partly jQuery, an +awesome JavaScript library. + +Looking forward when the koding battle begins... And let the strongest to win! + +## Languages and tools I like + +-- Yii Framework v2.0 (based on PHP) +-- jQuery (based on JavaScript) +-- HTML 5, CSS 3 +-- DBMS: MySQL or MongoDb +-- Twitter Bootstrap (honestly didn't use, but want to try (!) ) + +-- and Java (I know it is completely different from PHP, but since I tried it, I really liked it. Although I'm not going +to use it for the Hackathon, because don't have enough XP fro that.) + +## About my project + +Most of all I want my project to be really useful for people. It is a primary purpose, because if it becomes useful, it is +always possible to make it awesome. From 3859a59f3806867de8d8dee23c026fefcf26e674 Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Wed, 26 Nov 2014 21:57:30 +0530 Subject: [PATCH 144/262] Added IQHacker --- Teams/IQHacker/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/IQHacker/team.json | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/IQHacker/ABOUT.md create mode 100644 Teams/IQHacker/team.json diff --git a/Teams/IQHacker/ABOUT.md b/Teams/IQHacker/ABOUT.md new file mode 100644 index 0000000..667bdc6 --- /dev/null +++ b/Teams/IQHacker/ABOUT.md @@ -0,0 +1,25 @@ +IQHacker +================ + +We are Team IQHacker, a team of 3 iOS Developers. We all are located in Indore(India). + +We met when we all are freshers in the field of iOS development. We like to work together as a team. + +About us +=========================== + +| Iftekhar | Mayur | Shrejas | +|--- |--- |--- | +| ![Iftekhar](https://avatars2.githubusercontent.com/u/3831495?v=3&s=400) | ![Mayur](https://avatars0.githubusercontent.com/u/5563481?v=3&s=400) | ![Shrejas](https://avatars2.githubusercontent.com/u/6254934?v=3&s=400) | + + +Our team has all iOS developers but with different skills. +Iftekhar has a very good technical skills, while Mayur has the ability to think each thing in a very broader way with a very good programming skills, his memorization power is awesome. Shrejas is a Star in our team, he has the ability to manage the ongoing work in a best mannger, he alway eager to gain more with the new challenges. + + +Our Skills +======= +- iOS +- Objective-C +- Swift + diff --git a/Teams/IQHacker/team.json b/Teams/IQHacker/team.json new file mode 100644 index 0000000..8ea8000 --- /dev/null +++ b/Teams/IQHacker/team.json @@ -0,0 +1,21 @@ +{ + "teamName": "IQHacker", + "members": [ + { + "name": "Iftekhar", + "koding": "hackiftekhar", + "location": "Indore, India" + "lead": true + }, + { + "name": "Mayur", + "koding": "mayur43s", + "location": "Indore, India", + }, + { + "name": "Mayur", + "koding": "mayur43s", + "location": "Indore, India", + } + ] +} From d1ba1e10fd7a6af75bb385c1b84e8c7ada3c1388 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 21:58:32 +0530 Subject: [PATCH 145/262] Added an about file --- Teams/Hurricane/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Hurricane/ABOUT.md diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md new file mode 100644 index 0000000..0d9dc6b --- /dev/null +++ b/Teams/Hurricane/ABOUT.md @@ -0,0 +1,18 @@ + +# Hurricane + +We are bunch of CrAzY developers. + +## About Us + +-Anushka: My name is Anushka. +-Grainier: My name is Grainier. +-Praminda: My name is Praminda. +-Yehan: My name is Yehan. + +## Languages we love +-JavaScript +-PHP +-JAVA +-CSS +-HTML!!! From 756ac21cf7c940d940d7b586bc1dd0a346adc69a Mon Sep 17 00:00:00 2001 From: Mohd Iftekhar Qurashi Date: Wed, 26 Nov 2014 22:00:35 +0530 Subject: [PATCH 146/262] Update ABOUT.md --- Teams/IQHacker/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/IQHacker/ABOUT.md b/Teams/IQHacker/ABOUT.md index 667bdc6..2ac4e2c 100644 --- a/Teams/IQHacker/ABOUT.md +++ b/Teams/IQHacker/ABOUT.md @@ -14,7 +14,7 @@ About us Our team has all iOS developers but with different skills. -Iftekhar has a very good technical skills, while Mayur has the ability to think each thing in a very broader way with a very good programming skills, his memorization power is awesome. Shrejas is a Star in our team, he has the ability to manage the ongoing work in a best mannger, he alway eager to gain more with the new challenges. +Iftekhar has a very good technical skills, while Mayur has the ability to imagine each thing in a very broader way with a very good programming skills, his memorization power is awesome. Shrejas is a Star in our team, he has the ability to manage the ongoing work in a best mannger, he always eager to gain more with the new challenges. Our Skills From 2de19f0533d1ad6268060a1504064a83e1068461 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:02:02 +0530 Subject: [PATCH 147/262] Update about page_1 --- Teams/Hurricane/ABOUT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 0d9dc6b..c38f6fc 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -5,10 +5,10 @@ We are bunch of CrAzY developers. ## About Us --Anushka: My name is Anushka. --Grainier: My name is Grainier. --Praminda: My name is Praminda. --Yehan: My name is Yehan. +-Anushka : My name is Anushka. +-Grainier : My name is Grainier. +-Praminda : My name is Praminda. +-Yehan : My name is Yehan. ## Languages we love -JavaScript From e1c98d1c32316d124b2ae4b93687cb57d054cf90 Mon Sep 17 00:00:00 2001 From: Mohd Iftekhar Qurashi Date: Wed, 26 Nov 2014 22:02:09 +0530 Subject: [PATCH 148/262] Update team.json --- Teams/IQHacker/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/IQHacker/team.json b/Teams/IQHacker/team.json index 8ea8000..542543a 100644 --- a/Teams/IQHacker/team.json +++ b/Teams/IQHacker/team.json @@ -4,7 +4,7 @@ { "name": "Iftekhar", "koding": "hackiftekhar", - "location": "Indore, India" + "location": "Indore, India", "lead": true }, { From d9cac2c3cf050a7708ec11439d1f04f3dc515b3b Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Wed, 26 Nov 2014 22:04:21 +0530 Subject: [PATCH 149/262] Addd twitter in json --- Teams/IQHacker/team.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Teams/IQHacker/team.json b/Teams/IQHacker/team.json index 8ea8000..c1b7d2b 100644 --- a/Teams/IQHacker/team.json +++ b/Teams/IQHacker/team.json @@ -3,17 +3,20 @@ "members": [ { "name": "Iftekhar", + "twitter": "", "koding": "hackiftekhar", "location": "Indore, India" "lead": true }, { "name": "Mayur", + "twitter": "", "koding": "mayur43s", "location": "Indore, India", }, { "name": "Mayur", + "twitter": "", "koding": "mayur43s", "location": "Indore, India", } From ca4ec82eef00f0efd571df1571b936e2d219c724 Mon Sep 17 00:00:00 2001 From: Anton Bahurinsky Date: Wed, 26 Nov 2014 18:35:28 +0200 Subject: [PATCH 150/262] Updated ABOUT file --- Teams/Antonio/ABOUT.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Teams/Antonio/ABOUT.md b/Teams/Antonio/ABOUT.md index 58f0e67..0b6fa74 100644 --- a/Teams/Antonio/ABOUT.md +++ b/Teams/Antonio/ABOUT.md @@ -8,18 +8,18 @@ Hi! I'm an individual developer, excited to participate in the Hackathon. My name is Anton, you can also call me Antonio. I didn't think much about team name, it got to be just my name:). I'm a PHP developer, also good in JavaScript. For backend I'm using PHP framework called Yii 2. This powerful thing leads PHP on completely different level. -And of course I like frontend too, so I got to be familiar with HTML, CSS and JavaScript, partly jQuery, an +And of course I like frontend too, so I got to be familiar with HTML, CSS and JavaScript, especially jQuery, an awesome JavaScript library. Looking forward when the koding battle begins... And let the strongest to win! ## Languages and tools I like --- Yii Framework v2.0 (based on PHP) --- jQuery (based on JavaScript) --- HTML 5, CSS 3 --- DBMS: MySQL or MongoDb --- Twitter Bootstrap (honestly didn't use, but want to try (!) ) +-- [Yii Framework](http://www.yiiframework.com/) v2.0 (based on PHP) +-- [jQuery](http://jquery.com/) (based on JavaScript) +-- HTML 5, CSS 3 +-- DBMS: MySQL or [MongoDb](https://www.mongodb.org/) +-- [Twitter Bootstrap](http://getbootstrap.com/2.3.2/) (honestly didn't use, but want to try (!) ) -- and Java (I know it is completely different from PHP, but since I tried it, I really liked it. Although I'm not going to use it for the Hackathon, because don't have enough XP fro that.) From b7f64cd1178c79774d2ce229f9048ddfc24c0bd0 Mon Sep 17 00:00:00 2001 From: Anton Bahurinsky Date: Wed, 26 Nov 2014 18:37:39 +0200 Subject: [PATCH 151/262] Updated ABOUT file --- Teams/Antonio/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Antonio/ABOUT.md b/Teams/Antonio/ABOUT.md index 0b6fa74..83eb7ec 100644 --- a/Teams/Antonio/ABOUT.md +++ b/Teams/Antonio/ABOUT.md @@ -22,7 +22,7 @@ Looking forward when the koding battle begins... And let the strongest to win! -- [Twitter Bootstrap](http://getbootstrap.com/2.3.2/) (honestly didn't use, but want to try (!) ) -- and Java (I know it is completely different from PHP, but since I tried it, I really liked it. Although I'm not going -to use it for the Hackathon, because don't have enough XP fro that.) +to use it for the Hackathon, because don't have enough XP for that.) ## About my project From 6979729452e56a8b19ccb299b11121ec652622a2 Mon Sep 17 00:00:00 2001 From: zs Date: Wed, 26 Nov 2014 17:39:01 +0100 Subject: [PATCH 152/262] Added team codingkitten. --- Teams/codingkitten/ABOUT.md | 7 +++++++ Teams/codingkitten/team.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 Teams/codingkitten/ABOUT.md create mode 100644 Teams/codingkitten/team.json diff --git a/Teams/codingkitten/ABOUT.md b/Teams/codingkitten/ABOUT.md new file mode 100644 index 0000000..36e7d95 --- /dev/null +++ b/Teams/codingkitten/ABOUT.md @@ -0,0 +1,7 @@ +About codingkitten +=========================== +I'm a ruby/rails developer from Hungary. + +About your skills and what you are going to do? +======= +I'm planning to work on topic #2 (Introducing software development to a beginner (games!)). diff --git a/Teams/codingkitten/team.json b/Teams/codingkitten/team.json new file mode 100644 index 0000000..9cfc770 --- /dev/null +++ b/Teams/codingkitten/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "codingkitten", + "members": [ + { + "name": "Zsófia Balogh", + "koding": "luckythirteen", + "location": "Budapest, HU" + } + ] +} From 50c1585e8b2d84b23cea3b0dd4f7215bba915de4 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:09:47 +0530 Subject: [PATCH 153/262] Update about page_2 --- Teams/Hurricane/ABOUT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index c38f6fc..54eded0 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -5,10 +5,10 @@ We are bunch of CrAzY developers. ## About Us --Anushka : My name is Anushka. --Grainier : My name is Grainier. --Praminda : My name is Praminda. --Yehan : My name is Yehan. +| Anushka | Grainier | Praminda | Yehan +|--- |--- |--- |--- +| ![Anushka](https://pbs.twimg.com/profile_images/537646278746726400/65s2YpP6.jpeg) | ![Grainier](https://pbs.twimg.com/profile_images/2086027014/4uP53X72) | ![Praminda](https://pbs.twimg.com/profile_images/3048579121/d050957532e5383d5523d6dd7b7561b7.jpeg) | ![Yehan](https://pbs.twimg.com/profile_images/378800000108519312/0edf97424347830cf2abddf31aa8f8ee.jpeg) | + ## Languages we love -JavaScript From b1a3c6ab3bcadbb7c33a7f4ec969e302fa0036fc Mon Sep 17 00:00:00 2001 From: Yishu Dai Date: Wed, 26 Nov 2014 10:40:34 -0600 Subject: [PATCH 154/262] Added team information --- Teams/TeamCookie/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/TeamCookie/team.json diff --git a/Teams/TeamCookie/team.json b/Teams/TeamCookie/team.json new file mode 100644 index 0000000..e8178ee --- /dev/null +++ b/Teams/TeamCookie/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Cookie", + "members": [ + { + "name": "Yishu Dai", + "twitter": "twitter acct no @", + "koding": "yishudai", + "location": "Northfield, US" + } + ] +} From 5921bcd3a58a61108575a149d462ebebcec2518a Mon Sep 17 00:00:00 2001 From: Yishu Dai Date: Wed, 26 Nov 2014 10:49:27 -0600 Subject: [PATCH 155/262] Added an about file --- Teams/TeamCookie/ABOUT.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/TeamCookie/ABOUT.md diff --git a/Teams/TeamCookie/ABOUT.md b/Teams/TeamCookie/ABOUT.md new file mode 100644 index 0000000..6de9c69 --- /dev/null +++ b/Teams/TeamCookie/ABOUT.md @@ -0,0 +1,22 @@ + +#Team Cookie + +Hi, I'm Yishu. I should be doing homework right now, but this koding thing sounds so cool. + +## About me + +A few years ago, I took a programming class in high school +Became a little familiar with C +And totally fell in love with programming + +Now I'm in college, took my first physics class, +we used vPython during lab to model physics, +and now I'm even more in love with coding + + +It makes me happy :) + +## Languages + +vPython (python?) +C From 7d508c80616e1e3e249eb00c59031bcb75ab14cd Mon Sep 17 00:00:00 2001 From: Yishu Dai Date: Wed, 26 Nov 2014 10:50:16 -0600 Subject: [PATCH 156/262] Update ABOUT.md --- Teams/TeamCookie/ABOUT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/TeamCookie/ABOUT.md b/Teams/TeamCookie/ABOUT.md index 6de9c69..16e1163 100644 --- a/Teams/TeamCookie/ABOUT.md +++ b/Teams/TeamCookie/ABOUT.md @@ -5,13 +5,13 @@ Hi, I'm Yishu. I should be doing homework right now, but this koding thing sound ## About me -A few years ago, I took a programming class in high school -Became a little familiar with C -And totally fell in love with programming +A few years ago, I took a programming class in high school, +became a little familiar with C, +and totally fell in love with programming. Now I'm in college, took my first physics class, we used vPython during lab to model physics, -and now I'm even more in love with coding +and now I'm even more in love with coding. It makes me happy :) From f579fb6cebd8880c3139b712ad24701f683ebc80 Mon Sep 17 00:00:00 2001 From: Yishu Dai Date: Wed, 26 Nov 2014 10:50:31 -0600 Subject: [PATCH 157/262] Update ABOUT.md --- Teams/TeamCookie/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TeamCookie/ABOUT.md b/Teams/TeamCookie/ABOUT.md index 16e1163..fcf4eb9 100644 --- a/Teams/TeamCookie/ABOUT.md +++ b/Teams/TeamCookie/ABOUT.md @@ -18,5 +18,5 @@ It makes me happy :) ## Languages -vPython (python?) +vPython (python?), C From 09c4fc96c4833fe288a0644d68d6aaf8c95ed3d5 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:20:34 +0530 Subject: [PATCH 158/262] Update about page_3 --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 54eded0..06bd6bf 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -7,7 +7,7 @@ We are bunch of CrAzY developers. | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://pbs.twimg.com/profile_images/537646278746726400/65s2YpP6.jpeg) | ![Grainier](https://pbs.twimg.com/profile_images/2086027014/4uP53X72) | ![Praminda](https://pbs.twimg.com/profile_images/3048579121/d050957532e5383d5523d6dd7b7561b7.jpeg) | ![Yehan](https://pbs.twimg.com/profile_images/378800000108519312/0edf97424347830cf2abddf31aa8f8ee.jpeg) | +| ![Anushka](https://media.licdn.com/media/p/7/000/1d0/35e/3b20e07.jpg) | ![Grainier](https://media.licdn.com/media/p/7/005/065/1f8/1abc1c9.jpg) | ![Praminda](https://media.licdn.com/media/p/8/005/075/1df/3fa41b0.jpg) | ![Yehan](https://media.licdn.com/media/p/4/005/06d/2f6/2229270.jpg) | ## Languages we love From b85180effd9aea3379263f3f24524cbf5a1f9623 Mon Sep 17 00:00:00 2001 From: hackiftekhar Date: Wed, 26 Nov 2014 22:20:41 +0530 Subject: [PATCH 159/262] Fix country name --- Teams/IQHacker/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/IQHacker/team.json b/Teams/IQHacker/team.json index 3baa835..d040eba 100644 --- a/Teams/IQHacker/team.json +++ b/Teams/IQHacker/team.json @@ -5,20 +5,20 @@ "name": "Iftekhar", "twitter": "", "koding": "hackiftekhar", - "location": "Indore, India", + "location": "Indore, IN", "lead": true }, { "name": "Mayur", "twitter": "", "koding": "mayur43s", - "location": "Indore, India", + "location": "Indore, IN", }, { "name": "Mayur", "twitter": "", "koding": "mayur43s", - "location": "Indore, India", + "location": "Indore, IN", } ] } From 5a3a2856cc7ca3d64b75881ebf5173c04dc4ecfc Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:28:41 +0530 Subject: [PATCH 160/262] Update about page_5 --- Teams/Hurricane/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 06bd6bf..1519206 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -1,7 +1,8 @@ # Hurricane -We are bunch of CrAzY developers. +We are a bunch of student who are following a BEng Software Engineering degree course. +We always are looking for new technologies and new ways to find solutions for real world problems. ## About Us From c8cc090552f36e7e2a0d533ee3eb6e3a0e6b5f20 Mon Sep 17 00:00:00 2001 From: Oleksiy Syvokon Date: Wed, 26 Nov 2014 18:59:07 +0200 Subject: [PATCH 161/262] Add team members --- Teams/enkoded/ABOUT.md | 17 +++++++++++------ Teams/enkoded/team.json | 20 +++++++++++++++++++- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/Teams/enkoded/ABOUT.md b/Teams/enkoded/ABOUT.md index 27f7706..395a4a5 100644 --- a/Teams/enkoded/ABOUT.md +++ b/Teams/enkoded/ABOUT.md @@ -1,16 +1,21 @@ About your team =========================== -| sergiy | oleksiy +| marina | sergiy | oleksiy | rudeg | yurk |--- |--- -| ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) +| ![Marina](https://avatars0.githubusercontent.com/u/538843?v=3&s=400) | ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) | ![Sergii](https://avatars2.githubusercontent.com/u/1915554?v=3&s=400) | [Yurk](https://avatars1.githubusercontent.com/u/4581398?v=3&s=400) -We are two fathers who want to teach their (and any other, really!) -children to code starting early childhood. +We all live in the same city and know each other personally, but never tried +to work together... So why not try? After all, who would resist opportunity +to spent 48 hours coding? :) About your skills and what you are going to do? ======= -One of us is a professional Java developer, other is pythonist, but at the -same time we both share love to functional programming. +We are two Jav , one Python, and two Javascript developers. +Chances are that we're going to code in a completely different stack +(Clojure/ClojureScript?) though. + +Our goal is to scratch our own pain and to build service that would help +to write cleaner foreign language. Natural language, I mean, like English. diff --git a/Teams/enkoded/team.json b/Teams/enkoded/team.json index 1e024ac..4fa05ce 100644 --- a/Teams/enkoded/team.json +++ b/Teams/enkoded/team.json @@ -13,6 +13,24 @@ "twitter": "", "koding": "wulf", "location": "Kharkiv, UA" - } + }, + { + "name": "Yurk Shapkin", + "twitter": "", + "koding": "yurk", + "location": "Kharkiv, UA" + }, + { + "name": "Sergii Rudenko", + "twitter": "", + "koding": "rudeg", + "location": "Kharkiv, UA" + }, + { + "name": "Marina Chernyavskaya", + "twitter": "", + "koding": "mchernyavska", + "location": "Kharkiv, UA" + } ] } From be566c772e77346ae82b7e716e05b525984da2a3 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:30:46 +0530 Subject: [PATCH 162/262] Update about page_6 --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 1519206..083c690 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -8,7 +8,7 @@ We always are looking for new technologies and new ways to find solutions for re | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://media.licdn.com/media/p/7/000/1d0/35e/3b20e07.jpg) | ![Grainier](https://media.licdn.com/media/p/7/005/065/1f8/1abc1c9.jpg) | ![Praminda](https://media.licdn.com/media/p/8/005/075/1df/3fa41b0.jpg) | ![Yehan](https://media.licdn.com/media/p/4/005/06d/2f6/2229270.jpg) | +| ![Anushka](https://media.licdn.com/media/p/7/000/1d0/35e/3b20e07.jpg) | ![Grainier](https://media.licdn.com/media/p/7/005/065/1f8/1abc1c9.jpg) | ![Praminda](https://lh4.googleusercontent.com/-FiYRqsqI2ZQ/AAAAAAAAAAI/AAAAAAAABbg/j2zioUiVNLY/s120-c/photo.jpg) | ![Yehan](https://media.licdn.com/media/p/4/005/06d/2f6/2229270.jpg) | ## Languages we love From 0545e819cf5957c3956af6e1606e6c6166be5740 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:01:44 +0000 Subject: [PATCH 163/262] generated new readme.md --- README.md | 51 +- TEAMS.md | 927 +++++++++++++++++++++++++++++++ Teams/Andr3iC/team.json | 2 +- Teams/BrevityLabs/team.json | 2 +- Teams/IQHacker/team.json | 4 +- Teams/TooringAnalytics/team.json | 2 +- Teams/Yoshi/team.json | 2 +- 7 files changed, 983 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c77678e..17f4389 100644 --- a/README.md +++ b/README.md @@ -30,27 +30,43 @@ 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) | +| #254Coders |[Julius Njuguna](https://koding.com/njmwas) Nairobi, KE *(team lead)*
[Salama AB](https://koding.com/aksalj) Nairobi, KE
[Kubai Kevin](https://koding.com/kubai) Nairobi, KE
| [254Coders](./Teams/254Coders/ABOUT.md) | | #3DPG |[Peter Steidel](https://koding.com/korbo) Roanoke, US *(team lead)*
| [3DPG](./Teams/3DPG/ABOUT.md) | | #720devs |[Franco Risso](https://koding.com/francorisso) Villa Carlos Paz, AR *(team lead)*
[Mariana Stariolo](https://koding.com/marianastariolo) Villa Carlos Paz, AR
| [720devs](./Teams/720devs/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) | +| #Achraf52 |[Achraf52](https://koding.com/achraf52) Errachidia, MA *(team lead)*
| [Achraf52](./Teams/Achraf52/ABOUT.md) | | #AgainstFlow |[Maja Dinjar](https://koding.com/againstflow) Zagreb, HR
| [AgainstFlow](./Teams/AgainstFlow/ABOUT.md) | +| #Altech |[Alexander Allen](https://koding.com/robodude) Raleigh, US
[Graham Cleven](https://koding.com/coolfish) Raleigh, US
| [Altech](./Teams/Altech/ABOUT.md) | +| #Andr3iC |[Andrei Chelaru](https://koding.com/andr3ic) Bucharest, RO
| [Andr3iC](./Teams/Andr3iC/ABOUT.md) | +| #Antonio |[Anton Bahurinsky](https://koding.com/antonio16) Kyiv, UA *(team lead)*
| [Antonio](./Teams/Antonio/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) | +| #B17 |[Dmitry Udod](https://koding.com/reedwalter24) Cherkassy, Ukraine *(team lead)*
| [B17](./Teams/B17/ABOUT.md) | | #Bad Aces |[Cameron Condry](https://koding.com/ccondry) Seymour, US *(team lead)*
[Aime Menendez](https://koding.com/aimemp) Fort Lauderdale, US
[Estel Smith](https://koding.com/estelsmith) North Vernon, US
[Stefan Gimmillaro](https://koding.com/sgimmillaro) San Francisco, US
| [Bad Aces](./Teams/Bad-Aces/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) | +| #Brevity Labs |[Mukul Biswas](https://koding.com/brevitylabs) Dublin, IE
| [Brevity Labs](./Teams/BrevityLabs/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/gisseares) Belgrade, RS
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #Cardboard Coders |[Andrei Neamtu](https://koding.com/neamtua) Bucharest, RO *(team lead)*
[Khez](https://koding.com/khez) Bucharest, RO
[Vlad Rusanescu](https://koding.com/dazganer) Bucharest, RO
| [Cardboard Coders](./Teams/CardboardCoders/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) | +| #Cheers |[Carlos Fernandes](https://koding.com/carlosjs89) Lisbon, PT
[David Bombaça](https://koding.com/dbombaca) Lisbon, PT
[Rui Elói](https://koding.com/reloi) Lisbon, PT
| [Cheers](./Teams/Cheers/ABOUT.md) | +| #ChennaiNerd |[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) | +| #CodeRabbits |[Deepak Singh](https://koding.com/spidergears) Pune, IN *(team lead)*
[Jiren Patel](https://koding.com/jiren) Pune, IN
[Sachin Kamble](https://koding.com/sinan) Pune, IN
[Siva Gollapalli](https://koding.com/sivagollapalli) Pune, IN
| [CodeRabbits](./Teams/CodeRabbits/ABOUT.md) | +| #CodeXCode |[Akiti Chandan Reddy](https://koding.com/chandan047) Chennai, IN
| [CodeXCode](./Teams/CodeXCode/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) | +| #D'Parcelables |[Nemmar Ramos](https://koding.com/nemmarramos) Quezon City, PH *(team lead)*
[Ullen Faustino](https://koding.com/ullenfaustino) Quezon City, PH
[Mark Francis Esplana](https://koding.com/mesplana) Valenzuela City, PH
| [D'Parcelables](./Teams/D-Parcelables/ABOUT.md) | +| #DeadWookie |[Pavel Zet](https://koding.com/zetorama) Odessa, UA *(team lead)*
[Eugene Ryabchenko](https://koding.com/comentor) Odessa, UA
[Dmitry Banasko](https://koding.com/imbad) Odessa, UA
[Sergey Malyuta](https://koding.com/m-serge) Odessa, UA
[Vadim Marushevsky](https://koding.com/makanaki) Odessa, UA
| [DeadWookie](./Teams/DeadWookie/ABOUT.md) | +| #Dingoes ate my baby |[Siddhartha Verma](https://koding.com/mavidser) Kanpur, IN
| [Dingoes ate my baby](./Teams/Dingoes ate my baby/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) | +| #EventHorizon |[Michal Piotrowski](https://koding.com/eventhorizonpl) Janowice, PL
| [EventHorizon](./Teams/EventHorizon/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Float-Center |[Chris Drake](https://koding.com/cdrake) Wichita, KS *(team lead)*
[Corey Wynn](https://koding.com/wynn1c) Wichita, KS
[Caleb Swank](https://koding.com/calebswank11) Wichita, KS
[Daniel Brake](https://koding.com/danieldb) Wichita, KS
| [Float-Center](./Teams/Float-Center/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) | +| #FunnyBretzels |[Karim Jedda](https://koding.com/undefined) Munich, DE *(team lead)*
| [FunnyBretzels](./Teams/FunnyBretzels/ABOUT.md) | +| #G10aT |[Vasuman R](https://koding.com/vasuman) Bangalore, IN *(team lead)*
| [G10aT](./Teams/G10aT/ABOUT.md) | | #G Force |[Juan José Olivera Rodríguez](https://koding.com/jotajota) *(team lead)*
[Marcelo Rodríguez Claros](https://koding.com/marcelorodcla) Cochabamba, Bo
[Tatiana Andrea Moruno Rodriguez](https://koding.com/tatianamoruno) Cochabamba, BO
| [G Force](./Teams/GForce/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) | @@ -59,49 +75,82 @@ the lower section of this README.md file. | #HackOwls |[Gabriel Dumitrescu](https://koding.com/gdumitrescu) Toronto, CA *(team lead)*
[Kleber Virgilio Correia](https://koding.com/klebervirgilio) São Paulo, BR
[Rajesh Veeranki](https://koding.com/brood) Gurgaon, IN
[Venkateswaran Selvan](https://koding.com/mailmevenkat25) Coimbatore, IN
| [HackOwls](./Teams/HackOwls/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) | +| #IQHacker |[Iftekhar](https://koding.com/hackiftekhar) Indore, IN *(team lead)*
[Mayur](https://koding.com/mayur43s) Indore, IN
[Mayur](https://koding.com/mayur43s) Indore, IN
| [IQHacker](./Teams/IQHacker/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) | | #J-Unit |[Ali Akhtar](https://koding.com/digitman2) Lahore, PK *(team lead)*
[Bobby Degrot](https://koding.com/eonns) Boston, US
| [J-Unit](./Teams/J-Unit/ABOUT.md) | +| #KRATOS |[Bui Ha Duong](https://koding.com/buihaduong) Ho Chi Minh, VN
| [KRATOS](./Teams/KRATOS/ABOUT.md) | | #KawaiiDesuDevs |[Igor Moura](https://koding.com/igormp) Aracaju, BR *(team lead)*
[Nivaldo Melo](https://koding.com/masternivas) Aracaju, BR
| [KawaiiDesuDevs](./Teams/KawaiiDesuDevs/ABOUT.md) | | #Khatri |[Aneel Kumar](https://koding.com/aneelkkhatri) Karachi, PK *(team lead)*
| [Khatri](./Teams/Khatri/ABOUT.md) | +| #Knecht |[Ivan Gabriel Juricic](https://koding.com/pocketbyte) Zagreb, HR *(team lead)*
| [Knecht](./Teams/Knecht/ABOUT.md) | +| #Kolky |[Kaan Kölköy](https://koding.com/kaanklky) Çanakkale, TR *(team lead)*
| [Kolky](./Teams/Kolky/ABOUT.md) | | #Life In Coding |[Mona Abdel Rahman](https://koding.com/mona0) Al Shohadaa, EG *(team lead)*
| [Life In Coding](./Teams/LifeInCoding/ABOUT.md) | +| #M-Team |[Moemen Mostafa](https://koding.com/moemen) caior, EG *(team lead)*
| [M-Team](./Teams/M-Team/ABOUT.md) | +| #Team Koders |[Vitor Lobão Fernandes](https://koding.com/unclelobs) Curitiba, BR
| [Team Koders](./Teams/Magusd/ABOUT.md) | | #Matrix |[Dandi B](https://koding.com/dandibee) Manila, PH *(team lead)*
| [Matrix](./Teams/Matrix/ABOUT.md) | +| #Team Koders |[Jabir Ali](https://koding.com/jabirraju) Lucknow, IN
| [Team Koders](./Teams/MiracleTeam/ABOUT.md) | | #NUS Technology |[Chien Tran-Xuan](https://koding.com/xuanchien) Ho Chi Minh, VN *(team lead)*
[Nam Tran-Van](https://koding.com/nusnamtv) Ho Chi Minh, VN
[Nhan Nguyen-Minh](https://koding.com/nhannm) Ho Chi Minh, VN
[Duong Doan-Nguyen](https://koding.com/duongdn) Ho Chi Minh, VN
| [NUS Technology](./Teams/NUSTechnology/ABOUT.md) | | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | +| #Neskromny |[Sergii Volodko](https://koding.com/neskromny) Kiev, UA
| [Neskromny](./Teams/Neskromny/ABOUT.md) | | #NewFolder |[Sadique Ali P](https://koding.com/spali) Sulthan Batheri, IN *(team lead)*
[Sachin Murali G](https://koding.com/dotg) Sulthan Batheri, IN
[Akhil Balakrishnan](https://koding.com/akhilb91) Sulthan Batheri, IN
[Ijas Ahamed N](https://koding.com/ijasahamed) Sulthan Batheri, IN
[Sibin John](https://koding.com/sibinjohn) Sulthan Batheri, IN
| [NewFolder](./Teams/NewFolder/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) | +| #Pretender |[Dzmitry Hancharou](https://koding.com/pretender) Brest, BY *(team lead)*
| [Pretender](./Teams/Pretender/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) | | #Random Hackers |[Dylson Valente Neto](https://koding.com/n370) Santa Fe, AR *(team lead)*
[Ildus Sadykov](https://koding.com/IldusSadykov) Elabuga, RU
[Jen Best](https://koding.com/jenthebest) Philadelphia, US
| [Random Hackers](./Teams/RandomHackers/ABOUT.md) | | #RaphaëlTM |[Raphaël Titsworth-Morin](https://koding.com/raphaeltm) Halifax, CA
| [RaphaëlTM](./Teams/RaphaelTM/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) | +| #ScrumTobe Software |[Hai Bui](https://koding.com/undefined) Hanoi, VN *(team lead)*
[Hung Kieu](https://koding.com/undefined) Hanoi, VN
[Giang Phan](https://koding.com/undefined) Hanoi, VN
[Thai Nguyen](https://koding.com/undefined) Hanoi, VN
| [ScrumTobe Software](./Teams/ScrumTobe.Software/ABOUT.md) | +| #Softever |[Noppol Pilukruangdet](https://koding.com/noppolp) Bangkok, TH
| [Softever](./Teams/Softever/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)*
[Sneha Samfrancisco](https://koding.com/sneha123) Chandigarh, IN
[Swapnil Samfrancisco](https://koding.com/neal7969) Chandigarh, IN
| [Superintech](./Teams/Superintech/ABOUT.md) | +| #Synexis |[Malcolm Murphy](https://koding.com/synexis) Denver, Colorado, US *(team lead)*
| [Synexis](./Teams/Synexis/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
[Chakib Dad](https://koding.com/yojimbo) 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 Wild |[Tim Masson](https://koding.com/wildmercury) Harare, ZW
| [Team Wild](./Teams/Team-Wild/ABOUT.md) | +| #Team Anxious |[Kamran Qadir](https://koding.com/qadir0108) Islamabad, PK
| [Team Anxious](./Teams/TeamAnxious/ABOUT.md) | +| #Team Carina |[Mayank Pande](https://koding.com/Mayank) Indore, IN *(team lead)*
[Ajad Patel](https://koding.com/ajad) Indore,IN
[Nirmal](https://koding.com/nirmal) Indore, IN
[Pragati singh suman](https://koding.com/Pragati) Indore, IN
[Shweta shrimali](https://koding.com/Shweta) Indore, IN
| [Team Carina](./Teams/TeamCarina/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | +| #Team Cookie |[Yishu Dai](https://koding.com/yishudai) Northfield, US
| [Team Cookie](./Teams/TeamCookie/ABOUT.md) | +| #Team Hairball |[Paul Bailey](https://koding.com/pizzapanther) League City, US *(team lead)*
[Chris Cauley](https://koding.com/Chriscauley) Houston, US
| [Team Hairball](./Teams/TeamHairball/ABOUT.md) | | #TeamShog |[Noah MacDonald](https://koding.com/falkirks) Vancouver, CA *(team lead)*
[Leon Chang](https://koding.com/99leonchang) Hsinchu, TW
[Samuel Levin](https://koding.com/megasamninja) Sydney, AU
[Adam Martin](https://koding.com/tuffdev) Fishers, US
[Chris](https://koding.com/pemapmodder) Hong Kong, CN
| [TeamShog](./Teams/TeamShog/ABOUT.md) | | #Team Ultimate |[Jeyveen Bhoyroo](https://koding.com/jeyveen) Vacoas, MU
| [Team Ultimate](./Teams/TeamUltimate/ABOUT.md) | +| #Terra |[Meizan Zheng](https://koding.com/zmzsmnh) Hangzhou, CN
| [Terra](./Teams/Terra/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) | +| #The Oracle |[Shia-leigh Sapir](https://koding.com/shiasapir) Cuenca, EC
| [The Oracle](./Teams/The-Oracle/ABOUT.md) | +| #TheChange |[Parth Pankaj Tiwary](https://koding.com/parthpankajtiwary) New Delhi, IN
| [TheChange](./Teams/TheChange/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) | +| #TheThoughtEngineer |[Samer Bechara](https://koding.com/arbet) Beirut, LB
| [TheThoughtEngineer](./Teams/TheThoughtEngineer/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) | +| #Tooring Analytics |[Anshuman Kanetkar](https://koding.com/tooring) London, UK
| [Tooring Analytics](./Teams/TooringAnalytics/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) | +| #Team Koders |[Vivek Dudani](https://koding.com/morge) Pune, IN
| [Team Koders](./Teams/VirtualCoder/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) | +| #Whoogle |[Pavel Shkleinik](https://koding.com/shkleinik) Minsk, BY
| [Whoogle](./Teams/Whoogle/ABOUT.md) | +| #Wine Team |[Csaba Tölcsér](https://koding.com/winedrinker) Szigetszentmiklós, HU
| [Wine Team](./Teams/WineTeam/ABOUT.md) | +| #Yoshi |[Natalia Kartofeleva](https://koding.com/Yoshi) Tomsk, RU *(team lead)*
| [Yoshi](./Teams/Yoshi/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) | | #bigblind |[Frederik Creemers](https://koding.com/bigblind) Helchteren, BE *(team lead)*
| [bigblind](./Teams/bigblind/ABOUT.md) | +| #codingkitten |[Zsófia Balogh](https://koding.com/luckythirteen) Budapest, HU
| [codingkitten](./Teams/codingkitten/ABOUT.md) | +| #cool_kid_alert |[Alan Dai](https://koding.com/cakesofwrath) Albany, US *(team lead)*
| [cool_kid_alert](./Teams/cool_kid_alert/ABOUT.md) | +| #cubelabs |[Srikanth Kasukurthi](https://koding.com/cubelabs) Hyderabad, IN *(team lead)*
| [cubelabs](./Teams/cubelabs/ABOUT.md) | | #Drewpal |[Andrew Sang](https://koding.com/drewpal) Nairobi, KE
| [Drewpal](./Teams/drewpal/ABOUT.md) | +| #hausanfan |[Marcos Mayorga](https://koding.com/outlawone) Madrid, ES
| [hausanfan](./Teams/hausanfan/ABOUT.md) | | #Hawaii Hackers |[John R Evans](https://koding.com/johnrevans6) Hilo, US
| [Hawaii Hackers](./Teams/hawaiihackers/ABOUT.md) | +| #Hexapus |[Nikolay Kushin](https://koding.com/zikolach) Vienna, AT *(team lead)*
| [Hexapus](./Teams/hexapus/ABOUT.md) | | #Icicle |[Manohar Joshi](https://koding.com/majoshi1) Edison, US
| [Icicle](./Teams/icicle/ABOUT.md) | +| #igHumble |[Owen Craig](https://koding.com/owencraig) Chicago, US *(team lead)*
[Tony Truong](https://koding.com/tonykqt) Sydney, AU
[Nick Macdonald](https://koding.com/nickmacd) Sydney, AU
| [igHumble](./Teams/igHumble/ABOUT.md) | | #infi |[Prateek Jain](https://koding.com/max07) Gwalior, IN
[Dharamveer Baloda](https://koding.com/baloda) Gwalior, IN
| [infi](./Teams/infi/ABOUT.md) | | #IngloriousHacker |[Amit Haval](https://koding.com/blasteramit) Sangli,IN *(team lead)*
| [IngloriousHacker](./Teams/inglorioushacker/ABOUT.md) | +| #myPHPmaster |[Mohd Othman](https://koding.com/myphpmaster) Kuala Lumpur, MY
| [myPHPmaster](./Teams/myPHPmaster/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index abce4e5..f1e3c4b 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -29,6 +29,26 @@ You can change your mind, that's ok. Just push an update here when you do. +--------------------------------------- + +254Coders +========= + +We are `254Coders`, a team from Nairobi, KE ready to crush the competition! + +The Team +======== + +| [Julius](https://github.com/njmwas) | [Salama](https://github.com/aksalj) | [kubai](https://github.com/kubaik) | Stephen +| ----------------------------------- | ----------------------------------- | ---------------------------------- | +| Julius | aksalj | kubaik | stephen + + +Skills and Project +================== +We are still brainstoming... + + --------------------------------------- 3DPG @@ -151,6 +171,29 @@ Skills: +--------------------------------------- + +Achraf52 +===== + +Introduction +----- + +Hi Koding, My name is Achraf Almouloudi and I'm a Software and Web Developer. + +Skills +----- + - HTML/CSS + - Javascript & jQuery + - Python & PHP + - SaaS and APIs + - Cloud Computing + +Project +------ + +I decided to participate in the Koding Hackathon because first of all it's an international one which means it will help me learn a lot from fellow developers, second it's because I want to improve my abilities in fast-paced web development by trying to build a fully operational app in 48 hours. + --------------------------------------- My name is Maja Dinjar. I come from Croatia, small country with a beatiful seaside. @@ -159,6 +202,95 @@ Maps were always my passion, and on this Hackathon I'll try to represent the wor +--------------------------------------- + +#Altech + +###What we do + +We are an experienced team of coders having a combined more than 8 years of experience in hacking, coding and designing applications and other systems. We have written many websites, developed mods for games, developed a couple of games ourselves and hacked many features into different applications. + +###Languages + +Our favorite languages are: +- Java +- PHP +- C# +- C++ +- Python + +We also commonly work with +- Perl +- Ruby +- Lua +- Objective-C + +###About US +- Graham + - 4 Years of Experience + - Favorite language is PHP + - Experienced Penetration Tester + - Front-end and UI person +- Alex + - 4 Years of Experience + - Favorite language is Java + - Developed many game mods + - Back-end coding and networking person + + + + +--------------------------------------- + + +About your team +=========================== + +No team, just me Andrei Chelaru. + +I decided to join because you know, challenge + + +About your skills and what you are going to do? +======= + +Haven’t decided what to do yet, but it will be done using Python + + +--------------------------------------- + + +# Antonio + +Hi! I'm an individual developer, excited to participate in the Hackathon. + +## About Me + +My name is Anton, you can also call me Antonio. I didn't think much about team name, it got to be just my name:). +I'm a PHP developer, also good in JavaScript. For backend I'm using PHP framework called Yii 2. This powerful thing +leads PHP on completely different level. +And of course I like frontend too, so I got to be familiar with HTML, CSS and JavaScript, especially jQuery, an +awesome JavaScript library. + +Looking forward when the koding battle begins... And let the strongest to win! + +## Languages and tools I like + +-- [Yii Framework](http://www.yiiframework.com/) v2.0 (based on PHP) +-- [jQuery](http://jquery.com/) (based on JavaScript) +-- HTML 5, CSS 3 +-- DBMS: MySQL or [MongoDb](https://www.mongodb.org/) +-- [Twitter Bootstrap](http://getbootstrap.com/2.3.2/) (honestly didn't use, but want to try (!) ) + +-- and Java (I know it is completely different from PHP, but since I tried it, I really liked it. Although I'm not going +to use it for the Hackathon, because don't have enough XP for that.) + +## About my project + +Most of all I want my project to be really useful for people. It is a primary purpose, because if it becomes useful, it is +always possible to make it awesome. + + --------------------------------------- AsepCo @@ -177,6 +309,32 @@ About your skills and what you are going to do? We are interested to work on #1 or #3 theme. +--------------------------------------- + +B17 +==== + +A single man team with a passion for Laravel :) + +About B17 +---------- + +| Dmitry Udod | +|---------------------| +| Picture Unavailable | + + + +Skills +------ +Programming languages (that may be used): + - PHP + - HTML/CSS and JS + +Frameworks: + - Laravel 4 + + --------------------------------------- @@ -260,6 +418,20 @@ John Harter * Professional network security specialist +--------------------------------------- + +# Brevity Labs + +I am Mukul Biswas, an independent data scientist and application developer. I make my products or utilities in +PHP on Yii Framework, R, R on Hadoop and D3.js for visualization. I also work on SAP HANA One for large volume +data analysis and information mining. + +The other languages I like are - +- Java/JSP +- Objective C +- JavaScript + + --------------------------------------- About your team @@ -303,6 +475,38 @@ We will update this as soon as we've made up our minds. +--------------------------------------- + +Cheers Page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Carlos | David | Rui | +|--- |--- |--- | +| Carlos | David | Rui | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + + --------------------------------------- ChennaiNerd @@ -373,6 +577,38 @@ About your skills and what you are going to do? You can expect something fun, multiplayer and educational. We are avid learners, it's what keeps us programming, and that is a strong vein to tap into. +--------------------------------------- + +We are CodeRabbits. +=================== + +More coming soon... + + +--------------------------------------- + +This is our page +================ + +proud to be a part of Koding team. + + +About your team +=========================== + +| chandan +|--- +| Chandan + +Tell us who you are, why you did you decide to join? + +Coming Soon ... + +About your skills and what you are going to do? +======= +Coming Soon ... + + --------------------------------------- This is our page @@ -403,6 +639,73 @@ We all have plenty of experience on web development, Andrei has a lot on game dev so we might be going that way with some cool HTML5 based game. +--------------------------------------- + +This is our page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Nemmar | Ullen | Mark +|--- |--- |--- |--- +| Nemmar | Ullen | Mark | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + + + +--------------------------------------- + +# DeadWookie # + +_TODO: update this page_ + + +## Who we are ## + +We are like the superheroes league, like the ninja turtles, like the musketeers. And yes, we have Hulk. + + +## What we do ## + +Actually, brainstorming… + + +--------------------------------------- + +About me +=========================== + +| Sid +|--- +| Sid + +I like tinker with the web. There isn't much to say. I like to code, and build new stuff. + +Skills +======= +Python, JS, HTML&CSS + + + --------------------------------------- DROP TABLE Contestants @@ -498,6 +801,11 @@ Backend and frontend skills all over the place. We'll be targeting themes 2, 5, and 6. +--------------------------------------- + +http://eventhorizon.pl/ + + --------------------------------------- Fire Inside @@ -560,6 +868,20 @@ More info coming soon... Crisboot +--------------------------------------- + +# Team G10aT + +Like doing stuff. + +## Languages + +1. Javascript +2. Python +3. Golang +4. Java + + --------------------------------------- G Force @@ -797,6 +1119,35 @@ I'm not 100% sure if this is what I'm going to actually do, but it's a pretty good bet! +--------------------------------------- + +IQHacker +================ + +We are Team IQHacker, a team of 3 iOS Developers. We all are located in Indore(India). + +We met when we all are freshers in the field of iOS development. We like to work together as a team. + +About us +=========================== + +| Iftekhar | Mayur | Shrejas | +|--- |--- |--- | +| Iftekhar | Mayur | Shrejas | + + +Our team has all iOS developers but with different skills. +Iftekhar has a very good technical skills, while Mayur has the ability to imagine each thing in a very broader way with a very good programming skills, his memorization power is awesome. Shrejas is a Star in our team, he has the ability to manage the ongoing work in a best mannger, he always eager to gain more with the new challenges. + + +Our Skills +======= +- iOS +- Objective-C +- Swift + + + --------------------------------------- Infinity Team @@ -906,6 +1257,15 @@ Our Skills +--------------------------------------- + + +# Team KRATOS + +I'm Duong from Vietnam! + + + --------------------------------------- # KawaiiDesuDevs @@ -949,6 +1309,27 @@ Coming soon... +--------------------------------------- + +Knecth +================ + +I am Ivan Gabriel. I will be working solo on this one. + +About Me +=========================== + +| Ivan Gabriel +|--- +| Ivan Gabriel + +I'm a web developer with over seven years of professional experience, through which time I worked with various web technologies. +I believe web is great tool that can be used to enhance our lives. +Because of all the development difficulties people are being less creative and less efficient when pushing the envelope of web possibilities. + +My plan is to create one of educational prototypes for this first global hackathon, primarily using JavaScript. + + --------------------------------------- About your team @@ -966,10 +1347,82 @@ About your skills and what you are going to do? ======= I plan to use a python related web development framework, javascript, html5 and CSS. I'm mostly attracted to themes of games: introducing software development and HTML5 games. +--------------------------------------- + +# M-Team + +My team is still a one member team but soon we will be 2 or 3 members :) + +## About Us + +- Moemen: My name is Moemen Mostafa from Cairo, Egypt. I love coding in general. + +## Languages and Technologies we fall in love with + +- PHP +- Python +- JavaScript +- HTML5 +- CSS3 +- Unity 3D +- PhoneGap + + +--------------------------------------- + +Magusd +================ + +I love studying, programming, freelancing and finding out about new technologies. +I am not an first hander developer. I like waiting for things to get mature before jumping in and dedicating hours. + + +About your team +=========================== + +| Magusd | +|--- | +| Magusd | + +I am just a developer trying to make a difference. I quit college in the last year to study what I want to study. +The picture you see is me when I was 19 after serving the army here in Brazil. Why did I serve? Just for the sake of it. +I wanted to loose some weight and get paid to do so, at least, that was how I was looking at it. +Turned out to be one of the greatest experiences of my life and I am fucking proud of it. + +I was born in the favelas of Rio de Janeiro, my parents managed to move out from Rio to Curitiba, where I currently live in. +Here I managed to get a great education, entered one of the best public schools and got a 100% schollarship from the government and started studying Computer Science at the Catholic University. + +I am proud of my achievements but, as I you can see, I am facing this single handed. Why? Because I can't find people that are commited as I am. + +I have great friends, don't get me wrong, but none of them is into programming. So, it's just me again facing challenges. +Hahaha + + +My Stack +======= +- PHP using Laravel +- Javascript (jQuery, AngularJS) +- PostgresSQL +- Phonegap (maybe) + + ---------------------------------------

Hello World!

+--------------------------------------- + +# team miracle + +i am jabir ali + +# about us +i love actionscript + +#language i use +as3 + + --------------------------------------- This is our page @@ -1011,6 +1464,15 @@ About my skills and what I am going to do? ======= I am deciding to work the theme #1 or #3, using the MEAN stack and d3.js for interactive data visualization. I hope to have time to use Foundation in order to make a beautiful webapp with responsive design. +--------------------------------------- + +# Neskromny + +## I'm a web programmer from Kiev + +## I love JavaScript + + --------------------------------------- Sadique Ali P @@ -1059,6 +1521,19 @@ About your skills and what you are going to do? +--------------------------------------- + +About your team +=========================== + +Dzmitry Hancharou. + +About your skills and what you are going to do? +======= + +Java. + + --------------------------------------- PumpedDevs @@ -1168,6 +1643,59 @@ About our project. We not a choose now which of our ideas to put into Hackathon, but as far as technology, the project will be based on Javascript. On the server we use Node.js, client-server communication via web sockets. Other details we will post before Hackaton. +--------------------------------------- + +ScrumTobe Software +================ + +ScrumTobe Software includes IT/Computer engineers who have skills and experiences in Software engineering. +We provide services to build the Software systems like E-commerce, CMS, CRM, SNS. + +About Our Team +=========================== + +| HaiBT | HungKV | GiangPT | ThaiNQ | +|--- |--- |--- |--- |--- |--- +| HaiBT | HungKV | GiangPT | ThaiNQ | + + +Outsoucing Services and Our skills +======= +- Ruby 1.9.x/2.x, Rails 2.3.x/3.x/4.x +- HTML5/CSS3, jQuery/jQueryMobile, AngularJS, Google Chart, etc. +- SpreeCommerce, RefineryCMS, Shopify Themes, Shopify App +- Advance technologies: Sphinx/Elastic search engines +- Database: Oracle/MySQL/PostgreSQL and MongoDB/noSQL database +- Test Driven Development in Ruby On Rails: Unit Test, Function Test, Rspec/Cucumber +- Server administration: CentOS, Linux/Unix servers, AWS/EC2 + +Other information: +- Website: http://www.scrumtobe.com +- Github: http://github.com/scrum2b + + +--------------------------------------- + +Softever Team +================ + +I'm developer from Thailand. + + +noppolp +=== + +Devrim + + +Skills +======= +- Frond-end Web +- Rails +- .NET + + + --------------------------------------- Sons Of Web @@ -1258,6 +1786,19 @@ What we are going to do? We are in a bit of confusion at the current moment, when it comes to deciding what we are planning to create. But definitely we are planning to stick to the theme which will help support a global cause. And which will make things easier for the general public, when it comes to designing & coding. We'll be most probably using WordPress as a platform. As soon as we finalize the API's to be used, we'll update here. Thank you. +--------------------------------------- + +# Synexis + +Currently a one-member team. + +## About Me + +I have been fascinated with computers since I was four years old, and have been coding in various languages for over 20 years with an emphasis in web development. + +While I have a vast general knowledge of modern technology in general, my areas of expertise are primarily related to LAMP, HTML5/CSS3, Javascript/jQuery, and ImageMagick, but I also have extensive experience in many other areas. + + --------------------------------------- T314 @@ -1344,6 +1885,59 @@ Each one of our team members has strengths and weaknesses in certain areas. Comb Thank you for learning a bit about team Iron Squad and CODE ON! +--------------------------------------- + +# Team Wild + +I'm Tim, hoping to build a team to do great things with mapping for a community project. Interested? Get in touch with me @koding username wildmercury + +## Languages etc I expect to use in this project: + + - JS + - PHP + - Google API + - Python + + + +--------------------------------------- + +Team Anxious +================ + +I am single person team yet, anyone is welcome to join + + +About my team +=========================== + +| Kamran Qadir | +|---------------------| +| Kamran Qadir | + +I am Kamran Qadir. Can develop in any common technologies and working as a Software developer since long. I am here to compete for the Hackathon challenge + + +Plans +======= +Expertise in C#, Java, Web and API integrations. I defiantly will work with theme # 1 + + +--------------------------------------- + + +##Team carina + +Carina Technologies & Services", is an effort to provide excellent services for the development & marketing projects. We are focused to provide best services at affordable cost, so as to establish a long term business association. + +Our Expertise includes .NET (C#, ASP.NET, WCF, WPF, Silverlight and Sharepoint), PHP, HTML 5, CSS 3, Open Source CMS & Frameworks( Wordpress, Opencart, Drupal, Joomla etc.), Internet Marketing (SEO, SMM, SMO & SEM), Graphic Designing (Logo, banners etc...), Mobile Application development (iOs, Android) and more. + +Our Services include Web Designing & development, E-Commerce Solutions, ERP, Custom CMS, Internet Marketing, SEO, Mobile applications and we cover almost all the primary sectors of IT industry. + + + + + --------------------------------------- # [Carter Sande](https://github.com/cartr) @@ -1352,6 +1946,55 @@ Thank you for learning a bit about team Iron Squad and CODE ON! I like Gameboy Advance games and putting strange Unicode characters in places they shouldn't be and HTML and CSS and Javascript and Infocom text adventures and SuperTuxKart and TeX and C and Lego Mindstorms and U+202E RIGHT-TO-LEFT OVERRIDE and assembly language and GLSL shaders and Blender and installing Linux on things and writing Python scripts to convert things into other things and SQL and the Source engine and making apps for iOS and wiping my hard drive before updating OS X to a new major version and `M-x tetris` and NetHack and Portal and writing long lists of things I like. +--------------------------------------- + + +#Team Cookie + +Hi, I'm Yishu. I should be doing homework right now, but this koding thing sounds so cool. + +## About me + +A few years ago, I took a programming class in high school, +became a little familiar with C, +and totally fell in love with programming. + +Now I'm in college, took my first physics class, +we used vPython during lab to model physics, +and now I'm even more in love with coding. + + +It makes me happy :) + +## Languages + +vPython (python?), +C + + +--------------------------------------- + +# Team Hairball + +_Hacking code and fur_ + + +## About The Team + +| Paul Bailey | Chris Cauley | +|--- |--- | +| Paul | Chris | + +Team Hairball is a team of Python hackers who also like to hack the frontend JS. More than winning, we joined to have some fun and hopefully build something awesome. We live and breath for hacking and want to have fun competing with peers. + +## Our Skills + +- Python +- Django +- Javascript +- AngularJS + + --------------------------------------- TeamShog @@ -1375,6 +2018,11 @@ I'm still a beginner and I prefer javascript as it is interactive. - css +--------------------------------------- + + + + --------------------------------------- # The Washington Redskins @@ -1418,6 +2066,45 @@ Expect us on Kickstarter [2] soon [3]! [4]: Literally and totally impossible +--------------------------------------- + +# The Oracle + +We are all here to do what we are all here to do... + +## About Us + +- Shia-leigh Sapir: You can call me Leigh! I am a CSS3 lover to make magic happen in a blink of an eye. Love to build things, specially create WordPress plugins that make people's life easier. + +## Languages We Love + +- C# +- PHP +- Java +- CSS3 +- SASS +- HTML5 +- Javascript + + +--------------------------------------- + +About the team and team members? + +I am Parth Pankaj Tiwary and I am from India, I am currently in the 3rd year of my 4 year bachelors degree in +computer science and engineering. Data fascinates me and the way we structure our data in order to make some sense +out of it, I have a thing for typography and I am a strong believer of minimalist approach, I do try and keep things +simple. + + +About the skills that I have or I might use in this hackathon? + +I have co-founded one startup that is frameinn.com, I do know Django, python and its recently that I have ventured +for MEAN stack and what can be made using MEAN stack. I have a thing for data visualization, as it precisely explains +what minimalistic appraoch is. I guess that is most of it, I will be taking up a project related to the data and the +way we have structured our data so far and how should we go about changing it, in order to put it to its actual use. + + --------------------------------------- We are The GOAT @@ -1440,6 +2127,36 @@ About our skills and what we'll do ======= Coming soon.. +--------------------------------------- + +The Thought Engineer +================ + +This is Samer Bechara, The Thought Engineer. I'm participating in this koding hackathon for a change, for a challenge, and winning! (Doh!) + + +About me +=========================== + +I've been developing web applications since 2007, and by 2010 I became pretty good - or that's what I like to think. + +I've been working online since 2007 , back when we had 128Kbps internet here in Lebanon. For the first few years, my parent and my friends thought I was crazy, but then I understood that I was making money online, not trying to run away from finding a real job. + +I've decided to joing because I wanted to challenge myself, and solve some of the problems in your koding themes (No- I'm not telling which one now - we still haven't started!) + +I don't care if I win or not, seriously! What I really care about is overcoming myself and pushing my boundaries. Winning is just a secondary result, not the main goal. (Judges - don't let that influence you. I still like to win) + + +What am I really good at, and what am I going to do? +======= + +The more complex the problem is, the simpler the solution I come up with. I've programmed tens of APIs, done frontend and backend programming, managed servers, and market my own business. + +Programming isn't just about writing code, it's about solving problems the world is facing. If you want to kill my soul, ask me to reinvent the wheel. I focus as much as I can on creating innovative solutions for problems that my clients are facing. If a solution has been already created, no need to create it again. Programmers, you can change the world, so stop writing contact forms! :) + +Most probably I'll be working on solving the TOS problem. As a website owner and website visitor, it's a problem I fairly undertand and now, and believe that I have some pretty cool ideas to solve this problem. + + --------------------------------------- This is our page @@ -1512,6 +2229,29 @@ You can change your mind, that's ok. Just push an update here when you do. +--------------------------------------- + +Tooring Analytics +================ + +Hello, this is the 'Tooring Analytics' team + +About your team +=========================== + +My name is Anshuman K, currently based out of London. + + +About your skills and what you are going to do? +======= + +So-called "Full-stack" :). +Python, R, Java, Scala, Android, CSS/HTML + JavaScript. +Experienced systems programmer but now interested in Machine Learning/AI, Statistics. + +Plan to work on one of themes #2 or #3 or even #5. Hope to narrow down something soon. + + --------------------------------------- This is our page @@ -1606,6 +2346,19 @@ Currently, our skill set covers most backend systems. We're looking to add fron We want to tackle EULAs and clickwrap agreements at both the software and service levels. +--------------------------------------- + +# Team VirtualCoder + +#I am Vivek Dudani. + +Languages I would use for coding: +1. Java +2. Javascript + +#Till now its just me in my team + + --------------------------------------- COMING SOON @@ -1622,6 +2375,51 @@ We have an idea +--------------------------------------- + +# Whoogle Team + +I'm codding guru 8-) + +## About Us + +- Pavel: My name is Pavel and I love codding + +## Languages we love + +- C# +- Javascript +- SQL +- HTML +- CSS + + +--------------------------------------- + + +# Team Wine + +I'm Csaba and in my team is only one member: myself. + +I like Java, PHP and now my new favorites is AngularJS. + + +--------------------------------------- + +# Yoshi + +I am Yoshi and I gamify this life + +## About Me + +- Yoshi: My name is Natalia and I like Qt + +## Language I love + +- C++ forever + + + --------------------------------------- http://zhvillues.tumblr.com/ @@ -1680,6 +2478,51 @@ I might change my mind, and build applications using firebase instead of App Eng +--------------------------------------- + +About codingkitten +=========================== +I'm a ruby/rails developer from Hungary. + +About your skills and what you are going to do? +======= +I'm planning to work on topic #2 (Introducing software development to a beginner (games!)). + + +--------------------------------------- + +cool_kid_alert +================ +Just a high schooler on the east coast who wants to test his skills. I doubt I will win, but I just want to see what participating feels like. + +Never really knew what I wanted to do until my first day of Freshman year, when I walked into Computer Science class Period 1. +Hello World in Java seemed magical to me, and I knew exactly what I wanted to do when I "grew up". +Since then, I've tried to learn as much as I can, as fast I can. +I found myself overreaching at one point, trying to become a coding polyglot- I was trying to learn 3 or more languages at once, which did not work. So I focused on learning a few things, and learning them well. + +And I got an internship at an informatics lab! + +Skills/Experience +================ +Javascript, Java, HTML/CSS. +D3.js, Node, Sails. + +I want to make an interactive website to explain and visualize the severity of Global Warming with interactive charts of all shapes and sizes. +Obviously, I'd use d3.js for that. +Another cool idea would be a way for people to highlight the most important parts of a legal document for users to read and then some sort of game to make sure people read those sentences, at least. + + +--------------------------------------- + + +Welcome to the base of cubelabs. + +About our team +Srikanth Kasukurthi (http://github.com/srikanthk16) - Lead + +We love coding and we will do it on koding. + + --------------------------------------- Drewpal @@ -1707,6 +2550,28 @@ Skills and intended project +--------------------------------------- + +# Team hausanfan +Marcos F. Mayorga is the lonely mate + +## About me +B. Sc. Physics +15 years IT experience at all development levels. +Business entrepreneur - http://fairluck.org +mm-studios.com + +## Languages +C++ +many others + +## Operating Systems +Debian GNU/Linux + +## Pseudo Operating Systems +Windows 95 + + --------------------------------------- Welcome to Hawaii Hackers @@ -1744,6 +2609,24 @@ Mashape, and API Tools, so plan on seeing API's from at least one of these sites +--------------------------------------- + +*Hexapus* + +It is one-man team (probably temporary). I am a software developer. Passionated about functional programming. Use Java, Scala and JS. + +*What are we going to do?* + +My project is aimed on teaching children to code in form of a game. + +*Why are we participating?* + +Most important reasons of participation in Global Hackathon: +1. Get fun being a part of global movement +2. Present one of pet projects to jury +3. Get hands dirty working with different APIs + + --------------------------------------- This is our page @@ -1761,6 +2644,27 @@ About your skills and what you are going to do? Web application with REST services. +--------------------------------------- + +igHumble +================ + + +| Owen | Tony | Nick +|--- |--- |--- |--- +| Owen | Tony | Nick + +After working together in a corporate market research company we've since gone our separate ways. This is an opportunity for us to get the team back together, test our skills and hopefully make the world a better place along the way. + + +About your skills and what you are going to do? +======= + +We're all full stack C#/.NET developers, although we're most likely going to be using a NodeJS backend. We've a fair amount of experience with data visualisation so you may see something from us there, although we all love to learn so watch this space. + + + + --------------------------------------- Team Infi @@ -1773,3 +2677,26 @@ Skills PHP,C++,Python,Javascript. + + +--------------------------------------- + +# myPHPmaster + +Another team for Koding global hackathon. + +## About me + +My name is Mohd Othman from Kuala Lumpur, Malaysia. + +## My Project + +Yet to decide. + +## Language to use + +- PHP +- mySQL +- Javascript +- HTML5 +- CSS3 diff --git a/Teams/Andr3iC/team.json b/Teams/Andr3iC/team.json index e4adf6d..2670f71 100644 --- a/Teams/Andr3iC/team.json +++ b/Teams/Andr3iC/team.json @@ -6,6 +6,6 @@ "twitter": "", "koding": "andr3ic", "location": "Bucharest, RO" - }, + } ] } diff --git a/Teams/BrevityLabs/team.json b/Teams/BrevityLabs/team.json index 211398b..9b1f02d 100644 --- a/Teams/BrevityLabs/team.json +++ b/Teams/BrevityLabs/team.json @@ -6,6 +6,6 @@ "twitter": "mubiswas", "koding": "brevitylabs", "location": "Dublin, IE" - }, + } ] } diff --git a/Teams/IQHacker/team.json b/Teams/IQHacker/team.json index d040eba..c278dcd 100644 --- a/Teams/IQHacker/team.json +++ b/Teams/IQHacker/team.json @@ -12,13 +12,13 @@ "name": "Mayur", "twitter": "", "koding": "mayur43s", - "location": "Indore, IN", + "location": "Indore, IN" }, { "name": "Mayur", "twitter": "", "koding": "mayur43s", - "location": "Indore, IN", + "location": "Indore, IN" } ] } diff --git a/Teams/TooringAnalytics/team.json b/Teams/TooringAnalytics/team.json index 13319c3..ba1546b 100644 --- a/Teams/TooringAnalytics/team.json +++ b/Teams/TooringAnalytics/team.json @@ -6,7 +6,7 @@ "twitter": "TooringAnalytix", "koding": "tooring", "location": "London, UK" - }, + } ] } diff --git a/Teams/Yoshi/team.json b/Teams/Yoshi/team.json index 4013243..ded1eae 100644 --- a/Teams/Yoshi/team.json +++ b/Teams/Yoshi/team.json @@ -5,7 +5,7 @@ "name": "Natalia Kartofeleva", "twitter": "Yoshi_xwp", "koding": "Yoshi", - "location": "Tomsk, RU" + "location": "Tomsk, RU", "lead": true } ] From 669bb7c7af6e09711108a7aa6546945877e053e8 Mon Sep 17 00:00:00 2001 From: Aleksey Sivokon Date: Wed, 26 Nov 2014 19:02:19 +0200 Subject: [PATCH 164/262] Update ABOUT.md --- Teams/enkoded/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/enkoded/ABOUT.md b/Teams/enkoded/ABOUT.md index 395a4a5..7bb8903 100644 --- a/Teams/enkoded/ABOUT.md +++ b/Teams/enkoded/ABOUT.md @@ -2,8 +2,8 @@ About your team =========================== | marina | sergiy | oleksiy | rudeg | yurk -|--- |--- -| ![Marina](https://avatars0.githubusercontent.com/u/538843?v=3&s=400) | ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) | ![Sergii](https://avatars2.githubusercontent.com/u/1915554?v=3&s=400) | [Yurk](https://avatars1.githubusercontent.com/u/4581398?v=3&s=400) +|--- |--- |--- |--- |--- +|![Marina](https://avatars0.githubusercontent.com/u/538843?v=3&s=400) | ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) | ![Sergii](https://avatars2.githubusercontent.com/u/1915554?v=3&s=400) | [Yurk](https://avatars1.githubusercontent.com/u/4581398?v=3&s=400) We all live in the same city and know each other personally, but never tried to work together... So why not try? After all, who would resist opportunity From ff2f94208f1c255f5a3ba9f26d5603d83af86453 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:07:49 +0000 Subject: [PATCH 165/262] rebuilt readme.md --- README.md | 3 +++ TEAMS.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/README.md b/README.md index 17f4389..1e0cbfd 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ 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) | | #Random Hackers |[Dylson Valente Neto](https://koding.com/n370) Santa Fe, AR *(team lead)*
[Ildus Sadykov](https://koding.com/IldusSadykov) Elabuga, RU
[Jen Best](https://koding.com/jenthebest) Philadelphia, US
| [Random Hackers](./Teams/RandomHackers/ABOUT.md) | | #RaphaëlTM |[Raphaël Titsworth-Morin](https://koding.com/raphaeltm) Halifax, CA
| [RaphaëlTM](./Teams/RaphaelTM/ABOUT.md) | +| #ReseaSoft |[Dzhambulat Khasayeb](https://koding.com/dzhambulat) Makhachkala, RU
| [ReseaSoft](./Teams/ReseaSoft/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) | | #ScrumTobe Software |[Hai Bui](https://koding.com/undefined) Hanoi, VN *(team lead)*
[Hung Kieu](https://koding.com/undefined) Hanoi, VN
[Giang Phan](https://koding.com/undefined) Hanoi, VN
[Thai Nguyen](https://koding.com/undefined) Hanoi, VN
| [ScrumTobe Software](./Teams/ScrumTobe.Software/ABOUT.md) | | #Softever |[Noppol Pilukruangdet](https://koding.com/noppolp) Bangkok, TH
| [Softever](./Teams/Softever/ABOUT.md) | @@ -115,6 +116,7 @@ the lower section of this README.md file. | #Team Carina |[Mayank Pande](https://koding.com/Mayank) Indore, IN *(team lead)*
[Ajad Patel](https://koding.com/ajad) Indore,IN
[Nirmal](https://koding.com/nirmal) Indore, IN
[Pragati singh suman](https://koding.com/Pragati) Indore, IN
[Shweta shrimali](https://koding.com/Shweta) Indore, IN
| [Team Carina](./Teams/TeamCarina/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | | #Team Cookie |[Yishu Dai](https://koding.com/yishudai) Northfield, US
| [Team Cookie](./Teams/TeamCookie/ABOUT.md) | +| #Team Flex |[Joshua Wood](https://koding.com/SK83RJOSH) Gettysburg, US *(team lead)*
[Brandon Teller](https://koding.com/brteller) York, US
| [Team Flex](./Teams/TeamFlex/ABOUT.md) | | #Team Hairball |[Paul Bailey](https://koding.com/pizzapanther) League City, US *(team lead)*
[Chris Cauley](https://koding.com/Chriscauley) Houston, US
| [Team Hairball](./Teams/TeamHairball/ABOUT.md) | | #TeamShog |[Noah MacDonald](https://koding.com/falkirks) Vancouver, CA *(team lead)*
[Leon Chang](https://koding.com/99leonchang) Hsinchu, TW
[Samuel Levin](https://koding.com/megasamninja) Sydney, AU
[Adam Martin](https://koding.com/tuffdev) Fishers, US
[Chris](https://koding.com/pemapmodder) Hong Kong, CN
| [TeamShog](./Teams/TeamShog/ABOUT.md) | | #Team Ultimate |[Jeyveen Bhoyroo](https://koding.com/jeyveen) Vacoas, MU
| [Team Ultimate](./Teams/TeamUltimate/ABOUT.md) | @@ -152,5 +154,6 @@ the lower section of this README.md file. | #igHumble |[Owen Craig](https://koding.com/owencraig) Chicago, US *(team lead)*
[Tony Truong](https://koding.com/tonykqt) Sydney, AU
[Nick Macdonald](https://koding.com/nickmacd) Sydney, AU
| [igHumble](./Teams/igHumble/ABOUT.md) | | #infi |[Prateek Jain](https://koding.com/max07) Gwalior, IN
[Dharamveer Baloda](https://koding.com/baloda) Gwalior, IN
| [infi](./Teams/infi/ABOUT.md) | | #IngloriousHacker |[Amit Haval](https://koding.com/blasteramit) Sangli,IN *(team lead)*
| [IngloriousHacker](./Teams/inglorioushacker/ABOUT.md) | +| #megusta |[Ivan Kirichenko](https://koding.com/elgris) Ho Chi Minh City, VN *(team lead)*
| [megusta](./Teams/megusta/ABOUT.md) | | #myPHPmaster |[Mohd Othman](https://koding.com/myphpmaster) Kuala Lumpur, MY
| [myPHPmaster](./Teams/myPHPmaster/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index f1e3c4b..83c9519 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -1972,6 +1972,34 @@ vPython (python?), C +--------------------------------------- + +TeamFlex +================ + +We are a group of passionate developers that build flex-ible applications to work on a variety of platforms and systems. + + +About your team +=========================== + +| Joshua Wood (SK83RJOSH) | Brandon Teller (brteller) +|--- |--- +| SK83RJOSH | brteller +| Project Lead, Frontend and Backend Guru | Designer, Frontend and Backend Developer + +We've worked together for around 3 years, and between us we have over ten years of webdev experience. + +Whether it be our own startup or one of the many freelance projects we've completed together, we've always prided ourselves on pushing boundaries and doing new things. So when we heard about the Koding Hackathon, and saw the themes, we jumped right on to the idea. + +We can't wait to show everyone our idea. + +Goal +======= + +We plan to create a real time chat application with a very unique twist, keep an eye out! + + --------------------------------------- # Team Hairball @@ -2679,6 +2707,32 @@ PHP,C++,Python,Javascript. +--------------------------------------- + + +# megusta + +I'm Ivan and I just looooooove little software and hardware helpers that make life easier. +But sometimes little things overgrow to big ugly monster, so it's better to kill them than develop -__-. +I hope, this time I'll focus on one thing and won't use whole bucket of technologies +just for one simple purpose. :) + +# What skills do I have? + +Well, I'm kinda web developer with mixin of mobile developer who can speak following languages +(and speaks them in daily life): + + - PHP + - golang + - C# (Silverlight) + - Javascript + +My idea is to work on gathering and processing one kind of statistics that will serve well to 80% +of possible users. I'll focus on usability, because "usable" thing means "something that helps me +every day". + + + --------------------------------------- # myPHPmaster From 43f2389833e9a1121b504aab62eb4f2e1c4a09e9 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:39:43 +0530 Subject: [PATCH 166/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 083c690..4046726 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -3,12 +3,13 @@ We are a bunch of student who are following a BEng Software Engineering degree course. We always are looking for new technologies and new ways to find solutions for real world problems. +Someone will most probably think that we are some crazy bunch of guys since we face anything which is thrown at us with our ever lasting smile. So, throw us anything, we are ready! ## About Us | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://media.licdn.com/media/p/7/000/1d0/35e/3b20e07.jpg) | ![Grainier](https://media.licdn.com/media/p/7/005/065/1f8/1abc1c9.jpg) | ![Praminda](https://lh4.googleusercontent.com/-FiYRqsqI2ZQ/AAAAAAAAAAI/AAAAAAAABbg/j2zioUiVNLY/s120-c/photo.jpg) | ![Yehan](https://media.licdn.com/media/p/4/005/06d/2f6/2229270.jpg) | +| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) | ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | ## Languages we love From d89f6305fef01240399c5d29283cf8d9a1e5284c Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:10:33 +0000 Subject: [PATCH 167/262] generated new readme.md --- README.md | 2 ++ TEAMS.md | 55 ++++++++++++++++++++++++++++++++ Teams/ExpertsUnlimited/team.json | 10 +++--- 3 files changed, 62 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e0cbfd..8c5d9df 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ the lower section of this README.md file. | #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) | | #EventHorizon |[Michal Piotrowski](https://koding.com/eventhorizonpl) Janowice, PL
| [EventHorizon](./Teams/EventHorizon/ABOUT.md) | +| #Experts Unlimited |[Ananay Arora](https://koding.com/ananay) New Delhi, IN *(team lead)*
[Abhishek Anand](https://koding.com/abhishek97) New Delhi, IN
[Akshay Gupta](https://koding.com/akshaykgupta) New Delhi, IN
[Rohan Dhar](https://koding.com/rohanoffi) New Delhi, IN
| [Experts Unlimited](./Teams/ExpertsUnlimited/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Float-Center |[Chris Drake](https://koding.com/cdrake) Wichita, KS *(team lead)*
[Corey Wynn](https://koding.com/wynn1c) Wichita, KS
[Caleb Swank](https://koding.com/calebswank11) Wichita, KS
[Daniel Brake](https://koding.com/danieldb) Wichita, KS
| [Float-Center](./Teams/Float-Center/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) | @@ -96,6 +97,7 @@ the lower section of this README.md file. | #NewFolder |[Sadique Ali P](https://koding.com/spali) Sulthan Batheri, IN *(team lead)*
[Sachin Murali G](https://koding.com/dotg) Sulthan Batheri, IN
[Akhil Balakrishnan](https://koding.com/akhilb91) Sulthan Batheri, IN
[Ijas Ahamed N](https://koding.com/ijasahamed) Sulthan Batheri, IN
[Sibin John](https://koding.com/sibinjohn) Sulthan Batheri, IN
| [NewFolder](./Teams/NewFolder/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) | +| #Plummy |[Bagus Trihatmaja](https://koding.com/btrihatmaja) Denpasar, ID *(team lead)*
[Rizky Noor Ichwan](https://koding.com/spondbob) Melbourne, AU
[Bayu Ditaprawira](https://koding.com/bayultimate) Denpasar, ID
| [Plummy](./Teams/Plummy/ABOUT.md) | | #Pretender |[Dzmitry Hancharou](https://koding.com/pretender) Brest, BY *(team lead)*
| [Pretender](./Teams/Pretender/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) | | #Random Hackers |[Dylson Valente Neto](https://koding.com/n370) Santa Fe, AR *(team lead)*
[Ildus Sadykov](https://koding.com/IldusSadykov) Elabuga, RU
[Jen Best](https://koding.com/jenthebest) Philadelphia, US
| [Random Hackers](./Teams/RandomHackers/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index 83c9519..975aa19 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -806,6 +806,27 @@ We'll be targeting themes 2, 5, and 6. http://eventhorizon.pl/ +--------------------------------------- + +== Team Name: Experts Unlimited + +-- About Us: + +We're 4 highschool students taking part in this competition. + +- Ananay Arora (http://ananayarora.com) : The leader here, with all the development skills. +- Abhishek Anand: Beta Tester & Designer with great debugging skills. +- Akshay Gupta: Graphics Designer with Beta Testing skills. +- Rohan Dhar: PHP Guy & Web Developer. + +Languages : +-> HTML +-> CSS +-> Javascript w/ jQuery & AJAX +-> PHP +-> MySQL + + --------------------------------------- Fire Inside @@ -1521,6 +1542,40 @@ About your skills and what you are going to do? +--------------------------------------- + +Welcome to Plummy +================ + +We are the Plummy team, so we are participating. +That's not it, well yeah, we are team in both real world and this koding event. We are doing many projects as a startup currently. All of our team are Indonesian, but one of our team currently living in Melbourne. +We always work remotely and this event is our chance to do some work together and train our work team. + +About your team +=========================== + +| bagus | rizky | bayu +|--- |--- |--- +| Bagus | Rizky | Bayu + +Bagus +---------- + +Bagus is mostly interested in database, as a backend engineer Bagus also loves to do some scripting and programming. Mostly, Bagus use PostgreSQL and ruby. + +Rizky +--------- + +Rizky is a full stack web developer, his code won't be smells. + +Bayu +-------- + +Bayu is UI/UX guy, who works mostly with photoshop and other UI tools, he is also our business guy, please talk money with him. + + + + --------------------------------------- About your team diff --git a/Teams/ExpertsUnlimited/team.json b/Teams/ExpertsUnlimited/team.json index f613cda..9cd69d4 100644 --- a/Teams/ExpertsUnlimited/team.json +++ b/Teams/ExpertsUnlimited/team.json @@ -3,26 +3,26 @@ "members": [ { "name": "Ananay Arora", - "twitter": "@ananayarora_com", + "twitter": "ananayarora_com", "koding": "ananay", "location": "New Delhi, IN", "lead": true }, { "name": "Abhishek Anand", - "twitter": "@abhichamp97", + "twitter": "abhichamp97", "koding": "abhishek97", "location": "New Delhi, IN" }, { "name": "Akshay Gupta", - "twitter": "@wizardgupta", + "twitter": "wizardgupta", "koding": "akshaykgupta", - "location": "New Delhi, IN", + "location": "New Delhi, IN" }, { "name": "Rohan Dhar", - "twitter": "@rohanoffi", + "twitter": "rohanoffi", "koding": "rohanoffi", "location": "New Delhi, IN" } From b4f93c312b241d3bd2fdce7cc0bdcbc854d50039 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:13:06 +0000 Subject: [PATCH 168/262] rebuilt readme.md --- README.md | 3 +++ TEAMS.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/README.md b/README.md index 8c5d9df..966c297 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ the lower section of this README.md file. | #Cardboard Coders |[Andrei Neamtu](https://koding.com/neamtua) Bucharest, RO *(team lead)*
[Khez](https://koding.com/khez) Bucharest, RO
[Vlad Rusanescu](https://koding.com/dazganer) Bucharest, RO
| [Cardboard Coders](./Teams/CardboardCoders/ABOUT.md) | | #Cheers |[Carlos Fernandes](https://koding.com/carlosjs89) Lisbon, PT
[David Bombaça](https://koding.com/dbombaca) Lisbon, PT
[Rui Elói](https://koding.com/reloi) Lisbon, PT
| [Cheers](./Teams/Cheers/ABOUT.md) | | #ChennaiNerd |[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) | +| #Coddee Break |[Kuzma Kudim](https://koding.com/kuzmaka) Kiev, UA *(team lead)*
[Vadim Sakhno](https://koding.com/prineside) Kiev, UA
| [Coddee Break](./Teams/Coddee-Break/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) | | #CodeRabbits |[Deepak Singh](https://koding.com/spidergears) Pune, IN *(team lead)*
[Jiren Patel](https://koding.com/jiren) Pune, IN
[Sachin Kamble](https://koding.com/sinan) Pune, IN
[Siva Gollapalli](https://koding.com/sivagollapalli) Pune, IN
| [CodeRabbits](./Teams/CodeRabbits/ABOUT.md) | @@ -95,6 +96,7 @@ the lower section of this README.md file. | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | | #Neskromny |[Sergii Volodko](https://koding.com/neskromny) Kiev, UA
| [Neskromny](./Teams/Neskromny/ABOUT.md) | | #NewFolder |[Sadique Ali P](https://koding.com/spali) Sulthan Batheri, IN *(team lead)*
[Sachin Murali G](https://koding.com/dotg) Sulthan Batheri, IN
[Akhil Balakrishnan](https://koding.com/akhilb91) Sulthan Batheri, IN
[Ijas Ahamed N](https://koding.com/ijasahamed) Sulthan Batheri, IN
[Sibin John](https://koding.com/sibinjohn) Sulthan Batheri, IN
| [NewFolder](./Teams/NewFolder/ABOUT.md) | +| #OldMonks |[Meherzad](https://koding.com/meherzad28) Mumbai, IN *(team lead)*
[Ankur Trapasiya](https://koding.com/ankurtrapasiya) Mumbai, IN
| [OldMonks](./Teams/OldMonks/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) | | #Plummy |[Bagus Trihatmaja](https://koding.com/btrihatmaja) Denpasar, ID *(team lead)*
[Rizky Noor Ichwan](https://koding.com/spondbob) Melbourne, AU
[Bayu Ditaprawira](https://koding.com/bayultimate) Denpasar, ID
| [Plummy](./Teams/Plummy/ABOUT.md) | @@ -103,6 +105,7 @@ the lower section of this README.md file. | #Random Hackers |[Dylson Valente Neto](https://koding.com/n370) Santa Fe, AR *(team lead)*
[Ildus Sadykov](https://koding.com/IldusSadykov) Elabuga, RU
[Jen Best](https://koding.com/jenthebest) Philadelphia, US
| [Random Hackers](./Teams/RandomHackers/ABOUT.md) | | #RaphaëlTM |[Raphaël Titsworth-Morin](https://koding.com/raphaeltm) Halifax, CA
| [RaphaëlTM](./Teams/RaphaelTM/ABOUT.md) | | #ReseaSoft |[Dzhambulat Khasayeb](https://koding.com/dzhambulat) Makhachkala, RU
| [ReseaSoft](./Teams/ReseaSoft/ABOUT.md) | +| #Rhinoceros |[Ilim Ugur](https://koding.com/ilimugur) Ankara, TR
| [Rhinoceros](./Teams/Rhinoceros/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) | | #ScrumTobe Software |[Hai Bui](https://koding.com/undefined) Hanoi, VN *(team lead)*
[Hung Kieu](https://koding.com/undefined) Hanoi, VN
[Giang Phan](https://koding.com/undefined) Hanoi, VN
[Thai Nguyen](https://koding.com/undefined) Hanoi, VN
| [ScrumTobe Software](./Teams/ScrumTobe.Software/ABOUT.md) | | #Softever |[Noppol Pilukruangdet](https://koding.com/noppolp) Bangkok, TH
| [Softever](./Teams/Softever/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index 975aa19..d8075e8 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -536,6 +536,22 @@ Still thinking about it. But it will surely be something special! +--------------------------------------- + +# Coddee Break Team + +We are Kuzma and Vadim, we like both hacking and games, and we believe it's sometimes the same thing! + +## About us + +* *Kuzma* — Being mostly PHP back end web developer recent years, used to code in a variety of languages starting from low-level assemblers to exotic Prolog. +* *Vadim* — Third year university student, full-stack PHP+HTML+CSS+JS web developer, interested in games. + +## Our goals + +We love creativity and we want to show anybody it can be pleasure to build your own program. Who likes boring lessons? Who likes lessons at all? Let's play and then you realise you can do much more and it's fun! + + --------------------------------------- This is our page @@ -1505,6 +1521,25 @@ Sibin John Member of Tech Staffs at Nethram India Innovation Centre. Graduates from Government Engineering College Wayanad. +--------------------------------------- + + +# Oldmonks + +Coming soon + +## About Us + +- Ankur +- Meherzad + +## Languages we love + +- Java +- Javascript +- Sql + + --------------------------------------- About my team @@ -1674,6 +1709,34 @@ I'm interested in both the theme of realtime communication and translation and t I'm not entirely sure what I'd like to tackle specifically. Perhaps I'll gather some other devs/designers and come up with a more concrete idea soon. +--------------------------------------- + +This is our page +================ + +Rhinoceros is a team of one (for now!) eager to participate in Koding Hackathon. + + +About your team +=========================== + +| ilim +|--- +| Ilim | + +I am a recent graduate of [Middle East Technical University](http://www.metu.edu.tr/), working at a independent game development company called [Taleworlds Entertainment]. (https://www.taleworlds.com/) Even though I am really interested in the idea, I was not able to participate in more than a couple of hackathons, usually due to the location of most of them being too remote to participate. This one being online is yet another reason that got me excited. + +Assignments at school or work may be exciting or educational, but the spontaneity of creativity encouraged in hackathons help get the experience of developing to a whole new level. + +I don't think my goal is to win. Rather, it is to produce something that I, and hopefully others as well, would like to make use of. + + +About our skills and what we are going to do? +======= + +The TOS and EULA are one tough nut to crack, but it sure would be fun to tackle it as a weekend project. Any attempt to simplify understanding their coverage would surely require working on the front-end, which would make the implementation part an experimental endeavor to me, as I am more used to working in the back-end. I am still going through the wondrous APIs encouraged, though, and I may end up implementing something based on one (or a few) or them. + + --------------------------------------- SERPteam From 5f8834eceb589b886b511bb5111158e9f286e742 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 12:14:05 -0500 Subject: [PATCH 169/262] Create team.json --- Teams/wise-eddy/team.json | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Teams/wise-eddy/team.json diff --git a/Teams/wise-eddy/team.json b/Teams/wise-eddy/team.json new file mode 100644 index 0000000..f269ff0 --- /dev/null +++ b/Teams/wise-eddy/team.json @@ -0,0 +1,54 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + {"name":"Elise Ralph", + "twitter": "wiseeddy", + + ] +} + + + + +{ + "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", + "koding": "sent-hil", + "location": "Chennai, IN" + }, + { + "name": "Sinan Yasar", + "twitter": "sinanyasar", + "koding": "sinan", + "location": "San Francsico, US", + "lead": true + }, + { + "name": "Devrim Yasar", + "twitter": "devrimyasar", + "koding": "devrim", + "location": "San Francsico, US" + }, + { + "name": "Nitin Gupta", + "twitter": "gniting", + "koding": "nitin", + "location": "Turin, IT" + } + ] +} From a572181d4d5b34adbdce8e2bc1b2e81e570d11ec Mon Sep 17 00:00:00 2001 From: Amey Kshirsagar Date: Wed, 26 Nov 2014 22:44:37 +0530 Subject: [PATCH 170/262] Team Arcoiris registering Coming on board --- Teams/TeamArcoiris/ABOUT.md | 39 ++++++++++++++++++++++++++++++++++++ Teams/TeamArcoiris/team.json | 18 +++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Teams/TeamArcoiris/ABOUT.md create mode 100644 Teams/TeamArcoiris/team.json diff --git a/Teams/TeamArcoiris/ABOUT.md b/Teams/TeamArcoiris/ABOUT.md new file mode 100644 index 0000000..6e4f01e --- /dev/null +++ b/Teams/TeamArcoiris/ABOUT.md @@ -0,0 +1,39 @@ +Team Arcoiris +================ + +We are a part of small company called Arcoiris Labs owned by Amey Kshirsagar. Indraneel Potnis is a friend and works privately for a firm in India and he is happy to help us in this competition. We know each other from our school days. We are very creative about our ideas and know how to achieve a soft spot in innovation and creativity. + +About your team +=========================== + +| ameyhk | Indraneelpotnis | +|--- |--- |--- |--- +| ameyhk | Indraneelpotnis | + +*Why are we participating?* +We simply love to be challenged. Our team is a mixture of creativity and freedom of thinking in technical world. We are open to all kinds of technology and we have some impressive research going on these days in the field of mobile security and scaling. Simplicity is the ultimate sophistication is what we have always beleived and we will try to make you believe from our work. + +We would love to win this competition to fund our research and release our vision to general public for free of cost. + + +Skills: + * HTML5 + * CSS3 + * JS + * PHP + * Java + * MySQL + * MongoDB + * Python + * Socket Programming + * REST-API + * NodeJS + * Intel Appframework + * JQuery + +======= +Project + +We will be writing a real-time translator using SPA architechture and it is going to implement a new way of showing notifications which has been never implemented till now. + +--------------------------------------- \ No newline at end of file diff --git a/Teams/TeamArcoiris/team.json b/Teams/TeamArcoiris/team.json new file mode 100644 index 0000000..ad261df --- /dev/null +++ b/Teams/TeamArcoiris/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Arcoiris", + "members": [ + { + "name": "Indraneel Potnis", + "twitter": "Indraneelpotnis", + "koding": "endrohat", + "location": "Mumbai, IN" + }, + { + "name": "Amey Kshirsagar", + "twitter": "ameyhk", + "koding": "ameyhk", + "location": "Pune, IN", + "lead": true + } + ] +} \ No newline at end of file From a1be4021d561a52d830343eea57b711b985b613b Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 12:16:01 -0500 Subject: [PATCH 171/262] Update team.json --- Teams/wise-eddy/team.json | 40 ++------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/Teams/wise-eddy/team.json b/Teams/wise-eddy/team.json index f269ff0..fe846b6 100644 --- a/Teams/wise-eddy/team.json +++ b/Teams/wise-eddy/team.json @@ -9,46 +9,10 @@ }, {"name":"Elise Ralph", "twitter": "wiseeddy", - + "koding":"wise-eddy", + "location":"Marquette, US" ] } - -{ - "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", - "koding": "sent-hil", - "location": "Chennai, IN" - }, - { - "name": "Sinan Yasar", - "twitter": "sinanyasar", - "koding": "sinan", - "location": "San Francsico, US", - "lead": true - }, - { - "name": "Devrim Yasar", - "twitter": "devrimyasar", - "koding": "devrim", - "location": "San Francsico, US" - }, - { - "name": "Nitin Gupta", - "twitter": "gniting", - "koding": "nitin", - "location": "Turin, IT" - } - ] -} From e80be8063269407b033aa6b56b480f2ed6dda506 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 12:16:43 -0500 Subject: [PATCH 172/262] Update team.json --- Teams/wise-eddy/team.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/wise-eddy/team.json b/Teams/wise-eddy/team.json index fe846b6..04f4aec 100644 --- a/Teams/wise-eddy/team.json +++ b/Teams/wise-eddy/team.json @@ -11,6 +11,7 @@ "twitter": "wiseeddy", "koding":"wise-eddy", "location":"Marquette, US" + } ] } From 15a941028007c2be8c8dc77bea4651f757130c85 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 12:17:43 -0500 Subject: [PATCH 173/262] Added team information --- Teams/wise-eddy/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/wise-eddy/team.json b/Teams/wise-eddy/team.json index 04f4aec..fa13706 100644 --- a/Teams/wise-eddy/team.json +++ b/Teams/wise-eddy/team.json @@ -7,7 +7,7 @@ "koding": "koding username", "location": "city, 2 digit country code" }, - {"name":"Elise Ralph", + {"name":"Elise A. Ralph", "twitter": "wiseeddy", "koding":"wise-eddy", "location":"Marquette, US" From 83cf0cc9437d73c54aea19e3729bbe5bea13608e Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:51:34 +0530 Subject: [PATCH 174/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 4046726..42a4246 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -13,8 +13,4 @@ Someone will most probably think that we are some crazy bunch of guys since we f ## Languages we love --JavaScript --PHP --JAVA --CSS --HTML!!! +|JavaScript|PHP|JAVA|CSS|HTML!!! From 1e0ecee8cbcc4c3a6865582e4773b30b22252108 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:52:40 +0530 Subject: [PATCH 175/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 42a4246..9e7a827 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -13,4 +13,5 @@ Someone will most probably think that we are some crazy bunch of guys since we f ## Languages we love -|JavaScript|PHP|JAVA|CSS|HTML!!! +|JavaScript|PHP|JAVA|CSS|HTML +|--- |--- |--- |--- From 9ad6d7ce92e5c2bd97ae4ffc5b46d351bab2251b Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:56:11 +0530 Subject: [PATCH 176/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 9e7a827..60af3a4 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -13,5 +13,5 @@ Someone will most probably think that we are some crazy bunch of guys since we f ## Languages we love -|JavaScript|PHP|JAVA|CSS|HTML -|--- |--- |--- |--- +JavaScript | PHP | JAVA | CSS | HTML | C | C# | C++ | Android | Objective-C | Nodejs | Jaggeryjs | MySQL + From ecc4411b449970be195be50845edb1b2df4fe357 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 22:56:55 +0530 Subject: [PATCH 177/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 60af3a4..6ce8fd2 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -13,5 +13,5 @@ Someone will most probably think that we are some crazy bunch of guys since we f ## Languages we love -JavaScript | PHP | JAVA | CSS | HTML | C | C# | C++ | Android | Objective-C | Nodejs | Jaggeryjs | MySQL +JavaScript , PHP , JAVA , CSS , HTML , C , C# , C++ , Android , Objective-C , Nodejs , Jaggeryjs , MySQL From 79461f026d720e9d4b13de57c56c2034ee6398fd Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:27:22 +0000 Subject: [PATCH 178/262] generated new readme.md --- README.md | 3 ++ TEAMS.md | 76 +++++++++++++++++++++++++++++++++++ Teams/Birmingham.IO/team.json | 46 ++++++++++----------- 3 files changed, 102 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 966c297..315cddd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ the lower section of this README.md file. | #B17 |[Dmitry Udod](https://koding.com/reedwalter24) Cherkassy, Ukraine *(team lead)*
| [B17](./Teams/B17/ABOUT.md) | | #Bad Aces |[Cameron Condry](https://koding.com/ccondry) Seymour, US *(team lead)*
[Aime Menendez](https://koding.com/aimemp) Fort Lauderdale, US
[Estel Smith](https://koding.com/estelsmith) North Vernon, US
[Stefan Gimmillaro](https://koding.com/sgimmillaro) San Francisco, US
| [Bad Aces](./Teams/Bad-Aces/ABOUT.md) | | #Bali |[Dmytro Sadovnychyi](https://koding.com/sadovnychyi) Bali, ID *(team lead)*
| [Bali](./Teams/Bali/ABOUT.md) | +| #Birmingham.IO |[Daniel Hollands](https://koding.com/limeblast) Birmingham, UK *(team lead)*
[Omar Qureshi](https://koding.com/omarquresh1) Birmingham, UK
[Tajinder Singh](https://koding.com/tajindersd) Birmingham, UK
[Will Parker](https://koding.com/wprk) Redditch, UK
[Ping-Yuan Chang](https://koding.com/a9261) Taichung City, TW
| [Birmingham.IO](./Teams/Birmingham.IO/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) | | #Brevity Labs |[Mukul Biswas](https://koding.com/brevitylabs) Dublin, IE
| [Brevity Labs](./Teams/BrevityLabs/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/gisseares) Belgrade, RS
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | @@ -92,6 +93,7 @@ the lower section of this README.md file. | #Team Koders |[Vitor Lobão Fernandes](https://koding.com/unclelobs) Curitiba, BR
| [Team Koders](./Teams/Magusd/ABOUT.md) | | #Matrix |[Dandi B](https://koding.com/dandibee) Manila, PH *(team lead)*
| [Matrix](./Teams/Matrix/ABOUT.md) | | #Team Koders |[Jabir Ali](https://koding.com/jabirraju) Lucknow, IN
| [Team Koders](./Teams/MiracleTeam/ABOUT.md) | +| #Moonchar |[Kyaw Zaw Win](https://koding.com/kyawzawwin) Singapore, SG
[Nway Nway](https://koding.com/moonchar) Singapore, SG
| [Moonchar](./Teams/Moonchar/ABOUT.md) | | #NUS Technology |[Chien Tran-Xuan](https://koding.com/xuanchien) Ho Chi Minh, VN *(team lead)*
[Nam Tran-Van](https://koding.com/nusnamtv) Ho Chi Minh, VN
[Nhan Nguyen-Minh](https://koding.com/nhannm) Ho Chi Minh, VN
[Duong Doan-Nguyen](https://koding.com/duongdn) Ho Chi Minh, VN
| [NUS Technology](./Teams/NUSTechnology/ABOUT.md) | | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | | #Neskromny |[Sergii Volodko](https://koding.com/neskromny) Kiev, UA
| [Neskromny](./Teams/Neskromny/ABOUT.md) | @@ -118,6 +120,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 Wild |[Tim Masson](https://koding.com/wildmercury) Harare, ZW
| [Team Wild](./Teams/Team-Wild/ABOUT.md) | | #Team Anxious |[Kamran Qadir](https://koding.com/qadir0108) Islamabad, PK
| [Team Anxious](./Teams/TeamAnxious/ABOUT.md) | +| #Team Arcoiris |[Amey Kshirsagar](https://koding.com/ameyhk) Pune, IN *(team lead)*
[Indraneel Potnis](https://koding.com/endrohat) Mumbai, IN
| [Team Arcoiris](./Teams/TeamArcoiris/ABOUT.md) | | #Team Carina |[Mayank Pande](https://koding.com/Mayank) Indore, IN *(team lead)*
[Ajad Patel](https://koding.com/ajad) Indore,IN
[Nirmal](https://koding.com/nirmal) Indore, IN
[Pragati singh suman](https://koding.com/Pragati) Indore, IN
[Shweta shrimali](https://koding.com/Shweta) Indore, IN
| [Team Carina](./Teams/TeamCarina/ABOUT.md) | | #Team Car‮ret |[Carter Sande](https://koding.com/cartr) California, US *(team lead)*
| [Team Car‮ret](./Teams/TeamCarter/ABOUT.md) | | #Team Cookie |[Yishu Dai](https://koding.com/yishudai) Northfield, US
| [Team Cookie](./Teams/TeamCookie/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index d8075e8..ba8c3b2 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -387,6 +387,27 @@ Python for sure! +--------------------------------------- + +Birmingham.IO +=========================== + +This team is made up of members of [Birmingham.IO](http://birmingham.io/), a community forum aimed at the tech industry in Birmingham. + +About your team +=========================== + +| [Daniel Hollands](https://talk.birmingham.io/users/limeblast/activity) | [Omar Qureshi](https://talk.birmingham.io/users/omarqureshi/activity) | [Tajinder Singh](https://talk.birmingham.io/users/tajindersd/activity) | [Will Parker](https://talk.birmingham.io/users/wprk/activity) | [Ping-Yuan 'Aaron' Chang](https://talk.birmingham.io/users/king_jk/activity) | +|---------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| +| limeblast | omarqureshi | | wprk | king_jk | + + +About your skills and what you are going to do? +=========================== + +Right now, we don't have a clue, but I'm hoping inspiration will hit soon. Watch this space. + + --------------------------------------- We are The Black Rabbits @@ -1460,6 +1481,19 @@ i love actionscript as3 +--------------------------------------- + +About your team +=========================== + +We are experienced software professional, with business and marketing skill, specialized in web application development. As we had developed not only highly scalable web application with social media integration to support millions of user but also enterprise grade financial application, we would like to apply our experiences and knowledges into innovative idea by accepting the global hackathon chanllenge. + +About your skills and what you are going to do? +======= + +We are good at most of the common web application languages such as NodeJs, PHP, J2EE, ASP.NET and varity of javascript libraries and frameworks such as Jquery and AngularJs. +We are going to implement an interesting game to introduce software development for a new comer. + --------------------------------------- This is our page @@ -2041,6 +2075,48 @@ Plans Expertise in C#, Java, Web and API integrations. I defiantly will work with theme # 1 +--------------------------------------- + +Team Arcoiris +================ + +We are a part of small company called Arcoiris Labs owned by Amey Kshirsagar. Indraneel Potnis is a friend and works privately for a firm in India and he is happy to help us in this competition. We know each other from our school days. We are very creative about our ideas and know how to achieve a soft spot in innovation and creativity. + +About your team +=========================== + +| ameyhk | Indraneelpotnis | +|--- |--- |--- |--- +| ameyhk | Indraneelpotnis | + +*Why are we participating?* +We simply love to be challenged. Our team is a mixture of creativity and freedom of thinking in technical world. We are open to all kinds of technology and we have some impressive research going on these days in the field of mobile security and scaling. Simplicity is the ultimate sophistication is what we have always beleived and we will try to make you believe from our work. + +We would love to win this competition to fund our research and release our vision to general public for free of cost. + + +Skills: + * HTML5 + * CSS3 + * JS + * PHP + * Java + * MySQL + * MongoDB + * Python + * Socket Programming + * REST-API + * NodeJS + * Intel Appframework + * JQuery + +======= +Project + +We will be writing a real-time translator using SPA architechture and it is going to implement a new way of showing notifications which has been never implemented till now. + +--------------------------------------- + --------------------------------------- diff --git a/Teams/Birmingham.IO/team.json b/Teams/Birmingham.IO/team.json index 103357c..76ef184 100644 --- a/Teams/Birmingham.IO/team.json +++ b/Teams/Birmingham.IO/team.json @@ -1,36 +1,36 @@ { - teamName: "Birmingham.IO", - members: [ + "teamName": "Birmingham.IO", + "members": [ { - name: "Daniel Hollands", - twitter: "limeblast", - koding: "limeblast", - location: "Birmingham, UK", - lead: true + "name": "Daniel Hollands", + "twitter": "limeblast", + "koding": "limeblast", + "location": "Birmingham, UK", + "lead": true }, { - name: "Omar Qureshi", - twitter: "omarqureshi", - koding: "omarquresh1", - location: "Birmingham, UK" + "name": "Omar Qureshi", + "twitter": "omarqureshi", + "koding": "omarquresh1", + "location": "Birmingham, UK" }, { - name: "Tajinder Singh", - twitter: "TajinderSD", - koding: "tajindersd", - location: "Birmingham, UK" + "name": "Tajinder Singh", + "twitter": "TajinderSD", + "koding": "tajindersd", + "location": "Birmingham, UK" }, { - name: "Will Parker", - twitter: "wprk14", - koding: "wprk", - location: "Redditch, UK" + "name": "Will Parker", + "twitter": "wprk14", + "koding": "wprk", + "location": "Redditch, UK" }, { - name: "Ping-Yuan Chang", - twitter: "Jaja_Magic", - koding: "a9261", - location: "Taichung City, TW" + "name": "Ping-Yuan Chang", + "twitter": "Jaja_Magic", + "koding": "a9261", + "location": "Taichung City, TW" } ] } From aec538f62cfaf7b9dbd8ecf1ac33a54e377b145b Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Wed, 26 Nov 2014 12:31:18 -0500 Subject: [PATCH 179/262] Added No Pilots No Demos team --- Teams/NoPilotsNoDemos/About.md | 19 +++++++++++++++++++ Teams/NoPilotsNoDemos/team.json | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Teams/NoPilotsNoDemos/About.md create mode 100644 Teams/NoPilotsNoDemos/team.json diff --git a/Teams/NoPilotsNoDemos/About.md b/Teams/NoPilotsNoDemos/About.md new file mode 100644 index 0000000..d1683bd --- /dev/null +++ b/Teams/NoPilotsNoDemos/About.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| aphelionz (Mark) | skybondsor (Jordyn) | +|--- |--- | +| ![aphelionz](https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/429397_10151321831125069_2084122506_n.jpg?oh=ab41ad0750b749a532bbd8f2d3f5a9cd&oe=550E92A4&__gda__=1423315627_a25fd60398c2cba46cb88530c5358420) | ![skybondsor](https://scontent-a-iad.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/1392014_10151601758896266_672020922_n.jpg?oh=20ae0c38af31d7c017a699a3a8fbe0a1&oe=550CD680) | + +Jordyn and Mark have been coding together both on and off the job for over 6 years now. We initially joined the hackathon because of the opportunity to do something based on climate change. + +However, when the topics were announced, we both felt drawn towards the privacy policy / terms of service topic. That is the topic we ended up choosing. + +We plan to make a web application to this effect. We have a good idea of what we're building. API choices are pending diff --git a/Teams/NoPilotsNoDemos/team.json b/Teams/NoPilotsNoDemos/team.json new file mode 100644 index 0000000..12a1266 --- /dev/null +++ b/Teams/NoPilotsNoDemos/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "No Pilots, No Demos", + "members": [ + { + "name": "Jordyn Bonds", + "twitter": "skybondsor", + "koding": "skybondsor", + "location": "Boston, MA" + }, + { + "name": "Mark Robert Henderson", + "twitter": "aphelionz", + "koding": "aphelionz", + "location": "Manchester-by-the-sea, MA" + } + ] +} From 3b092b34857cd4b7cdd65c18ddb9a01b72b75745 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 23:01:29 +0530 Subject: [PATCH 180/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 6ce8fd2..8acc51e 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -9,7 +9,7 @@ Someone will most probably think that we are some crazy bunch of guys since we f | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) | ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | +| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) lk.linkedin.com/in/yehancha| ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | ## Languages we love From 45a7fa52b5182591641994f68e3db62866b74d16 Mon Sep 17 00:00:00 2001 From: "Ossama W. Obeid" Date: Wed, 26 Nov 2014 20:32:08 +0300 Subject: [PATCH 181/262] Added Hackateers team info. --- Teams/Hackateers/ABOUT.md | 20 ++++++++++++++++++++ Teams/Hackateers/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 Teams/Hackateers/ABOUT.md create mode 100644 Teams/Hackateers/team.json diff --git a/Teams/Hackateers/ABOUT.md b/Teams/Hackateers/ABOUT.md new file mode 100644 index 0000000..0f5b174 --- /dev/null +++ b/Teams/Hackateers/ABOUT.md @@ -0,0 +1,20 @@ +## Introducing The Hackateers + +We are a group of three hackers hailing from [Carnegie Mellon University in Qatar](http://qatar.cmu.edu). +Two of us are graduates and one is currently a student. +Our members have previously participated in hackathons and even helped organize, mentor, or judge a hackathon or two. +We decided to join this hackathon to combine the different skills and experiences we gathered throughout the different paths we have embarked on to hack on something of great. + + +## About the team + + - **Ossama Obeid:** I am a research associate working in the field of Natural Language Processing. I have previously co-founded a company working on iOS apps for local clients. My interests include hacking software and hardware, painting, and reading up on Physics, Psychology, and History. Aiming to be a Renaissance man :) + + - **Afnan Fahim:** Hacker for all things front-end and aspiring new media artist. Side hobbies include learning languages. I envision a day when I will be able to travel to any country and communicate kinda sorta effectively. + + - **Mahmoud Alismail:** I am a CS junior at CMU. I enjoy working on computer vision applications and backend development. I like to use Django, Node, and OpenCV on my backends. In my free time, I tend to hack RGB+D cameras as well as highly scalable web applications. + + +## What are we doing? +Our idea is not solid yet but we will be writing a web app using Python for our back-end and HTML, JS, and CSS for our front-end. +We will be possibly utilizing NLP technologies and APIs such as NLTK, wit.ai, or IBM Watson. diff --git a/Teams/Hackateers/team.json b/Teams/Hackateers/team.json new file mode 100644 index 0000000..de33d11 --- /dev/null +++ b/Teams/Hackateers/team.json @@ -0,0 +1,24 @@ +{ +"teamName": "Hackateers", +"members": [ +{ +"name": "Ossama Obeid", +"twitter": "owobeid", +"koding": "owobeid", +"location": "Doha, QA", +"lead": true +}, +{ +"name": "Afnan Fahim", +"twitter": "afnanfahim", +"koding": "afahim", +"location": "Chicago, US" +}, +{ +"name": "Mahmoud Alismail", +"twitter": "mahmoudalismail", +"koding": "malismail", +"location": "Doha, QA" +} +] +} \ No newline at end of file From 4b5176a65c30742823bf2ec33bec8e84b1a718c3 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 23:03:50 +0530 Subject: [PATCH 182/262] Update ABOUT.md --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 8acc51e..46de081 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -9,7 +9,7 @@ Someone will most probably think that we are some crazy bunch of guys since we f | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) lk.linkedin.com/in/yehancha| ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | +| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) [lk.linkedin.com/in/yehancha](lk.linkedin.com/in/yehancha)| ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | ## Languages we love From 419f71e0363d35fa68f4dbe821a87de3532c33ff Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:34:41 +0000 Subject: [PATCH 183/262] rebuilt readme.md --- README.md | 4 ++++ TEAMS.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/README.md b/README.md index 315cddd..78fe49e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,9 @@ the lower section of this README.md file. | #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
[Fan Zhang](https://koding.com/fanwashere) Ottawa, CA
[Tommy Jung](https://koding.com/younghj) Toronto, 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) | +| #HackBeard |[Ranjith Kumar S](https://koding.com/ranji2612) Hyderabad, IN
| [HackBeard](./Teams/HackBeard/ABOUT.md) | | #HackOwls |[Gabriel Dumitrescu](https://koding.com/gdumitrescu) Toronto, CA *(team lead)*
[Kleber Virgilio Correia](https://koding.com/klebervirgilio) São Paulo, BR
[Rajesh Veeranki](https://koding.com/brood) Gurgaon, IN
[Venkateswaran Selvan](https://koding.com/mailmevenkat25) Coimbatore, IN
| [HackOwls](./Teams/HackOwls/ABOUT.md) | +| #Hackateers |[Ossama Obeid](https://koding.com/owobeid) Doha, QA *(team lead)*
[Afnan Fahim](https://koding.com/afahim) Chicago, US
[Mahmoud Alismail](https://koding.com/malismail) Doha, QA
| [Hackateers](./Teams/Hackateers/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) | | #IQHacker |[Iftekhar](https://koding.com/hackiftekhar) Indore, IN *(team lead)*
[Mayur](https://koding.com/mayur43s) Indore, IN
[Mayur](https://koding.com/mayur43s) Indore, IN
| [IQHacker](./Teams/IQHacker/ABOUT.md) | @@ -98,6 +100,7 @@ the lower section of this README.md file. | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | | #Neskromny |[Sergii Volodko](https://koding.com/neskromny) Kiev, UA
| [Neskromny](./Teams/Neskromny/ABOUT.md) | | #NewFolder |[Sadique Ali P](https://koding.com/spali) Sulthan Batheri, IN *(team lead)*
[Sachin Murali G](https://koding.com/dotg) Sulthan Batheri, IN
[Akhil Balakrishnan](https://koding.com/akhilb91) Sulthan Batheri, IN
[Ijas Ahamed N](https://koding.com/ijasahamed) Sulthan Batheri, IN
[Sibin John](https://koding.com/sibinjohn) Sulthan Batheri, IN
| [NewFolder](./Teams/NewFolder/ABOUT.md) | +| #No Pilots, No Demos |[Jordyn Bonds](https://koding.com/skybondsor) Boston, MA
[Mark Robert Henderson](https://koding.com/aphelionz) Manchester-by-the-sea, MA
| [No Pilots, No Demos](./Teams/NoPilotsNoDemos/ABOUT.md) | | #OldMonks |[Meherzad](https://koding.com/meherzad28) Mumbai, IN *(team lead)*
[Ankur Trapasiya](https://koding.com/ankurtrapasiya) Mumbai, IN
| [OldMonks](./Teams/OldMonks/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) | @@ -139,6 +142,7 @@ 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) | | #Tooring Analytics |[Anshuman Kanetkar](https://koding.com/tooring) London, UK
| [Tooring Analytics](./Teams/TooringAnalytics/ABOUT.md) | +| #Team Koders |[Talha Asad](https://koding.com/talha-asad) Lahore, PK
| [Team Koders](./Teams/Trident/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) | diff --git a/TEAMS.md b/TEAMS.md index ba8c3b2..8d71c2d 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -1080,6 +1080,13 @@ Still brainstorming, probably best ideas always take little time to grow! +--------------------------------------- + +I'm Ranjith, Designer Developer and a coffee addict.. +Pretty much my first hackathon, looking forward to having a good time.. + + + --------------------------------------- HackOwls @@ -1119,6 +1126,30 @@ About your skills and what you are going to do? We are interested to work on #5 or #1 theme. +--------------------------------------- + +## Introducing The Hackateers + +We are a group of three hackers hailing from [Carnegie Mellon University in Qatar](http://qatar.cmu.edu). +Two of us are graduates and one is currently a student. +Our members have previously participated in hackathons and even helped organize, mentor, or judge a hackathon or two. +We decided to join this hackathon to combine the different skills and experiences we gathered throughout the different paths we have embarked on to hack on something of great. + + +## About the team + + - **Ossama Obeid:** I am a research associate working in the field of Natural Language Processing. I have previously co-founded a company working on iOS apps for local clients. My interests include hacking software and hardware, painting, and reading up on Physics, Psychology, and History. Aiming to be a Renaissance man :) + + - **Afnan Fahim:** Hacker for all things front-end and aspiring new media artist. Side hobbies include learning languages. I envision a day when I will be able to travel to any country and communicate kinda sorta effectively. + + - **Mahmoud Alismail:** I am a CS junior at CMU. I enjoy working on computer vision applications and backend development. I like to use Django, Node, and OpenCV on my backends. In my free time, I tend to hack RGB+D cameras as well as highly scalable web applications. + + +## What are we doing? +Our idea is not solid yet but we will be writing a web app using Python for our back-end and HTML, JS, and CSS for our front-end. +We will be possibly utilizing NLP technologies and APIs such as NLTK, wit.ai, or IBM Watson. + + --------------------------------------- This is our page From 78d3fefd8b47085a701e271500ca71e1db529155 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 17:38:23 +0000 Subject: [PATCH 184/262] generated new readme.md --- README.md | 3 ++ TEAMS.md | 61 ++++++++++++++++++++++++++++++++++++ Teams/CloudSolvers/team.json | 2 +- 3 files changed, 65 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fe49e..f83bc87 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ the lower section of this README.md file. | #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/gisseares) Belgrade, RS
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #Cardboard Coders |[Andrei Neamtu](https://koding.com/neamtua) Bucharest, RO *(team lead)*
[Khez](https://koding.com/khez) Bucharest, RO
[Vlad Rusanescu](https://koding.com/dazganer) Bucharest, RO
| [Cardboard Coders](./Teams/CardboardCoders/ABOUT.md) | | #Cheers |[Carlos Fernandes](https://koding.com/carlosjs89) Lisbon, PT
[David Bombaça](https://koding.com/dbombaca) Lisbon, PT
[Rui Elói](https://koding.com/reloi) Lisbon, PT
| [Cheers](./Teams/Cheers/ABOUT.md) | +| #CheerySnowman |[Kasatkina Mary](https://koding.com/kasatkinamariya) Yekaterinburg, RU
| [CheerySnowman](./Teams/CheerySnowman/ABOUT.md) | | #ChennaiNerd |[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) | +| #CloudSolvers |[Ronoaldo Pereira](https://koding.com/ronoaldo) São Paulo, BR *(team lead)*
[Filipe Peixoto](https://koding.com/filipenos) São Paulo, BR
[Gilliard Okano](https://koding.com/gilliard) São Paulo, KE
[Eduardo Ferreira](https://koding.com/eduardoferreira) São Paulo, KE
| [CloudSolvers](./Teams/CloudSolvers/ABOUT.md) | | #Coddee Break |[Kuzma Kudim](https://koding.com/kuzmaka) Kiev, UA *(team lead)*
[Vadim Sakhno](https://koding.com/prineside) Kiev, UA
| [Coddee Break](./Teams/Coddee-Break/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) | @@ -85,6 +87,7 @@ the lower section of this README.md file. | #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) | | #J-Unit |[Ali Akhtar](https://koding.com/digitman2) Lahore, PK *(team lead)*
[Bobby Degrot](https://koding.com/eonns) Boston, US
| [J-Unit](./Teams/J-Unit/ABOUT.md) | +| #Jostlers |[Vincent H](https://koding.com/bpxballer) Atlanta, GA
| [Jostlers](./Teams/Jostlers/ABOUT.md) | | #KRATOS |[Bui Ha Duong](https://koding.com/buihaduong) Ho Chi Minh, VN
| [KRATOS](./Teams/KRATOS/ABOUT.md) | | #KawaiiDesuDevs |[Igor Moura](https://koding.com/igormp) Aracaju, BR *(team lead)*
[Nivaldo Melo](https://koding.com/masternivas) Aracaju, BR
| [KawaiiDesuDevs](./Teams/KawaiiDesuDevs/ABOUT.md) | | #Khatri |[Aneel Kumar](https://koding.com/aneelkkhatri) Karachi, PK *(team lead)*
| [Khatri](./Teams/Khatri/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index 8d71c2d..20f7226 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -528,6 +528,21 @@ You can change your mind, that's ok. Just push an update here when you do. +--------------------------------------- + +# CheerySnowman + +## About + +I'm a .NET developer from Yekaterinburg (it's in Russia) making people happy with my programs. + +Love clear and well-designed code. Have some machine learning and data structures background. + +## Languages I love + +I have been trying out many popular languages (Java and C++, Scheme and F#, python and perl, ...) and I am comfortable with C#, T-SQL and R currently. + + --------------------------------------- ChennaiNerd @@ -557,6 +572,52 @@ Still thinking about it. But it will surely be something special! +--------------------------------------- + +Cloud Solvers +================ + +We are a group of independent developers that hack togheter from time to time. +We love Cloud Computing and Web Development, and we are adventuring on new challenges on Mobile. +We also use Linux as our primary operating systems most of the time. + +About your team +=========================== + +| [@ronoaldopereira](https://twitter.com/ronoaldopereira) | [@edu_miani](https://twitter.com/edu_miani) | [@GilliardOkano](https://twitter.com/GilliardOkano) | [@filipenos](https://twitter.com/filipenos) +|--- |--- |--- |--- +| Ronoaldo Pereira | Eduardo Miani | Gilliard Okano | Filipe Peixoto | + +We have joined the hackathon to be able to participate on this global challenge, to learn more and to build solve real world problems in a global scale. + +We are earger to win this competition so we can grow our knowledge and finance the development of open source software as we are commited to contribute to them. + +Team Skills +======= +Programming languages we know: +* Java +* JavaScript +* Python +* Go +* PHP +* C# +* ShellScript + +Thecnologies and Frameworks we like: +* Google App Engine +* Docker +* Django +* Java EE +* HTML5 +* CSS3 + +Other tech stuff we like +* nginx +* gitbook +* mercurial +* git + + --------------------------------------- # Coddee Break Team diff --git a/Teams/CloudSolvers/team.json b/Teams/CloudSolvers/team.json index ce3ea00..fc7abf8 100644 --- a/Teams/CloudSolvers/team.json +++ b/Teams/CloudSolvers/team.json @@ -12,7 +12,7 @@ "name": "Filipe Peixoto", "twitter": "filipenos", "koding": "filipenos", - "location": "São Paulo, BR", + "location": "São Paulo, BR" }, { "name": "Gilliard Okano", From bca31e5f704725e46f33c8da6a052f8e93217af6 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 23:14:17 +0530 Subject: [PATCH 185/262] Update about page_7 --- Teams/Hurricane/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Hurricane/ABOUT.md b/Teams/Hurricane/ABOUT.md index 46de081..831ea7d 100644 --- a/Teams/Hurricane/ABOUT.md +++ b/Teams/Hurricane/ABOUT.md @@ -9,7 +9,7 @@ Someone will most probably think that we are some crazy bunch of guys since we f | Anushka | Grainier | Praminda | Yehan |--- |--- |--- |--- -| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) [lk.linkedin.com/in/yehancha](lk.linkedin.com/in/yehancha)| ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) | ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) | +| ![Anushka](https://avatars3.githubusercontent.com/u/2684554?v=3&s=460) [lk.linkedin.com/in/anushkasamaranayaka/](lk.linkedin.com/in/anushkasamaranayaka/)| ![Grainier](https://avatars1.githubusercontent.com/u/3824254?v=3&s=460)[uk.linkedin.com/in/grainier](uk.linkedin.com/in/grainier) | ![Praminda](https://avatars2.githubusercontent.com/u/2655553?v=3&s=460) [lk.linkedin.com/in/praminda](lk.linkedin.com/in/praminda)| ![Yehan](https://avatars3.githubusercontent.com/u/2751847?v=3&s=460) [lk.linkedin.com/in/yehancha](lk.linkedin.com/in/yehancha)| ## Languages we love From 1337349d82bc5c65572c2381788359833cf5d799 Mon Sep 17 00:00:00 2001 From: Anushkasandaruwan Date: Wed, 26 Nov 2014 23:16:42 +0530 Subject: [PATCH 186/262] update country code --- Teams/Hurricane/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/Hurricane/team.json b/Teams/Hurricane/team.json index 92fb4d4..0ac9a73 100644 --- a/Teams/Hurricane/team.json +++ b/Teams/Hurricane/team.json @@ -5,26 +5,26 @@ "name": "Anushka Sandaruwan Samaranayake", "twitter": "AnushkaSandaru1", "koding": "anushkasandaruwan", - "location": "Colombo, SL", + "location": "Colombo, LK", "lead": true }, { "name": "Grainier Perera", "twitter": "_grainier", "koding": "grainier", - "location": "Colombo, SL" + "location": "Colombo, LK" }, { "name": "Praminda Jayawardana", "twitter": "pramindabj", "koding": "praminda", - "location": "Colombo, SL" + "location": "Colombo, LK" }, { "name": "Yehan Pemarathne", "twitter": "yehancha", "koding": "yehancha", - "location": "Colombo, SL" + "location": "Colombo, LK" } ] } From d39c1d028b2d480c33801e72733c3f31030d6ef1 Mon Sep 17 00:00:00 2001 From: Akshay Kalose Date: Wed, 26 Nov 2014 12:48:49 -0500 Subject: [PATCH 187/262] Add Tachyon Team --- Teams/Tachyon/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Tachyon/team.json diff --git a/Teams/Tachyon/team.json b/Teams/Tachyon/team.json new file mode 100644 index 0000000..2194fc1 --- /dev/null +++ b/Teams/Tachyon/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Tachyon", + "members": [ + { + "name": "Akshay Kalose", + "twitter": "AkshayKalose", + "koding": "akshay2598", + "location": "Lexington, US", + "lead": true + } + ] +} From df728969c08261f577e00f533587746b92ee486c Mon Sep 17 00:00:00 2001 From: adaemonicsoul Date: Wed, 26 Nov 2014 19:49:17 +0200 Subject: [PATCH 188/262] Create team.json --- Teams/FrozenLogic/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/FrozenLogic/team.json diff --git a/Teams/FrozenLogic/team.json b/Teams/FrozenLogic/team.json new file mode 100644 index 0000000..34f8367 --- /dev/null +++ b/Teams/FrozenLogic/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "FrozenLogic", + "members": [ + { + "name": "Drăgan-Săvulescu Vlad", + "twitter": "@a_demonic_soul", + "koding": "demonic", + "location": "Ploiești, RO" + }, + { + "name": "Alexandru Ivan", + "twitter": "@xeonavi", + "koding": "crypticman", + "location": "Ploiești, RO" + } + ] +} From a48b2037a03a5c2677791a9f93d47633adaf9ba0 Mon Sep 17 00:00:00 2001 From: Oleh Morozov Date: Wed, 26 Nov 2014 19:51:14 +0200 Subject: [PATCH 189/262] Added team information --- Teams/TimeToPlay/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/TimeToPlay/team.json diff --git a/Teams/TimeToPlay/team.json b/Teams/TimeToPlay/team.json new file mode 100644 index 0000000..5145a9c --- /dev/null +++ b/Teams/TimeToPlay/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "TimeToPlay", + "members": [ + { + "name": "Oleh Morozov", + "twitter": "oleg_morozoff", + "koding": "timetoplay7", + "location": "Dnepropetrovsk, UA" + } + ] +} From 8ea5cc15351f71d2b6fa043354669f0a01c2b7a0 Mon Sep 17 00:00:00 2001 From: ntdata Date: Wed, 26 Nov 2014 17:55:36 +0000 Subject: [PATCH 190/262] Added team --- Teams/ntdata/team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/ntdata/team.json diff --git a/Teams/ntdata/team.json b/Teams/ntdata/team.json new file mode 100644 index 0000000..a7657c6 --- /dev/null +++ b/Teams/ntdata/team.json @@ -0,0 +1,10 @@ +{ +"teamName": "ntdata", +"members": [ +{ +"name": "Luke Sawicki", +"koding": "ntdata", +"location": "London, UK" +} +] +} From 724b7d6f93e7f9e16ffdd84bfdf70e11dd6af59f Mon Sep 17 00:00:00 2001 From: Arnab Dutta Date: Wed, 26 Nov 2014 11:56:03 -0600 Subject: [PATCH 191/262] Team added --- Teams/Excaliburs/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Excaliburs/team.json diff --git a/Teams/Excaliburs/team.json b/Teams/Excaliburs/team.json new file mode 100644 index 0000000..fbf2dc0 --- /dev/null +++ b/Teams/Excaliburs/team.json @@ -0,0 +1,11 @@ +{ +"teamName": "Excaliburs", +"members": [ +{ +"name": "Arnab DUtta", +"twitter": "dutta_arnab", +"koding": "arnabdutta", +"location": "Dallas,US" +} +] +} From 99acd7beb5a5d41a184266e8aa4779250d9797bd Mon Sep 17 00:00:00 2001 From: ntdata Date: Wed, 26 Nov 2014 17:59:10 +0000 Subject: [PATCH 192/262] Create ABOUT.md --- Teams/ntdata/ABOUT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Teams/ntdata/ABOUT.md diff --git a/Teams/ntdata/ABOUT.md b/Teams/ntdata/ABOUT.md new file mode 100644 index 0000000..ded6490 --- /dev/null +++ b/Teams/ntdata/ABOUT.md @@ -0,0 +1,9 @@ + +# ntdata + +I'm Luke Sawicki, I'm specialising in GIS solutions. + +## Technologies that I'm often use are: +- C# +- JavaScript +- PHP From 2cfd364052cc63543b4e6ea1a3fa6e7519c0adc9 Mon Sep 17 00:00:00 2001 From: Oleh Morozov Date: Wed, 26 Nov 2014 20:02:52 +0200 Subject: [PATCH 193/262] Added an about file --- Teams/TimeToPlay/ABOUT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/TimeToPlay/ABOUT.md diff --git a/Teams/TimeToPlay/ABOUT.md b/Teams/TimeToPlay/ABOUT.md new file mode 100644 index 0000000..5bd1807 --- /dev/null +++ b/Teams/TimeToPlay/ABOUT.md @@ -0,0 +1,12 @@ +#Team Time To Play + +Making games to change the world + +## Languages and APIs + +Java, LibGDX, OpenGL + +## Current activity + +I am looking for team members. + From cebd838d3f834bed54b0725d71090663f258a357 Mon Sep 17 00:00:00 2001 From: Arnab Dutta Date: Wed, 26 Nov 2014 12:03:50 -0600 Subject: [PATCH 194/262] About.md added --- Teams/Excaliburs/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Teams/Excaliburs/ABOUT.md diff --git a/Teams/Excaliburs/ABOUT.md b/Teams/Excaliburs/ABOUT.md new file mode 100644 index 0000000..07c189a --- /dev/null +++ b/Teams/Excaliburs/ABOUT.md @@ -0,0 +1,6 @@ +# Excaliburs + + +##About Me +I am Arnab and I am an ardent participant of many renowned hackathons. +I like coding in JavaScript and PHP. From e16ec345131a63a669f0f96d2b65e3fa409a0eb1 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:06:01 +0100 Subject: [PATCH 195/262] Create team.json --- Teams/PyJunkies/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/PyJunkies/team.json diff --git a/Teams/PyJunkies/team.json b/Teams/PyJunkies/team.json new file mode 100644 index 0000000..6bcdbc3 --- /dev/null +++ b/Teams/PyJunkies/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "PyJunkies", + "members": [ + { + "name": "Michal Racek", + "twitter": "krablak", + "koding": "krablak", + "location": "Hradec Kralove, CZ", + "lead": true + },{ + "name": "Radek Hofman", + "twitter": "PapaBenedikto", + "koding": "jeanlucbaptiste", + "location": "Vienna, AT" + }, + + ] +} From c613510f781fcde4e8c7b229e20d6e9ca5a78e24 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:06:26 +0100 Subject: [PATCH 196/262] Update team.json --- Teams/PyJunkies/team.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/PyJunkies/team.json b/Teams/PyJunkies/team.json index 6bcdbc3..bb73567 100644 --- a/Teams/PyJunkies/team.json +++ b/Teams/PyJunkies/team.json @@ -12,7 +12,6 @@ "twitter": "PapaBenedikto", "koding": "jeanlucbaptiste", "location": "Vienna, AT" - }, - + } ] } From cd70221ec200a7fc9a24f86f268044b93d76b1b2 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 13:09:45 -0500 Subject: [PATCH 197/262] Created About.md --- Teams/wise-eddy/About.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Teams/wise-eddy/About.md diff --git a/Teams/wise-eddy/About.md b/Teams/wise-eddy/About.md new file mode 100644 index 0000000..d587115 --- /dev/null +++ b/Teams/wise-eddy/About.md @@ -0,0 +1,34 @@ +Wise Eddy +============================ +WE develop interactive and highly visual software for education and science applications. + +=========================== + +|elise +|--- +| ![Elise](https://pbs.twimg.com/profile_images/537667109556207616/FJGGygAp.png) + +I'm a scientist (mainly with climate-related subjects) who has been writing code for research and +outreach for many years. I am interested in numerical modeling and visualizations that help +make sense of the world in beautiful ways. + + + +Why I want to win +=================================== +I have an idea about how to create more beautiful and interactive visualizations of global climate fields +(like temperature, or pressure, or vorticity, or ... ) and I want to bring that idea into production for a large audience +so they can see for themselves how the global climate has behaved ... and that they can play with the data to draw their +own conclusions from them. + +Skills +============== + javascript | HTML5 | SVG | sed/awk/shell scripts etc | Monte Carlo methods | large climate datasets | visualizations | differential equations | statistics + +The idea +======= +I'm going to tackle the climate question...by developing a better way to present public datasetes from +NOAA and NASA. + + + From 429cd247c20f26da7343c0da66c4f406ab0ccae8 Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:11:44 +0100 Subject: [PATCH 198/262] Create team.json --- Teams/AlfioMissaglia/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/AlfioMissaglia/team.json diff --git a/Teams/AlfioMissaglia/team.json b/Teams/AlfioMissaglia/team.json new file mode 100644 index 0000000..9cc7af2 --- /dev/null +++ b/Teams/AlfioMissaglia/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "AlfioMissaglia", + "members": [ + { + "name": "AlfioMissaglia", + "twitter": "missaglialfio", + "koding": "xenon05", + "location": "Venice, IT" + } + ] +} From cbcaa238ea818bd7a875cabfc4aae883aadc8e70 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 13:13:04 -0500 Subject: [PATCH 199/262] Update About.md --- Teams/wise-eddy/About.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Teams/wise-eddy/About.md b/Teams/wise-eddy/About.md index d587115..48dafa4 100644 --- a/Teams/wise-eddy/About.md +++ b/Teams/wise-eddy/About.md @@ -17,18 +17,19 @@ make sense of the world in beautiful ways. Why I want to win =================================== I have an idea about how to create more beautiful and interactive visualizations of global climate fields -(like temperature, or pressure, or vorticity, or ... ) and I want to bring that idea into production for a large audience -so they can see for themselves how the global climate has behaved ... and that they can play with the data to draw their -own conclusions from them. +(like surface temperature) and I want to bring that idea into production for a large audience +so they can see for themselves how the global climate has behaved, and that they can play with the data to draw their own conclusions from data. Skills ============== - javascript | HTML5 | SVG | sed/awk/shell scripts etc | Monte Carlo methods | large climate datasets | visualizations | differential equations | statistics +- Javascript +- HTML5 +- SVG +- sed/awk/shell scripts etc +- NOAA/NASA APIs for the data The idea ======= I'm going to tackle the climate question...by developing a better way to present public datasetes from NOAA and NASA. - - From e94621ecc7d5914e06f74861842c1da6f48d8c8b Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 26 Nov 2014 22:53:14 +0500 Subject: [PATCH 200/262] added team: imbecilez --- Teams/imbecilez/ABOUT.md | 4 ++++ Teams/imbecilez/team.json | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Teams/imbecilez/ABOUT.md create mode 100644 Teams/imbecilez/team.json diff --git a/Teams/imbecilez/ABOUT.md b/Teams/imbecilez/ABOUT.md new file mode 100644 index 0000000..832e635 --- /dev/null +++ b/Teams/imbecilez/ABOUT.md @@ -0,0 +1,4 @@ +imbecilez team +=========================== + +We are web imbecilez from the Meteor Capital of the Earth and we are going to win this competition. diff --git a/Teams/imbecilez/team.json b/Teams/imbecilez/team.json new file mode 100644 index 0000000..4995531 --- /dev/null +++ b/Teams/imbecilez/team.json @@ -0,0 +1,16 @@ +{ + "teamName": "imbecilez", + "members": [ + { + "name": "Alexei Mochalov", + "koding": "nameless0", + "location": "Chelyabinsk, RU", + "lead": true + }, + { + "name": "Sergey Fedoseev", + "koding": "sir-sigurd", + "location": "Chelyabinsk, RU" + } + ] +} From ffda257a8ea6a91cab6d9647bc6741ffb5a626b0 Mon Sep 17 00:00:00 2001 From: Support Date: Wed, 26 Nov 2014 13:14:37 -0500 Subject: [PATCH 201/262] Fixed team.json for Helwa --- Teams/Helwa/team.json | 177 ++++-------------------------------------- 1 file changed, 17 insertions(+), 160 deletions(-) diff --git a/Teams/Helwa/team.json b/Teams/Helwa/team.json index fe94981..e4090ef 100644 --- a/Teams/Helwa/team.json +++ b/Teams/Helwa/team.json @@ -1,160 +1,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

{

-
-


-
-

  "teamName": "Team Koders",

-
-


-
-

  "members": [

-
-


-
-

    {

-
-


-
-

      "name": “Ahmed Ismail“,

-
-


-
-

      "twitter": “ahmedlogik,

-
-


-
-

      "koding": “ahmedlogic”,

-
-


-
-

      "location": “Atlanta, GA“

-
-


-
-

    },

-
-


-
-

    {

-
-


-
-

      "name": “Sarvagya Vaish”,

-
-


-
-

      "twitter": “Sarvagya7”,

-
-


-
-

      "koding": "sent-hil",

-
-


-
-

      "location": “Miami, FL”

-
-


-
-

    }

-
-


-
-

  ]

-
-


-
-

}

-
- - +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Ahmed Ismail", + "twitter": "ahmedlogik" + "koding": "ahmedlogic", + "location": "Atlanta, GA" + }, + { + "name": "Sarvagya Vaish", + "twitter": "sarvagya7", + "koding": "sarvagyavaish", + "location": "Miami, FL" + } + ] +} From f0a5f6ba14ab14f0c47200a432cdbd82632e3511 Mon Sep 17 00:00:00 2001 From: Akshay Kalose Date: Wed, 26 Nov 2014 13:16:41 -0500 Subject: [PATCH 202/262] Add Tachyon About --- Teams/Tachyon/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Tachyon/ABOUT.md diff --git a/Teams/Tachyon/ABOUT.md b/Teams/Tachyon/ABOUT.md new file mode 100644 index 0000000..9a1860f --- /dev/null +++ b/Teams/Tachyon/ABOUT.md @@ -0,0 +1,18 @@ +Team Tachyon +============ +--- +About +=========================== + +| Akshay Kalose | +|--- | +| ![Akshay](https://pbs.twimg.com/profile_images/2269974185/2ktfklicr2ojcq7tpwhl.jpeg) | + +Hey! I'm a high school student who loves to learn Computer Scince. I've been learning about computers and the web ever since elementary school. Starting from HTML, CSS, and JavaScript, to programming languages in middle school such as PHP, and Visual Basic. Now in high school, I have mastered PHP and Java. I have visited Googleplex after becoming the Grand Prize Winner in Google Code-In 2013, the first ever programming contest I participated in. + +This will be my first Hackathon, and I am excited to be taking part in the first global hackathon! + + +Skills / Plans +============== +I am interested in theme 5, challenges associated with real time communication and translation. Although PHP is my best language, I will try to use Node.js to solve this problem as you can have real-time direct connections with the server and the client using socket.io. From adf7c49fe0aa804ff8add614bb47c69206d7cec7 Mon Sep 17 00:00:00 2001 From: Support Date: Wed, 26 Nov 2014 13:17:37 -0500 Subject: [PATCH 203/262] Update team.json --- Teams/Helwa/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Helwa/team.json b/Teams/Helwa/team.json index e4090ef..3b31326 100644 --- a/Teams/Helwa/team.json +++ b/Teams/Helwa/team.json @@ -1,5 +1,5 @@ { - "teamName": "Team Koders", + "teamName": "Helwa", "members": [ { "name": "Ahmed Ismail", From ebbbf19e1f6ec6c357bb60f0c1dd0a77de2c1596 Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:18:24 +0100 Subject: [PATCH 204/262] Create ABOUT.md --- Teams/AlfioMissaglia/ABOUT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/AlfioMissaglia/ABOUT.md diff --git a/Teams/AlfioMissaglia/ABOUT.md b/Teams/AlfioMissaglia/ABOUT.md new file mode 100644 index 0000000..52e56bc --- /dev/null +++ b/Teams/AlfioMissaglia/ABOUT.md @@ -0,0 +1,16 @@ +###About me +Hello! I'm **Alfio Missaglia**, a thirteen years old computer science student who lives in Venice, Italy. +I own the (www.missaglialfio.pw)[https://www.missaglialfio.pw/] blog :) + +###My project +I would like to make a nice project based on theme 1 and 4, but I have to decide a lot of other things :) +>Problems facing our planet, explained using interactive data visualization. +>HTML5 games that are educational and learning oriented. + +###Languages +I'll probably use: +* PHP +* jQuery +* SQL (maybe (MariaDB)[https://mariadb.org/]) +* Node.js +* HTML5 From c507b9b92597249f38ff46803658dea1e80f3b61 Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:19:23 +0100 Subject: [PATCH 205/262] Update ABOUT.md --- Teams/AlfioMissaglia/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/AlfioMissaglia/ABOUT.md b/Teams/AlfioMissaglia/ABOUT.md index 52e56bc..81175f4 100644 --- a/Teams/AlfioMissaglia/ABOUT.md +++ b/Teams/AlfioMissaglia/ABOUT.md @@ -1,6 +1,6 @@ ###About me Hello! I'm **Alfio Missaglia**, a thirteen years old computer science student who lives in Venice, Italy. -I own the (www.missaglialfio.pw)[https://www.missaglialfio.pw/] blog :) +I own the [www.missaglialfio.pw](https://www.missaglialfio.pw/) blog :) ###My project I would like to make a nice project based on theme 1 and 4, but I have to decide a lot of other things :) @@ -11,6 +11,6 @@ I would like to make a nice project based on theme 1 and 4, but I have to decide I'll probably use: * PHP * jQuery -* SQL (maybe (MariaDB)[https://mariadb.org/]) +* SQL (maybe [MariaDB](https://mariadb.org/)) * Node.js * HTML5 From bf97bf3aa965107135a054a8ee41b911e4b2a73b Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:19:33 +0100 Subject: [PATCH 206/262] Update ABOUT.md --- Teams/AlfioMissaglia/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/AlfioMissaglia/ABOUT.md b/Teams/AlfioMissaglia/ABOUT.md index 81175f4..a1d9e65 100644 --- a/Teams/AlfioMissaglia/ABOUT.md +++ b/Teams/AlfioMissaglia/ABOUT.md @@ -5,6 +5,7 @@ I own the [www.missaglialfio.pw](https://www.missaglialfio.pw/) blog :) ###My project I would like to make a nice project based on theme 1 and 4, but I have to decide a lot of other things :) >Problems facing our planet, explained using interactive data visualization. + >HTML5 games that are educational and learning oriented. ###Languages From 1657987b7d935560b2c92a7f62e43306839a6a78 Mon Sep 17 00:00:00 2001 From: Support Date: Wed, 26 Nov 2014 13:19:45 -0500 Subject: [PATCH 207/262] Validating team.json --- Teams/Helwa/team.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Teams/Helwa/team.json b/Teams/Helwa/team.json index 3b31326..2774e0e 100644 --- a/Teams/Helwa/team.json +++ b/Teams/Helwa/team.json @@ -1,17 +1,17 @@ { - "teamName": "Helwa", - "members": [ - { - "name": "Ahmed Ismail", - "twitter": "ahmedlogik" - "koding": "ahmedlogic", - "location": "Atlanta, GA" - }, - { - "name": "Sarvagya Vaish", - "twitter": "sarvagya7", - "koding": "sarvagyavaish", - "location": "Miami, FL" - } - ] + "teamName": "Helwa", + "members": [ + { + "name": "Ahmed Ismail", + "twitter": "ahmedlogik", + "koding": "ahmedlogic", + "location": "Atlanta, GA" + }, + { + "name": "Sarvagya Vaish", + "twitter": "sarvagya7", + "koding": "sarvagyavaish", + "location": "Miami, FL" + } + ] } From bb5545ea82f4617878a2d3c883f09a994a155bee Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:19:53 +0100 Subject: [PATCH 208/262] Update ABOUT.md --- Teams/AlfioMissaglia/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AlfioMissaglia/ABOUT.md b/Teams/AlfioMissaglia/ABOUT.md index a1d9e65..230e040 100644 --- a/Teams/AlfioMissaglia/ABOUT.md +++ b/Teams/AlfioMissaglia/ABOUT.md @@ -12,6 +12,6 @@ I would like to make a nice project based on theme 1 and 4, but I have to decide I'll probably use: * PHP * jQuery -* SQL (maybe [MariaDB](https://mariadb.org/)) +* SQL (maybe [MariaDB](https://mariadb.org/) engine) * Node.js * HTML5 From 420878cbf295f7b583f3c5ce5154b9ca351fb204 Mon Sep 17 00:00:00 2001 From: adaemonicsoul Date: Wed, 26 Nov 2014 20:21:27 +0200 Subject: [PATCH 209/262] Create ABOUT.md --- Teams/FrozenLogic/ABOUT.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Teams/FrozenLogic/ABOUT.md diff --git a/Teams/FrozenLogic/ABOUT.md b/Teams/FrozenLogic/ABOUT.md new file mode 100644 index 0000000..f317c0a --- /dev/null +++ b/Teams/FrozenLogic/ABOUT.md @@ -0,0 +1,28 @@ +FrozenLogic +================ + +We're a team of young, innovative developers looking to have fun and do what we do best. + +About us +=========================== + +| demonic | alex +|--- |--- |--- |--- +| ![demonic](https://pbs.twimg.com/profile_images/422425944070946816/cg2F5NjW_400x400.jpeg) | ![crypticman](https://pbs.twimg.com/profile_images/1594713657/nightsoul_100x100_400x400.jpg) | + +We saw an opportunity to develop something nice, boost our skills and be part of a new and innovative competition. We're primarily looking to have fun and turn some coffee into some high quality code. + +[demonic] +I have been developing websites and web applications for 12 years. I am currently developing and coordinating development of Enterprise applications and services. +From a technical point of view, I have a great understanding and knowledge of Object Oriented Programming and Design Patterns, integration mechanisms and communication formats. I have worked with a number of different languages on different platforms. I'm currently interested in and developing Cloud and BigData-based solutions. +I love Linux (specifically Debian, Ubuntu and Android) and I use it everyday, both on the desktop and on the server. +I also love being creative and developing all kinds of stuff. + +[crypticman] +hardworking coder and designer, love to customize stuff. + +About your skills and what you are going to do? +======= +We're excellent all-around programmers, good in alot of areas, ranging from software design and implementation in a number of programming languages to UX design. + +We're looking into themes 2,3,5. From d19148e31a19e9f27d9f8ffc201a7faf601ff5d0 Mon Sep 17 00:00:00 2001 From: adaemonicsoul Date: Wed, 26 Nov 2014 20:21:44 +0200 Subject: [PATCH 210/262] Update team.json --- Teams/FrozenLogic/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/FrozenLogic/team.json b/Teams/FrozenLogic/team.json index 34f8367..3068b28 100644 --- a/Teams/FrozenLogic/team.json +++ b/Teams/FrozenLogic/team.json @@ -5,7 +5,8 @@ "name": "Drăgan-Săvulescu Vlad", "twitter": "@a_demonic_soul", "koding": "demonic", - "location": "Ploiești, RO" + "location": "Ploiești, RO", + "lead": true }, { "name": "Alexandru Ivan", From fd0c262eb3b5ece8d84aefc0fc42097363dfee40 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 13:23:26 -0500 Subject: [PATCH 211/262] Update About.md --- Teams/wise-eddy/About.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/wise-eddy/About.md b/Teams/wise-eddy/About.md index 48dafa4..c07c2e0 100644 --- a/Teams/wise-eddy/About.md +++ b/Teams/wise-eddy/About.md @@ -1,6 +1,6 @@ Wise Eddy ============================ -WE develop interactive and highly visual software for education and science applications. +[WE](http://wiseeddy.com) develop interactive and highly visual software for education and science applications. =========================== From 6343be75f1e8edf370ac990090d2200528d4ba9a Mon Sep 17 00:00:00 2001 From: adaemonicsoul Date: Wed, 26 Nov 2014 20:26:56 +0200 Subject: [PATCH 212/262] Update ABOUT.md --- Teams/FrozenLogic/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/FrozenLogic/ABOUT.md b/Teams/FrozenLogic/ABOUT.md index f317c0a..ef73769 100644 --- a/Teams/FrozenLogic/ABOUT.md +++ b/Teams/FrozenLogic/ABOUT.md @@ -21,7 +21,7 @@ I also love being creative and developing all kinds of stuff. [crypticman] hardworking coder and designer, love to customize stuff. -About your skills and what you are going to do? +About our skills ======= We're excellent all-around programmers, good in alot of areas, ranging from software design and implementation in a number of programming languages to UX design. From 9e701a421136a8836da07048835da824973e2e25 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:30:03 +0100 Subject: [PATCH 213/262] Create ABOUT.md --- Teams/PyJunkies/ABOUT.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Teams/PyJunkies/ABOUT.md diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md new file mode 100644 index 0000000..5342711 --- /dev/null +++ b/Teams/PyJunkies/ABOUT.md @@ -0,0 +1,5 @@ +# PyJunkies + +Bunch of devs addicted to Python. + +## About Us From af7d55fb2db07d767ef0b83760450deb7b94aedd Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:30:20 +0100 Subject: [PATCH 214/262] Update team.json --- Teams/PyJunkies/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/team.json b/Teams/PyJunkies/team.json index bb73567..98a993f 100644 --- a/Teams/PyJunkies/team.json +++ b/Teams/PyJunkies/team.json @@ -10,7 +10,7 @@ },{ "name": "Radek Hofman", "twitter": "PapaBenedikto", - "koding": "jeanlucbaptiste", + "koding": "jezis", "location": "Vienna, AT" } ] From 86a51c640c52d67f83de2ae457cfc6ea4f1c18fb Mon Sep 17 00:00:00 2001 From: StefanBlamberg Date: Wed, 26 Nov 2014 19:31:14 +0100 Subject: [PATCH 215/262] Create team.json --- Teams/Nightglow/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Nightglow/team.json diff --git a/Teams/Nightglow/team.json b/Teams/Nightglow/team.json new file mode 100644 index 0000000..9c6cc91 --- /dev/null +++ b/Teams/Nightglow/team.json @@ -0,0 +1,12 @@ + +{ + "teamName": "Nightglow", + "members": [ + { + "name": "Stefan Blamberg", + "twitter": "StefanBlamberg", + "koding": "stefan-blamberg", + "location": "Neustadt, DE" + } + ] +} From 807cd8367360e85afdcbc9942c5cdc572a59168b Mon Sep 17 00:00:00 2001 From: mehdy Date: Wed, 26 Nov 2014 22:02:31 +0330 Subject: [PATCH 216/262] mehdy --- Teams/MPI/ABOUT.md | 9 +++++++++ Teams/MPI/team.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Teams/MPI/ABOUT.md create mode 100644 Teams/MPI/team.json diff --git a/Teams/MPI/ABOUT.md b/Teams/MPI/ABOUT.md new file mode 100644 index 0000000..7df0ae0 --- /dev/null +++ b/Teams/MPI/ABOUT.md @@ -0,0 +1,9 @@ +# MPI + + +## About me + +I am a python developer (alone) +- from Iran +- I Love python and generally programming +- I am a web developer (back-end API developer) diff --git a/Teams/MPI/team.json b/Teams/MPI/team.json new file mode 100644 index 0000000..a89e5a8 --- /dev/null +++ b/Teams/MPI/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "MPI", + "members": [ + { + "name": "Mehdy Khoshnoody", + "twitter": "Mehdy314", + "koding": "mehdyk", + "location": "Tehran, IR", + "lead": true + } + ] +} From 60543249c700cfd4c67f98afc6b7122855af6707 Mon Sep 17 00:00:00 2001 From: StefanBlamberg Date: Wed, 26 Nov 2014 19:34:26 +0100 Subject: [PATCH 217/262] Create ABOUT.md --- Teams/Nightglow/ABOUT.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Teams/Nightglow/ABOUT.md diff --git a/Teams/Nightglow/ABOUT.md b/Teams/Nightglow/ABOUT.md new file mode 100644 index 0000000..d3a3434 --- /dev/null +++ b/Teams/Nightglow/ABOUT.md @@ -0,0 +1,8 @@ +Hello everybody, + +my name is Stefan Blamberg, I am a 17-year-old hobby developer from Germany and this is my first hackaton. + +I am not sure what I will create, but I have some really creative ideas in mind. + +Follow me on Twitter: @Stefan Blamberg +Visit my Website: www.blamberg.org From df8114f0a24a70a62eb16850ab2e83060aa80720 Mon Sep 17 00:00:00 2001 From: Alfio Date: Wed, 26 Nov 2014 19:39:12 +0100 Subject: [PATCH 218/262] Fixed a typing error --- Teams/AlfioMissaglia/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/AlfioMissaglia/team.json b/Teams/AlfioMissaglia/team.json index 9cc7af2..72b2e0f 100644 --- a/Teams/AlfioMissaglia/team.json +++ b/Teams/AlfioMissaglia/team.json @@ -2,7 +2,7 @@ "teamName": "AlfioMissaglia", "members": [ { - "name": "AlfioMissaglia", + "name": "Alfio Missaglia", "twitter": "missaglialfio", "koding": "xenon05", "location": "Venice, IT" From 6e54225a34d39f68c21a42989e86e34d324d6c8d Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:39:19 +0100 Subject: [PATCH 219/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 5342711..d165fd2 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -3,3 +3,9 @@ Bunch of devs addicted to Python. ## About Us +We are just long year frieds which are time to time coding together. + +![](https://dl.dropboxusercontent.com/u/78826/koding/koding-photos.png) + +## Project +We are seeking synergies between computers, science and improvement of life on Earth. From c35e44fffb9571858933775ad90828b494700106 Mon Sep 17 00:00:00 2001 From: Vitalijs Litvinovs Date: Wed, 26 Nov 2014 20:42:02 +0200 Subject: [PATCH 220/262] Update team.json --- Teams/TPro/team.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/TPro/team.json b/Teams/TPro/team.json index 14e0572..6d6f4e6 100644 --- a/Teams/TPro/team.json +++ b/Teams/TPro/team.json @@ -11,8 +11,7 @@ { "name": "Dmitry Morozov", "koding": "dm1tpro1lv", - "location": "Riga, LV", - "lead": true + "location": "Riga, LV" }, { "name": "Sergey Kibish", From 491cf3f2398c05b4362bf0efb7126e5bb29cc338 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:43:44 +0100 Subject: [PATCH 221/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index d165fd2..8476b26 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -7,5 +7,12 @@ We are just long year frieds which are time to time coding together. ![](https://dl.dropboxusercontent.com/u/78826/koding/koding-photos.png) +Here are some projects on which we participated: + +- [Swaglr](http://www.swaglr.com/swags/all/) +- [DSSOS](http://dss-pyjunkies.rhcloud.com/) +- [Cru.do](http://cru.do) +- [Edicio.us](http://edicio.us) + ## Project We are seeking synergies between computers, science and improvement of life on Earth. From 6519fbd63d5927a49838540489140a57122b0c68 Mon Sep 17 00:00:00 2001 From: Cahit Onur Date: Thu, 27 Nov 2014 00:14:03 +0530 Subject: [PATCH 222/262] Team CyberHopes added --- Teams/CyberHopes/ABOUT.md | 18 ++++++++++++++++++ Teams/CyberHopes/team.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Teams/CyberHopes/ABOUT.md create mode 100644 Teams/CyberHopes/team.json diff --git a/Teams/CyberHopes/ABOUT.md b/Teams/CyberHopes/ABOUT.md new file mode 100644 index 0000000..946df73 --- /dev/null +++ b/Teams/CyberHopes/ABOUT.md @@ -0,0 +1,18 @@ +#Team CyberHopes + +We're a couple who loves to code. + +#Members + +* Kriste Murumae + +* Cahit Onur Ozkaynak + +#Skills + +* Python +* JavaScript +* HTML5 + + + diff --git a/Teams/CyberHopes/team.json b/Teams/CyberHopes/team.json new file mode 100644 index 0000000..a2e4222 --- /dev/null +++ b/Teams/CyberHopes/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "CyberHopes", + "members": [ + { + "name": "Kriste Murumae", + "twitter": "anchela", + "koding": "anchela", + "location": "Rakvere, EE" + }, + { + "name": "Cahit Onur Ozkaynak", + "twitter": "cyberhopes", + "koding": "cahitonur", + "location": "Goa, IN", + "lead": true + } + ] +} \ No newline at end of file From e21531f6bfec3dc6fb2500e4330e2cb36319547d Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:44:53 +0100 Subject: [PATCH 223/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 8476b26..3bdaa8e 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -13,6 +13,7 @@ Here are some projects on which we participated: - [DSSOS](http://dss-pyjunkies.rhcloud.com/) - [Cru.do](http://cru.do) - [Edicio.us](http://edicio.us) +- [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) ## Project We are seeking synergies between computers, science and improvement of life on Earth. From d494a104ed0f64639e86775551b9ff9d75fe3ae7 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:46:15 +0100 Subject: [PATCH 224/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 3bdaa8e..fe0e359 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -14,6 +14,12 @@ Here are some projects on which we participated: - [Cru.do](http://cru.do) - [Edicio.us](http://edicio.us) - [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) +- + +As we are not using githup here are out repositories on bitbucket: + +- [krablak](https://bitbucket.org/radekhofman) +- [papab](https://bitbucket.org/radekhofman) ## Project We are seeking synergies between computers, science and improvement of life on Earth. From 6feacc310d59bc7d980e41f77bbbd9e5a98f4684 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:47:00 +0100 Subject: [PATCH 225/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index fe0e359..cfe0f2c 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -14,11 +14,10 @@ Here are some projects on which we participated: - [Cru.do](http://cru.do) - [Edicio.us](http://edicio.us) - [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) -- As we are not using githup here are out repositories on bitbucket: -- [krablak](https://bitbucket.org/radekhofman) +- [krablak](https://bitbucket.org/krablak) - [papab](https://bitbucket.org/radekhofman) ## Project From f7bd883abf3364e43ac9b0643214915994b131fb Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:48:38 +0100 Subject: [PATCH 226/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index cfe0f2c..335f0ba 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -15,7 +15,7 @@ Here are some projects on which we participated: - [Edicio.us](http://edicio.us) - [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) -As we are not using githup here are out repositories on bitbucket: +As we are not using github here are out repositories on bitbucket: - [krablak](https://bitbucket.org/krablak) - [papab](https://bitbucket.org/radekhofman) From 82474e8442748e8f21e4af544732a874ab49d3f7 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:51:49 +0100 Subject: [PATCH 227/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 335f0ba..13ce56c 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -15,7 +15,7 @@ Here are some projects on which we participated: - [Edicio.us](http://edicio.us) - [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) -As we are not using github here are out repositories on bitbucket: +As we are not using github here are our repositories on bitbucket: - [krablak](https://bitbucket.org/krablak) - [papab](https://bitbucket.org/radekhofman) From 322f85c09447c3ebf3285c16a8f3f41d84f5df6d Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:53:54 +0100 Subject: [PATCH 228/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 13ce56c..6652356 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -3,7 +3,7 @@ Bunch of devs addicted to Python. ## About Us -We are just long year frieds which are time to time coding together. +We are just long year friends which are time to time coding together. ![](https://dl.dropboxusercontent.com/u/78826/koding/koding-photos.png) From 04c83255f0ec58176fa11d01cd7b37a0bffdd41d Mon Sep 17 00:00:00 2001 From: Vladimir Ignatev Date: Wed, 26 Nov 2014 22:54:23 +0400 Subject: [PATCH 229/262] initial OrangeVerse --- Teams/OrangeVerse/ABOUT.md | 30 ++++++++++++++++++++++++++++++ Teams/OrangeVerse/team.json | 18 ++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 Teams/OrangeVerse/ABOUT.md create mode 100644 Teams/OrangeVerse/team.json diff --git a/Teams/OrangeVerse/ABOUT.md b/Teams/OrangeVerse/ABOUT.md new file mode 100644 index 0000000..9ed46c8 --- /dev/null +++ b/Teams/OrangeVerse/ABOUT.md @@ -0,0 +1,30 @@ +OrangeVerse +================ +We are OrangeVerse! We are Black Swan, Strange Fog, Gods of Random, DIY Software Geniuses. + +About our skills and plans? +======= +All of us use the following technologies: + +1. Python/Django/Flask +2. JavaScript (NodeJS at backend) and AngularJS, BackboneJS, jQuery etc. on client-side +3. HTML5 (and WebGL too) + + +We plan to rock with HTML5 on global Earth problems or/and educational gaming. + +About the team +=========================== +Our team composed from two tech guys (http://twitter.com/v_ignatyev and http://twitter.com/rmartynov), passionate to build and hack. We are from web-app development background. + +I'm Vladimir, a freelancer at oDesk, software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and theirs team to give developers from over the world an opportunity for collaboration and communication. +I'm happy to see NGINX as partners of this event. + +Our team is completely virtual and remote. I met Rodion via Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. + +'OrangeVerse' is the random name created using https://vast-cove-6783.herokuapp.com/ - Koding Global Hackathon Team Name Generator, which I created a few days before to create name for the team. :-) + +The team's **goal** for this competition is to *build great thing* in the hackathon, *show what the random can do*. It's Taleb's Black Swan. In Random We Trust. + +Sincerely yours, +Vladimir and Rodion. :p \ No newline at end of file diff --git a/Teams/OrangeVerse/team.json b/Teams/OrangeVerse/team.json new file mode 100644 index 0000000..7695351 --- /dev/null +++ b/Teams/OrangeVerse/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "OrangeVerse", + "members":[ + { + "name": "Vladimir Ignatev", + "twitter": "v_ignatyev", + "koding": "p0zt3r", + "location": "Samara, RU", + "lead": true + }, + { + "name": "Rodion Martynov", + "twitter": "rmartynov", + "koding": "martynovr", + "location": "Moscow, RU" + } + ] +} \ No newline at end of file From 26f1fd796bdb3f301645ca2c2151835c26949095 Mon Sep 17 00:00:00 2001 From: Pablovem Date: Wed, 26 Nov 2014 13:54:27 -0500 Subject: [PATCH 230/262] Add Phi Team --- Teams/Phi/ABOUT.md | 16 ++++++++++++++++ Teams/Phi/team.js | 12 ++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Teams/Phi/ABOUT.md create mode 100644 Teams/Phi/team.js diff --git a/Teams/Phi/ABOUT.md b/Teams/Phi/ABOUT.md new file mode 100644 index 0000000..ab00bf4 --- /dev/null +++ b/Teams/Phi/ABOUT.md @@ -0,0 +1,16 @@ +Phi +===== + +Intro +----- + +Hi, My name is Pablo and I'm beginning in the world of software. + +Skills +----- + - Node.js + +Project +------ + +To Be Defined \ No newline at end of file diff --git a/Teams/Phi/team.js b/Teams/Phi/team.js new file mode 100644 index 0000000..2f0a6c9 --- /dev/null +++ b/Teams/Phi/team.js @@ -0,0 +1,12 @@ +{ + "teamName": "Phi", + "members": [ + { + "name": "Pablo Velasquez", + "twitter": "pablovem", + "koding": "pablovem", + "location": "Medellin, CO", + "lead": true + } + ] +} \ No newline at end of file From 393892c0bf2f6bd35a78b0644b694a1160bd5087 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:55:14 +0100 Subject: [PATCH 231/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 6652356..37e341a 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -3,7 +3,7 @@ Bunch of devs addicted to Python. ## About Us -We are just long year friends which are time to time coding together. +We are just old friends who from time to time code together. ![](https://dl.dropboxusercontent.com/u/78826/koding/koding-photos.png) From 90af0e27d1be8862b334e28cb6edd5c320cf45f7 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:57:16 +0100 Subject: [PATCH 232/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 37e341a..6bf50b3 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -15,7 +15,7 @@ Here are some projects on which we participated: - [Edicio.us](http://edicio.us) - [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) -As we are not using github here are our repositories on bitbucket: +Since we are not github users, please refer to our projects on bitbucket: - [krablak](https://bitbucket.org/krablak) - [papab](https://bitbucket.org/radekhofman) From b2fb22e7dd21f9c6c643c38c9884ab77b852dc78 Mon Sep 17 00:00:00 2001 From: Talha Asad Date: Wed, 26 Nov 2014 23:58:27 +0500 Subject: [PATCH 233/262] Rename About.md to ABOUT.md --- Teams/Trident/{About.md => ABOUT.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/Trident/{About.md => ABOUT.md} (100%) diff --git a/Teams/Trident/About.md b/Teams/Trident/ABOUT.md similarity index 100% rename from Teams/Trident/About.md rename to Teams/Trident/ABOUT.md From a37fd56a6a9a1ae55e0cc5d72b9e3b9e058ceb56 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:58:32 +0100 Subject: [PATCH 234/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 6bf50b3..c8e8e9d 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -21,4 +21,4 @@ Since we are not github users, please refer to our projects on bitbucket: - [papab](https://bitbucket.org/radekhofman) ## Project -We are seeking synergies between computers, science and improvement of life on Earth. +We are seeking synergy between computers, science and improvement of life on Earth. From 12c73c9f7b76f7ee52bc6f4aa586ed83f8e67cdc Mon Sep 17 00:00:00 2001 From: Vladimir Ignatyev Date: Wed, 26 Nov 2014 21:58:44 +0300 Subject: [PATCH 235/262] OrangeVerse cosmetics --- Teams/OrangeVerse/ABOUT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/OrangeVerse/ABOUT.md b/Teams/OrangeVerse/ABOUT.md index 9ed46c8..656a9e9 100644 --- a/Teams/OrangeVerse/ABOUT.md +++ b/Teams/OrangeVerse/ABOUT.md @@ -17,14 +17,14 @@ About the team =========================== Our team composed from two tech guys (http://twitter.com/v_ignatyev and http://twitter.com/rmartynov), passionate to build and hack. We are from web-app development background. -I'm Vladimir, a freelancer at oDesk, software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and theirs team to give developers from over the world an opportunity for collaboration and communication. +I'm Vladimir, a [freelancer at oDesk](https://www.odesk.com/users/~01c0d7f151e8f88b99), software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and team to give developers from over the world an opportunity for collaboration and communication. I'm happy to see NGINX as partners of this event. -Our team is completely virtual and remote. I met Rodion via Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. +Our team is completely virtual and remote. I met Rodion on Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. -'OrangeVerse' is the random name created using https://vast-cove-6783.herokuapp.com/ - Koding Global Hackathon Team Name Generator, which I created a few days before to create name for the team. :-) +'OrangeVerse' is the random name created using [Koding Global Hackathon Team Name Generator](https://vast-cove-6783.herokuapp.com/), which I created a few days before to give the name for our team. :-) -The team's **goal** for this competition is to *build great thing* in the hackathon, *show what the random can do*. It's Taleb's Black Swan. In Random We Trust. +The team's **goal** for this competition is to *build great thing* during the hackathon and *show what the random can do*. Taleb's Black Swan. In Random We Trust. Sincerely yours, -Vladimir and Rodion. :p \ No newline at end of file +Vladimir and Rodion. :p From 581e47bb332f349f6dc6b1fcd81051d334b2550a Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 19:59:49 +0100 Subject: [PATCH 236/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index c8e8e9d..0ad2a13 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -21,4 +21,4 @@ Since we are not github users, please refer to our projects on bitbucket: - [papab](https://bitbucket.org/radekhofman) ## Project -We are seeking synergy between computers, science and improvement of life on Earth. +We are seeking synergy between computers, science and improvement of life. From aeb6f4386d67fcc18c65f22637fe5ff46bd8ca05 Mon Sep 17 00:00:00 2001 From: krablak Date: Wed, 26 Nov 2014 20:03:02 +0100 Subject: [PATCH 237/262] Update ABOUT.md --- Teams/PyJunkies/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md index 0ad2a13..f261220 100644 --- a/Teams/PyJunkies/ABOUT.md +++ b/Teams/PyJunkies/ABOUT.md @@ -21,4 +21,4 @@ Since we are not github users, please refer to our projects on bitbucket: - [papab](https://bitbucket.org/radekhofman) ## Project -We are seeking synergy between computers, science and improvement of life. +When the last tree is cut, the last river poisoned, and the last fish dead, we will discover that we can't eat money... From ca25530a807d1758ca30c47a87ed574681e069e5 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 26 Nov 2014 21:03:18 +0200 Subject: [PATCH 238/262] Changed personal data --- Teams/AAVAA/ABOUT.md | 8 ++------ Teams/AAVAA/team.json | 7 +++---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Teams/AAVAA/ABOUT.md b/Teams/AAVAA/ABOUT.md index 6693e03..ea799c3 100644 --- a/Teams/AAVAA/ABOUT.md +++ b/Teams/AAVAA/ABOUT.md @@ -1,13 +1,9 @@ -This is our page +Team AAVAA ================ - -Coming soon... - - About our team =========================== -Coming soon... +We are cool team from Kyiv, and we will rock this hackaton! About our skills and what we are going to do? diff --git a/Teams/AAVAA/team.json b/Teams/AAVAA/team.json index 8fcccf5..e77dbff 100644 --- a/Teams/AAVAA/team.json +++ b/Teams/AAVAA/team.json @@ -3,13 +3,12 @@ "members": [ { "name": "Alexandra Anikina", - "twitter": "saneshka", + "twitter": "saneshka25", "koding": "saneshka", "location": "Kyiv, UA", }, { "name": "Anastasia Smakovska", - "twitter": "anasmak", "koding": "anasmak", "location": "Kyiv, UA", }, @@ -28,8 +27,8 @@ }, { "name": "Andrii Usov", - "twitter": "andreusov", - "koding": "andreusov", + "twitter": "andreusov13", + "koding": "n-drei2", "location": "Kyiv, UA", } ] From 88356a9e545404f6370b76cdc8334a286e4cce7b Mon Sep 17 00:00:00 2001 From: danstever Date: Wed, 26 Nov 2014 14:04:32 -0500 Subject: [PATCH 239/262] da Grinchy Code -- Hat in the ring. --- Teams/daGrinchyCode/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/daGrinchyCode/team.json diff --git a/Teams/daGrinchyCode/team.json b/Teams/daGrinchyCode/team.json new file mode 100644 index 0000000..5a44147 --- /dev/null +++ b/Teams/daGrinchyCode/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "da Grinchy Code", + "members": [ + { + "name": "Dan Stever", + "twitter": "danstever", + "koding": "danstever", + "location": "Edgerton, US" + }, + { + "name": "Christian Elden", + "twitter": "christianelden", + "koding": "christianelden", + "location": "Edgerton, US" + } + ] +} From 8239a0d45e44f8510083c5cbe49976e3553b70e6 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:04:37 -0800 Subject: [PATCH 240/262] Create teams.json --- Teams/nh3d/teams.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/nh3d/teams.json diff --git a/Teams/nh3d/teams.json b/Teams/nh3d/teams.json new file mode 100644 index 0000000..52f0590 --- /dev/null +++ b/Teams/nh3d/teams.json @@ -0,0 +1,13 @@ +{ + "teamName": "NH#D", + "members": [ + { + "name": "Nick Hulea", + "twitter": "naeluh", + "koding": "naeluh", + "location": "Los Angeles, California", + "lead": true + }, + + ] +} From 3cb0ccd0df061e79ed6dd339cd597d6883e02168 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 26 Nov 2014 21:08:55 +0200 Subject: [PATCH 241/262] Fixed json errors --- Teams/AAVAA/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/AAVAA/team.json b/Teams/AAVAA/team.json index e77dbff..983b93b 100644 --- a/Teams/AAVAA/team.json +++ b/Teams/AAVAA/team.json @@ -5,12 +5,12 @@ "name": "Alexandra Anikina", "twitter": "saneshka25", "koding": "saneshka", - "location": "Kyiv, UA", + "location": "Kyiv, UA" }, { "name": "Anastasia Smakovska", "koding": "anasmak", - "location": "Kyiv, UA", + "location": "Kyiv, UA" }, { "name": "Vlasyslav Stepanov", @@ -23,13 +23,13 @@ "name": "Andrew Tesluk", "twitter": "vdjtab", "koding": "vdjtab", - "location": "Kyiv, UA", + "location": "Kyiv, UA" }, { "name": "Andrii Usov", "twitter": "andreusov13", "koding": "n-drei2", - "location": "Kyiv, UA", + "location": "Kyiv, UA" } ] } From 6cbf48c487b2a64f5ad34f969e67215ba562fb37 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:10:42 -0800 Subject: [PATCH 242/262] Create about.md --- Teams/nh3d/about.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/nh3d/about.md diff --git a/Teams/nh3d/about.md b/Teams/nh3d/about.md new file mode 100644 index 0000000..b4c3e98 --- /dev/null +++ b/Teams/nh3d/about.md @@ -0,0 +1,16 @@ +NH3d +================ + +I feel as though we live in a time where we find ourselves at intersection +between the real and virtual world understanding the difference will show us an +exciting new world that we did not existed + +haha I will write something better tonite ... + +ok ... enough crapola ... + +Anyways check out some of my sites ... + +yourimage.io unitedstatesian.com gifpaint.in + + From aecbbf89126002461e15f6a8fdeafdbeab7cdd5b Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:12:34 -0800 Subject: [PATCH 243/262] Update about.md --- Teams/nh3d/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/nh3d/about.md b/Teams/nh3d/about.md index b4c3e98..8beee03 100644 --- a/Teams/nh3d/about.md +++ b/Teams/nh3d/about.md @@ -11,6 +11,6 @@ ok ... enough crapola ... Anyways check out some of my sites ... -yourimage.io unitedstatesian.com gifpaint.in +http://yourimage.io/ http://unitedstatesian.com/ http://gifpaint.in/ From 958f427ccea217095236d15f27a56346263b3e56 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:13:45 -0800 Subject: [PATCH 244/262] Update about.md --- Teams/nh3d/about.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Teams/nh3d/about.md b/Teams/nh3d/about.md index 8beee03..d4f2f68 100644 --- a/Teams/nh3d/about.md +++ b/Teams/nh3d/about.md @@ -11,6 +11,15 @@ ok ... enough crapola ... Anyways check out some of my sites ... -http://yourimage.io/ http://unitedstatesian.com/ http://gifpaint.in/ + +http://gifpaint.in/ -> animated gif painting + + +http://yourimage.io/ -> downloadable image painting + + +http://unitedstatesian.com/ -> just some weirdness for you + + From 3aa2ec223a5cfe4c0c752c7c096980091222a9ba Mon Sep 17 00:00:00 2001 From: arman adhitama Date: Thu, 27 Nov 2014 02:17:41 +0700 Subject: [PATCH 245/262] add team : GudegUnited --- Teams/GudegUnited/ABOUT.md | 10 ++++++++++ Teams/GudegUnited/team.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/GudegUnited/ABOUT.md create mode 100644 Teams/GudegUnited/team.json diff --git a/Teams/GudegUnited/ABOUT.md b/Teams/GudegUnited/ABOUT.md new file mode 100644 index 0000000..a383ce0 --- /dev/null +++ b/Teams/GudegUnited/ABOUT.md @@ -0,0 +1,10 @@ +GudegUnited +=========== + +| Arman | Isman | Rifqi | Riza | Rolies +|--- |--- |--- |--- |--- +| ![Arman](https://pbs.twimg.com/profile_images/428842822968430593/BT5Aty7a.jpeg) | ![Isman](https://pbs.twimg.com/profile_images/521909667937546241/3pPVpYyD.png) | ![Rifqi](https://pbs.twimg.com/profile_images/378800000122731961/e9dd42706d5b50a4f6470dda17280f20_400x400.jpeg) | ![Riza](https://pbs.twimg.com/profile_images/497760941555994624/HuMX1wPQ.jpeg) | ![Rolies](https://pbs.twimg.com/profile_images/2376795069/image_400x400.jpg) + +Idea +---- +Create flexible and fast application. diff --git a/Teams/GudegUnited/team.json b/Teams/GudegUnited/team.json new file mode 100644 index 0000000..cf71a2a --- /dev/null +++ b/Teams/GudegUnited/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "CapJahe", + "members": [ + { + "name": "Arman Adhitama", + "twitter": "blackbiron", + "koding": "blackbiron", + "location": "Tangerang, ID", + "lead": true + }, + { + "name": "Isman Firmansyah", + "twitter": "iromli", + "koding": "iromli", + "location": "Majalengka, ID" + }, + { + "name": "Rifqi Fachriza", + "twitter": "fachriza", + "koding": "fachriza", + "location": "Jakarta, ID" + }, + { + "name": "Riza Arsyi", + "twitter": "_rizarc", + "koding": "rizarc", + "location": "Tangerang, ID" + }, + { + "name": "Rolies Debi", + "twitter": "rolies106", + "koding": "rolies106", + "location": "Jakarta, ID" + } + ] +} From 1a7baebe18d09c648f154d5fcdfd899da5eac552 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:17:48 -0800 Subject: [PATCH 246/262] Update teams.json --- Teams/nh3d/teams.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/nh3d/teams.json b/Teams/nh3d/teams.json index 52f0590..5eab15d 100644 --- a/Teams/nh3d/teams.json +++ b/Teams/nh3d/teams.json @@ -1,5 +1,5 @@ { - "teamName": "NH#D", + "teamName": "NH3d", "members": [ { "name": "Nick Hulea", From ca1662fc5ecf62739b13f484b144d3748df060ac Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 26 Nov 2014 11:20:24 -0800 Subject: [PATCH 247/262] Update teams.json --- Teams/nh3d/teams.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/nh3d/teams.json b/Teams/nh3d/teams.json index 5eab15d..8ab7317 100644 --- a/Teams/nh3d/teams.json +++ b/Teams/nh3d/teams.json @@ -5,7 +5,7 @@ "name": "Nick Hulea", "twitter": "naeluh", "koding": "naeluh", - "location": "Los Angeles, California", + "location": "Los Angeles, CA", "lead": true }, From 0ef16883cf0e724d4e4f9b4d71d3a892a41fdd4f Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 26 Nov 2014 19:26:19 +0000 Subject: [PATCH 248/262] BoomSticks entry --- Teams/BoomSticks/ABOUT.md | 39 ++++++++++++++++++++++++++++++++++++++ Teams/BoomSticks/team.json | 18 ++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Teams/BoomSticks/ABOUT.md create mode 100644 Teams/BoomSticks/team.json diff --git a/Teams/BoomSticks/ABOUT.md b/Teams/BoomSticks/ABOUT.md new file mode 100644 index 0000000..ad3f6af --- /dev/null +++ b/Teams/BoomSticks/ABOUT.md @@ -0,0 +1,39 @@ +BoomSticks +=========================== + +Two devs, born one week apart, ready to code your face off. + +``` +sudo osascript -e "set Volume 11" && while true; do say boomsticks; sleep 1; done; +``` + +Stuff we know +=========================== +Java +Javascript +PHP +CSS +HTML +Ruby +Python +Bash +Scala +Closure +Objective-c +SQL +MonogoDB +YAML +XML +Markdown (yeah we went there :trollface:) +C++ +C# +meaning of life + +Stuff we don't know +=========================== +karioki +how to spell karaoke +football +how to make good about team pages +meaning of life +restraint \ No newline at end of file diff --git a/Teams/BoomSticks/team.json b/Teams/BoomSticks/team.json new file mode 100644 index 0000000..c1f4829 --- /dev/null +++ b/Teams/BoomSticks/team.json @@ -0,0 +1,18 @@ +{ + "members": [ + { + "koding": "lukejpreston", + "lead": true, + "location": "Lancaster, UK", + "name": "Luke Preston", + "twitter": "lukejpreston" + }, + { + "koding": "timkin", + "location": "Chorley, UK", + "name": "Tim Perry", + "twitter": "timkinperry" + }, + ], + "teamName": "BoomSticks" +} \ No newline at end of file From dfb1475833b9b35f2bbc57c9e767c5f665b6ac90 Mon Sep 17 00:00:00 2001 From: "Elise R." Date: Wed, 26 Nov 2014 14:27:26 -0500 Subject: [PATCH 249/262] Updated team.json.... --- Teams/wise-eddy/team.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Teams/wise-eddy/team.json b/Teams/wise-eddy/team.json index fa13706..5e9763c 100644 --- a/Teams/wise-eddy/team.json +++ b/Teams/wise-eddy/team.json @@ -1,12 +1,6 @@ { "teamName": "Team Koders", "members": [ - { - "name": "Full Name", - "twitter": "twitter acct no @", - "koding": "koding username", - "location": "city, 2 digit country code" - }, {"name":"Elise A. Ralph", "twitter": "wiseeddy", "koding":"wise-eddy", From c9fc6d13c331b775dd860cfcde194c564914a2d0 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 26 Nov 2014 19:28:19 +0000 Subject: [PATCH 250/262] formatting --- Teams/BoomSticks/ABOUT.md | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Teams/BoomSticks/ABOUT.md b/Teams/BoomSticks/ABOUT.md index ad3f6af..2b39247 100644 --- a/Teams/BoomSticks/ABOUT.md +++ b/Teams/BoomSticks/ABOUT.md @@ -9,31 +9,31 @@ sudo osascript -e "set Volume 11" && while true; do say boomsticks; sleep 1; don Stuff we know =========================== -Java -Javascript -PHP -CSS -HTML -Ruby -Python -Bash -Scala -Closure -Objective-c -SQL -MonogoDB -YAML -XML -Markdown (yeah we went there :trollface:) -C++ -C# -meaning of life +- Java +- Javascript +- PHP +- CSS +- HTML +- Ruby +- Python +- Bash +- Scala +- Closure +- Objective-c +- SQL +- MonogoDB +- YAML +- XML +- Markdown (yeah we went there :trollface:) +- C++ +- C# +- meaning of life Stuff we don't know =========================== -karioki -how to spell karaoke -football -how to make good about team pages -meaning of life -restraint \ No newline at end of file +- karioki +- how to spell karaoke +- football +- how to make good about team pages +- meaning of life +- restraint \ No newline at end of file From fc3b4bcbcbe8a003933e9b7c01f4fa7275e1d6ea Mon Sep 17 00:00:00 2001 From: Vladimir Ignatev Date: Wed, 26 Nov 2014 23:39:06 +0400 Subject: [PATCH 251/262] OrangeVerse added lolselfie --- Teams/OrangeVerse/lolselfie.jpg | Bin 0 -> 42399 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Teams/OrangeVerse/lolselfie.jpg diff --git a/Teams/OrangeVerse/lolselfie.jpg b/Teams/OrangeVerse/lolselfie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71c5cda732b61ea66f515c28beafab99d661c4d2 GIT binary patch literal 42399 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

%2xaLV+X_U)n;w-Q)P<|%^VR)%SB=B(dJ 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 literal 0 HcmV?d00001 From 6a877ab1adf4c9ebc1a51ff3c1d26d9fa470cb41 Mon Sep 17 00:00:00 2001 From: Nitin Gupta Date: Wed, 26 Nov 2014 19:42:36 +0000 Subject: [PATCH 252/262] generated new readme.md --- README.md | 39 ++ TEAMS.md | 848 ++++++++++++++++++++++++++++++ Teams/AOC/team.json | 2 +- Teams/AcklenAvenue/team.json | 4 +- Teams/Aina/team.json | 2 +- Teams/BoomSticks/team.json | 22 +- Teams/CloudSolvers/.team.json.swp | Bin 0 -> 12288 bytes Teams/WeByte/team.json | 4 +- 8 files changed, 904 insertions(+), 17 deletions(-) create mode 100644 Teams/CloudSolvers/.team.json.swp diff --git a/README.md b/README.md index f83bc87..ad86e1d 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,16 @@ the lower section of this README.md file. | #254Coders |[Julius Njuguna](https://koding.com/njmwas) Nairobi, KE *(team lead)*
[Salama AB](https://koding.com/aksalj) Nairobi, KE
[Kubai Kevin](https://koding.com/kubai) Nairobi, KE
| [254Coders](./Teams/254Coders/ABOUT.md) | | #3DPG |[Peter Steidel](https://koding.com/korbo) Roanoke, US *(team lead)*
| [3DPG](./Teams/3DPG/ABOUT.md) | | #720devs |[Franco Risso](https://koding.com/francorisso) Villa Carlos Paz, AR *(team lead)*
[Mariana Stariolo](https://koding.com/marianastariolo) Villa Carlos Paz, AR
| [720devs](./Teams/720devs/ABOUT.md) | +| #8cookin |[Eray Arslan](https://koding.com/erayarslan) Sakarya, TR *(team lead)*
| [8cookin](./Teams/8cookin/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) | +| #AAVAA |[Vlasyslav Stepanov](https://koding.com/vstepanov) Kyiv, UA *(team lead)*
[Alexandra Anikina](https://koding.com/saneshka) Kyiv, UA
[Anastasia Smakovska](https://koding.com/anasmak) Kyiv, UA
[Andrew Tesluk](https://koding.com/vdjtab) Kyiv, UA
[Andrii Usov](https://koding.com/n-drei2) Kyiv, UA
| [AAVAA](./Teams/AAVAA/ABOUT.md) | | #AO14 |[Md. Al-Amin](https://koding.com/alaminopu) Dhaka, BD *(team lead)*
| [AO14](./Teams/AO14/ABOUT.md) | +| #AOC |[cagdas](https://koding.com/drunkcoder) ankara, tr *(team lead)*
[oguz bilginer](https://koding.com/oguzbilgener) ankara, tr
[ata kilicli](https://koding.com/ataalik) ankara, tr
| [AOC](./Teams/AOC/ABOUT.md) | | #Achraf52 |[Achraf52](https://koding.com/achraf52) Errachidia, MA *(team lead)*
| [Achraf52](./Teams/Achraf52/ABOUT.md) | +| #AcklenAvenue |[Camilo Aguilar](https://koding.com/kmiloaguilar) San Pedro Sula, HN *(team lead)*
[Rene Rosa](https://koding.com/realpasro) San Pedro Sula, HN
[Richard Siwady](https://koding.com/rsiwady29) Villanueva, HN
[Danilo Caballero](https://koding.com/dcaballeroc) Oakland, US
| [AcklenAvenue](./Teams/AcklenAvenue/ABOUT.md) | | #AgainstFlow |[Maja Dinjar](https://koding.com/againstflow) Zagreb, HR
| [AgainstFlow](./Teams/AgainstFlow/ABOUT.md) | +| #Team Aina |[Jose Luis Gonzalez](https://koding.com/arkangelkruel) Santiago, CL *(team lead)*
| [Team Aina](./Teams/Aina/ABOUT.md) | +| #AlfioMissaglia |[Alfio Missaglia](https://koding.com/xenon05) Venice, IT
| [AlfioMissaglia](./Teams/AlfioMissaglia/ABOUT.md) | | #Altech |[Alexander Allen](https://koding.com/robodude) Raleigh, US
[Graham Cleven](https://koding.com/coolfish) Raleigh, US
| [Altech](./Teams/Altech/ABOUT.md) | | #Andr3iC |[Andrei Chelaru](https://koding.com/andr3ic) Bucharest, RO
| [Andr3iC](./Teams/Andr3iC/ABOUT.md) | | #Antonio |[Anton Bahurinsky](https://koding.com/antonio16) Kyiv, UA *(team lead)*
| [Antonio](./Teams/Antonio/ABOUT.md) | @@ -46,6 +52,7 @@ the lower section of this README.md file. | #Bali |[Dmytro Sadovnychyi](https://koding.com/sadovnychyi) Bali, ID *(team lead)*
| [Bali](./Teams/Bali/ABOUT.md) | | #Birmingham.IO |[Daniel Hollands](https://koding.com/limeblast) Birmingham, UK *(team lead)*
[Omar Qureshi](https://koding.com/omarquresh1) Birmingham, UK
[Tajinder Singh](https://koding.com/tajindersd) Birmingham, UK
[Will Parker](https://koding.com/wprk) Redditch, UK
[Ping-Yuan Chang](https://koding.com/a9261) Taichung City, TW
| [Birmingham.IO](./Teams/Birmingham.IO/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) | +| #BoomSticks |[Luke Preston](https://koding.com/lukejpreston) Lancaster, UK *(team lead)*
[Tim Perry](https://koding.com/timkin) Chorley, UK
| [BoomSticks](./Teams/BoomSticks/ABOUT.md) | | #Brevity Labs |[Mukul Biswas](https://koding.com/brevitylabs) Dublin, IE
| [Brevity Labs](./Teams/BrevityLabs/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/gisseares) Belgrade, RS
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #Cardboard Coders |[Andrei Neamtu](https://koding.com/neamtua) Bucharest, RO *(team lead)*
[Khez](https://koding.com/khez) Bucharest, RO
[Vlad Rusanescu](https://koding.com/dazganer) Bucharest, RO
| [Cardboard Coders](./Teams/CardboardCoders/ABOUT.md) | @@ -59,34 +66,43 @@ the lower section of this README.md file. | #CodeRabbits |[Deepak Singh](https://koding.com/spidergears) Pune, IN *(team lead)*
[Jiren Patel](https://koding.com/jiren) Pune, IN
[Sachin Kamble](https://koding.com/sinan) Pune, IN
[Siva Gollapalli](https://koding.com/sivagollapalli) Pune, IN
| [CodeRabbits](./Teams/CodeRabbits/ABOUT.md) | | #CodeXCode |[Akiti Chandan Reddy](https://koding.com/chandan047) Chennai, IN
| [CodeXCode](./Teams/CodeXCode/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) | +| #CyberHopes |[Cahit Onur Ozkaynak](https://koding.com/cahitonur) Goa, IN *(team lead)*
[Kriste Murumae](https://koding.com/anchela) Rakvere, EE
| [CyberHopes](./Teams/CyberHopes/ABOUT.md) | | #D'Parcelables |[Nemmar Ramos](https://koding.com/nemmarramos) Quezon City, PH *(team lead)*
[Ullen Faustino](https://koding.com/ullenfaustino) Quezon City, PH
[Mark Francis Esplana](https://koding.com/mesplana) Valenzuela City, PH
| [D'Parcelables](./Teams/D-Parcelables/ABOUT.md) | +| #DIS |[Anestos Nikolaos-Ektoras](https://koding.com/anestos) Stockholm, SE *(team lead)*
[Antonios Kouzoupis](https://koding.com/kouzan) Stockholm, SE
[Lorenzo Corneo](https://koding.com/lorenzocorneo) Stockholm, SE
[Vasilis Giannokostas](https://koding.com/giannoko) Stockholm, SE
| [DIS](./Teams/DIS/ABOUT.md) | | #DeadWookie |[Pavel Zet](https://koding.com/zetorama) Odessa, UA *(team lead)*
[Eugene Ryabchenko](https://koding.com/comentor) Odessa, UA
[Dmitry Banasko](https://koding.com/imbad) Odessa, UA
[Sergey Malyuta](https://koding.com/m-serge) Odessa, UA
[Vadim Marushevsky](https://koding.com/makanaki) Odessa, UA
| [DeadWookie](./Teams/DeadWookie/ABOUT.md) | +| #DevPro |[Saiful Islam](https://koding.com/saifulapm) Rajshahi, BD *(team lead)*
| [DevPro](./Teams/DevPro/ABOUT.md) | | #Dingoes ate my baby |[Siddhartha Verma](https://koding.com/mavidser) Kanpur, IN
| [Dingoes ate my baby](./Teams/Dingoes ate my baby/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) | | #EventHorizon |[Michal Piotrowski](https://koding.com/eventhorizonpl) Janowice, PL
| [EventHorizon](./Teams/EventHorizon/ABOUT.md) | +| #Excaliburs |[Arnab DUtta](https://koding.com/arnabdutta) Dallas,US
| [Excaliburs](./Teams/Excaliburs/ABOUT.md) | | #Experts Unlimited |[Ananay Arora](https://koding.com/ananay) New Delhi, IN *(team lead)*
[Abhishek Anand](https://koding.com/abhishek97) New Delhi, IN
[Akshay Gupta](https://koding.com/akshaykgupta) New Delhi, IN
[Rohan Dhar](https://koding.com/rohanoffi) New Delhi, IN
| [Experts Unlimited](./Teams/ExpertsUnlimited/ABOUT.md) | | #Fire Inside |[Zak Thompson](https://koding.com/Codepunk) Toronto, CA *(team lead)*
| [Fire Inside](./Teams/FireInside/ABOUT.md) | | #Float-Center |[Chris Drake](https://koding.com/cdrake) Wichita, KS *(team lead)*
[Corey Wynn](https://koding.com/wynn1c) Wichita, KS
[Caleb Swank](https://koding.com/calebswank11) Wichita, KS
[Daniel Brake](https://koding.com/danieldb) Wichita, KS
| [Float-Center](./Teams/Float-Center/ABOUT.md) | +| #FrozenLogic |[Drăgan-Săvulescu Vlad](https://koding.com/demonic) Ploiești, RO *(team lead)*
[Alexandru Ivan](https://koding.com/crypticman) Ploiești, RO
| [FrozenLogic](./Teams/FrozenLogic/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) | | #FunnyBretzels |[Karim Jedda](https://koding.com/undefined) Munich, DE *(team lead)*
| [FunnyBretzels](./Teams/FunnyBretzels/ABOUT.md) | | #G10aT |[Vasuman R](https://koding.com/vasuman) Bangalore, IN *(team lead)*
| [G10aT](./Teams/G10aT/ABOUT.md) | | #G Force |[Juan José Olivera Rodríguez](https://koding.com/jotajota) *(team lead)*
[Marcelo Rodríguez Claros](https://koding.com/marcelorodcla) Cochabamba, Bo
[Tatiana Andrea Moruno Rodriguez](https://koding.com/tatianamoruno) Cochabamba, BO
| [G Force](./Teams/GForce/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) | +| #CapJahe |[Arman Adhitama](https://koding.com/blackbiron) Tangerang, ID *(team lead)*
[Isman Firmansyah](https://koding.com/iromli) Majalengka, ID
[Rifqi Fachriza](https://koding.com/fachriza) Jakarta, ID
[Riza Arsyi](https://koding.com/rizarc) Tangerang, ID
[Rolies Debi](https://koding.com/rolies106) Jakarta, ID
| [CapJahe](./Teams/GudegUnited/ABOUT.md) | | #Gundam |[Cherry Zhang](https://koding.com/phantomkirby) Tokyo, JP *(team lead)*
[Jumpei Yamane](https://koding.com/jumpeiymn) Tokyo, JP
[Fan Zhang](https://koding.com/fanwashere) Ottawa, CA
[Tommy Jung](https://koding.com/younghj) Toronto, 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) | | #HackBeard |[Ranjith Kumar S](https://koding.com/ranji2612) Hyderabad, IN
| [HackBeard](./Teams/HackBeard/ABOUT.md) | | #HackOwls |[Gabriel Dumitrescu](https://koding.com/gdumitrescu) Toronto, CA *(team lead)*
[Kleber Virgilio Correia](https://koding.com/klebervirgilio) São Paulo, BR
[Rajesh Veeranki](https://koding.com/brood) Gurgaon, IN
[Venkateswaran Selvan](https://koding.com/mailmevenkat25) Coimbatore, IN
| [HackOwls](./Teams/HackOwls/ABOUT.md) | | #Hackateers |[Ossama Obeid](https://koding.com/owobeid) Doha, QA *(team lead)*
[Afnan Fahim](https://koding.com/afahim) Chicago, US
[Mahmoud Alismail](https://koding.com/malismail) Doha, QA
| [Hackateers](./Teams/Hackateers/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) | +| #Helwa |[Ahmed Ismail](https://koding.com/ahmedlogic) Atlanta, GA
[Sarvagya Vaish](https://koding.com/sarvagyavaish) Miami, FL
| [Helwa](./Teams/Helwa/ABOUT.md) | | #Huggie |[Matt Huggins](https://koding.com/mhuggins) Boulder, US
| [Huggie](./Teams/Huggie/ABOUT.md) | +| #Hurricane |[Anushka Sandaruwan Samaranayake](https://koding.com/anushkasandaruwan) Colombo, LK *(team lead)*
[Grainier Perera](https://koding.com/grainier) Colombo, LK
[Praminda Jayawardana](https://koding.com/praminda) Colombo, LK
[Yehan Pemarathne](https://koding.com/yehancha) Colombo, LK
| [Hurricane](./Teams/Hurricane/ABOUT.md) | | #IQHacker |[Iftekhar](https://koding.com/hackiftekhar) Indore, IN *(team lead)*
[Mayur](https://koding.com/mayur43s) Indore, IN
[Mayur](https://koding.com/mayur43s) Indore, IN
| [IQHacker](./Teams/IQHacker/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) | | #J-Unit |[Ali Akhtar](https://koding.com/digitman2) Lahore, PK *(team lead)*
[Bobby Degrot](https://koding.com/eonns) Boston, US
| [J-Unit](./Teams/J-Unit/ABOUT.md) | +| #Joof |[Aleksandr Tuchkov](https://koding.com/tucher) Moscow, RU *(team lead)*
[Artem Pakhomov](https://koding.com/gorblnu4) Moscow, RU
[Marat Saytakov](https://koding.com/m4rr) Moscow, RU
| [Joof](./Teams/Joof/ABOUT.md) | | #Jostlers |[Vincent H](https://koding.com/bpxballer) Atlanta, GA
| [Jostlers](./Teams/Jostlers/ABOUT.md) | | #KRATOS |[Bui Ha Duong](https://koding.com/buihaduong) Ho Chi Minh, VN
| [KRATOS](./Teams/KRATOS/ABOUT.md) | | #KawaiiDesuDevs |[Igor Moura](https://koding.com/igormp) Aracaju, BR *(team lead)*
[Nivaldo Melo](https://koding.com/masternivas) Aracaju, BR
| [KawaiiDesuDevs](./Teams/KawaiiDesuDevs/ABOUT.md) | @@ -95,27 +111,34 @@ the lower section of this README.md file. | #Kolky |[Kaan Kölköy](https://koding.com/kaanklky) Çanakkale, TR *(team lead)*
| [Kolky](./Teams/Kolky/ABOUT.md) | | #Life In Coding |[Mona Abdel Rahman](https://koding.com/mona0) Al Shohadaa, EG *(team lead)*
| [Life In Coding](./Teams/LifeInCoding/ABOUT.md) | | #M-Team |[Moemen Mostafa](https://koding.com/moemen) caior, EG *(team lead)*
| [M-Team](./Teams/M-Team/ABOUT.md) | +| #MPI |[Mehdy Khoshnoody](https://koding.com/mehdyk) Tehran, IR *(team lead)*
| [MPI](./Teams/MPI/ABOUT.md) | | #Team Koders |[Vitor Lobão Fernandes](https://koding.com/unclelobs) Curitiba, BR
| [Team Koders](./Teams/Magusd/ABOUT.md) | | #Matrix |[Dandi B](https://koding.com/dandibee) Manila, PH *(team lead)*
| [Matrix](./Teams/Matrix/ABOUT.md) | | #Team Koders |[Jabir Ali](https://koding.com/jabirraju) Lucknow, IN
| [Team Koders](./Teams/MiracleTeam/ABOUT.md) | +| #Monitor Backlinks |[Razvan Girmacea](https://koding.com/razvangirmacea) Iasi, RO *(team lead)*
[Eugen Cusmaunsa](https://koding.com/armab) Stauceni, MD
[Darwin Medillo](https://koding.com/darkunz) Davao, PH
[Alan Willms](https://koding.com/dyulax) Chapecó, BR
| [Monitor Backlinks](./Teams/MonitorBacklinks/ABOUT.md) | | #Moonchar |[Kyaw Zaw Win](https://koding.com/kyawzawwin) Singapore, SG
[Nway Nway](https://koding.com/moonchar) Singapore, SG
| [Moonchar](./Teams/Moonchar/ABOUT.md) | | #NUS Technology |[Chien Tran-Xuan](https://koding.com/xuanchien) Ho Chi Minh, VN *(team lead)*
[Nam Tran-Van](https://koding.com/nusnamtv) Ho Chi Minh, VN
[Nhan Nguyen-Minh](https://koding.com/nhannm) Ho Chi Minh, VN
[Duong Doan-Nguyen](https://koding.com/duongdn) Ho Chi Minh, VN
| [NUS Technology](./Teams/NUSTechnology/ABOUT.md) | | #Neo |[Luis Arriojas](https://koding.com/luisarriojas) Valencia, VE *(team lead)*
| [Neo](./Teams/Neo/ABOUT.md) | | #Neskromny |[Sergii Volodko](https://koding.com/neskromny) Kiev, UA
| [Neskromny](./Teams/Neskromny/ABOUT.md) | | #NewFolder |[Sadique Ali P](https://koding.com/spali) Sulthan Batheri, IN *(team lead)*
[Sachin Murali G](https://koding.com/dotg) Sulthan Batheri, IN
[Akhil Balakrishnan](https://koding.com/akhilb91) Sulthan Batheri, IN
[Ijas Ahamed N](https://koding.com/ijasahamed) Sulthan Batheri, IN
[Sibin John](https://koding.com/sibinjohn) Sulthan Batheri, IN
| [NewFolder](./Teams/NewFolder/ABOUT.md) | +| #Nightglow |[Stefan Blamberg](https://koding.com/stefan-blamberg) Neustadt, DE
| [Nightglow](./Teams/Nightglow/ABOUT.md) | | #No Pilots, No Demos |[Jordyn Bonds](https://koding.com/skybondsor) Boston, MA
[Mark Robert Henderson](https://koding.com/aphelionz) Manchester-by-the-sea, MA
| [No Pilots, No Demos](./Teams/NoPilotsNoDemos/ABOUT.md) | | #OldMonks |[Meherzad](https://koding.com/meherzad28) Mumbai, IN *(team lead)*
[Ankur Trapasiya](https://koding.com/ankurtrapasiya) Mumbai, IN
| [OldMonks](./Teams/OldMonks/ABOUT.md) | | #Optimus |[Sanka Darshana](https://koding.com/SankaD) Colombo, LK *(team lead)*
| [Optimus](./Teams/Optimus/ABOUT.md) | +| #OrangeVerse |[Vladimir Ignatev](https://koding.com/p0zt3r) Samara, RU *(team lead)*
[Rodion Martynov](https://koding.com/martynovr) Moscow, RU
| [OrangeVerse](./Teams/OrangeVerse/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) | | #Plummy |[Bagus Trihatmaja](https://koding.com/btrihatmaja) Denpasar, ID *(team lead)*
[Rizky Noor Ichwan](https://koding.com/spondbob) Melbourne, AU
[Bayu Ditaprawira](https://koding.com/bayultimate) Denpasar, ID
| [Plummy](./Teams/Plummy/ABOUT.md) | | #Pretender |[Dzmitry Hancharou](https://koding.com/pretender) Brest, BY *(team lead)*
| [Pretender](./Teams/Pretender/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) | +| #PyJunkies |[Michal Racek](https://koding.com/krablak) Hradec Kralove, CZ *(team lead)*
[Radek Hofman](https://koding.com/jezis) Vienna, AT
| [PyJunkies](./Teams/PyJunkies/ABOUT.md) | | #Random Hackers |[Dylson Valente Neto](https://koding.com/n370) Santa Fe, AR *(team lead)*
[Ildus Sadykov](https://koding.com/IldusSadykov) Elabuga, RU
[Jen Best](https://koding.com/jenthebest) Philadelphia, US
| [Random Hackers](./Teams/RandomHackers/ABOUT.md) | | #RaphaëlTM |[Raphaël Titsworth-Morin](https://koding.com/raphaeltm) Halifax, CA
| [RaphaëlTM](./Teams/RaphaelTM/ABOUT.md) | +| #RealityConnect |[João Miguel Ribeiro](https://koding.com/jonnybgod) Lisbon, PT *(team lead)*
[João da Silva Côrtes](https://koding.com/sequessu) Lisbon, PT
| [RealityConnect](./Teams/RealityConnect/ABOUT.md) | | #ReseaSoft |[Dzhambulat Khasayeb](https://koding.com/dzhambulat) Makhachkala, RU
| [ReseaSoft](./Teams/ReseaSoft/ABOUT.md) | | #Rhinoceros |[Ilim Ugur](https://koding.com/ilimugur) Ankara, TR
| [Rhinoceros](./Teams/Rhinoceros/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) | | #ScrumTobe Software |[Hai Bui](https://koding.com/undefined) Hanoi, VN *(team lead)*
[Hung Kieu](https://koding.com/undefined) Hanoi, VN
[Giang Phan](https://koding.com/undefined) Hanoi, VN
[Thai Nguyen](https://koding.com/undefined) Hanoi, VN
| [ScrumTobe Software](./Teams/ScrumTobe.Software/ABOUT.md) | +| #Sidlejinks |[Dmytro Torianik](https://koding.com/sidlejinks) Kharkiv, UA
| [Sidlejinks](./Teams/Sidlejinks/ABOUT.md) | | #Softever |[Noppol Pilukruangdet](https://koding.com/noppolp) Bangkok, TH
| [Softever](./Teams/Softever/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) | @@ -123,6 +146,9 @@ the lower section of this README.md file. | #Synexis |[Malcolm Murphy](https://koding.com/synexis) Denver, Colorado, US *(team lead)*
| [Synexis](./Teams/Synexis/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
[Chakib Dad](https://koding.com/yojimbo) Tunis,TN
| [TNTeam](./Teams/TNTeam/ABOUT.md) | +| #TPro |[Vitalijs Litvinovs](https://koding.com/ulow) Riga, LV *(team lead)*
[Dmitry Morozov](https://koding.com/dm1tpro1lv) Riga, LV
[Sergey Kibish](https://koding.com/skibish) Riga, LV
[Dmitry Bogachkin](https://koding.com/dmitrybog) Riga, LV
[Raitis Ozols](https://koding.com/raioz) Riga, LV
| [TPro](./Teams/TPro/ABOUT.md) | +| #TORJAN |[Vaidhyanathan Ananthakrishnan](https://koding.com/vaidhyanathan) Chennai,IN *(team lead)*
| [TORJAN](./Teams/TROJAN/ABOUT.md) | +| #Tachyon |[Akshay Kalose](https://koding.com/akshay2598) Lexington, US *(team lead)*
| [Tachyon](./Teams/Tachyon/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 Wild |[Tim Masson](https://koding.com/wildmercury) Harare, ZW
| [Team Wild](./Teams/Team-Wild/ABOUT.md) | | #Team Anxious |[Kamran Qadir](https://koding.com/qadir0108) Islamabad, PK
| [Team Anxious](./Teams/TeamAnxious/ABOUT.md) | @@ -144,13 +170,17 @@ the lower section of this README.md file. | #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) | +| #Thor |[ibrahim dursun](https://koding.com/idursun) Istanbul, TR
| [Thor](./Teams/Thor/ABOUT.md) | +| #TimeToPlay |[Oleh Morozov](https://koding.com/timetoplay7) Dnepropetrovsk, UA
| [TimeToPlay](./Teams/TimeToPlay/ABOUT.md) | | #Tooring Analytics |[Anshuman Kanetkar](https://koding.com/tooring) London, UK
| [Tooring Analytics](./Teams/TooringAnalytics/ABOUT.md) | +| #Tourist |[Karan Grover](https://koding.com/krngrvr09) New Delhi, IN
| [Tourist](./Teams/Tourist/ABOUT.md) | | #Team Koders |[Talha Asad](https://koding.com/talha-asad) Lahore, PK
| [Team Koders](./Teams/Trident/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) | | #Team Koders |[Vivek Dudani](https://koding.com/morge) Pune, IN
| [Team Koders](./Teams/VirtualCoder/ABOUT.md) | | #WarRoom |[Cameron Wright](https://koding.com/camwright) Vancouver, WA
| [WarRoom](./Teams/WarRoom/ABOUT.md) | +| #We Byte |[Karim Ahmed](https://koding.com/parabelle) Cairo, EG *(team lead)*
[Abdulaziz Alaa](https://koding.com/abdulazizalaa) Cairo, EG
[Ali Salem](https://koding.com/grip) Cairo, EG
[Omar Essam](https://koding.com/omarito) Cairo, EG
[Ahmed ALaa](https://koding.com/ahmedalaa3307023) Cairo, EG
| [We Byte](./Teams/WeByte/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) | | #Whoogle |[Pavel Shkleinik](https://koding.com/shkleinik) Minsk, BY
| [Whoogle](./Teams/Whoogle/ABOUT.md) | | #Wine Team |[Csaba Tölcsér](https://koding.com/winedrinker) Szigetszentmiklós, HU
| [Wine Team](./Teams/WineTeam/ABOUT.md) | @@ -161,14 +191,23 @@ the lower section of this README.md file. | #codingkitten |[Zsófia Balogh](https://koding.com/luckythirteen) Budapest, HU
| [codingkitten](./Teams/codingkitten/ABOUT.md) | | #cool_kid_alert |[Alan Dai](https://koding.com/cakesofwrath) Albany, US *(team lead)*
| [cool_kid_alert](./Teams/cool_kid_alert/ABOUT.md) | | #cubelabs |[Srikanth Kasukurthi](https://koding.com/cubelabs) Hyderabad, IN *(team lead)*
| [cubelabs](./Teams/cubelabs/ABOUT.md) | +| #discoverakrur |[Akrur Tambe](https://koding.com/discoverakrur) Pune,IN
| [discoverakrur](./Teams/discoverakrur/ABOUT.md) | | #Drewpal |[Andrew Sang](https://koding.com/drewpal) Nairobi, KE
| [Drewpal](./Teams/drewpal/ABOUT.md) | +| #enkoded |[Oleksiy Syvokon](https://koding.com/alexsivokon) Kharkiv, UA *(team lead)*
[Sergey Podgurskiy](https://koding.com/wulf) Kharkiv, UA
[Yurk Shapkin](https://koding.com/yurk) Kharkiv, UA
[Sergii Rudenko](https://koding.com/rudeg) Kharkiv, UA
[Marina Chernyavskaya](https://koding.com/mchernyavska) Kharkiv, UA
| [enkoded](./Teams/enkoded/ABOUT.md) | +| |[Marcos Godoy](https://koding.com/mUcHG0Di) Asunción, PY *(team lead)*
[Renato Estigarribia](https://koding.com/dkalest) Asunción, PY
| [grayMatter](./Teams/grayMatter/ABOUT.md) | | #hausanfan |[Marcos Mayorga](https://koding.com/outlawone) Madrid, ES
| [hausanfan](./Teams/hausanfan/ABOUT.md) | | #Hawaii Hackers |[John R Evans](https://koding.com/johnrevans6) Hilo, US
| [Hawaii Hackers](./Teams/hawaiihackers/ABOUT.md) | | #Hexapus |[Nikolay Kushin](https://koding.com/zikolach) Vienna, AT *(team lead)*
| [Hexapus](./Teams/hexapus/ABOUT.md) | | #Icicle |[Manohar Joshi](https://koding.com/majoshi1) Edison, US
| [Icicle](./Teams/icicle/ABOUT.md) | | #igHumble |[Owen Craig](https://koding.com/owencraig) Chicago, US *(team lead)*
[Tony Truong](https://koding.com/tonykqt) Sydney, AU
[Nick Macdonald](https://koding.com/nickmacd) Sydney, AU
| [igHumble](./Teams/igHumble/ABOUT.md) | +| #imbecilez |[Alexei Mochalov](https://koding.com/nameless0) Chelyabinsk, RU *(team lead)*
[Sergey Fedoseev](https://koding.com/sir-sigurd) Chelyabinsk, RU
| [imbecilez](./Teams/imbecilez/ABOUT.md) | | #infi |[Prateek Jain](https://koding.com/max07) Gwalior, IN
[Dharamveer Baloda](https://koding.com/baloda) Gwalior, IN
| [infi](./Teams/infi/ABOUT.md) | | #IngloriousHacker |[Amit Haval](https://koding.com/blasteramit) Sangli,IN *(team lead)*
| [IngloriousHacker](./Teams/inglorioushacker/ABOUT.md) | +| #Itzteam |[Mukesh Yadav](https://koding.com/itzmukeshy7) Jaipur, In
| [Itzteam](./Teams/itzteam/ABOUT.md) | +| #Team Koders |[Md Nasimuzzaman](https://koding.com/kajalpasha) Pabna, BD
| [Team Koders](./Teams/kajalpasha/ABOUT.md) | +| #lastFlop |[Azmath Shamrad](https://koding.com/imsome1) Colombo, LK
| [lastFlop](./Teams/lastFlop/ABOUT.md) | | #megusta |[Ivan Kirichenko](https://koding.com/elgris) Ho Chi Minh City, VN *(team lead)*
| [megusta](./Teams/megusta/ABOUT.md) | | #myPHPmaster |[Mohd Othman](https://koding.com/myphpmaster) Kuala Lumpur, MY
| [myPHPmaster](./Teams/myPHPmaster/ABOUT.md) | | #Team MyPixel |[Intekhab khan](https://koding.com/pixelerator) Ujjain, IN
| [Team MyPixel](./Teams/mypixel/ABOUT.md) | +| #ntdata |[Luke Sawicki](https://koding.com/ntdata) London, UK
| [ntdata](./Teams/ntdata/ABOUT.md) | +| #Team Koders |[Elise A. Ralph](https://koding.com/wise-eddy) Marquette, US
| [Team Koders](./Teams/wise-eddy/ABOUT.md) | diff --git a/TEAMS.md b/TEAMS.md index 20f7226..f12c370 100644 --- a/TEAMS.md +++ b/TEAMS.md @@ -114,6 +114,23 @@ I'll enumerate the most important ones: 4. We will love to show our work to the great jury, having some chance to get to talk with some of them, is really the great prize of this competition. +--------------------------------------- + +8cookin +================ + +We are 8bit lovers! + +About Us +=========================== + +Just look at [8cook.in](http://8cook.in) + +Eray Arslan +=========================== +hard-core developer! Search in [google](https://www.google.com.tr/#q=eray+arslan) it. ;) + + --------------------------------------- This is our page @@ -138,6 +155,25 @@ About our skills and what we are going to do? +--------------------------------------- + +Team AAVAA +================ +About our team +=========================== + +We are cool team from Kyiv, and we will rock this hackaton! + + +About our skills and what we are going to do? +======= +- Spring + Hibernate +- AngularJS +- Android + + + + --------------------------------------- About Me @@ -171,6 +207,35 @@ Skills: +--------------------------------------- + +AOÇ HERE! +================ + +we hail from ankara 3 university undergraduates + + +About us +=========================== + +| cagdas | ata | oguz +|--- |--- |--- +| ben | atacim | oguz + +we don't have time to join, we have a physics midterm on saturday and a never-ending history project that haunts us +and I suspect it will break the bonds of our friendships. so that's why we decided to join. + +we all have it in our hearts to program something. we've all been this way when we met at the ORPHANAGE in Ankara, +we all studied very hard, putting aside coding, to go to university and just as when we were thinking we'll be having +a good time, we are doomed to do homework and all. + + +we are incredibly skillful young fellows. +======= +we're into applications. + + + --------------------------------------- Achraf52 @@ -194,6 +259,51 @@ Project I decided to participate in the Koding Hackathon because first of all it's an international one which means it will help me learn a lot from fellow developers, second it's because I want to improve my abilities in fast-paced web development by trying to build a fully operational app in 48 hours. +--------------------------------------- + +This is our page +================ + +We are the Acklen Avenue team, and we are really participating. + + +About the team +=========================== + +| kmiloaguilar | realpasro | rsiwady29 | dcaballeroc +|--- |--- |--- |--- +| kmiloaguilar | realpasro | rsiwady29 | dcaballeroc | + +Who we are? +=========================== + +More coming soon... + +Why we decide to join? +=========================== + +We love Hackathons and we love coding. +More coming soon.. + +Our skills +=========================== +- HTML5 +- CSS3 +- NodeJS +- .NET +- Angular +- MongoDB +- Scrum +- More coming soon... + +What are we going to do? +=========================== + +More coming soon... + + + + --------------------------------------- My name is Maja Dinjar. I come from Croatia, small country with a beatiful seaside. @@ -202,6 +312,61 @@ Maps were always my passion, and on this Hackathon I'll try to represent the wor +--------------------------------------- + +About A.I.N.A. +=========================== +Aina + +The AINA team decided to join in this hackathon to solve world problems with A.I. (Artificial Inteligence), +using PHP Language as it core. Team name is based on .hack// anime series where an entity called Aura +controls the digital world and mantain balance with her autolearning programmed interface + +We wish to win to support more A.I. projects in PHP + +Anyone who wish to join this team, can talk to @Arkangelkruel in twitter or koding + + +Acerca de A.I.N.A. +================== +El team AINA decidió ingresar a esta hackathon para resolver los problemas del mundo con I.A. (Inteligencia Artificial), +utilizando PHP como su lenguaje principal. El nombre del team esta basado en la serie de anime .hack// donde +una entidad llamada Aura controla el mundo digital manteniendo el balance con su interface de programación de autoaprendizaje + +Deseamos ganar para dar soporte a mas proyectos de I.A. en PHP + +Cualquiera que desee unirse al team, puede buscarme por twitter o koding en @Arkangelkruel + + +Languages-Lenguages +=================== +- PHP +- Jquery +- JqueryMobile +- PHP MVC Frameworks + + +--------------------------------------- + +###About me +Hello! I'm **Alfio Missaglia**, a thirteen years old computer science student who lives in Venice, Italy. +I own the [www.missaglialfio.pw](https://www.missaglialfio.pw/) blog :) + +###My project +I would like to make a nice project based on theme 1 and 4, but I have to decide a lot of other things :) +>Problems facing our planet, explained using interactive data visualization. + +>HTML5 games that are educational and learning oriented. + +###Languages +I'll probably use: +* PHP +* jQuery +* SQL (maybe [MariaDB](https://mariadb.org/) engine) +* Node.js +* HTML5 + + --------------------------------------- #Altech @@ -439,6 +604,48 @@ John Harter * Professional network security specialist +--------------------------------------- + +BoomSticks +=========================== + +Two devs, born one week apart, ready to code your face off. + +``` +sudo osascript -e "set Volume 11" && while true; do say boomsticks; sleep 1; done; +``` + +Stuff we know +=========================== +- Java +- Javascript +- PHP +- CSS +- HTML +- Ruby +- Python +- Bash +- Scala +- Closure +- Objective-c +- SQL +- MonogoDB +- YAML +- XML +- Markdown (yeah we went there :trollface:) +- C++ +- C# +- meaning of life + +Stuff we don't know +=========================== +- karioki +- how to spell karaoke +- football +- how to make good about team pages +- meaning of life +- restraint + --------------------------------------- # Brevity Labs @@ -737,6 +944,28 @@ We all have plenty of experience on web development, Andrei has a lot on game dev so we might be going that way with some cool HTML5 based game. +--------------------------------------- + +#Team CyberHopes + +We're a couple who loves to code. + +#Members + +* Kriste Murumae + +* Cahit Onur Ozkaynak + +#Skills + +* Python +* JavaScript +* HTML5 + + + + + --------------------------------------- This is our page @@ -770,6 +999,31 @@ You can change your mind, that's ok. Just push an update here when you do. +--------------------------------------- + +Team DIS +================ + +We are a group of Students at KTH, 3 of us are from Greece and one from Italy. +We believe this Hackathon will be a great opportunity to put our skills in a test and create something awesome! + +About your team +=========================== + +| Nick | Antonis | Lorenco | Vasilis +|--- |--- |--- |--- +| Nick | Antonis | Lorenco | Vasilis | + +We saw a post about this competition on facebook. We discuss it and everyone was excited that we will be able to we challenge ourselves and find out what we can do together. + +About your skills and what you are going to do? +======= +All of us have some work experience where we used different tools and we will combine them for this project. + +We are thinking about doing something relevant to the real time communication/translation theme but nothing is decided yet. +We will use PHP, Javascript, Google Translate API, Bootstrap and lots of love... + + --------------------------------------- # DeadWookie # @@ -787,6 +1041,40 @@ We are like the superheroes league, like the ninja turtles, like the musketeers. Actually, brainstorming… +--------------------------------------- + +This is our page +================ + +I am DevPro + + +OUR TEAM +=========================== +I am only member in my 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 + +saifulapm + +OUR SKILLS +======= + * HTML5 + * CSS3 + * JS + * PHP + * Laravel + * Codeigniter + * MySQL + * SQlite + * Python + * Flask + * REST-API + * NodeJS + * AngularJS + * JQuery + + --------------------------------------- About me @@ -904,6 +1192,16 @@ We'll be targeting themes 2, 5, and 6. http://eventhorizon.pl/ +--------------------------------------- + +# Excaliburs + + +##About Me +I am Arnab and I am an ardent participant of many renowned hackathons. +I like coding in JavaScript and PHP. + + --------------------------------------- == Team Name: Experts Unlimited @@ -973,6 +1271,38 @@ Love Always, Float-Center +--------------------------------------- + +FrozenLogic +================ + +We're a team of young, innovative developers looking to have fun and do what we do best. + +About us +=========================== + +| demonic | alex +|--- |--- |--- |--- +| demonic | crypticman | + +We saw an opportunity to develop something nice, boost our skills and be part of a new and innovative competition. We're primarily looking to have fun and turn some coffee into some high quality code. + +[demonic] +I have been developing websites and web applications for 12 years. I am currently developing and coordinating development of Enterprise applications and services. +From a technical point of view, I have a great understanding and knowledge of Object Oriented Programming and Design Patterns, integration mechanisms and communication formats. I have worked with a number of different languages on different platforms. I'm currently interested in and developing Cloud and BigData-based solutions. +I love Linux (specifically Debian, Ubuntu and Android) and I use it everyday, both on the desktop and on the server. +I also love being creative and developing all kinds of stuff. + +[crypticman] +hardworking coder and designer, love to customize stuff. + +About our skills +======= +We're excellent all-around programmers, good in alot of areas, ranging from software design and implementation in a number of programming languages to UX design. + +We're looking into themes 2,3,5. + + --------------------------------------- Funky Fresh Boyz @@ -1075,6 +1405,20 @@ It will be an awesome project created with node and HTML5 stack. +--------------------------------------- + +GudegUnited +=========== + +| Arman | Isman | Rifqi | Riza | Rolies +|--- |--- |--- |--- |--- +| Arman | Isman | Rifqi | Riza | Rolies + +Idea +---- +Create flexible and fast application. + + --------------------------------------- Welcome to GUNDAM team page! ガンダムチームのページへようこそ! @@ -1234,6 +1578,27 @@ We are still brainstorming. +--------------------------------------- + +This is our page +================ + +We are team Helwa, and we aim to create a recipe visualization tool that auto-curates recipe instructions and ingredient lists into an easy-to-use graphic. + +OUR TEAM +=========================== + +#### MEMBERS + +We are ahmedlogic & sarvagyavaish + +OUR SKILLS +======= + +We both enjoy spontaneous projects and enjoy a love for Linux and open source technology. We have experience with multiple coding technologies such as Python frameworks, Ruby on Rails, Java, C#, and as low level as C. We also aren't afraid to delve into the hardware and the occasional spark. + + + --------------------------------------- This is our page @@ -1269,6 +1634,27 @@ I'm not 100% sure if this is what I'm going to actually do, but it's a pretty good bet! +--------------------------------------- + + +# Hurricane + +We are a bunch of student who are following a BEng Software Engineering degree course. +We always are looking for new technologies and new ways to find solutions for real world problems. +Someone will most probably think that we are some crazy bunch of guys since we face anything which is thrown at us with our ever lasting smile. So, throw us anything, we are ready! + +## About Us + +| Anushka | Grainier | Praminda | Yehan +|--- |--- |--- |--- +| Anushka [lk.linkedin.com/in/anushkasamaranayaka/](lk.linkedin.com/in/anushkasamaranayaka/)| Grainier[uk.linkedin.com/in/grainier](uk.linkedin.com/in/grainier) | Praminda [lk.linkedin.com/in/praminda](lk.linkedin.com/in/praminda)| Yehan [lk.linkedin.com/in/yehancha](lk.linkedin.com/in/yehancha)| + + +## Languages we love +JavaScript , PHP , JAVA , CSS , HTML , C , C# , C++ , Android , Objective-C , Nodejs , Jaggeryjs , MySQL + + + --------------------------------------- IQHacker @@ -1407,6 +1793,21 @@ Our Skills +--------------------------------------- + +# Joof + +Awesome team having a damn royal experience in hardware, software, anywhere. + +We have skills to design, to code and to make anything looks pretty good. + +### Skills + +Have you seen a combination of Raspberry Pi, Arduino and lathe? We did it! Have you seen a backend for it? Oh, it's interesting. May be mobile app for it? Or just remote controled robot? + +So, we develop backend systems, frontend and mobile apps. It seems to be a full-stack. + + --------------------------------------- @@ -1518,6 +1919,19 @@ My team is still a one member team but soon we will be 2 or 3 members :) - PhoneGap +--------------------------------------- + +# MPI + + +## About me + +I am a python developer (alone) +- from Iran +- I Love python and generally programming +- I am a web developer (back-end API developer) + + --------------------------------------- Magusd @@ -1573,6 +1987,23 @@ i love actionscript as3 +--------------------------------------- + + +# Team Monitor Backlinks + +We are the team behind monitorbacklinks.com + +## About Us + +We are building and scaling Monitor Backlinks on PHP Yii2 Framework, using Amazon AWS, lots of servers, lots of technologies + +- Razvan: Project Manager, Front-end +- Eugen: Lead developer +- Darwin: Senior PHP Developer +- Alan: Senior PHP Developer + + --------------------------------------- About your team @@ -1647,6 +2078,18 @@ Sibin John Member of Tech Staffs at Nethram India Innovation Centre. Graduates from Government Engineering College Wayanad. +--------------------------------------- + +Hello everybody, + +my name is Stefan Blamberg, I am a 17-year-old hobby developer from Germany and this is my first hackaton. + +I am not sure what I will create, but I have some really creative ideas in mind. + +Follow me on Twitter: @Stefan Blamberg +Visit my Website: www.blamberg.org + + --------------------------------------- @@ -1686,6 +2129,59 @@ My focused themes currently are , 1, 3, and 4. --------------------------------------- +OrangeVerse +================ +We are OrangeVerse! We are Black Swan, Strange Fog, Gods of Random, DIY Software Geniuses. + +About our skills and plans? +======= +All of us use the following technologies: + +1. Python/Django/Flask +2. JavaScript (NodeJS at backend) and AngularJS, BackboneJS, jQuery etc. on client-side +3. HTML5 (and WebGL too) + + +We plan to rock with HTML5 on global Earth problems or/and educational gaming. + +About the team +=========================== +Our team composed from two tech guys (http://twitter.com/v_ignatyev and http://twitter.com/rmartynov), passionate to build and hack. We are from web-app development background. + +I'm Vladimir, a [freelancer at oDesk](https://www.odesk.com/users/~01c0d7f151e8f88b99), software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and team to give developers from over the world an opportunity for collaboration and communication. +I'm happy to see NGINX as partners of this event. + +Our team is completely virtual and remote. I met Rodion on Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. + +'OrangeVerse' is the random name created using [Koding Global Hackathon Team Name Generator](https://vast-cove-6783.herokuapp.com/), which I created a few days before to give the name for our team. :-) + +The team's **goal** for this competition is to *build great thing* during the hackathon and *show what the random can do*. Taleb's Black Swan. In Random We Trust. + +Sincerely yours, +Vladimir and Rodion. :p + + +--------------------------------------- + +Phi +===== + +Intro +----- + +Hi, My name is Pablo and I'm beginning in the world of software. + +Skills +----- + - Node.js + +Project +------ + +To Be Defined + +--------------------------------------- + Piolab ================ A team of "pioneers". @@ -1782,6 +2278,34 @@ All of the themes given are really interesting. We're still thinking which will I know this page is a bit long so here's a sweet potato. :sweet_potato: Sorry for the long post +--------------------------------------- + +# PyJunkies + +Bunch of devs addicted to Python. + +## About Us +We are just old friends who from time to time code together. + + + +Here are some projects on which we participated: + +- [Swaglr](http://www.swaglr.com/swags/all/) +- [DSSOS](http://dss-pyjunkies.rhcloud.com/) +- [Cru.do](http://cru.do) +- [Edicio.us](http://edicio.us) +- [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) + +Since we are not github users, please refer to our projects on bitbucket: + +- [krablak](https://bitbucket.org/krablak) +- [papab](https://bitbucket.org/radekhofman) + +## Project +When the last tree is cut, the last river poisoned, and the last fish dead, we will discover that we can't eat money... + + --------------------------------------- Random Hackers @@ -1835,6 +2359,49 @@ I'm interested in both the theme of realtime communication and translation and t I'm not entirely sure what I'd like to tackle specifically. Perhaps I'll gather some other devs/designers and come up with a more concrete idea soon. +--------------------------------------- + +RealityConnect +================ + +We turn ideas into reality coding every day. + + +About your team +=========================== + +| JonnyBGod | Sequessu | +|--- |--- | +| JonnyBGod | Sequessu | + +We are two friends from school days who became coders who started working together and created a startup to work on our own ideas and projects. + + +About your skills and what you are going to do? +======= + +JonnyBGod + - Masters in International Management + - Ba in Business Administration + - Self learned web developer + + - HTML, CSS, Javascript + - Nodejs + - MongoDB + - Angularjs + - Famo.us + - many other oldies + +Sequessu + - Bs in Computer Sience + + - HTML, CSS, Javascript + - Nodejs + - MongoDB + - Angularjs + + + --------------------------------------- This is our page @@ -1918,6 +2485,16 @@ Other information: - Github: http://github.com/scrum2b +--------------------------------------- + +# Sidlejinks team + +My name is Dmytro Torianik and my team is called Sidlejinks. I'm passionate about both backend and frontend development. +Had and experience with Java SE/EE as well as HTML5/CSS3 as well as core JavaScript. Also interested in Ruby (on Rails). + +Good luck! + + --------------------------------------- Softever Team @@ -2105,6 +2682,87 @@ Very likely, we'll use some clojure, java, some html5/CSS3 magic... stay tuned ! +--------------------------------------- + +Transact Pro covered TPro team +============================== +Our team is located in Riga (Latvia). All 48 hours of hackathon we will spend in our company office. + + +About us +======== +| Vitalijs Litvinovs | Dmitry Morozov | Sergey Kibish | Dmitry Bogachkin | Raitis Ozols | +| --- | --- | --- | --- | --- | +| Vitalijs Litvinovs | Dmitry Morozov | Sergey Kibish | Dmitry Bogachkin | Raitis Ozols | + +On the very first sight we are ordinary team with team lead and coders. On the other hand each of us is "The One". +We are personalities with high ambitions, self-motivation and professional background. + +We are participating in Hackathon to prove ourselves, get great non-stop-Koding experience and to get fun (Koding is funny, isn't it?). + + +"Wazzap" +======= +Like most of checked-in teams we are "still brainstormin". We are going to use up-to-date technologies. +At this moment, seems that we will use PHP/node.js + MySQL/Mongo (maybe hybrid), Angular.js, DataDog API, nginx for server and some of provided APIs (we are not sure yet). + + +Best wishes +=========== +We are wishing all the luck to all participients (ofcourse we have it already taken). Let the Koding begin! :) + + +--------------------------------------- + +TROJAN +==== + +A single man team to change the way the world works + +About TROJAN +---------- + +| Vaidhyanathan Ananthakrishnan | +|------------------------------------| +| Picture Unavailable | + + + +Skills +------ +Programming languages (that may be used): + - C# + - asp.net + - HTML/CSS and JS + +Project +------- + +The goal of my project is to reduce the food being wasted by people by proving correct location information and other information so that needy can get the food from them . + + +--------------------------------------- + +Team Tachyon +============ +--- +About +=========================== + +| Akshay Kalose | +|--- | +| Akshay | + +Hey! I'm a high school student who loves to learn Computer Scince. I've been learning about computers and the web ever since elementary school. Starting from HTML, CSS, and JavaScript, to programming languages in middle school such as PHP, and Visual Basic. Now in high school, I have mastered PHP and Java. I have visited Googleplex after becoming the Grand Prize Winner in Google Code-In 2013, the first ever programming contest I participated in. + +This will be my first Hackathon, and I am excited to be taking part in the first global hackathon! + + +Skills / Plans +============== +I am interested in theme 5, challenges associated with real time communication and translation. Although PHP is my best language, I will try to use Node.js to solve this problem as you can have real-time direct connections with the server and the client using socket.io. + + --------------------------------------- Welcome to Team Iron Squad @@ -2543,6 +3201,41 @@ You can change your mind, that's ok. Just push an update here when you do. +--------------------------------------- + +Thor +================ + +Hello, this is the 'Thor' team + +About your team +=========================== + +My name is ibrahim dursun, currently based in Istanbul. + + +About your skills and what you are going to do? +======= + +Java, Scala, CSS/HTML + JavaScript, AngularJS, C# + + +--------------------------------------- + +#Team Time To Play + +Making games to change the world + +## Languages and APIs + +Java, LibGDX, OpenGL + +## Current activity + +I am looking for team members. + + + --------------------------------------- Tooring Analytics @@ -2566,6 +3259,38 @@ Experienced systems programmer but now interested in Machine Learning/AI, Statis Plan to work on one of themes #2 or #3 or even #5. Hope to narrow down something soon. +--------------------------------------- + +#Tourist + + +--------------------------------------- + +Trident +================ +A single person team with a passion for Javascript. + + +About your team +=========================== + +| Talha +|--- +| Talha + +I am a web developer, systems engineer. I like to work on products and projects that are interactive and add value to common tasks. I like to make the web a better place for everyone. The decision to join the global hackathon is primarily because I really like the idea of a remote global hackathon taking place all over the world. + + +Skills +======= +HTML, CSS, Javascript, NodeJS, PHP and Perl. + + +Project +======= +Still working on it. + + --------------------------------------- This is our page @@ -2678,6 +3403,17 @@ Languages I would use for coding: COMING SOON +--------------------------------------- + +#We Byte + +We're a group of five coders from Egypt, and we take our dreams very seriously. + +##About the project + +We still haven't decided what to do yet, but our arsenal is locked and loaded for the competition, we basically have a guy for everything needed. + + --------------------------------------- We have an idea @@ -2864,6 +3600,54 @@ Skills and intended project +--------------------------------------- + +About your team +=========================== + +| marina | sergiy | oleksiy | rudeg | yurk +|--- |--- |--- |--- |--- +|Marina | Sergiy | Oleksiy | Sergii | [Yurk](https://avatars1.githubusercontent.com/u/4581398?v=3&s=400) + +We all live in the same city and know each other personally, but never tried +to work together... So why not try? After all, who would resist opportunity +to spent 48 hours coding? :) + + +About your skills and what you are going to do? +======= + +We are two Jav , one Python, and two Javascript developers. +Chances are that we're going to code in a completely different stack +(Clojure/ClojureScript?) though. + +Our goal is to scratch our own pain and to build service that would help +to write cleaner foreign language. Natural language, I mean, like English. + + +--------------------------------------- + + +# Gray Matter Team + +I'am Marcos, web/mobile developer from Paraguay! + +## About me + +My name is Marcos Godoy Gadea, I love to code :P + +## Languages + +- Ruby (on Rails) +- PHP +- Objective-C +- Swift + +## The project + +I have an amazing project that will be really useful, using Swift and Ruby on Rails ;) + + --------------------------------------- # Team hausanfan @@ -2979,6 +3763,14 @@ We're all full stack C#/.NET developers, although we're most likely going to be +--------------------------------------- + +imbecilez team +=========================== + +We are web imbecilez from the Meteor Capital of the Earth and we are going to win this competition. + + --------------------------------------- Team Infi @@ -2993,6 +3785,49 @@ PHP,C++,Python,Javascript. +--------------------------------------- + +About Itzteam +================ +Itzteam members +=========================== + +| Itzmukesh +|--- +| Mukesh + +=========================== + + +--------------------------------------- + +# Team Kajalpasha + +This is Kajal Pasha, try to think differently. + +## About Me + +I'm an individual freelancer. I love challenging problems. I'm a good bug fixer too. + +## Languages I love + +- C +- PL SQL +- PHP +- js + + +--------------------------------------- + +#lstFlop +I am Azmath Shamrad from Colombo, Sri Lanka + +##Languages +- PHP +- HTML5 +- Javascript + + --------------------------------------- @@ -3040,3 +3875,16 @@ Yet to decide. - Javascript - HTML5 - CSS3 + + +--------------------------------------- + + +# ntdata + +I'm Luke Sawicki, I'm specialising in GIS solutions. + +## Technologies that I'm often use are: +- C# +- JavaScript +- PHP diff --git a/Teams/AOC/team.json b/Teams/AOC/team.json index a4db686..9eebb3a 100644 --- a/Teams/AOC/team.json +++ b/Teams/AOC/team.json @@ -6,7 +6,7 @@ "twitter": "dunkucoder", "koding": "drunkcoder", "location": "ankara, tr", - "lead": true" + "lead": true }, { "name": "oguz bilginer", diff --git a/Teams/AcklenAvenue/team.json b/Teams/AcklenAvenue/team.json index 4b91ab6..8b6f736 100644 --- a/Teams/AcklenAvenue/team.json +++ b/Teams/AcklenAvenue/team.json @@ -18,7 +18,7 @@ "name": "Richard Siwady", "twitter": "rsiwady29", "koding": "rsiwady29", - "location": "Villanueva, HN", + "location": "Villanueva, HN" }, { "name": "Danilo Caballero", @@ -27,4 +27,4 @@ "location": "Oakland, US" } ] -} \ No newline at end of file +} diff --git a/Teams/Aina/team.json b/Teams/Aina/team.json index cb3dcf5..d78db33 100644 --- a/Teams/Aina/team.json +++ b/Teams/Aina/team.json @@ -5,7 +5,7 @@ "name": "Jose Luis Gonzalez", "twitter": "arkangelkruel", "koding": "arkangelkruel", - "location": "Santiago, CL" + "location": "Santiago, CL", "lead" : true } ] diff --git a/Teams/BoomSticks/team.json b/Teams/BoomSticks/team.json index c1f4829..f18b0a0 100644 --- a/Teams/BoomSticks/team.json +++ b/Teams/BoomSticks/team.json @@ -1,18 +1,18 @@ { + "teamName": "BoomSticks", "members": [ { - "koding": "lukejpreston", - "lead": true, - "location": "Lancaster, UK", "name": "Luke Preston", - "twitter": "lukejpreston" + "twitter": "lukejpreston", + "koding": "lukejpreston", + "location": "Lancaster, UK", + "lead": true }, { - "koding": "timkin", - "location": "Chorley, UK", "name": "Tim Perry", - "twitter": "timkinperry" - }, - ], - "teamName": "BoomSticks" -} \ No newline at end of file + "twitter": "timkinperry", + "koding": "timkin", + "location": "Chorley, UK" + } + ] +} diff --git a/Teams/CloudSolvers/.team.json.swp b/Teams/CloudSolvers/.team.json.swp new file mode 100644 index 0000000000000000000000000000000000000000..de275db6bcc945f8ccc21dfea11c35a19853238c GIT binary patch literal 12288 zcmeI2L2J}N7>1{!x7JEMd66;V$+BCkAc&`ytw>QzTcsc(v(0on?qp`kPO7$6z37kd zBzTbi4sYtkf8a^MA5na>CQYoBu1ED9c*rK-H_4l4PGP4#b?5pGdAV^(V4M(QcYI?x zoj)p8G9jD^#^u)!8N>EH9W*v)eXN@u>)XmU*41iPg>~aG$6*r#pw%ExrnpT8F_NzHl5G_4bT7$&;Sk401eOp4g5z2LT^Mo z!}}g7-uZNK9NBj)PI;gK8lV9hpaB}70UDqI8lV9hpaB~A3k|4Ph%ci;Y>pv3{{Jt( z|98iQ_zXUQ4`2tp00y+cG&m2=fn(t7aUtG=x8OB+1vbG7xC%~z2`~!2;aMNS4tNQk zgC`)*@ECB=01eOp4bT7$&;Sk401eQjF#TL@p3_B z)=$d$RwM=;GV1!+xK7@n<4mQoU(;!-O{${FvL!q;A?UQ|xt|#2OjUI%(Rr!$W4fIC zdH&YmF57!I`=dx5W354`>S?ts*NWn;u5!NWDD#wMS+5V9W@hmKL2JgEo_4-pJ**bz zfNB|KZZJ_UX!FR2GU_i;w2I*|q?s Date: Wed, 26 Nov 2014 23:42:37 +0400 Subject: [PATCH 253/262] OrangeVerse Martynov's selfie --- Teams/OrangeVerse/martynovselfie.jpeg | Bin 0 -> 42497 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Teams/OrangeVerse/martynovselfie.jpeg diff --git a/Teams/OrangeVerse/martynovselfie.jpeg b/Teams/OrangeVerse/martynovselfie.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..46ea0d907371ca62014cd23899d74bde58dd155e GIT binary patch literal 42497 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 XLx3T`5MT%}1Q-Gg0fxZ;v%voVA~CV6 literal 0 HcmV?d00001 From cb3780bea185178b12307f104e7bf8d21aba3bc0 Mon Sep 17 00:00:00 2001 From: Vladimir Ignatyev Date: Wed, 26 Nov 2014 22:47:55 +0300 Subject: [PATCH 254/262] Update ABOUT.md --- Teams/OrangeVerse/ABOUT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Teams/OrangeVerse/ABOUT.md b/Teams/OrangeVerse/ABOUT.md index 656a9e9..db7c725 100644 --- a/Teams/OrangeVerse/ABOUT.md +++ b/Teams/OrangeVerse/ABOUT.md @@ -17,9 +17,12 @@ About the team =========================== Our team composed from two tech guys (http://twitter.com/v_ignatyev and http://twitter.com/rmartynov), passionate to build and hack. We are from web-app development background. +![Vladimir's Selfie](https://raw.githubusercontent.com/vladignatyev/global.hackathon/master/Teams/OrangeVerse/lolselfie.jpg) + I'm Vladimir, a [freelancer at oDesk](https://www.odesk.com/users/~01c0d7f151e8f88b99), software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and team to give developers from over the world an opportunity for collaboration and communication. I'm happy to see NGINX as partners of this event. +![Rodion's Selfie](https://raw.githubusercontent.com/vladignatyev/global.hackathon/master/Teams/OrangeVerse/martynovselfie.jpeg) Our team is completely virtual and remote. I met Rodion on Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. 'OrangeVerse' is the random name created using [Koding Global Hackathon Team Name Generator](https://vast-cove-6783.herokuapp.com/), which I created a few days before to give the name for our team. :-) From 26698c1aff71bd337bb8ec8e79b8229dd1d73660 Mon Sep 17 00:00:00 2001 From: Pantelis Peslis Date: Wed, 26 Nov 2014 21:48:31 +0200 Subject: [PATCH 255/262] Added team information. --- Teams/Heterotopias/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/Heterotopias/team.json diff --git a/Teams/Heterotopias/team.json b/Teams/Heterotopias/team.json new file mode 100644 index 0000000..424386d --- /dev/null +++ b/Teams/Heterotopias/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Heterotopias", + "members": [ + { + "name": "Kyritsis Georgios", + "twitter": "inamoto21", + "koding": "georgioskyritsis", + "location": "Athens, GR" + }, + { + "name": "Paraskevas Spyridon", + "twitter": "PepFriday", + "koding": "spirosparaskevas", + "location": "Athens, GR" + }, + { + "name": "Peslis Pantelis", + "twitter": "pespantelis", + "koding": "pespantelis", + "location": "Volos, GR", + "lead": true + } + ] +} From 6e2068a1f437400408ead27ebcbc0872fd80455f Mon Sep 17 00:00:00 2001 From: Vladimir Ignatyev Date: Wed, 26 Nov 2014 22:48:46 +0300 Subject: [PATCH 256/262] OrangeVerse Added their's photos --- Teams/OrangeVerse/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/OrangeVerse/ABOUT.md b/Teams/OrangeVerse/ABOUT.md index db7c725..3fa8ed4 100644 --- a/Teams/OrangeVerse/ABOUT.md +++ b/Teams/OrangeVerse/ABOUT.md @@ -23,6 +23,7 @@ I'm Vladimir, a [freelancer at oDesk](https://www.odesk.com/users/~01c0d7f151e8f I'm happy to see NGINX as partners of this event. ![Rodion's Selfie](https://raw.githubusercontent.com/vladignatyev/global.hackathon/master/Teams/OrangeVerse/martynovselfie.jpeg) + Our team is completely virtual and remote. I met Rodion on Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. 'OrangeVerse' is the random name created using [Koding Global Hackathon Team Name Generator](https://vast-cove-6783.herokuapp.com/), which I created a few days before to give the name for our team. :-) From dda3b8adc047cc9b94df7d661bde041eb9a1d18c Mon Sep 17 00:00:00 2001 From: Ridley Larsen Date: Wed, 26 Nov 2014 19:50:05 +0000 Subject: [PATCH 257/262] Added team: Velocitones --- Teams/Velocitones/ABOUT.md | 5 +++++ Teams/Velocitones/team.json | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 Teams/Velocitones/ABOUT.md create mode 100644 Teams/Velocitones/team.json diff --git a/Teams/Velocitones/ABOUT.md b/Teams/Velocitones/ABOUT.md new file mode 100644 index 0000000..39f96b7 --- /dev/null +++ b/Teams/Velocitones/ABOUT.md @@ -0,0 +1,5 @@ +# The Velocitones + +## Members +--- + - Ridley: Toilet Control Software Engineer (created the Velocity ToiletPi) diff --git a/Teams/Velocitones/team.json b/Teams/Velocitones/team.json new file mode 100644 index 0000000..9c622a3 --- /dev/null +++ b/Teams/Velocitones/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Velocitones", + "members": [ + { + "name": "Ridley Larsen", + "twitter": "Ridley_SA", + "koding": "ridley", + "location": "Utah, USA", + "lead": true + } + ] +} From b8cb9d98b871b9d3249d25a59b52fae259bbfd65 Mon Sep 17 00:00:00 2001 From: danstever Date: Wed, 26 Nov 2014 14:51:18 -0500 Subject: [PATCH 258/262] The about. #teamDaGrinchyCode --- Teams/daGrinchyCode/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/daGrinchyCode/ABOUT.md diff --git a/Teams/daGrinchyCode/ABOUT.md b/Teams/daGrinchyCode/ABOUT.md new file mode 100644 index 0000000..adb6154 --- /dev/null +++ b/Teams/daGrinchyCode/ABOUT.md @@ -0,0 +1,18 @@ +da Grincy Code +=========================== + +| danstever | christianelden +|--- |--- +| ![danstever](https://pbs.twimg.com/profile_images/378800000248257296/3c6ba37282ae4e63436494663ab04657_200x200.jpeg) | ![christianelden](https://pbs.twimg.com/profile_images/487411579286474752/8HTOZ8fg_200x200.jpeg) | + +**Dan**: Code junkie and coffee lover building web apps and living the startup life. + +**Christian**: I design. I draw. I write. + +Both transplanted from larger tech and design markets and out to prove that small town can make an impact. + +The Secret Sauce +======= +- Use equal parts of each Node.js, UX and Design +- Add APIs, JavaScript, and styling to taste +- Stir continuously for up to 24 hours -- make sure to simmer for remaning time From a9904fe991bde5d8f258406703014aa49fd7a2d9 Mon Sep 17 00:00:00 2001 From: adaemonicsoul Date: Wed, 26 Nov 2014 21:55:30 +0200 Subject: [PATCH 259/262] Update ABOUT.md --- Teams/FrozenLogic/ABOUT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/FrozenLogic/ABOUT.md b/Teams/FrozenLogic/ABOUT.md index ef73769..39af51f 100644 --- a/Teams/FrozenLogic/ABOUT.md +++ b/Teams/FrozenLogic/ABOUT.md @@ -6,19 +6,19 @@ We're a team of young, innovative developers looking to have fun and do what we About us =========================== -| demonic | alex +| vlad | alex |--- |--- |--- |--- -| ![demonic](https://pbs.twimg.com/profile_images/422425944070946816/cg2F5NjW_400x400.jpeg) | ![crypticman](https://pbs.twimg.com/profile_images/1594713657/nightsoul_100x100_400x400.jpg) | +| ![vlad](https://pbs.twimg.com/profile_images/422425944070946816/cg2F5NjW_400x400.jpeg) | ![alex](https://pbs.twimg.com/profile_images/1594713657/nightsoul_100x100_400x400.jpg) | We saw an opportunity to develop something nice, boost our skills and be part of a new and innovative competition. We're primarily looking to have fun and turn some coffee into some high quality code. -[demonic] +[vlad] I have been developing websites and web applications for 12 years. I am currently developing and coordinating development of Enterprise applications and services. From a technical point of view, I have a great understanding and knowledge of Object Oriented Programming and Design Patterns, integration mechanisms and communication formats. I have worked with a number of different languages on different platforms. I'm currently interested in and developing Cloud and BigData-based solutions. I love Linux (specifically Debian, Ubuntu and Android) and I use it everyday, both on the desktop and on the server. I also love being creative and developing all kinds of stuff. -[crypticman] +[alex] hardworking coder and designer, love to customize stuff. About our skills From 281d830681984992dd53055c2420716909baac7a Mon Sep 17 00:00:00 2001 From: danstever Date: Wed, 26 Nov 2014 14:59:18 -0500 Subject: [PATCH 260/262] daGrinchy Update -- Spelling. --- Teams/daGrinchyCode/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/daGrinchyCode/ABOUT.md b/Teams/daGrinchyCode/ABOUT.md index adb6154..6239524 100644 --- a/Teams/daGrinchyCode/ABOUT.md +++ b/Teams/daGrinchyCode/ABOUT.md @@ -1,4 +1,4 @@ -da Grincy Code +da Grinchy Code =========================== | danstever | christianelden @@ -15,4 +15,4 @@ The Secret Sauce ======= - Use equal parts of each Node.js, UX and Design - Add APIs, JavaScript, and styling to taste -- Stir continuously for up to 24 hours -- make sure to simmer for remaning time +- Stir continuously for up to 24 hours -- make sure to simmer for remaining time From 1f509c2b46b1e9c5595a100865ce130dcca20cce Mon Sep 17 00:00:00 2001 From: Pantelis Peslis Date: Wed, 26 Nov 2014 22:03:31 +0200 Subject: [PATCH 261/262] Added an about file. --- Teams/Heterotopias/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Heterotopias/ABOUT.md diff --git a/Teams/Heterotopias/ABOUT.md b/Teams/Heterotopias/ABOUT.md new file mode 100644 index 0000000..fa9ef51 --- /dev/null +++ b/Teams/Heterotopias/ABOUT.md @@ -0,0 +1,18 @@ + +# Heterotopias + +We are Spyridon, Georgios and Pantelis, we are a new team with great ambitions! + +## About us + +- Spyridon: Data scientist! +- Georgios: Curious about data! +- Pantelis: I love to create projects using Laravel framework! + +## Languages and other stuff that we love + +- Hadoop +- Javascript +- Laravel +- Neo4j +- R From f687234d8278a6e2a92ff0870af6dd86ae3be0b0 Mon Sep 17 00:00:00 2001 From: Nikita Grudinin Date: Wed, 26 Nov 2014 23:09:17 +0300 Subject: [PATCH 262/262] add Neva River --- Teams/Neva River/ABOUT.md | 18 ++++++++++++++++++ Teams/Neva River/team.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Teams/Neva River/ABOUT.md create mode 100644 Teams/Neva River/team.json diff --git a/Teams/Neva River/ABOUT.md b/Teams/Neva River/ABOUT.md new file mode 100644 index 0000000..43d74b7 --- /dev/null +++ b/Teams/Neva River/ABOUT.md @@ -0,0 +1,18 @@ +This is our page +================ + +Coming soon + + +About your team +=========================== + +Coming soon + + +About your skills and what you are going to do? +======= + +Coming soon + + diff --git a/Teams/Neva River/team.json b/Teams/Neva River/team.json new file mode 100644 index 0000000..bf28f4a --- /dev/null +++ b/Teams/Neva River/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Neva River", + "members": [ + { + "name": "Nikita Grudinin", + "twitter": "nikitagrudinin", + "koding": "ngrudinin", + "location": "Saint Petersburg, RU", + "lead" : true + }, + { + "name": "Andrei Riik", + "twitter": "crocodile8000", + "koding": "andrey8000", + "location": "Saint Petersburg, RU" + }, + { + "name": "Dmitry Malyshev", + "twitter": "DimaDee", + "koding": "malyshevdmitry", + "location": "Saint Petersburg, RU" + }, + { + "name": "Yaroslav Ponomarenko", + "twitter": "yarryp", + "koding": "yarryp", + "location": "Saint Petersburg, RU" + }, + { + "name": "Ivan Alaxkin", + "twitter": "vanatka", + "koding": "vanatka", + "location": "Moscow, RU" + } + ] +}