From d4ece1a81322d42b0a364d30b752c28934a8b4e8 Mon Sep 17 00:00:00 2001 From: ItsT-Mo Date: Mon, 9 Oct 2017 10:57:00 +0200 Subject: [PATCH 01/33] Add Hello World in Kotlin --- scripts/hello_world_kotlin.kt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_kotlin.kt diff --git a/scripts/hello_world_kotlin.kt b/scripts/hello_world_kotlin.kt new file mode 100644 index 0000000000..cdeb4d30d9 --- /dev/null +++ b/scripts/hello_world_kotlin.kt @@ -0,0 +1,8 @@ +// LANGUAGE: Kotlin +// ENV: Kotlin +// AUTHOR: ItsT-Mo +// GITHUB: https://github.com/ItsT-Mo + +fun main(args: Array) { + println("Hello World") +} \ No newline at end of file From ba05e83d4960a6dee2594614969229cebca3d7e8 Mon Sep 17 00:00:00 2001 From: K Foster Date: Mon, 9 Oct 2017 10:20:00 +0100 Subject: [PATCH 02/33] Added my details to contributors --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..811b302710 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -473,7 +473,7 @@ s in Computer Science - GitHub: [allesmi](https://github.com/allesmi) #### Name: [Bryan Wigianto](https://github.com/bwigianto) -- Place: USA +- Place: USA - Bio: Engineer - GitHub: [bwigianto](https://github.com/bwigianto) @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [K Foster](https://foster.im) +- Place: West Sussex, UK +- Bio: Web Developer +- GitHub: [g33kcentric](https://github.com/g33kcentric) From b8fb47bb152d90da56060ceb60910e4cc864bedc Mon Sep 17 00:00:00 2001 From: ProjProgWeb Date: Mon, 9 Oct 2017 10:44:44 +0100 Subject: [PATCH 03/33] Hacktoberfest! --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world.csh | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 scripts/hello_world.csh diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..3979f88474 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Andin FOKUNANG](https://github.com/switchgirl95) +- Place: Yaounde , Cameroon +- Bio: Student - Otaku - Geek +- GitHub: [Switch](https://github.com/switchgirl95) diff --git a/scripts/hello_world.csh b/scripts/hello_world.csh new file mode 100644 index 0000000000..0bfee423d9 --- /dev/null +++ b/scripts/hello_world.csh @@ -0,0 +1,2 @@ +#!/bin/csh +echo "Hello, World!" \ No newline at end of file From 7939e0e01f7478026f738dfb9c643dc671506c7d Mon Sep 17 00:00:00 2001 From: xenocidewiki Date: Mon, 9 Oct 2017 13:20:53 +0200 Subject: [PATCH 04/33] 'hacktoberfest' --- CONTRIBUTORS.md | 5 +++++ profiles/xenocidewiki.md | 14 ++++++++++++++ scripts/hello_world_xeno.cpp | 11 +++++++++++ 3 files changed, 30 insertions(+) create mode 100644 profiles/xenocidewiki.md create mode 100644 scripts/hello_world_xeno.cpp diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..d9905098ac 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [xenocideiwki] (https://github.com/xenocidewiki) +- Place: Norway +- Bio: Reverse Engineer +- GitHub: [xenocidewiki] (https://github.com/xenocidewiki) \ No newline at end of file diff --git a/profiles/xenocidewiki.md b/profiles/xenocidewiki.md new file mode 100644 index 0000000000..c6ed1e0a39 --- /dev/null +++ b/profiles/xenocidewiki.md @@ -0,0 +1,14 @@ +# xenocidewiki + +### Interests + +- Reverse Engineering +- Game Hacking + +### Projects + +- Mostly private :( + +### Profile Link + +[xenocidewiki](https://github.com/xenocidewiki) diff --git a/scripts/hello_world_xeno.cpp b/scripts/hello_world_xeno.cpp new file mode 100644 index 0000000000..cc82d61c0f --- /dev/null +++ b/scripts/hello_world_xeno.cpp @@ -0,0 +1,11 @@ +// Language: C++ +// Author: xenocidewiki +// GitHub: https://github.com/xenocidewiki + +#include + +int main() { + std::cout << "Hello, World!"; + + return 0; +} \ No newline at end of file From 29d783aac4f46f636b58ef2eae0dc9a1f2c91dd4 Mon Sep 17 00:00:00 2001 From: GeorgeGsd <32350213+GeorgeGsd@users.noreply.github.com> Date: Mon, 9 Oct 2017 22:40:21 +1100 Subject: [PATCH 05/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..f4c2cb3bf0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [George Hundmann](https://github.com/georgegsd) +- Place: Mannheim, Baden-Württemberg, Germany +- Bio: I'm a German Shepherd that likes eating +- GitHub: [georgegsd](https://github.com/georgegsd) From 45d0a768079f408632eeaf2cd07e38da44bcc9bb Mon Sep 17 00:00:00 2001 From: a-m-a-z Date: Mon, 9 Oct 2017 05:05:40 -0700 Subject: [PATCH 06/33] add Ahmad to contributors list --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..f6ccb98278 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Ahmad Abdul-Aziz](https://github.com/a-m-a-z) +- Place: Abuja, Nigeria +- Bio: Web Developer +- GitHub: [a-m-a-z](https://github.com/a-m-a-z) From f081385cb779e683a03c403ae4250dffdf0a0edb Mon Sep 17 00:00:00 2001 From: Serhii Baraniuk Date: Mon, 9 Oct 2017 16:22:57 +0300 Subject: [PATCH 07/33] fix: add javascript hello world --- scripts/hello_world_kenitive.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_kenitive.js diff --git a/scripts/hello_world_kenitive.js b/scripts/hello_world_kenitive.js new file mode 100644 index 0000000000..4ba841eea0 --- /dev/null +++ b/scripts/hello_world_kenitive.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Serhii Baraniuk +// GITHUB: https://github.com/AliceWonderland + +console.log('Hello, World!'); From eaa7e76a10efb90ca3ec9631b3212269d05be8f4 Mon Sep 17 00:00:00 2001 From: Serhii Baraniuk Date: Mon, 9 Oct 2017 16:57:55 +0300 Subject: [PATCH 08/33] ooops :) --- scripts/hello_world_kenitive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hello_world_kenitive.js b/scripts/hello_world_kenitive.js index 4ba841eea0..9265d240c5 100644 --- a/scripts/hello_world_kenitive.js +++ b/scripts/hello_world_kenitive.js @@ -1,6 +1,6 @@ // LANGUAGE: Javascript // ENV: Node.js // AUTHOR: Serhii Baraniuk -// GITHUB: https://github.com/AliceWonderland +// GITHUB: https://github.com/kenitive/hacktoberfest console.log('Hello, World!'); From e69245da6239633e5781d23b01b90a06cacefa26 Mon Sep 17 00:00:00 2001 From: Joe Schofield Date: Mon, 9 Oct 2017 15:38:53 +0100 Subject: [PATCH 09/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..b8bb487d22 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,11 @@ - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) +#### Name: [JOE SCHO](https://github.com/JoeScho) +- Place: London, UK +- Bio: I love guitar! +- GitHub: [JoeScho](https://github.com/JoeScho) + #### Name: [GABE DUNN](https://github.com/redxtech) - Place: Canada - Bio: I love VUE !! From 836ee36f0e44b1cc9191b50050923e4f7f41cf97 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Mon, 9 Oct 2017 08:45:49 -0600 Subject: [PATCH 10/33] add my profile --- profiles/Ben_Smith.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 profiles/Ben_Smith.md diff --git a/profiles/Ben_Smith.md b/profiles/Ben_Smith.md new file mode 100644 index 0000000000..33222fce2a --- /dev/null +++ b/profiles/Ben_Smith.md @@ -0,0 +1,21 @@ +# Ben Smith + +### Location + +Salt Lake City, UT, USA + +### Academics + +Mechanical Engineering, University of Utah + +### Development + +I like to write bots. + +### Projects + +I'm working on learning react atm. + +### Profile Link + +# [Check out my Github page](https://github.com/ben-w-smith) \ No newline at end of file From 78f94c5df61394018519b4d44112df8f792a4f0b Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Mon, 9 Oct 2017 08:49:40 -0600 Subject: [PATCH 11/33] add hello script --- scripts/hello_world_benwsmith.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_benwsmith.js diff --git a/scripts/hello_world_benwsmith.js b/scripts/hello_world_benwsmith.js new file mode 100644 index 0000000000..293c79308f --- /dev/null +++ b/scripts/hello_world_benwsmith.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Ben Smith +// GITHUB: https://github.com/ben-w-smith + +console.log('Hello, World!'); \ No newline at end of file From b53f4dca3226ce21aadcc22a3b54c2dbdafc29d1 Mon Sep 17 00:00:00 2001 From: Allan Dorr Date: Mon, 9 Oct 2017 17:47:32 +0200 Subject: [PATCH 12/33] Added name to CONTRIBUTORS.md Also added a little js script. --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world_aldorr.js | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 scripts/hello_world_aldorr.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..501ba3c309 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Allan Dorr](https://github.com/aldorr) +- Place: Hamburg, Germany +- Bio: Web Dev, Writer, Translator, Teacher +- GitHub: [aldorr](https://github.com/aldorr) diff --git a/scripts/hello_world_aldorr.js b/scripts/hello_world_aldorr.js new file mode 100644 index 0000000000..2a34c4cca1 --- /dev/null +++ b/scripts/hello_world_aldorr.js @@ -0,0 +1,28 @@ +// LANGUAGE: JavaScript +// ENV: Javascript +// AUTHOR: Allan Dorr +// GITHUB: https://github.com/aldorr + +/* This simply gives a choice. + * If everything is peachy, it shows a "hello" message. + * If user decides things are looking bleak, there's the other message. + */ + +document.addEventListener("DOMContentLoaded", function() { + var returnText = "Nothing."; + var displayText = function(returnText) { + var paragraph = document.createElement("p"); + var node = document.createTextNode(returnText); + paragraph.appendChild(node); + document.body.appendChild(paragraph); + } + if (confirm("Is life still flowers, World?") == true) { + // display something good + returnText = "Hello from Hamburg!"; + displayText(returnText); + } else { + // display something bad + returnText = "Please don't Cancel your trip to Hamburg!"; + displayText(returnText); + } +}); \ No newline at end of file From 20b9ca0526f16a37ece145077d0bf53284b33c9d Mon Sep 17 00:00:00 2001 From: Bed3150n <32499863+Bed3150n@users.noreply.github.com> Date: Mon, 9 Oct 2017 12:40:31 -0400 Subject: [PATCH 13/33] Add files via upload An addition to the contributors file --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..1867772155 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Ben Edelson] +-Place: Newark NJ +-Bio: I.T +-GitHub: https://github.com/Bed3150n From 7c482be41c18d3f9e1fc79b8943d3bffd9b5ea49 Mon Sep 17 00:00:00 2001 From: Bed3150n <32499863+Bed3150n@users.noreply.github.com> Date: Mon, 9 Oct 2017 12:44:09 -0400 Subject: [PATCH 14/33] Add files via upload --- Ben Edelson | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Ben Edelson diff --git a/Ben Edelson b/Ben Edelson new file mode 100644 index 0000000000..e0c73c14b3 --- /dev/null +++ b/Ben Edelson @@ -0,0 +1,4 @@ +Ben Edelson +========== +Information Technology +2020 From 69eccf25a7f0350e3517a457c728f3b41358c62b Mon Sep 17 00:00:00 2001 From: Musa Barighzaai Date: Mon, 9 Oct 2017 12:55:30 -0400 Subject: [PATCH 15/33] added a hello world and appending name to contributors.md --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world_musa.js | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 scripts/hello_world_musa.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..274624544e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Musa Barighzaai](https://github.com/mbarighzaai) +- Place: Toronto, Canada +- Bio: Front End Developer +- GitHub: [mbarighzaai](https://github.com/mbarighzaai) \ No newline at end of file diff --git a/scripts/hello_world_musa.js b/scripts/hello_world_musa.js new file mode 100644 index 0000000000..d31c6a3f30 --- /dev/null +++ b/scripts/hello_world_musa.js @@ -0,0 +1,3 @@ +// appreciate this opportunity, this is my 2nd PR! <3 + +console.log(`Hello hacktober`); \ No newline at end of file From 77806f41b823faab9203a8194ce45215fb0e64fc Mon Sep 17 00:00:00 2001 From: dolibethestevez Date: Mon, 9 Oct 2017 13:03:56 -0400 Subject: [PATCH 16/33] Create hello_world_dolibethestevez.js --- scripts/hello_world_dolibethestevez.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_dolibethestevez.js diff --git a/scripts/hello_world_dolibethestevez.js b/scripts/hello_world_dolibethestevez.js new file mode 100644 index 0000000000..d45736aa72 --- /dev/null +++ b/scripts/hello_world_dolibethestevez.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Dolibeth Estevez +// GITHUB: https://github.com/dolibethestevez + +console.log('Hello, World!'); From 0b5829b40d8ea8e13cd42fb0961a7a703916307d Mon Sep 17 00:00:00 2001 From: Christopher Bradshaw Date: Mon, 9 Oct 2017 11:20:18 -0600 Subject: [PATCH 17/33] Added information for Christopher Bradshaw --- CONTRIBUTORS.md | 5 +++++ profiles/Christopher_Bradshaw.md | 31 +++++++++++++++++++++++++++++++ scripts/hello_world_kitsune7.js | 6 ++++++ 3 files changed, 42 insertions(+) create mode 100644 profiles/Christopher_Bradshaw.md create mode 100644 scripts/hello_world_kitsune7.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..226893d4a2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +### Name: [Christopher Bradshaw](https://github.com/kitsune7) +- Place: Provo, Utah, USA +- Bio: Computer Science Major / Web Developer / Dvorak Typist :P +- Github: [kitsune7](https://github.com/kitsune7) diff --git a/profiles/Christopher_Bradshaw.md b/profiles/Christopher_Bradshaw.md new file mode 100644 index 0000000000..cf939dabd1 --- /dev/null +++ b/profiles/Christopher_Bradshaw.md @@ -0,0 +1,31 @@ +# Christopher Bradshaw + +### Location + +Provo, Utah, USA + +### Academics + +Brigham Young University + +### Interests + +- Parkour +- Singing +- Art +- Foxes +- Japanese + +### Development + +- Contributed to FamilySearch +- Worked on several projects for companies with private repos + +### Projects + +- Everything has been on private repos for the mostpart... :'( +- But you can see some stuff on my linkedIn (https://www.linkedin.com/in/christophergbradshaw/) + +### Profile Link + +[Christopher Bradshaw](https://github.com/kitsune7) diff --git a/scripts/hello_world_kitsune7.js b/scripts/hello_world_kitsune7.js new file mode 100644 index 0000000000..667197619f --- /dev/null +++ b/scripts/hello_world_kitsune7.js @@ -0,0 +1,6 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Christopher Bradshaw +// GITHUB: https://github.com/kitsune7 + +console.log('Hello, World!') From 0a8be24539afbca0324a63ebaa46b8192d8e7f81 Mon Sep 17 00:00:00 2001 From: Christopher Bradshaw Date: Mon, 9 Oct 2017 11:32:33 -0600 Subject: [PATCH 18/33] Moved name in contributors to get branch to sync --- CONTRIBUTORS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 226893d4a2..8bc0ec8027 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,11 @@ - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) +#### Name: [Christopher Bradshaw](https://github.com/kitsune7) +- Place: Provo, UT, USA +- Bio: I love FOXES!!! :fox: +- GitHub: [kitsune7](https://github.com/kitsune7) + #### Name: [GABE DUNN](https://github.com/redxtech) - Place: Canada - Bio: I love VUE !! @@ -574,8 +579,3 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) - -### Name: [Christopher Bradshaw](https://github.com/kitsune7) -- Place: Provo, Utah, USA -- Bio: Computer Science Major / Web Developer / Dvorak Typist :P -- Github: [kitsune7](https://github.com/kitsune7) From 2e24e181fe5451c9a6237e6bb16ddf003e49cc1e Mon Sep 17 00:00:00 2001 From: Christopher Bradshaw Date: Mon, 9 Oct 2017 11:38:34 -0600 Subject: [PATCH 19/33] Moved zarnerz's hello world script --- hello_world_zarnerz.js => scripts/hello_world_zarnerz.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello_world_zarnerz.js => scripts/hello_world_zarnerz.js (100%) diff --git a/hello_world_zarnerz.js b/scripts/hello_world_zarnerz.js similarity index 100% rename from hello_world_zarnerz.js rename to scripts/hello_world_zarnerz.js From 5e403cbe91e48b0ca1a7fd471097a19db91d990f Mon Sep 17 00:00:00 2001 From: Fabrice Pomata Date: Mon, 9 Oct 2017 19:48:06 +0200 Subject: [PATCH 20/33] Created my profile page --- profiles/Lakston.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 profiles/Lakston.md diff --git a/profiles/Lakston.md b/profiles/Lakston.md new file mode 100644 index 0000000000..1b835c798a --- /dev/null +++ b/profiles/Lakston.md @@ -0,0 +1,19 @@ +# Lakston + +### Interests + +- Photography +- Calisthenics + +### Development + +- Angular +- React + +### Projects + +- [Photography portfolio](https://github.com/Lakston/Lakston) Photography portfolio developped with React and MobX. + +### Profile Link + +[Lakston](https://github.com/Lakston) From 6543b5705323b57516d9d1b79f961a61a0b729a3 Mon Sep 17 00:00:00 2001 From: cwhe Date: Mon, 9 Oct 2017 10:48:34 -0700 Subject: [PATCH 21/33] add hello world --- scripts/hello_world_cwhe.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_cwhe.js diff --git a/scripts/hello_world_cwhe.js b/scripts/hello_world_cwhe.js new file mode 100644 index 0000000000..69bcf1885b --- /dev/null +++ b/scripts/hello_world_cwhe.js @@ -0,0 +1,8 @@ +// Language: JavaScript +// Author: Christian Hernandez + +var sayHello = function() { + console.log('Hello, World!') +} + +sayHello(); From cec891e52b1de3adcdcd71f9c7394d86e92d9bc1 Mon Sep 17 00:00:00 2001 From: Fabrice Pomata Date: Mon, 9 Oct 2017 19:51:15 +0200 Subject: [PATCH 22/33] Added my name to contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..6e4f707b02 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Lakston](https://github.com/Lakston) +- Place: Toulouse, France +- Bio: Front-End Dev +- GitHub: [Lakston](https://github.com/Lakston) From fea6816d536122dc5e75a1a06731258c251996d6 Mon Sep 17 00:00:00 2001 From: Fabrice Pomata Date: Mon, 9 Oct 2017 19:54:55 +0200 Subject: [PATCH 23/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6e4f707b02..008d8a39ff 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,8 +574,3 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) - -#### Name: [Lakston](https://github.com/Lakston) -- Place: Toulouse, France -- Bio: Front-End Dev -- GitHub: [Lakston](https://github.com/Lakston) From 88f260bc6d97a61801fa4b2d01b250aa704fccc2 Mon Sep 17 00:00:00 2001 From: Fabrice Pomata Date: Mon, 9 Oct 2017 19:56:43 +0200 Subject: [PATCH 24/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..6e4f707b02 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Lakston](https://github.com/Lakston) +- Place: Toulouse, France +- Bio: Front-End Dev +- GitHub: [Lakston](https://github.com/Lakston) From 25fc5bdbba1c9ffd633c333dd1260dc84068c0c5 Mon Sep 17 00:00:00 2001 From: Will Barker Date: Mon, 9 Oct 2017 13:59:50 -0400 Subject: [PATCH 25/33] Will Barker --- CONTRIBUTORS.md | 5 +++++ profiles/Will_Barker.md | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 profiles/Will_Barker.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..24903175aa 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,8 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Will Barker](https://github.com/billwarker) +- Place: Toronto, Canada +- Bio: A guy who wants to improve the world through AI! +- GitHub: [Will Barker](https://github.com/billwarker) + diff --git a/profiles/Will_Barker.md b/profiles/Will_Barker.md new file mode 100644 index 0000000000..0abf2e8167 --- /dev/null +++ b/profiles/Will_Barker.md @@ -0,0 +1,27 @@ +# Will Barker + +### Academics + +- Graduated with a B.A. in Creative Industries at Ryerson University +- Autodidact: studying programming, machine learning, and math through online resources + +### Interests + +- Machine Learning/Deep Learning +- Data Analysis +- Product Development +- PYTHON PROGRAMMING! + +- Calisthenics +- Volleyball +- Film +- Videogames (Smash Bros, DotA, hopefully gonna buy a switch >:D) + +### Projects + +- [Bukowski Bot](https://github.com/billwarker/bukowski-bot-v2) Randomly generated poetry tweets in the style of Charles Bukowski +- [Dota 2 Analysis](https://github.com/billwarker/opendota-analysis) Exploratory Data Analysis of the 3647 games of Dota 2 I played from 2012-2017 + +### Profile Link + +[Will Barker](https://github.com/billwarker) \ No newline at end of file From dc6e834e44f09cc8e7ad527e9aeab70541417553 Mon Sep 17 00:00:00 2001 From: Fabrice Pomata Date: Mon, 9 Oct 2017 20:00:45 +0200 Subject: [PATCH 26/33] Hello world --- scripts/Hello_there.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/Hello_there.js diff --git a/scripts/Hello_there.js b/scripts/Hello_there.js new file mode 100644 index 0000000000..cd58970ba3 --- /dev/null +++ b/scripts/Hello_there.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Laks +// GITHUB: https://github.com/AliceWonderland + +console.log('Hello, World!'); From 731a8d0f72356628743d6b666b8ccdcb2f823ebe Mon Sep 17 00:00:00 2001 From: shobhit1997 Date: Mon, 9 Oct 2017 23:36:46 +0530 Subject: [PATCH 27/33] contribution and profile --- CONTRIBUTORS.md | 5 +++++ profiles/Shobhit_Agarwal.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 profiles/Shobhit_Agarwal.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..abbc827272 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -574,3 +574,8 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Shobhit Agarwal](https://github.com/shobhit1997) +- Place: JSSATE, NOIDA ,INDIA +- Bio: Student/Andriod Developer +- GitHub: [shobhit1997](https://github.com/shobhit1997) \ No newline at end of file diff --git a/profiles/Shobhit_Agarwal.md b/profiles/Shobhit_Agarwal.md new file mode 100644 index 0000000000..5d0d524b8c --- /dev/null +++ b/profiles/Shobhit_Agarwal.md @@ -0,0 +1,30 @@ +# Shobhit Agarwal + +### Location + +JSSATE, NOIDA, India + +### Academics + +Undergraduating in Computer Science from College of Engineering, JSSATE NOIDA. + +### Interests + +- Competitve Coding +- Android App Developmnt +- Travelling + +### Development + +- Working as a intern in eninov systems on hybrid app development. +- Love Creating Android utility apps and games + +### Projects + +- [QuizBox](https://github.com/shobhit1997/QuizBox.git) A quiz game with different features like buzzer round. +- [Tia Tac Toe](https://github.com/shobhit1997/Tic_Tac_Toe-Realtime-Multiplayer.git) A realtime multiplayer tic tac toe. + + +### Profile Link + +[Shobhit Agarwal](https://github.com/shobhit1997/) From ebf4ebde4a462d956fecc7c1581f67aa5284801c Mon Sep 17 00:00:00 2001 From: premprakashsingh Date: Mon, 9 Oct 2017 23:52:38 +0530 Subject: [PATCH 28/33] added my profile --- profiles/Premprakash_Singh.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/Premprakash_Singh.md diff --git a/profiles/Premprakash_Singh.md b/profiles/Premprakash_Singh.md new file mode 100644 index 0000000000..ab758f1378 --- /dev/null +++ b/profiles/Premprakash_Singh.md @@ -0,0 +1,26 @@ +# PremPrakash Singh + +### Location + +Mumbai, India + +### Academics + +BE in Computer Engineering from Rajiv Gandhi Institute of Technology, Mumbai + +### Interests + +- Programming, Reading, Listening Music and attending tech meetups. + +### Development + +- Inventor of MeetupBot for Slack + +### Projects + +- [MeetupBot for Slack](https://github.com/MeetupBotTeam/slack-meetup-bot) - +MeetupBot is a slack bot which gives you the list of meetups going on nearby your location. It's a slack bot built using Google Geocode API and Meetup API. It allows you to search for list of meetup events/groups nearby your location based on your interest. + +### Profile Link + +[PremPrakash Singh](https://github.com/PREMPRAKASHSINGH) From 42ff51ce4fecf8bf30914974fcc33c6b8d0d5c15 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 14:47:37 -0400 Subject: [PATCH 29/33] Update and rename Hello_there.js to Hello_world_lakston.js --- scripts/{Hello_there.js => Hello_world_lakston.js} | 1 - 1 file changed, 1 deletion(-) rename scripts/{Hello_there.js => Hello_world_lakston.js} (65%) diff --git a/scripts/Hello_there.js b/scripts/Hello_world_lakston.js similarity index 65% rename from scripts/Hello_there.js rename to scripts/Hello_world_lakston.js index cd58970ba3..471173b759 100644 --- a/scripts/Hello_there.js +++ b/scripts/Hello_world_lakston.js @@ -1,6 +1,5 @@ // LANGUAGE: Javascript // ENV: Node.js // AUTHOR: Laks -// GITHUB: https://github.com/AliceWonderland console.log('Hello, World!'); From 9dd82a7977091845170c1f1d4ed6efdadf6d01af Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 14:50:12 -0400 Subject: [PATCH 30/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8bc0ec8027..3db085e9c8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,11 +3,6 @@ - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) -#### Name: [Christopher Bradshaw](https://github.com/kitsune7) -- Place: Provo, UT, USA -- Bio: I love FOXES!!! :fox: -- GitHub: [kitsune7](https://github.com/kitsune7) - #### Name: [GABE DUNN](https://github.com/redxtech) - Place: Canada - Bio: I love VUE !! @@ -579,3 +574,23 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Lakston](https://github.com/Lakston) +- Place: Toulouse, France +- Bio: Front-End Dev +- GitHub: [Lakston](https://github.com/Lakston) + +#### Name: [Shobhit Agarwal](https://github.com/shobhit1997) +- Place: JSSATE, NOIDA ,INDIA +- Bio: Student/Andriod Developer +- GitHub: [shobhit1997](https://github.com/shobhit1997) + +#### Name: [Will Barker](https://github.com/billwarker) +- Place: Toronto, Canada +- Bio: A guy who wants to improve the world through AI! +- GitHub: [Will Barker](https://github.com/billwarker) + +#### Name: [Christopher Bradshaw](https://github.com/kitsune7) +- Place: Provo, UT, USA +- Bio: I love FOXES!!! :fox: +- GitHub: [kitsune7](https://github.com/kitsune7) From 435e65c8c9916b464470b24148047ec801319f28 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 14:54:08 -0400 Subject: [PATCH 31/33] Rename Ben Edelson to Ben_Edelson.md --- Ben Edelson => Ben_Edelson.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Ben Edelson => Ben_Edelson.md (100%) diff --git a/Ben Edelson b/Ben_Edelson.md similarity index 100% rename from Ben Edelson rename to Ben_Edelson.md From 54fc57f842979b716106ed43460c4a63a93a06ba Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 14:56:33 -0400 Subject: [PATCH 32/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e3bf58fad6..fb82efe816 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -575,10 +575,6 @@ s in Computer Science - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) -#### Name: [Ben Edelson] --Place: Newark NJ --Bio: I.T --GitHub: https://github.com/Bed31 #### Name: [Musa Barighzaai](https://github.com/mbarighzaai) - Place: Toronto, Canada - Bio: Front End Developer @@ -603,3 +599,8 @@ s in Computer Science - Place: Provo, UT, USA - Bio: I love FOXES!!! :fox: - GitHub: [kitsune7](https://github.com/kitsune7) + +#### Name: [Ben Edelson] +-Place: Newark NJ +-Bio: I.T +-GitHub: https://github.com/Bed3150n From 3995c40bd0c38a5c13fb43583590adbf3867ede4 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 14:59:00 -0400 Subject: [PATCH 33/33] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b8bb487d22..ec1c9c632c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,11 +3,6 @@ - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) -#### Name: [JOE SCHO](https://github.com/JoeScho) -- Place: London, UK -- Bio: I love guitar! -- GitHub: [JoeScho](https://github.com/JoeScho) - #### Name: [GABE DUNN](https://github.com/redxtech) - Place: Canada - Bio: I love VUE !! @@ -579,3 +574,43 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Allan Dorr](https://github.com/aldorr) +- Place: Hamburg, Germany +- Bio: Web Dev, Writer, Translator, Teacher +- GitHub: [aldorr](https://github.com/aldorr) + +#### Name: [Musa Barighzaai](https://github.com/mbarighzaai) +- Place: Toronto, Canada +- Bio: Front End Developer +- GitHub: [mbarighzaai](https://github.com/mbarighzaai) + +#### Name: [Lakston](https://github.com/Lakston) +- Place: Toulouse, France +- Bio: Front-End Dev +- GitHub: [Lakston](https://github.com/Lakston) + +#### Name: [Shobhit Agarwal](https://github.com/shobhit1997) +- Place: JSSATE, NOIDA ,INDIA +- Bio: Student/Andriod Developer +- GitHub: [shobhit1997](https://github.com/shobhit1997) + +#### Name: [Will Barker](https://github.com/billwarker) +- Place: Toronto, Canada +- Bio: A guy who wants to improve the world through AI! +- GitHub: [Will Barker](https://github.com/billwarker) + +#### Name: [Christopher Bradshaw](https://github.com/kitsune7) +- Place: Provo, UT, USA +- Bio: I love FOXES!!! :fox: +- GitHub: [kitsune7](https://github.com/kitsune7) + +#### Name: [Ben Edelson] +-Place: Newark NJ +-Bio: I.T +-GitHub: https://github.com/Bed3150n + +#### Name: [JOE SCHO](https://github.com/JoeScho) +- Place: London, UK +- Bio: I love guitar! +- GitHub: [JoeScho](https://github.com/JoeScho)