From 28720da40054273a9f33d5b4791ec82e0794041d Mon Sep 17 00:00:00 2001 From: Hubert Chen Date: Wed, 26 Nov 2014 13:45:34 -0500 Subject: [PATCH 01/11] Added team information for PhelanGood --- Teams/PhelanGood/team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/PhelanGood/team.json diff --git a/Teams/PhelanGood/team.json b/Teams/PhelanGood/team.json new file mode 100644 index 0000000..a63c436 --- /dev/null +++ b/Teams/PhelanGood/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "PhelanGood", + "members": [ + { + "name": "Hubert Chen", + "koding": "Hubert", + "location": "Sea Girt, NJ" + } + ] +} From 52b0d7d1948f0f8398d012a5b4b01ae41294360a Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:05:32 +0200 Subject: [PATCH 02/11] Create teams.json --- Teams/Super-Mosquitto/teams.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/Super-Mosquitto/teams.json diff --git a/Teams/Super-Mosquitto/teams.json b/Teams/Super-Mosquitto/teams.json new file mode 100644 index 0000000..f59f259 --- /dev/null +++ b/Teams/Super-Mosquitto/teams.json @@ -0,0 +1,16 @@ +{ + "teamName": "Super-Mosquitto", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + { + "name": "Hristo Hristov", + "koding": "interdrift", + "location": "Bourgas,BG" + } + ] +} From 6eafb85209eb3d013c66e2b3cafc58dd0a124c41 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:07:54 +0200 Subject: [PATCH 03/11] Rename teams.json to team.json --- Teams/Super-Mosquitto/{teams.json => team.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/Super-Mosquitto/{teams.json => team.json} (100%) diff --git a/Teams/Super-Mosquitto/teams.json b/Teams/Super-Mosquitto/team.json similarity index 100% rename from Teams/Super-Mosquitto/teams.json rename to Teams/Super-Mosquitto/team.json From 425c39f1343846e6e07704077d3135c7111f377e Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:13:23 +0200 Subject: [PATCH 04/11] Create ABOUT.md --- Teams/Super-Mosquitto/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Super-Mosquitto/ABOUT.md diff --git a/Teams/Super-Mosquitto/ABOUT.md b/Teams/Super-Mosquitto/ABOUT.md new file mode 100644 index 0000000..f0f766d --- /dev/null +++ b/Teams/Super-Mosquitto/ABOUT.md @@ -0,0 +1,11 @@ +Hi everyone.My name is Hristo and I'm a 19 years old software engineering student. I'm going to be building a WebGL game using +Three.js & Javascript(of course). I have an idea about the game and I won't be revealing it just yet so stay in touch. + +I'm also looking for people to join my team that's why I will give you a brief introduction about what I can do and what my skills are. +For the past 6 months I have been working in a company in the area of computational chemistry. I'm involved in projects which +for the most part solve problems with the help of graph theory. This is where my strength lies. I"m also a C# certified specialist +and I have some good amount of experience developing applications & also a good amount of presentation skills. I'm also lucky enough +to be a MSP and MCP. If you are passionate about games and like to create stuff that move please don't hesitate to contact me. +I'm looking for technically skilled persons and design and user interface is going to be the second most important thing. + +Thanks ! From 53851c277f1bec0337a9555acdce2dfec47e6cea Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:23:07 +0200 Subject: [PATCH 05/11] Update team.json --- Teams/Super-Mosquitto/team.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Teams/Super-Mosquitto/team.json b/Teams/Super-Mosquitto/team.json index f59f259..76ea706 100644 --- a/Teams/Super-Mosquitto/team.json +++ b/Teams/Super-Mosquitto/team.json @@ -1,15 +1,9 @@ { "teamName": "Super-Mosquitto", "members": [ - { - "name": "Full Name", - "twitter": "twitter acct no @", - "koding": "koding username", - "location": "city, 2 digit country code" - }, { "name": "Hristo Hristov", - "koding": "interdrift", + "koding": "hristo135", "location": "Bourgas,BG" } ] From c17062e3aed18e2f15c4b605108c7b1a61d5253d Mon Sep 17 00:00:00 2001 From: CrowdAppzDev Date: Thu, 27 Nov 2014 00:26:20 +0100 Subject: [PATCH 06/11] Create team.json --- Teams/CrowdAppz/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/CrowdAppz/team.json diff --git a/Teams/CrowdAppz/team.json b/Teams/CrowdAppz/team.json new file mode 100644 index 0000000..35a8a85 --- /dev/null +++ b/Teams/CrowdAppz/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "CrowdAppz", + "members": [ + { + "name": "Benjamin Räthlein", + "twitter": "B3nRa", + "koding": "b3nra", + "location": "Karlsruhe, DE", + "lead": true + }, + { + "name": "Henning Muszynski", + "twitter": "henningmus", + "koding": "henningmu", + "location": "Karlsruhe, DE" + }, + { + "name": "Lukas Masuch", + "twitter": "lukasmasuch", + "koding": "lukasmasuch", + "location": "Karlsruhe, DE", + } + ] +} From 3225b2739a2396351ae9f8fdfe304bf39fe1bebf Mon Sep 17 00:00:00 2001 From: CrowdAppzDev Date: Thu, 27 Nov 2014 00:30:39 +0100 Subject: [PATCH 07/11] Create ABOUT.md --- Teams/CrowdAppz/ABOUT.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/CrowdAppz/ABOUT.md diff --git a/Teams/CrowdAppz/ABOUT.md b/Teams/CrowdAppz/ABOUT.md new file mode 100644 index 0000000..c2f7643 --- /dev/null +++ b/Teams/CrowdAppz/ABOUT.md @@ -0,0 +1,22 @@ +CrowdAppz +================ + +``` + ___-------___ + _-~~ ~~-_ + _-~ /~-_ + /^\__/^\ /~ \ / \ + /| O|| O| / \_______________/ \ +| |___||__| / / \ \ +| \ / / \ \ +| (_______) /______/ \_________ \ +| / / \ / \ + \ \^\\ \ / \ / + \ || \______________/ _-_ //\__// + \ ||------_-~~-_ ------------- \ --/~ ~\ || __/ + ~-----||====/~ |==================| |/~~~~~ + (_(__/ ./ / \_\ \. + (_(___/ \_____)_) - tbd + + +``` From ef37b21ffacd38f0eafea89d9477aa7ea44f9ac6 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Thu, 27 Nov 2014 01:32:51 +0200 Subject: [PATCH 08/11] Update team.json --- Teams/Super-Mosquitto/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Super-Mosquitto/team.json b/Teams/Super-Mosquitto/team.json index 76ea706..3800485 100644 --- a/Teams/Super-Mosquitto/team.json +++ b/Teams/Super-Mosquitto/team.json @@ -4,7 +4,8 @@ { "name": "Hristo Hristov", "koding": "hristo135", - "location": "Bourgas,BG" + "location": "Bourgas,BG", + "lead" : true } ] } From 04fe7deb18338ec4ab9700f801700594f2313965 Mon Sep 17 00:00:00 2001 From: undefined Date: Thu, 27 Nov 2014 01:43:40 +0200 Subject: [PATCH 09/11] undefined --- Teams/undefined/ABOUT.md | 4 ++++ Teams/undefined/team.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Teams/undefined/ABOUT.md create mode 100644 Teams/undefined/team.json diff --git a/Teams/undefined/ABOUT.md b/Teams/undefined/ABOUT.md new file mode 100644 index 0000000..cc31721 --- /dev/null +++ b/Teams/undefined/ABOUT.md @@ -0,0 +1,4 @@ +undefined +========= + +undefined \ No newline at end of file diff --git a/Teams/undefined/team.json b/Teams/undefined/team.json new file mode 100644 index 0000000..271b945 --- /dev/null +++ b/Teams/undefined/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "undefined", + "members": [ + { + "name": "Oleksii Hlushenko", + "twitter": "meEmwy", + "koding": "emwy", + "location": "Mykolaiv, UA", + "lead": true + } + ] +} From a89b2f427cbdebd075f02bd4238c580150409f13 Mon Sep 17 00:00:00 2001 From: CrowdAppzDev Date: Thu, 27 Nov 2014 00:45:33 +0100 Subject: [PATCH 10/11] Update team.json Removed comma at EOL --- Teams/CrowdAppz/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/CrowdAppz/team.json b/Teams/CrowdAppz/team.json index 35a8a85..46499aa 100644 --- a/Teams/CrowdAppz/team.json +++ b/Teams/CrowdAppz/team.json @@ -18,7 +18,7 @@ "name": "Lukas Masuch", "twitter": "lukasmasuch", "koding": "lukasmasuch", - "location": "Karlsruhe, DE", + "location": "Karlsruhe, DE" } ] } From eb5fa848beab9748e3cc0de014ebcf422b3f5d09 Mon Sep 17 00:00:00 2001 From: Hubert Chen Date: Wed, 26 Nov 2014 18:45:39 -0500 Subject: [PATCH 11/11] Added the About.md file --- Teams/PhelanGood/ABOUT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/PhelanGood/ABOUT.md diff --git a/Teams/PhelanGood/ABOUT.md b/Teams/PhelanGood/ABOUT.md new file mode 100644 index 0000000..4ea71e5 --- /dev/null +++ b/Teams/PhelanGood/ABOUT.md @@ -0,0 +1,30 @@ +# Team PhelanGood +One man, on a mission, to save the world through the Koding Global Hackathon. Just kidding. + +# About Me +![Hubert](http://i.imgur.com/niC2HLh.png) + +Hi, my name is Hubert Chen. I am a student studying Software Engineering at Monmouth University, which is located in New Jersey, +USA. + +I would like to join this hackathon because it will be a great opportunity to challenge myself to build something that can +create a positive impact. After 4 years of school, I believe I have accumulated enough knowledge to build a full stack system. + +As your typical broke college student, winning any sort of prize money would be a extremely helpful. However, given the sheer +amount of teams (2,000 maximum) and probably being on the low end of experience in the Top Hacker category, the odds of myself +winning are unlikely. This does not deter me. Instead, I hope to try the best that I can and when the competition has subsided, +analyze other people's work in the hopes that I may find new ways of approaching problems and designing solutions. + +Regardless of whether I get accepted, I would like to applaud the Koding team for hosting this event. + +Thank you. + +# About the Project +As it isn't the time to learn new technologies, I will be sticking with easy to use and familar technologies. My stack will include: +Koding for hosting, Apache, MySQL, PHP, Bootstrap, CSS, JQuery, JS, and HTML. + +Theme: Problems facing our planet, explained using interactive data visualization. + +*APIs: Data.gov, Census.gov, WorldBank.org, Ip2Country through MashApe. + +*This is bound to change as I am still playing around with a few ideas.