From 905b54ca8aceb596b37ae866f3f4447bc758c9c0 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:43:13 -0500 Subject: [PATCH 1/4] 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 12f3e5e80cc1b0bc0d0d1737ab63c030b1cdda41 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:53:38 -0500 Subject: [PATCH 2/4] 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 3/4] 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 923becc962a9e9ff0fcf00bac34aa2acbd0c0f54 Mon Sep 17 00:00:00 2001 From: robocoder99 Date: Wed, 26 Nov 2014 10:57:42 -0500 Subject: [PATCH 4/4] 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" } ] }