From fdc706c9b3ac62fd5df54b810f595daea49189e6 Mon Sep 17 00:00:00 2001 From: robotmayo Date: Wed, 26 Nov 2014 23:57:45 -0500 Subject: [PATCH 01/34] Added team --- Teams/LJS/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/LJS/team.json diff --git a/Teams/LJS/team.json b/Teams/LJS/team.json new file mode 100644 index 0000000..645f4ad --- /dev/null +++ b/Teams/LJS/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Nigel Edwards", + "twitter": "robotmayo", + "koding": "robotmayo", + "location": "New York, NY, US", + "lead": true + }, + { + "name": "Dane Grant", + "twitter": "danecando", + "koding": "danecando", + "location": "Ft Lauderdale, FL, US" + }, + { + "name": "Olivier Palta", + "twitter": "", + "koding": "olivierrr", + "location": "Portland, OR, US" + }, + { + "name": "Randy Brown", + "twitter": "beingbrown2", + "koding": "beingbrown", + "location": "Texas, US" + } + ] +} From dff9a890ea38b06552b9c44f137bf1ef3216d533 Mon Sep 17 00:00:00 2001 From: robotmayo Date: Thu, 27 Nov 2014 00:27:40 -0500 Subject: [PATCH 02/34] Create ABOUT.md --- Teams/LJS/ABOUT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Teams/LJS/ABOUT.md diff --git a/Teams/LJS/ABOUT.md b/Teams/LJS/ABOUT.md new file mode 100644 index 0000000..a9759ba --- /dev/null +++ b/Teams/LJS/ABOUT.md @@ -0,0 +1,26 @@ +Team LJS(Learn JavaScript) +========================== +Just a couple of fools who woke up one day and decided to learn programming via JavaScript. +You could count our combined experience on one hand. We + +Who we are +========== +### robotmayo +A dev in the here and the now, I don't even know where this sentence is going as that is outside my planning ra +JavaScript + +### danecando +A worthless web dev from fort lauderdale florida lusting for trashy women. +JavaScript + +### oliveirrr +Has two buttons dedicated to semicolons on his keyboard. +JavaScript + +### beingbrown +Once proved that 1 == fish +Java, JavaScript + +What we're doing +================= +We are really interested in educational aspects of #3 but #1 and #5 also has our eyes. We haven't come up with a solid idea yet. From a458df35db18bd2e8ea5462133b1e89c3c08561a Mon Sep 17 00:00:00 2001 From: robotmayo Date: Thu, 27 Nov 2014 00:28:32 -0500 Subject: [PATCH 03/34] Update ABOUT.md --- Teams/LJS/ABOUT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Teams/LJS/ABOUT.md b/Teams/LJS/ABOUT.md index a9759ba..ea63186 100644 --- a/Teams/LJS/ABOUT.md +++ b/Teams/LJS/ABOUT.md @@ -7,18 +7,22 @@ Who we are ========== ### robotmayo A dev in the here and the now, I don't even know where this sentence is going as that is outside my planning ra + JavaScript ### danecando A worthless web dev from fort lauderdale florida lusting for trashy women. + JavaScript ### oliveirrr Has two buttons dedicated to semicolons on his keyboard. + JavaScript ### beingbrown Once proved that 1 == fish + Java, JavaScript What we're doing From 2bab5015f528b6a8874f4ae05342dd741be2fc68 Mon Sep 17 00:00:00 2001 From: robotmayo Date: Thu, 27 Nov 2014 00:29:59 -0500 Subject: [PATCH 04/34] Update ABOUT.md --- Teams/LJS/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/LJS/ABOUT.md b/Teams/LJS/ABOUT.md index ea63186..91cb9cf 100644 --- a/Teams/LJS/ABOUT.md +++ b/Teams/LJS/ABOUT.md @@ -1,7 +1,7 @@ Team LJS(Learn JavaScript) ========================== Just a couple of fools who woke up one day and decided to learn programming via JavaScript. -You could count our combined experience on one hand. We +You could count our combined experience on one hand. Who we are ========== From bd240929c48c9d190af6ee4a1b89a121fb4c0afb Mon Sep 17 00:00:00 2001 From: robotmayo Date: Thu, 27 Nov 2014 00:34:25 -0500 Subject: [PATCH 05/34] Update team.json --- Teams/LJS/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/LJS/team.json b/Teams/LJS/team.json index 645f4ad..d00eee8 100644 --- a/Teams/LJS/team.json +++ b/Teams/LJS/team.json @@ -1,5 +1,5 @@ { - "teamName": "Team Koders", + "teamName": "Team LJS", "members": [ { "name": "Nigel Edwards", From f94ead6e6336cbe2d165b2aa6b3fd388b76b2342 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 28 Nov 2014 23:21:23 +0300 Subject: [PATCH 06/34] Added team information --- Teams/RostovTeam/team.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/RostovTeam/team.json diff --git a/Teams/RostovTeam/team.json b/Teams/RostovTeam/team.json new file mode 100644 index 0000000..30b8b9d --- /dev/null +++ b/Teams/RostovTeam/team.json @@ -0,0 +1,19 @@ +{ + "teamName": "RostovTeam", + "members": [{ + "name": "Vladimir Daron", + "twitter": "DaronVladimir", + "koding": "vdaron", + "location": "Rostov-on-Don, RU", + "lead": true + }, { + "name": "Komov Roman", + "koding": "komovr", + "location": "Rostov-on-Don, RU" + }, { + "name": "Sergey Kuvakin", + "koding": "lafin", + "location": "Rostov-on-Don, RU" + + }] +} From 06ebf41fd9305ad1da567a0c23cd0ade2a502b1b Mon Sep 17 00:00:00 2001 From: Muhammed Thanish Date: Sun, 30 Nov 2014 13:03:19 +0530 Subject: [PATCH 07/34] Add team files --- Teams/Meteorhacks/ABOUT.md | 3 +++ Teams/Meteorhacks/teams.json | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Teams/Meteorhacks/ABOUT.md create mode 100644 Teams/Meteorhacks/teams.json diff --git a/Teams/Meteorhacks/ABOUT.md b/Teams/Meteorhacks/ABOUT.md new file mode 100644 index 0000000..5269f67 --- /dev/null +++ b/Teams/Meteorhacks/ABOUT.md @@ -0,0 +1,3 @@ +Meteorhacks +=========== + diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json new file mode 100644 index 0000000..1d79531 --- /dev/null +++ b/Teams/Meteorhacks/teams.json @@ -0,0 +1,35 @@ +{ + "teamName": "Meteorhacks", + "members": [ + { + "name": "Arunoda Susiripala", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + }, + { + "name": "Pahan Sarachchandra", + "twitter": "", + "koding": "", + "location": "" + }, + { + "name": "Muhammed Thanish", + "twitter": "@mnmtanish", + "koding": "mnmtanish", + "location": "Negombo, LK" + }, + { + "name": "Pasindu De Silva", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + }, + { + "name": "Chathu Vishwajith", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + } + ] +} From f74d5acc6c6aad94b7e217cf5ef84951c15a2125 Mon Sep 17 00:00:00 2001 From: Pahan Sarathchandra Date: Sun, 30 Nov 2014 15:19:18 +0530 Subject: [PATCH 08/34] Update teams.json --- Teams/Meteorhacks/teams.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json index 1d79531..18d51c2 100644 --- a/Teams/Meteorhacks/teams.json +++ b/Teams/Meteorhacks/teams.json @@ -9,9 +9,9 @@ }, { "name": "Pahan Sarachchandra", - "twitter": "", - "koding": "", - "location": "" + "twitter": "pahans", + "koding": "pahans", + "location": "Colombo, LK" }, { "name": "Muhammed Thanish", From ccdf04ea05be30053de82d09948b003035823053 Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Sun, 30 Nov 2014 15:52:07 +0530 Subject: [PATCH 09/34] Update teams.json --- Teams/Meteorhacks/teams.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json index 18d51c2..48ac79e 100644 --- a/Teams/Meteorhacks/teams.json +++ b/Teams/Meteorhacks/teams.json @@ -3,8 +3,8 @@ "members": [ { "name": "Arunoda Susiripala", - "twitter": "", - "koding": "", + "twitter": "arunoda", + "koding": "arunoda", "location": "Colombo, LK" }, { From a05ef8bfbe34e0fd389afa851f5e15a6a8217430 Mon Sep 17 00:00:00 2001 From: Chathu Vishwaijith <4evercreations@gmail.com> Date: Sun, 30 Nov 2014 16:29:44 +0530 Subject: [PATCH 10/34] Chathu's Details Added --- Teams/Meteorhacks/teams.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json index 48ac79e..333b782 100644 --- a/Teams/Meteorhacks/teams.json +++ b/Teams/Meteorhacks/teams.json @@ -26,9 +26,9 @@ "location": "Colombo, LK" }, { - "name": "Chathu Vishwajith", - "twitter": "", - "koding": "", + "name": "Chathuranga Vishwajith", + "twitter": "iamchathu", + "koding": "iamchathu", "location": "Colombo, LK" } ] From 1a83f84224f811b6a00a474861a43da63df6d04e Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:08:43 +0400 Subject: [PATCH 11/34] add team info --- Teams/TolkoPobeda-Team/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/TolkoPobeda-Team/team.json diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json new file mode 100644 index 0000000..81bdf4e --- /dev/null +++ b/Teams/TolkoPobeda-Team/team.json @@ -0,0 +1,24 @@ +{ +teamName : "TolkoPobeda Team", +members : [ + { + "name": "Oleg Vilkov", + "twitter": "mertvytko", + "koding": "theolege", + "location": "Cremea, Russia" + }, + { + "name": "Aleksandr Yakushev", + "twitter": "yak80", + "koding": "yak15", + "location": "Simferopol, Russia", + "lead": true + }, + { + "name": "Sergey", + "twitter": "scyborgx", + "koding": "scyborg", + "location": "Simferopol, Russia" + } +] +} From d89547adb4a056f1944193b1c9a4029864d1a09f Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:10:04 +0400 Subject: [PATCH 12/34] Create ABOUT.md --- Teams/TolkoPobeda-Team/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/TolkoPobeda-Team/ABOUT.md diff --git a/Teams/TolkoPobeda-Team/ABOUT.md b/Teams/TolkoPobeda-Team/ABOUT.md new file mode 100644 index 0000000..6c24eaa --- /dev/null +++ b/Teams/TolkoPobeda-Team/ABOUT.md @@ -0,0 +1,19 @@ +# TolkoPobeda Team + +We whant make some supaprogram! + +## About Us + +- Oleg: My name is oleg, i love koding games, i like when my programs like people. +- Alex: My name is Aleks and i love php. And I also love people who love my scripts)) +- Serega : my name is Sergey, and i am supaman! + +## Languages we Love + +- Javascipt +- C# +- PHP + +## Programs +- 3d Max +- Photoshop From b3717520590a3ebff52c04dc251fdecd535a9ab9 Mon Sep 17 00:00:00 2001 From: yak80 Date: Sun, 30 Nov 2014 17:12:21 +0400 Subject: [PATCH 13/34] Update ABOUT.md --- Teams/TolkoPobeda-Team/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/TolkoPobeda-Team/ABOUT.md b/Teams/TolkoPobeda-Team/ABOUT.md index 6c24eaa..1014b04 100644 --- a/Teams/TolkoPobeda-Team/ABOUT.md +++ b/Teams/TolkoPobeda-Team/ABOUT.md @@ -1,6 +1,6 @@ # TolkoPobeda Team -We whant make some supaprogram! +We want make some supaprogram! ## About Us From b579ff0dc5805f9475b830b37b854b570914b227 Mon Sep 17 00:00:00 2001 From: Pasindu De Silva Date: Sun, 30 Nov 2014 20:04:33 +0530 Subject: [PATCH 14/34] Update teams.json --- Teams/Meteorhacks/teams.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json index 333b782..e568667 100644 --- a/Teams/Meteorhacks/teams.json +++ b/Teams/Meteorhacks/teams.json @@ -21,8 +21,8 @@ }, { "name": "Pasindu De Silva", - "twitter": "", - "koding": "", + "twitter": "Ghosteyes1", + "koding": "pasindud", "location": "Colombo, LK" }, { From 1eaf21acf706b6ef874235752389bc0fa65b42b5 Mon Sep 17 00:00:00 2001 From: yak80 Date: Mon, 1 Dec 2014 01:28:39 +0400 Subject: [PATCH 15/34] Update team.json --- Teams/TolkoPobeda-Team/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json index 81bdf4e..8141db7 100644 --- a/Teams/TolkoPobeda-Team/team.json +++ b/Teams/TolkoPobeda-Team/team.json @@ -1,6 +1,6 @@ { -teamName : "TolkoPobeda Team", -members : [ +"teamName" : "TolkoPobeda Team", +"members" : [ { "name": "Oleg Vilkov", "twitter": "mertvytko", From 085bd9ed69ddfeb90e18e5fee2aa874d4e7b8e7f Mon Sep 17 00:00:00 2001 From: Nickolay Kopylov Date: Mon, 1 Dec 2014 01:21:59 +0300 Subject: [PATCH 16/34] Gothic Elephant application --- Teams/GothicElephant/README.MD | 33 +++++++++++++++++++++++++++++++++ Teams/GothicElephant/teams.json | 22 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 Teams/GothicElephant/README.MD create mode 100644 Teams/GothicElephant/teams.json diff --git a/Teams/GothicElephant/README.MD b/Teams/GothicElephant/README.MD new file mode 100644 index 0000000..9674d54 --- /dev/null +++ b/Teams/GothicElephant/README.MD @@ -0,0 +1,33 @@ +Gothic Elephant +================ + +Our team consisting of two developers and one designer that works together for a long time. + +This is not our first joint project, but our first participation in the Hackathon. + + +**Staff:** + +**Nickolay Kopylov** + +PHP-developer, + +Closed Stock Company "Mamba" + +**Olimzhon Iuldashov** + +Mobile developer. According to the hackathon rules (mobile apps are not allowed) he will be web-developer (both client-side and server-side) + +Unofficial employee of Science Institute of Higher Nervous Activity + +**Danila Alpatov** + +UI/UX designer, client-side developer. + +Ekoprom Business Group + + +Project +================ + +During the hackhaton we are planning to create a project devoted to medicine. \ No newline at end of file diff --git a/Teams/GothicElephant/teams.json b/Teams/GothicElephant/teams.json new file mode 100644 index 0000000..039106e --- /dev/null +++ b/Teams/GothicElephant/teams.json @@ -0,0 +1,22 @@ +{ + "teamName": "Gothic Elephant", + "members": [ + { + "name": "Nickolay Kopylov", + "twitter": "t15ts", + "koding": "nkopylov", + "location": "Moscow, RU", + "lead": true + }, + { + "name": "Olimzhon Iuldashov", + "koding": "oiuldashov", + "location": "Mytishchi, RU", + }, + { + "name": "Danila Alpatov", + "koding": "alpatovdanila", + "location": "Mytishchi, RU" + } + ] +} \ No newline at end of file From dfcd22ccfdfd45315d0d8012c9f566f73da83369 Mon Sep 17 00:00:00 2001 From: yak80 Date: Mon, 1 Dec 2014 02:31:09 +0400 Subject: [PATCH 17/34] Update team.json --- Teams/TolkoPobeda-Team/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/TolkoPobeda-Team/team.json b/Teams/TolkoPobeda-Team/team.json index 8141db7..9e5a835 100644 --- a/Teams/TolkoPobeda-Team/team.json +++ b/Teams/TolkoPobeda-Team/team.json @@ -5,20 +5,20 @@ "name": "Oleg Vilkov", "twitter": "mertvytko", "koding": "theolege", - "location": "Cremea, Russia" + "location": "Cremea, RU" }, { "name": "Aleksandr Yakushev", "twitter": "yak80", "koding": "yak15", - "location": "Simferopol, Russia", + "location": "Simferopol, RU", "lead": true }, { "name": "Sergey", "twitter": "scyborgx", "koding": "scyborg", - "location": "Simferopol, Russia" + "location": "Simferopol, RU" } ] } From 69a4f9291ded7283a9fdded98704079d669cf25c Mon Sep 17 00:00:00 2001 From: edoardoo Date: Mon, 1 Dec 2014 00:21:00 +0100 Subject: [PATCH 18/34] added Sanje to the team --- Teams/HackLenotta/ABOUT.md | 8 +++++--- Teams/HackLenotta/team.json | 8 +++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Teams/HackLenotta/ABOUT.md b/Teams/HackLenotta/ABOUT.md index 19effd8..0f38a91 100644 --- a/Teams/HackLenotta/ABOUT.md +++ b/Teams/HackLenotta/ABOUT.md @@ -8,13 +8,15 @@ 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)| +| ![Edoardoo](https://pbs.twimg.com/profile_images/378800000628549804/0fa3b62a9437d0d6271ffa893c59453c_400x400.png) | ![Baldarn](https://pbs.twimg.com/profile_images/378800000849480405/be5e58e35437e4ee5154010d0031e696_400x400.jpeg)| ![Sanje](http://i.imgur.com/XjUc40I.jpg)| -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. +We are three friends, **Edoardo Odorico (edoardoo)**, **Lorenzo Farnararo (baldarn)** and **Sanjeya Cooray (Sanje)**from Florence, Italy. We all studied engineer. While we were studying Edo and Lorenzo joined our University Open Source Software Lab, LILiK, where they developed their coding and unix skills, and some free software philosophy. +Together with other **LILiK** members they began to meet together at Edoardoo's house, in hacking sessions during the weekends. This is where they thought at first one of their 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. +Lorenzo met Sanje while working together in a software house and we all knew from the very beginning he was the right full stack developer we were missing. 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)... +Update (1/12/2014): maybe some changes in plans? maybe some multimedia stuff? Something is boiling under the plate... diff --git a/Teams/HackLenotta/team.json b/Teams/HackLenotta/team.json index d5a3e53..0781f7e 100644 --- a/Teams/HackLenotta/team.json +++ b/Teams/HackLenotta/team.json @@ -12,7 +12,13 @@ "twitter": "baldarn", "koding": "baldarn", "location": "Florence, IT" - } + }, + { + "name": "Sanjeya Cooray", + "twitter": "sanjeyac", + "koding": "sanjeya", + "location": "Florence, IT" + } ] } \ No newline at end of file From 332837076b1203959a3d5ebf559939c45877d40c Mon Sep 17 00:00:00 2001 From: edoardoo Date: Mon, 1 Dec 2014 00:23:27 +0100 Subject: [PATCH 19/34] forget to add sanje picture --- Teams/HackLenotta/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/HackLenotta/ABOUT.md b/Teams/HackLenotta/ABOUT.md index 0f38a91..6f8bfe1 100644 --- a/Teams/HackLenotta/ABOUT.md +++ b/Teams/HackLenotta/ABOUT.md @@ -6,11 +6,11 @@ Hey Mate! Let me present you the super duper extra megantastic geekomatic **Hack About your team =========================== -| Edoardoo | Baldarn +| Edoardoo | Baldarn | Sanje |--- |--- |--- |--- | ![Edoardoo](https://pbs.twimg.com/profile_images/378800000628549804/0fa3b62a9437d0d6271ffa893c59453c_400x400.png) | ![Baldarn](https://pbs.twimg.com/profile_images/378800000849480405/be5e58e35437e4ee5154010d0031e696_400x400.jpeg)| ![Sanje](http://i.imgur.com/XjUc40I.jpg)| -We are three friends, **Edoardo Odorico (edoardoo)**, **Lorenzo Farnararo (baldarn)** and **Sanjeya Cooray (Sanje)**from Florence, Italy. We all studied engineer. While we were studying Edo and Lorenzo joined our University Open Source Software Lab, LILiK, where they developed their coding and unix skills, and some free software philosophy. +We are three friends, **Edoardo Odorico (edoardoo)**, **Lorenzo Farnararo (baldarn)** and **Sanjeya Cooray (Sanje)** from Florence, Italy. We all studied engineer. While we were studying Edo and Lorenzo joined our University Open Source Software Lab, LILiK, where they developed their coding and unix skills, and some free software philosophy. Together with other **LILiK** members they began to meet together at Edoardoo's house, in hacking sessions during the weekends. This is where they thought at first one of their 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. Lorenzo met Sanje while working together in a software house and we all knew from the very beginning he was the right full stack developer we were missing. From 71190f262c499a2eca1537739724b248d2497c29 Mon Sep 17 00:00:00 2001 From: robotmayo Date: Sun, 30 Nov 2014 21:30:40 -0500 Subject: [PATCH 20/34] Update team.json --- Teams/LJS/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/LJS/team.json b/Teams/LJS/team.json index d00eee8..e83ae92 100644 --- a/Teams/LJS/team.json +++ b/Teams/LJS/team.json @@ -5,20 +5,20 @@ "name": "Nigel Edwards", "twitter": "robotmayo", "koding": "robotmayo", - "location": "New York, NY, US", + "location": "New York, NY", "lead": true }, { "name": "Dane Grant", "twitter": "danecando", "koding": "danecando", - "location": "Ft Lauderdale, FL, US" + "location": "Ft Lauderdale, FL" }, { "name": "Olivier Palta", "twitter": "", "koding": "olivierrr", - "location": "Portland, OR, US" + "location": "Portland, OR" }, { "name": "Randy Brown", From 09ba92c276d312e58a6a5ab3c77acb3f8acf840b Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 22:47:34 -0400 Subject: [PATCH 21/34] Added initial team information --- Teams/CoquiHackers/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/CoquiHackers/team.json diff --git a/Teams/CoquiHackers/team.json b/Teams/CoquiHackers/team.json new file mode 100644 index 0000000..9328009 --- /dev/null +++ b/Teams/CoquiHackers/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Coqui Hackers", + "members": [ + { + "name": "Jesiniel Nieves Ortiz", + "twitter": "jesipr", + "koding": "jesipr", + "location": "Canovanas, PR" + }, + { + "name": "Roberto C. Rivera Reyes", + "twitter": "gossens73", + "koding": "robertorivera16", + "location": "Comerio, PR" + } + ] +} From 2b150f6295968a5e3c447ffc662122e6787b7d99 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 22:55:41 -0400 Subject: [PATCH 22/34] Added initial about file --- Teams/CoquiHackers/ABOUT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Teams/CoquiHackers/ABOUT.md diff --git a/Teams/CoquiHackers/ABOUT.md b/Teams/CoquiHackers/ABOUT.md new file mode 100644 index 0000000..01bdf1e --- /dev/null +++ b/Teams/CoquiHackers/ABOUT.md @@ -0,0 +1,14 @@ + +# Coqui Hackers + +We are students at the University of Puerto Rico at Mayaguüez. We are currently doing a bachelor degree in Computer Engineering. +We are here to challenge ourselves. + +## About Us + +- Jesiniel: +- Roberto: + +## Languages we love + +- Java From a1d8142482b10faa5d112eecdbc4411d34cf756e Mon Sep 17 00:00:00 2001 From: Cameron Condry Date: Sun, 30 Nov 2014 22:06:45 -0500 Subject: [PATCH 23/34] Added Aime's twitter handle. --- Teams/Bad-Aces/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Bad-Aces/team.json b/Teams/Bad-Aces/team.json index 9f0ae04..ff0a1f2 100644 --- a/Teams/Bad-Aces/team.json +++ b/Teams/Bad-Aces/team.json @@ -3,7 +3,7 @@ "members": [ { "name": "Aime Menendez", - "twitter": "", + "twitter": "amprida", "koding": "aimemp", "location": "Fort Lauderdale, US" }, From ae8e1d1634f7b707ff10d2e6140a3ee7d33cdd72 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 23:10:04 -0400 Subject: [PATCH 24/34] Updated "About Us" section --- Teams/CoquiHackers/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/CoquiHackers/ABOUT.md b/Teams/CoquiHackers/ABOUT.md index 01bdf1e..a8e2f2a 100644 --- a/Teams/CoquiHackers/ABOUT.md +++ b/Teams/CoquiHackers/ABOUT.md @@ -6,9 +6,10 @@ We are here to challenge ourselves. ## About Us -- Jesiniel: +- Jesiniel: My name is Jesiniel. I live in Puerto Rico. I am currently a student at UPRM where I study Computer Engineering. I have worked with C and Java languages during my current studies. I have little knowledge in HTML and CSS, hoping this gets me somewhere in this hackathon. I am looking forward in learning other languages. I have interest in Javascript, Python and PHP. - Roberto: ## Languages we love - Java +- C From 3b97a06c740051955b824add461252bd87dee327 Mon Sep 17 00:00:00 2001 From: Jesi Date: Sun, 30 Nov 2014 23:11:35 -0400 Subject: [PATCH 25/34] Minor changes to the team name --- Teams/CoquiHackers/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/CoquiHackers/team.json b/Teams/CoquiHackers/team.json index 9328009..8724c01 100644 --- a/Teams/CoquiHackers/team.json +++ b/Teams/CoquiHackers/team.json @@ -1,5 +1,5 @@ { - "teamName": "Coqui Hackers", + "teamName": "Coquí Hackers", "members": [ { "name": "Jesiniel Nieves Ortiz", From 3e0c4d82635102d27626f08c27aba93467c9842f Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 1 Dec 2014 21:09:47 +0300 Subject: [PATCH 26/34] added an about file --- Teams/RostovTeam/ABOUT.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Teams/RostovTeam/ABOUT.md diff --git a/Teams/RostovTeam/ABOUT.md b/Teams/RostovTeam/ABOUT.md new file mode 100644 index 0000000..f21597d --- /dev/null +++ b/Teams/RostovTeam/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 +- HTML +- Creativity! + + From be4a329b3930ca7f431784113aa66dd0e2f048ea Mon Sep 17 00:00:00 2001 From: Balday Date: Mon, 1 Dec 2014 19:16:01 +0100 Subject: [PATCH 27/34] Updated ABOUT file --- Teams/ProgGods/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ProgGods/ABOUT.md b/Teams/ProgGods/ABOUT.md index fd65039..3e3d777 100644 --- a/Teams/ProgGods/ABOUT.md +++ b/Teams/ProgGods/ABOUT.md @@ -2,8 +2,8 @@ ProgGods Team ================ -We are Máté, Vili and Barnabás, and we are from Hungary. We are teenagers and we love coding. We learn programming at one of -the best school of Hungary. Today most of the children use their freetime to playing. +We are Mate, Vili and Barnabas, and we are from Hungary. We are teenagers and we love coding. We learn programming at one of +the best school of Hungary. We have a dream that one day... =========================== From 33955c8d7529a42e8efeb32a9ac61abd2af8c83d Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:14:13 -0500 Subject: [PATCH 28/34] add tentative team info --- Teams/JustDevIt/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/JustDevIt/team.json diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json new file mode 100644 index 0000000..cf504ad --- /dev/null +++ b/Teams/JustDevIt/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Just Dev It", + "members": [ + { + "name": "David Ragsdale", + "twitter": "@ragzdale", + "koding": "", + "location": "Indianapolis, US" + }, + { + "name": "Alex Hester", + "twitter": "", + "koding": "amhester", + "location": "Indianapolis, US" + }, + { + "name": "Ryan Hanley", + "twitter": "", + "koding": "rmhanley", + "location": "Indianapolis, US", + "lead": true + }, + { + "name": "Scott Colegrove", + "twitter": "beefmaestro", + "koding": "beefmaestro", + "location": "Indianapolis, US" + }, + { + "name": "Neal Hamilton", + "twitter": "", + "koding": "", + "location": "Indianapolis, US" + } + ] +} From e328bd020b68fb8403368ad52902399fc0f6631b Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:18:07 -0500 Subject: [PATCH 29/34] initial about page --- Teams/JustDevIt/ABOUT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/JustDevIt/ABOUT.md diff --git a/Teams/JustDevIt/ABOUT.md b/Teams/JustDevIt/ABOUT.md new file mode 100644 index 0000000..e470f2a --- /dev/null +++ b/Teams/JustDevIt/ABOUT.md @@ -0,0 +1,12 @@ + +# Just Dev It + +Just a few guys who enjoy solving problems with code. Our curiosity drives us. + +## About Us + +5 guys who studied Computer Science at Anderson University in Anderson, IN. + +## Languages We'll Likely Use + +- Javascript From dce3a948deb8d6621a10aa96f33d0cdcb46e6f84 Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:19:30 -0500 Subject: [PATCH 30/34] added another koding username --- Teams/JustDevIt/team.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json index cf504ad..ea070db 100644 --- a/Teams/JustDevIt/team.json +++ b/Teams/JustDevIt/team.json @@ -5,7 +5,8 @@ "name": "David Ragsdale", "twitter": "@ragzdale", "koding": "", - "location": "Indianapolis, US" + "location": "Indianapolis, US", + "lead": true }, { "name": "Alex Hester", @@ -17,19 +18,18 @@ "name": "Ryan Hanley", "twitter": "", "koding": "rmhanley", - "location": "Indianapolis, US", - "lead": true + "location": "Indianapolis, US" }, { "name": "Scott Colegrove", - "twitter": "beefmaestro", + "twitter": "@beefmaestro", "koding": "beefmaestro", "location": "Indianapolis, US" }, { "name": "Neal Hamilton", "twitter": "", - "koding": "", + "koding": "nealhamilton", "location": "Indianapolis, US" } ] From d24788e366f4520ff2e4d3509cb5f2ed6acec296 Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:22:27 -0500 Subject: [PATCH 31/34] added final koding usernames --- Teams/JustDevIt/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json index ea070db..82f5791 100644 --- a/Teams/JustDevIt/team.json +++ b/Teams/JustDevIt/team.json @@ -4,7 +4,7 @@ { "name": "David Ragsdale", "twitter": "@ragzdale", - "koding": "", + "koding": "djragsdale", "location": "Indianapolis, US", "lead": true }, From 55df4f8ff2372da32688d83a6e1edf7329d09545 Mon Sep 17 00:00:00 2001 From: Deep Date: Tue, 2 Dec 2014 01:26:18 +0530 Subject: [PATCH 32/34] Added team information --- Teams/Aryans/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/Aryans/team.json diff --git a/Teams/Aryans/team.json b/Teams/Aryans/team.json new file mode 100644 index 0000000..e44cf13 --- /dev/null +++ b/Teams/Aryans/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Aryans", + "members": [ + { + "name": "Deep Shah", + "twitter": "@shahdeep1989", + "koding": "shahdeep1989", + "location": "Ahmedabad, IN", + "lead": true + }, + { + "name": "Pinak Thakkar", + "twitter": "@pinak_thakkat", + "koding": "pinak0605", + "location": "Ahmedabad, IN" + }, + { + "name": "Shreya Jhala", + "twitter": "", + "koding": "shreyajhala", + "location": "Ahmedabad, IN" + }, + ] +} From 5f7dfd77c12f3d95da07dd0d7236772c45e62260 Mon Sep 17 00:00:00 2001 From: Deep Date: Tue, 2 Dec 2014 01:35:04 +0530 Subject: [PATCH 33/34] Added an about file --- Teams/Aryans/ABOUT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/Aryans/ABOUT.md diff --git a/Teams/Aryans/ABOUT.md b/Teams/Aryans/ABOUT.md new file mode 100644 index 0000000..3b1df35 --- /dev/null +++ b/Teams/Aryans/ABOUT.md @@ -0,0 +1,15 @@ +# Aryans + +## About us: + +- Deep: My name is Deep Shah, I am working on Sencha Touch, Phonegap/Cordova, HTML5, Javascript, CSS3 and SASS. +- Pinak: My name is Pinak, I am working on ROR, HTML and Javascript. +- Shreya: My name is Shreya, I am working on ROR, HTML and Javascript. + +## Languages we have: +- ROR +- Sencha Touch +- HTML5 +- CSS3 +- Phonegap +- Javascript From 2fbf4663ad9faad5ec84dab00a636fc75453a184 Mon Sep 17 00:00:00 2001 From: Deep Date: Tue, 2 Dec 2014 01:35:20 +0530 Subject: [PATCH 34/34] Update team.json --- Teams/Aryans/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Aryans/team.json b/Teams/Aryans/team.json index e44cf13..c20ff92 100644 --- a/Teams/Aryans/team.json +++ b/Teams/Aryans/team.json @@ -16,7 +16,7 @@ }, { "name": "Shreya Jhala", - "twitter": "", + "twitter": "@shreya_jhala", "koding": "shreyajhala", "location": "Ahmedabad, IN" },