From be7192dd41ac920b6f665e149f30c8b5102016ec Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Tue, 2 Dec 2014 17:28:13 +0200 Subject: [PATCH 1/6] add team unboxed --- Teams/Unboxed/ABOUT.md | 15 +++++++++++++++ Teams/Unboxed/team.json | 26 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Teams/Unboxed/ABOUT.md create mode 100644 Teams/Unboxed/team.json diff --git a/Teams/Unboxed/ABOUT.md b/Teams/Unboxed/ABOUT.md new file mode 100644 index 0000000..cc31a38 --- /dev/null +++ b/Teams/Unboxed/ABOUT.md @@ -0,0 +1,15 @@ +Team Unboxed +================ + + + +About your team +=========================== + +| Andrew | Pawel | Wilhelm +|--- |--- |--- |--- +| ![Andrew](https://pbs.twimg.com/profile_images/485482780508553216/20W48VAT_400x400.jpeg) | ![Pawel](https://pbs.twimg.com/profile_images/515549916936937474/hn5aWeim_400x400.jpeg) | ![Wilhelm](https://pbs.twimg.com/profile_images/533366663840669696/i7u9KNnj_400x400.jpeg) | + + +About your skills and what you are going to do? +======= diff --git a/Teams/Unboxed/team.json b/Teams/Unboxed/team.json new file mode 100644 index 0000000..edfa401 --- /dev/null +++ b/Teams/Unboxed/team.json @@ -0,0 +1,26 @@ +{ + "teamName": "Unboxed", + "members": [ + { + "name": "Andrew White", + "twitter": "pixeltrix", + "koding": "pixeltrix", + "location": "London, UK", + "lead": false + }, + { + "name": "Pawel Janiak", + "twitter": "cynicalgrinch", + "koding": "pawel2105", + "location": "Johannesburg, ZA", + "lead": false + }, + { + "name": "Wilhelm Kirschbaum", + "twitter": "wkirschbaum", + "koding": "wkirschbaum", + "location": "Cape Town, ZA", + "lead": true + } + ] +} From 420ca5e93532ddf4db901d10cce0d8ed0c2795ee Mon Sep 17 00:00:00 2001 From: Pawel Janiak Date: Tue, 2 Dec 2014 22:35:54 +0200 Subject: [PATCH 2/6] Add reddit example --- Samples/reddit.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Samples/reddit.rb diff --git a/Samples/reddit.rb b/Samples/reddit.rb new file mode 100644 index 0000000..425298a --- /dev/null +++ b/Samples/reddit.rb @@ -0,0 +1,27 @@ +# Reddit is the front page of the internet. +# It is a collection of interest-based communities. +# +# This is a collection of simple examples using ruby +# and the reddit-kit gem to make simple reddit requests. +# +# For more information please visit: +# +# https://www.reddit.com/dev/api +# https://github.com/samsymons/RedditKit.rb + +require 'redditkit' + +RedditKit.sign_in '', '' + +front_page_links = RedditKit.front_page +front_page_links.each do |link| + puts "#{link.author} : #{link.title} - #{link.score} (#{link.num_comments} comments)" +end + +cool_user = RedditKit.user 'joot78' +puts "#{cool_user.name} is a mod on r/spiders" + +results = RedditKit.search 'koding hackathon' +results.each do |result| + puts "r/#{result.subreddit} : #{result.title} (#{result.num_comments} comments)" +end \ No newline at end of file From 48be0d22a8dbb3131468f58e9fc0dd4c9923d0b4 Mon Sep 17 00:00:00 2001 From: Pawel Janiak Date: Tue, 2 Dec 2014 22:50:39 +0200 Subject: [PATCH 3/6] Added our team folder --- Teams/Unboxed Schrodingers/about.md | 19 +++++++++++++++++++ Teams/Unboxed Schrodingers/team.json | 26 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 Teams/Unboxed Schrodingers/about.md create mode 100644 Teams/Unboxed Schrodingers/team.json diff --git a/Teams/Unboxed Schrodingers/about.md b/Teams/Unboxed Schrodingers/about.md new file mode 100644 index 0000000..4d517b5 --- /dev/null +++ b/Teams/Unboxed Schrodingers/about.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are The three Unboxed Schrodingers. Three enthusiastic developers comprised of two South Africans and a Brit. + +About our team +=========================== + +| Wilhelm | Andrew | Pawel +|--- |--- |--- +| ![Wilhelm](https://pbs.twimg.com/profile_images/533366663840669696/i7u9KNnj_400x400.jpeg) | ![Andrew](https://pbs.twimg.com/profile_images/485482780508553216/20W48VAT_400x400.jpeg) | ![Pawel](https://pbs.twimg.com/profile_images/515549916936937474/hn5aWeim_400x400.jpeg) | + +We are a group of agile software developers that love learning while taking on an interesting challenge. + +About our skills and what you are going to do? +======= +Our team has strong opinions about web accessibility, using technology to make the world a better place, and using good coding standards to make that happen. This year we plan on tackling the world of epidemiology by hoping to convince people around the world that small contributions can make a massive difference. + +Between the three of us, we have plenty of years of professional development experience. Our team has a member on the core Ruby on Rails team, does frequent contributions to other open source projects, and love experimenting with different languages and programming related technologies. \ No newline at end of file diff --git a/Teams/Unboxed Schrodingers/team.json b/Teams/Unboxed Schrodingers/team.json new file mode 100644 index 0000000..623079c --- /dev/null +++ b/Teams/Unboxed Schrodingers/team.json @@ -0,0 +1,26 @@ +{ + "teamName": "Unboxed Schrodingers", + "members": [ + { + "name": "Wilhelm Kirschbaum", + "twitter": "wkirschbaum", + "koding": "wkirschbaum", + "location": "Cape Town, ZA", + "lead": true + }, + { + "name": "Andrew White", + "twitter": "pixeltrix", + "koding": "pixeltrix", + "location": "London, UK", + "lead": false + }, + { + "name": "Pawel Janiak", + "twitter": "cynicalgrinch", + "koding": "pawel2105", + "location": "Johannesburg, ZA", + "lead": false + } + ] +} \ No newline at end of file From 58e3032648aaa53471a2a684d343b44878acdcee Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Wed, 3 Dec 2014 08:15:27 +0200 Subject: [PATCH 4/6] Update ABOUT.md --- Teams/Unboxed/ABOUT.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Teams/Unboxed/ABOUT.md b/Teams/Unboxed/ABOUT.md index cc31a38..93d26d3 100644 --- a/Teams/Unboxed/ABOUT.md +++ b/Teams/Unboxed/ABOUT.md @@ -1,11 +1,6 @@ Team Unboxed ================ - - -About your team -=========================== - | Andrew | Pawel | Wilhelm |--- |--- |--- |--- | ![Andrew](https://pbs.twimg.com/profile_images/485482780508553216/20W48VAT_400x400.jpeg) | ![Pawel](https://pbs.twimg.com/profile_images/515549916936937474/hn5aWeim_400x400.jpeg) | ![Wilhelm](https://pbs.twimg.com/profile_images/533366663840669696/i7u9KNnj_400x400.jpeg) | @@ -13,3 +8,5 @@ About your team About your skills and what you are going to do? ======= + +We are Ruby on Rails developers and will probably do some Data Visualisation. From b5cd4f1e680c378d7f626e8315e0332be0e470f4 Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Wed, 3 Dec 2014 08:18:16 +0200 Subject: [PATCH 5/6] remove first attempt --- Teams/Unboxed/ABOUT.md | 12 ------------ Teams/Unboxed/team.json | 26 -------------------------- 2 files changed, 38 deletions(-) delete mode 100644 Teams/Unboxed/ABOUT.md delete mode 100644 Teams/Unboxed/team.json diff --git a/Teams/Unboxed/ABOUT.md b/Teams/Unboxed/ABOUT.md deleted file mode 100644 index 93d26d3..0000000 --- a/Teams/Unboxed/ABOUT.md +++ /dev/null @@ -1,12 +0,0 @@ -Team Unboxed -================ - -| Andrew | Pawel | Wilhelm -|--- |--- |--- |--- -| ![Andrew](https://pbs.twimg.com/profile_images/485482780508553216/20W48VAT_400x400.jpeg) | ![Pawel](https://pbs.twimg.com/profile_images/515549916936937474/hn5aWeim_400x400.jpeg) | ![Wilhelm](https://pbs.twimg.com/profile_images/533366663840669696/i7u9KNnj_400x400.jpeg) | - - -About your skills and what you are going to do? -======= - -We are Ruby on Rails developers and will probably do some Data Visualisation. diff --git a/Teams/Unboxed/team.json b/Teams/Unboxed/team.json deleted file mode 100644 index edfa401..0000000 --- a/Teams/Unboxed/team.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "teamName": "Unboxed", - "members": [ - { - "name": "Andrew White", - "twitter": "pixeltrix", - "koding": "pixeltrix", - "location": "London, UK", - "lead": false - }, - { - "name": "Pawel Janiak", - "twitter": "cynicalgrinch", - "koding": "pawel2105", - "location": "Johannesburg, ZA", - "lead": false - }, - { - "name": "Wilhelm Kirschbaum", - "twitter": "wkirschbaum", - "koding": "wkirschbaum", - "location": "Cape Town, ZA", - "lead": true - } - ] -} From d47c85099c57305ef543b2976ddc8f0755f42369 Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Wed, 3 Dec 2014 12:11:37 +0200 Subject: [PATCH 6/6] remove lead: false --- Teams/Unboxed Schrodingers/team.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Teams/Unboxed Schrodingers/team.json b/Teams/Unboxed Schrodingers/team.json index 623079c..16cd9b8 100644 --- a/Teams/Unboxed Schrodingers/team.json +++ b/Teams/Unboxed Schrodingers/team.json @@ -12,15 +12,13 @@ "name": "Andrew White", "twitter": "pixeltrix", "koding": "pixeltrix", - "location": "London, UK", - "lead": false + "location": "London, UK" }, { "name": "Pawel Janiak", "twitter": "cynicalgrinch", "koding": "pawel2105", - "location": "Johannesburg, ZA", - "lead": false + "location": "Johannesburg, ZA" } ] } \ No newline at end of file