From db7461c96685ebe168e7acffed109db4df16c4d0 Mon Sep 17 00:00:00 2001 From: Won D Date: Tue, 2 Dec 2014 23:18:05 -0500 Subject: [PATCH 1/3] QIXIO Initial Commit About.md created. team.json created. --- Teams/TeamQixio/ABOUT.md | 8 ++++++++ Teams/TeamQixio/team.json | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Teams/TeamQixio/ABOUT.md create mode 100644 Teams/TeamQixio/team.json diff --git a/Teams/TeamQixio/ABOUT.md b/Teams/TeamQixio/ABOUT.md new file mode 100644 index 0000000..c014099 --- /dev/null +++ b/Teams/TeamQixio/ABOUT.md @@ -0,0 +1,8 @@ +About QIXIO +=========================== +QIXIO is a team creating visionary softwares that combine human intelligent with artificial one. QIXIO dreams that computing will soon be exceed what it had been supposed to be. QIXIO loves narrative intelligence, machine learning, big data, and gaming technology. + +About your skills and what you are going to do? +======= +(Probably) HTML5-based multi-platform game or home automation back-end using server technology + diff --git a/Teams/TeamQixio/team.json b/Teams/TeamQixio/team.json new file mode 100644 index 0000000..63b73ac --- /dev/null +++ b/Teams/TeamQixio/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Team Qixio", + "members": [ + { + "name": "Won Dong", + "twitter": "fkiller", + "koding": "fkiller", + "location": "Boston, MA", + "lead": true + } + ] +} From 5e8ced2b6604fa8e1e49ea189dda8d5d79be0d63 Mon Sep 17 00:00:00 2001 From: Won D Date: Tue, 2 Dec 2014 23:29:32 -0500 Subject: [PATCH 2/3] Fixed country code Country code fixed to "US" --- Teams/TeamQixio/team.json | 2 +- npm-debug.log | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 npm-debug.log diff --git a/Teams/TeamQixio/team.json b/Teams/TeamQixio/team.json index 63b73ac..e91fdf0 100644 --- a/Teams/TeamQixio/team.json +++ b/Teams/TeamQixio/team.json @@ -5,7 +5,7 @@ "name": "Won Dong", "twitter": "fkiller", "koding": "fkiller", - "location": "Boston, MA", + "location": "Boston, US", "lead": true } ] diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..e69de29 From 2e2dac61e3c418a56655bd52616d136df89fb87b Mon Sep 17 00:00:00 2001 From: Won D Date: Tue, 2 Dec 2014 23:38:22 -0500 Subject: [PATCH 3/3] Delete debug log --- npm-debug.log | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 npm-debug.log diff --git a/npm-debug.log b/npm-debug.log deleted file mode 100644 index e69de29..0000000