From 272d05a73036267f3eb0f3fceb050f3430925ad9 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 4 Oct 2017 23:16:52 -0400 Subject: [PATCH 001/531] add helloworld --- scripts/hello_world_alicewonderland.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_alicewonderland.js diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js new file mode 100644 index 0000000000..a1293d86eb --- /dev/null +++ b/scripts/hello_world_alicewonderland.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Alice Chuang +// GITHUB: https://github.com/AliceWonderland + +console.log('Hello, World!'); \ No newline at end of file From 23860113dd778140a6910951dbc146d1f807731e Mon Sep 17 00:00:00 2001 From: leahlang4d Date: Wed, 4 Oct 2017 20:24:19 -0700 Subject: [PATCH 002/531] commit message --- CONTRIBUTORS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 22b24014a0..ddb7fa496d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -53,4 +53,7 @@ - Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) - +#### Name: [Leah Langfrod](https://github.com/leahlang4d2) +- Place: CA, USA +- Bio: Recent Bachelors in Computer Science +- Github: [Leah Langford](https://github.com/leahlang4d2) From 8e3b79d0fd96eca0e9ed4c566dbb4a9c252528bd Mon Sep 17 00:00:00 2001 From: quatroka Date: Thu, 5 Oct 2017 00:33:31 -0300 Subject: [PATCH 003/531] added hello world task --- scripts/hello_world.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world.hs diff --git a/scripts/hello_world.hs b/scripts/hello_world.hs new file mode 100644 index 0000000000..950849f0a3 --- /dev/null +++ b/scripts/hello_world.hs @@ -0,0 +1,6 @@ +-- LANGUAGE: Haskell +-- ENV: GHCi +-- AUTHOR: Leonardo Santos Monteiro +-- GITHUB: https://github.com/quatroka + +main = putStrLn "Hello, World!" From 8b27196ccf753ed1b630bec9d991c4c4ae4aad37 Mon Sep 17 00:00:00 2001 From: Campion Fellin Date: Wed, 4 Oct 2017 21:04:02 -0700 Subject: [PATCH 004/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ab5a9ec1c4..5262e56ccd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -57,3 +57,8 @@ - Place: CA, USA - Bio: Recent Bachelors in Computer Science - Github: [Leah Langford](https://github.com/leahlang4d2) + +#### Name: [Campion Fellin](https://github.com/campionfellin) +- Place: Seattle, WA, USA +- Bio: I love open source and coffee! New grad looking for work! +- GitHub: [Campion Fellin](https://github.com/campionfellin) From 32cb89176a2760cc2e02ed4fa08c8c2b0608f720 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 00:04:24 -0400 Subject: [PATCH 005/531] added in fork sync link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 131e1f5522..f1383d5a8a 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ If someone has already created a file in the language of your choice, append you Here is a great tutorial for creating your first Pull Request by [Roshjan Jossey](https://github.com/Roshanjossey) [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) +Syncing a forl [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) + Keep your fork up-to-date [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435) Checkout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) From 6f183b00310ae4c709fa738a7b89799ca47f325e Mon Sep 17 00:00:00 2001 From: Eric Nord Date: Wed, 4 Oct 2017 21:06:30 -0700 Subject: [PATCH 006/531] Added my name to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ab5a9ec1c4..cee58b015c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -57,3 +57,8 @@ - Place: CA, USA - Bio: Recent Bachelors in Computer Science - Github: [Leah Langford](https://github.com/leahlang4d2) + +#### Name: [Eric Nor](https://github.com/thateric) +- Place: Lake Forest, CA, USA +- Bio: Multiple corgi owner and a Senior Software Developer +- Github: [Eric Nord](https://github.com/thateric) From 438bdb98fc568674f34e14e04f08ed95ccc30a78 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 00:12:30 -0400 Subject: [PATCH 007/531] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1383d5a8a..f18b696366 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ If someone has already created a file in the language of your choice, append you Here is a great tutorial for creating your first Pull Request by [Roshjan Jossey](https://github.com/Roshanjossey) [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) -Syncing a forl [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) +Syncing a fork [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) Keep your fork up-to-date [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435) From e51c93bfe59dea7d13fbdce9b883c9f197b0091a Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 09:47:51 +0530 Subject: [PATCH 008/531] Added Name --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ab5a9ec1c4..d63f35b5e3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -57,3 +57,9 @@ - Place: CA, USA - Bio: Recent Bachelors in Computer Science - Github: [Leah Langford](https://github.com/leahlang4d2) + +#### Name: [Niket Mishra](https://github.com/niketmishra) +- Place: New Delhi, Delhi, India +- Bio: B.Tech Student in Information Technology +- GitHub: [Niket Mishra](https://github.com/niketmishra) + From dcf13697972b5b5a910195cc470ba3eda45eadea Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 09:48:19 +0530 Subject: [PATCH 009/531] Added Profile --- profiles/Niket_Mishra.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 profiles/Niket_Mishra.md diff --git a/profiles/Niket_Mishra.md b/profiles/Niket_Mishra.md new file mode 100644 index 0000000000..7e28698f2b --- /dev/null +++ b/profiles/Niket_Mishra.md @@ -0,0 +1,24 @@ +# Niket Mishra + +### Academics + +- KIIT University (B.Tech) +- Tecnológico de Monterrey campus Querétaro + +### Interests + +- Competitive Coding +- Web Development +- Android Development +- Game Development using Unity + +### Projects + +- [Bingo Crunch](https://github.com/niketmishra/Bingo-Crunch-) Android game on classical bingo. +- [Run2Play](https://github.com/niketmishra/Run2play) PC game. +- Cross platform application + + +### Profile Link + +[Niket Mishra](https://github.com/niketmishra) \ No newline at end of file From cb2f362be556c98309efd6a4e3e1679e3b303d8c Mon Sep 17 00:00:00 2001 From: Shade Ruangwan Date: Thu, 5 Oct 2017 13:18:19 +0900 Subject: [PATCH 010/531] Add my name to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5262e56ccd..db4745aa78 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -62,3 +62,8 @@ - Place: Seattle, WA, USA - Bio: I love open source and coffee! New grad looking for work! - GitHub: [Campion Fellin](https://github.com/campionfellin) + +#### Name: [Shade Ruangwan](https://github.com/sruangwan) +- Place: Nara, Japan +- Bio: PhD student in Software Engineering +- Github: [Shade Ruangwan](https://github.com/sruangwan) From f72d8a745959401b0b0a24be47b374a40a432e46 Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 09:48:51 +0530 Subject: [PATCH 011/531] Hello world in scala --- scripts/HelloWorld.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/HelloWorld.scala diff --git a/scripts/HelloWorld.scala b/scripts/HelloWorld.scala new file mode 100644 index 0000000000..2fa1f2f50a --- /dev/null +++ b/scripts/HelloWorld.scala @@ -0,0 +1,8 @@ +object HelloWorld { + /* + * This will print 'Hello World' as the output + */ + def main(args: Array[String]) { + println("Hello, world!") // prints Hello World + } +} \ No newline at end of file From 051d68cd4fff837a992bfdebdf9d98603c5b74fe Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 00:20:22 -0400 Subject: [PATCH 012/531] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f18b696366..9429fc3a93 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ console.log('Hello, World!'); If someone has already created a file in the language of your choice, append your github username to the filename. Here is an example: `hello_world_alicewonderland.js` ## Reference Links -Here is a great tutorial for creating your first Pull Request by [Roshjan Jossey](https://github.com/Roshanjossey) +Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) Syncing a fork [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) From 472a77ca80b2e441f1f13b0fdf2c764a01cc0588 Mon Sep 17 00:00:00 2001 From: Michael Vinicio Date: Wed, 4 Oct 2017 22:32:24 -0600 Subject: [PATCH 013/531] =?UTF-8?q?Update=20CONTRIBUTORS.md=20=C2=A1puravi?= =?UTF-8?q?da!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad49d8e95d..115a5e1dfa 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -72,3 +72,8 @@ - Place: New Delhi, Delhi, India - Bio: B.Tech Student in Information Technology - GitHub: [Niket Mishra](https://github.com/niketmishra) + +#### Name: [Michael Rodriguez](https://github.com/vinird) +- Place: Alajuea, Alajuela, Costa Rica +- Bio: Web dev adn graphic designer +- GitHub: [vinird](https://github.com/vinird) From 1f029f05fc6586dc8b951b1740d418b459b20b4b Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Wed, 4 Oct 2017 21:37:41 -0700 Subject: [PATCH 014/531] Update CONTRIBUTORS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding myself to contributors in the spirit of hacktoberfest ♥ ♥ ♥ --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad49d8e95d..7139451c1b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -72,3 +72,8 @@ - Place: New Delhi, Delhi, India - Bio: B.Tech Student in Information Technology - GitHub: [Niket Mishra](https://github.com/niketmishra) + +#### Name: [Evan Culver](https://github.com/eculver) +- Place: San Francisco, CA, USA +- Bio: I work at Uber on data storage, tooling and OOS - checkout [our work](https://github.com/uber-go/dosa)! +- GitHub: [Evan Culver](https://github.com/eculver) From 5aa5cf564a36f02c25b76725e6c831b9133518e4 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 00:49:30 -0400 Subject: [PATCH 015/531] correcting instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9429fc3a93..51d2e1a08f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Add a script to the `scripts` directory in any language of your choice! Here is console.log('Hello, World!'); ``` -If someone has already created a file in the language of your choice, append your github username to the filename. Here is an example: `hello_world_alicewonderland.js` +If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: `hello_world_alicewonderland.js` ## Reference Links Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) From 2fc991a69e207226f90e1ac5d30fb43c53b97ed8 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 00:59:37 -0400 Subject: [PATCH 016/531] add links to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51d2e1a08f..028e2948bc 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This is a Public Repository open to all members of the GitHub Community. Any mem ## What is Hacktoberfest? -A month-long celebration from October 1st - 31st to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community. +A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community. -Here is an example of a HacktoberFest contest from DigitalOcean - [https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/). +[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/). ## How Contribute to This Project From f9a982a4945ce671c826c97a9c1cb65ef02c67b1 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:02:34 -0400 Subject: [PATCH 017/531] add link to hfest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 028e2948bc..8c385572fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Use this project to make your first contribution to an open source project on GitHub. Practice making your first Pull Request to a public repository before doing the real thing! -Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project. +Celebrate [HacktoberFest](https://hacktoberfest.digitalocean.com/) by getting involved in the Open Source Community by completing some simple tasks in this project. This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator. From 8670e9bec9499010d866748d1413ff77298a18e2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:09:20 -0400 Subject: [PATCH 018/531] adding reference links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c385572fa..ff14ccee7e 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,11 @@ If a file in the language of your choice already exists, create a new one with y Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) -Syncing a fork [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) +Managing your Forked Repo [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/) -Keep your fork up-to-date [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435) +Syncing a Fork [https://help.github.com/articles/syncing-a-fork/](https://help.github.com/articles/syncing-a-fork/) + +Keep Your Fork Synced [https://gist.github.com/CristinaSolana/1885435](https://gist.github.com/CristinaSolana/1885435) Checkout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) From 8de55ea29fa3235f8b4e93d281118d7711e3e35e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:11:20 -0400 Subject: [PATCH 019/531] fix to branchname --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff14ccee7e..858a656f94 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ git clone https://github.com/your-username/hacktoberfest.git ``` * Create a branch ```markdown -git checkout -b add-your-name +git checkout -b branch-name ``` * Make your changes (Choose from any task below) * Merge the latest from Master, resolve any conflicts From adb44b8a02ee83e032b81df9367c177bed6b241e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:15:48 -0400 Subject: [PATCH 020/531] edit --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 858a656f94..37d000fa1d 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,7 @@ git clone https://github.com/your-username/hacktoberfest.git git checkout -b branch-name ``` * Make your changes (Choose from any task below) -* Merge the latest from Master, resolve any conflicts -```markdown -git remote add upstream https://github.com/AliceWonderland/hacktoberfest.git -git fetch upstream -git pull upstream master -``` +* When changes are complete, sync your fork (See here for how-to - [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) * Commit and Push ```markdown git add . From 4d831830cff993be6391d37102112202e31447df Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 10:47:33 +0530 Subject: [PATCH 021/531] Hello World program in C# --- scripts/HelloWorld.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scripts/HelloWorld.cs diff --git a/scripts/HelloWorld.cs b/scripts/HelloWorld.cs new file mode 100644 index 0000000000..c5943397a4 --- /dev/null +++ b/scripts/HelloWorld.cs @@ -0,0 +1,20 @@ +/** +* LANGUAGE: C# +* AUTHOR: Niket Mishra +* GITHUB: https://github.com/niketmishra**/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace ConsoleApplication1 +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello, world!"); + Console.ReadLine(); + } + } +} \ No newline at end of file From 193f16d8fb0bd1827ce91fe5e5e6cf2683d88f1e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:18:06 -0400 Subject: [PATCH 022/531] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d000fa1d..6fedf2797c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ git clone https://github.com/your-username/hacktoberfest.git git checkout -b branch-name ``` * Make your changes (Choose from any task below) -* When changes are complete, sync your fork (See here for how-to - [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) +* When changes are complete, sync your fork (How-to [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) * Commit and Push ```markdown git add . From 961d5a425da149ab039b4d6b172fbb7c6300521b Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 01:19:19 -0400 Subject: [PATCH 023/531] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fedf2797c..0321936ece 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ git clone https://github.com/your-username/hacktoberfest.git git checkout -b branch-name ``` * Make your changes (Choose from any task below) -* When changes are complete, sync your fork (How-to [https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) +* When changes are complete, sync your fork ([https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) * Commit and Push ```markdown git add . From b473013a938e0ced02480af1d5bd572ba96e43a6 Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 10:57:57 +0530 Subject: [PATCH 024/531] Hello world in D language --- scripts/HelloWorld.d | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/HelloWorld.d diff --git a/scripts/HelloWorld.d b/scripts/HelloWorld.d new file mode 100644 index 0000000000..43a4d19d04 --- /dev/null +++ b/scripts/HelloWorld.d @@ -0,0 +1,12 @@ +/** +* LANGUAGE: D +* AUTHOR: Niket Mishra +* GITHUB: https://github.com/niketmishra**/ + + import std.c.stdio; + + int main(char[][] args) + { + printf("Hello, World!\n"); + return 0 + } \ No newline at end of file From bd036280396199ddb939863891182876c1ccb3a8 Mon Sep 17 00:00:00 2001 From: Niket Mishra Date: Thu, 5 Oct 2017 11:07:18 +0530 Subject: [PATCH 025/531] Hello World in pascal --- scripts/HelloWorld.pas | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/HelloWorld.pas diff --git a/scripts/HelloWorld.pas b/scripts/HelloWorld.pas new file mode 100644 index 0000000000..444feeb30e --- /dev/null +++ b/scripts/HelloWorld.pas @@ -0,0 +1,10 @@ +/** +* LANGUAGE: pascal +* AUTHOR: Niket Mishra +* GITHUB: https://github.com/niketmishra**/ + +Hello World program HelloWorld; + + begin + writeln('Hello World'); + end. \ No newline at end of file From fc5170c997d9fbf297e5088b2dcb096717bdc0f1 Mon Sep 17 00:00:00 2001 From: far3 Date: Wed, 4 Oct 2017 23:55:19 -0600 Subject: [PATCH 026/531] Add contibutor --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad4e04c158..be9f57313a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -87,3 +87,8 @@ - Place: San Francisco, CA, USA - Bio: I work at Uber on data storage, tooling and OOS - checkout [our work](https://github.com/uber-go/dosa)! - GitHub: [Evan Culver](https://github.com/eculver) + +#### Name: [Franklyn Roth](https://github.com/far3) +- Place: Boulder, CO, USA +- Bio: I am a web developer working on finance sites. Specialize in accessibility. +- GitHub: [Franklyn Roth](https://github.com/far3) From c72984586c6153c24b2944f2fa853c540d9da980 Mon Sep 17 00:00:00 2001 From: Karthick Thoppe Date: Thu, 5 Oct 2017 07:01:39 +0100 Subject: [PATCH 027/531] Added Karthick to the Contributors list --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad4e04c158..b6f3e1732a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -87,3 +87,8 @@ - Place: San Francisco, CA, USA - Bio: I work at Uber on data storage, tooling and OOS - checkout [our work](https://github.com/uber-go/dosa)! - GitHub: [Evan Culver](https://github.com/eculver) + +#### Name: [Karthick Thoppe](https://github.com/karthicktv) +- Place: Dublin, Ireland +- Bio: I am a Solution Architect and work for a large SaaS organization +- GitHub: [Karthick Thoppe](https://github.com/karthicktv) From 45563edf663049fee5a041b9c8df628405fdf58b Mon Sep 17 00:00:00 2001 From: kensupermen Date: Thu, 5 Oct 2017 13:35:07 +0700 Subject: [PATCH 028/531] Add kensupermen profile --- CONTRIBUTORS.md | 6 ++++++ profiles/Vo_Tan_Tho.md | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 profiles/Vo_Tan_Tho.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ad4e04c158..a67530da55 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -87,3 +87,9 @@ - Place: San Francisco, CA, USA - Bio: I work at Uber on data storage, tooling and OOS - checkout [our work](https://github.com/uber-go/dosa)! - GitHub: [Evan Culver](https://github.com/eculver) + +#### Name: [Vo Tan Tho](https://github.com/kensupermen) +- Place: Ho Chi Minh City, VietNam +- Bio: I'm Software Engineer at Dinosys +- GitHub: [Ken Supermen](https://github.com/kensupermen) + diff --git a/profiles/Vo_Tan_Tho.md b/profiles/Vo_Tan_Tho.md new file mode 100644 index 0000000000..89684192df --- /dev/null +++ b/profiles/Vo_Tan_Tho.md @@ -0,0 +1,18 @@ +# Vo Tan Tho + +### Academics + +- College at Hutech University + +### Interests + +- Web Development +- Machine Learning + +### Projects + +- [Stock Chart](https://github.com/kensupermen/stock_chart) suggests trades when and which stocks to buy or sell(only for Vietnam) + +### Profile Link + +[Vo Tan Tho](https://github.com/kensupermen) From 724a9921c399d59de1a79526273dd39be836cd34 Mon Sep 17 00:00:00 2001 From: Brane Date: Thu, 5 Oct 2017 09:52:06 +0300 Subject: [PATCH 029/531] Add hello world Windows batch script. --- scripts/HelloWorld.cmd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 scripts/HelloWorld.cmd diff --git a/scripts/HelloWorld.cmd b/scripts/HelloWorld.cmd new file mode 100644 index 0000000000..74801f218a --- /dev/null +++ b/scripts/HelloWorld.cmd @@ -0,0 +1,31 @@ +:: Comments start with double colons. + +:: In a Windows barch script, every command that you give is echoed (displayed +:: in the command line window) before executing. This behaviour can be changed +:: with the ECHO OFF and ECHO ON commands (case-insensitive) which respectively +:: turns off or on this feature. +:: +:: In this case, we want to turn of command echoeing in order to reduce clutter +:: in the displayed messages, and only show the relevant messages. +:: +:: But at the moment our command echoing setting is on and so our ECHO OFF +:: command itself would be echoed. To prevent this, we add an @ character before +:: the command. This prevents that single command to be echoed. +@ECHO OFF + +:: ECHO is also the command to display a message. In order to display a message +:: you simply specify that message after the ECHO command. +ECHO Hello, World! + +:: If a Windows batch script is executed from the shell and creates its own +:: command line window, that window is auto-closes after the execution of the +:: script. +:: +:: In this case, that would be so fast that it would not be possible to see the +:: "Hello, World!" message. In order to prevent this, we want to pause the +:: execution of the script righ before it completes, so that the command line +:: window would stay open for our message to be seen. +:: +:: PAUSE command suspends processing of a batch program and displays a message +:: prompting the user to press any key to continue. +PAUSE \ No newline at end of file From 482b4a11061b81a3d8e28fa5fc79ff42769c40b5 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 03:04:56 -0400 Subject: [PATCH 030/531] add readme and profile --- README.md | 10 +++++++--- profiles/Alice_Chuang.md | 7 ++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0321936ece..8a2c92037d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ git push origin branch-name * __Star this repository__ if you had fun! ## Choose From These Tasks -### Add Your Name +### 1. Add Your Name Add your name to the `CONTRIBUTORS.md` file using the below convention: ```markdown @@ -58,12 +58,16 @@ Add your name to the `CONTRIBUTORS.md` file using the below convention: - GitHub: [Your Name](GitHub Link) ``` -### Add a Profile Page +### 2. Add a Profile Page Add a `Your_Name.md` file to the `profiles` directory. Use any combination of content and markdown you'd like. Here is an example: ```markdown # Your Name +### Location + +Your City/Country + ### Academics Your School @@ -85,7 +89,7 @@ Your School [Your Name](GitHub Link) ``` -### Create a `Hello, World!` Script +### 3. Create a `Hello, World!` Script Add a script to the `scripts` directory in any language of your choice! Here is an example: ```Javascript diff --git a/profiles/Alice_Chuang.md b/profiles/Alice_Chuang.md index f46d27ece6..786ff22ee5 100644 --- a/profiles/Alice_Chuang.md +++ b/profiles/Alice_Chuang.md @@ -1,5 +1,9 @@ # Alice Chuang +### Location + +New York City, NY, USA + ### Academics Undergraduate in B.A. (Management Information Systems) from Babson College @@ -17,11 +21,8 @@ Undergraduate in B.A. (Management Information Systems) from Babson College - Frontend UI Engineer, Fullstack Software Engineer - - ### Projects - - [SLYDV](https://github.com/EvilDeds/slydv) A presentation slide-creation tool for Developers - [GIPHY Meme Generator](https://github.com/AliceWonderland/giphy-meme) A desktop app lets you create your own custom memes. Built using Electron and GIPHY API From 449a133dbfa7e09ba2b860d0265a1ea98819d2c3 Mon Sep 17 00:00:00 2001 From: Brane Date: Thu, 5 Oct 2017 10:10:47 +0300 Subject: [PATCH 031/531] Add Brane to contributors list. --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9facdb377f..6dc5c79159 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -103,3 +103,8 @@ - Bio: I am a Solution Architect and work for a large SaaS organization - GitHub: [Karthick Thoppe](https://github.com/karthicktv) +#### Name: [Brane](https://github.com/brane) +- Place: Turkey +- Bio: I am a caffeine based artificial life form. +- GitHub: [Brane](https://github.com/brane) + From 83c70b039f4a57502320283723f5d42dc24ab88e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 03:16:04 -0400 Subject: [PATCH 032/531] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2c92037d..df9cb3c9a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is a Public Repository open to all members of the GitHub Community. Any mem ## What is Hacktoberfest? A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community. -[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/). +[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/) ## How Contribute to This Project From 2cb006d792010a69a18549f6a1c7e32a934b6576 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 03:28:24 -0400 Subject: [PATCH 033/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6dc5c79159..69e5cff9dd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,6 +1,6 @@ #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA -- Bio: I love DOGS! And Knitting, Sewing, Crochet, and Food! +- Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) #### Name: [GABE DUNN](https://github.com/redxtech) From e11b80095efae50252c9c2c36ec1b07baa3bf7ba Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Thu, 5 Oct 2017 13:06:30 +0530 Subject: [PATCH 034/531] Added contributor, Ishan Jain --- CONTRIBUTORS.md | 4 ++++ profiles/Ishan_Jain.md | 33 +++++++++++++++++++++++++++++++++ scripts/hello_world.rs | 3 +++ 3 files changed, 40 insertions(+) create mode 100644 profiles/Ishan_Jain.md create mode 100644 scripts/hello_world.rs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 69e5cff9dd..4f9e340637 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -108,3 +108,7 @@ - Bio: I am a caffeine based artificial life form. - GitHub: [Brane](https://github.com/brane) +#### Name: [Ishan Jain](https://github.com/ishanjain28) +- Place: Roorkee, Uttrakhand, India +- Bio: I love working with Images, Crypto, Networking and opengl, Work as a Backend Engineer in Go. Also, Love Rust!. +- Github: [Ishan Jain](https://github.com/ishanjain28) diff --git a/profiles/Ishan_Jain.md b/profiles/Ishan_Jain.md new file mode 100644 index 0000000000..4c302243f1 --- /dev/null +++ b/profiles/Ishan_Jain.md @@ -0,0 +1,33 @@ +# Ishan Jain + +### Location + +Roorkee, Uttarakhand, India + +### Academics + +Undergraduating in Computer Science from College of Engineering, Roorkee. + +### Interests + +- Crypto +- Image Processing +- Networking +- Bicycling +- Travelling(Not that much) + +### Development + +- I've worked as a Part time Backend Engineer and in Devops role at clonefolio.com, jinswara.com and few more websites. +- Love Creating APIs and Bots + +### Projects + +- [Pluto](https://github.com/ishanjain28/pluto) A fast Multipart File Downloader +- [imgur-bot](https://github.com/ishanjain28/imgur-bot) A imgur bot, that lets you sign in and upload images to imgur.com from Telegram. + +A partially complete list can be found [here](https://ishanjain.me/projects/projects/). + +### Profile Link + +[Ishan Jain](https://github.com/ishanjain28/) diff --git a/scripts/hello_world.rs b/scripts/hello_world.rs new file mode 100644 index 0000000000..0672e51067 --- /dev/null +++ b/scripts/hello_world.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, World!"); +} From ec4137a638bad1e9968a93f835d85275cd8a7a0e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 03:53:50 -0400 Subject: [PATCH 035/531] instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df9cb3c9a0..0b6ea2a1b1 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ console.log('Hello, World!'); If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: `hello_world_alicewonderland.js` +Don't forget to include your comments as seen above. Feel free to include any additional information about the lanuage you chose in your comments too! + ## Reference Links Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) [https://github.com/Roshanjossey/first-contributions](https://github.com/Roshanjossey/first-contributions) From 240b14634f3b38c301b5e7204ae51636e22b1e3c Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Thu, 5 Oct 2017 13:25:40 +0530 Subject: [PATCH 036/531] Added meta in hello_world.rs --- scripts/hello_world.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/hello_world.rs b/scripts/hello_world.rs index 0672e51067..b4259aa3df 100644 --- a/scripts/hello_world.rs +++ b/scripts/hello_world.rs @@ -1,3 +1,6 @@ +// LANGUAGE: Rust +// AUTHOR: Ishan Jain +// GITHUB: https://github.com/ishanjain28/ fn main() { println!("Hello, World!"); } From f63b1a4d6db86269c4f75b8d15cc5793d4fee177 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 03:57:06 -0400 Subject: [PATCH 037/531] links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6ea2a1b1..781eab7b70 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ console.log('Hello, World!'); If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: `hello_world_alicewonderland.js` -Don't forget to include your comments as seen above. Feel free to include any additional information about the lanuage you chose in your comments too! +Don't forget to include the comments as seen above. Feel free to include any additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. ## Reference Links Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) From 02cf07c72b475dc752c29e2ef6f1dbfea4296cd0 Mon Sep 17 00:00:00 2001 From: Brane Date: Thu, 5 Oct 2017 11:28:36 +0300 Subject: [PATCH 038/531] Fix typos in hello world Windows batch file example. --- scripts/HelloWorld.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/HelloWorld.cmd b/scripts/HelloWorld.cmd index 74801f218a..a2a7c2f4bb 100644 --- a/scripts/HelloWorld.cmd +++ b/scripts/HelloWorld.cmd @@ -1,11 +1,11 @@ :: Comments start with double colons. -:: In a Windows barch script, every command that you give is echoed (displayed +:: In a Windows batch script, every command that you give is echoed (displayed :: in the command line window) before executing. This behaviour can be changed :: with the ECHO OFF and ECHO ON commands (case-insensitive) which respectively :: turns off or on this feature. :: -:: In this case, we want to turn of command echoeing in order to reduce clutter +:: In this case, we want to turn of command echoing in order to reduce clutter :: in the displayed messages, and only show the relevant messages. :: :: But at the moment our command echoing setting is on and so our ECHO OFF @@ -18,12 +18,12 @@ ECHO Hello, World! :: If a Windows batch script is executed from the shell and creates its own -:: command line window, that window is auto-closes after the execution of the +:: command line window, that window auto-closes after the execution of the :: script. :: :: In this case, that would be so fast that it would not be possible to see the :: "Hello, World!" message. In order to prevent this, we want to pause the -:: execution of the script righ before it completes, so that the command line +:: execution of the script right before it completes, so that the command line :: window would stay open for our message to be seen. :: :: PAUSE command suspends processing of a batch program and displays a message From f5ba9c3da34e0b675fc1e2663fd2b03f5606b988 Mon Sep 17 00:00:00 2001 From: JonasWG Date: Thu, 5 Oct 2017 11:05:31 +0200 Subject: [PATCH 039/531] Crystal Lang hello world --- hello_world.cr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello_world.cr diff --git a/hello_world.cr b/hello_world.cr new file mode 100644 index 0000000000..d93482712d --- /dev/null +++ b/hello_world.cr @@ -0,0 +1,5 @@ +// LANGUAGE: Crystal Lang +// AUTHOR: Jonas Gohn +// GITHUB: https://github.com/JonasWG + +puts "Hello world!" From f378260fcae99da5036d250fcf72cbdfec204233 Mon Sep 17 00:00:00 2001 From: JonasWG Date: Thu, 5 Oct 2017 11:09:21 +0200 Subject: [PATCH 040/531] fixed path --- hello_world.cr => scripts/hello_world.cr | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello_world.cr => scripts/hello_world.cr (100%) diff --git a/hello_world.cr b/scripts/hello_world.cr similarity index 100% rename from hello_world.cr rename to scripts/hello_world.cr From e8a5f1ccad2195a386c43feb9883d20d4a1c8db3 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:10:33 -0400 Subject: [PATCH 041/531] added in js script --- scripts/hello_world_alicewonderland.js | 38 +++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js index a1293d86eb..184f90fdf9 100644 --- a/scripts/hello_world_alicewonderland.js +++ b/scripts/hello_world_alicewonderland.js @@ -2,5 +2,41 @@ // ENV: Node.js // AUTHOR: Alice Chuang // GITHUB: https://github.com/AliceWonderland +// LINK: http://es6-features.org/ -console.log('Hello, World!'); \ No newline at end of file +/* + +This hello world uses Javascript Objects and Classes. Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. + +Written in ES5 and ES6 versions of Javascript. Comment out one version before running. + +*/ + +// Javascript ES5 +var Person = function(name,location){ + this.name = name; + this.place = location; +} + +Person.prototype.greeting = function(name){ + name = (name) ? name : this.name; + var str = "Hello, World! by " + name; + console.log(str); + return str; +} + +// Javascript ES6 +class Person { + constructor (name='Anyonymous', location='USA') { + this.name = name; + this.place = location; + } + greeting (name=this.name) { + let str = "Hello, World! by " + name; + console.log(str); + return str; + } +} + +var myself = new Person('Alice','NYC'); +myself.greeting(); \ No newline at end of file From a464355c4900daa31ead1b3f5cb338400994224f Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:12:45 -0400 Subject: [PATCH 042/531] format comments --- scripts/hello_world_alicewonderland.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js index 184f90fdf9..cbb9bb6ee2 100644 --- a/scripts/hello_world_alicewonderland.js +++ b/scripts/hello_world_alicewonderland.js @@ -4,13 +4,10 @@ // GITHUB: https://github.com/AliceWonderland // LINK: http://es6-features.org/ -/* +// This hello world uses Javascript Objects and Classes. +// Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. +// Written in ES5 and ES6 versions of Javascript. Comment out one of the versions before running. -This hello world uses Javascript Objects and Classes. Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. - -Written in ES5 and ES6 versions of Javascript. Comment out one version before running. - -*/ // Javascript ES5 var Person = function(name,location){ From bb415a10f59b54ac3218f70ea9b85508bf5c031a Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:16:33 -0400 Subject: [PATCH 043/531] comments to js --- scripts/hello_world_alicewonderland.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js index cbb9bb6ee2..7b0d97c086 100644 --- a/scripts/hello_world_alicewonderland.js +++ b/scripts/hello_world_alicewonderland.js @@ -7,6 +7,7 @@ // This hello world uses Javascript Objects and Classes. // Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. // Written in ES5 and ES6 versions of Javascript. Comment out one of the versions before running. +// Try it for yourself here, https://repl.it/MIOm/1 // Javascript ES5 From 27c7ffc33f105e5ea7d8c12438be59be486d3346 Mon Sep 17 00:00:00 2001 From: Anupam Dagar Date: Thu, 5 Oct 2017 14:47:44 +0530 Subject: [PATCH 044/531] added Anupam Dagar to CONTRIBUTORS.md --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 69e5cff9dd..a6975b888f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -108,3 +108,7 @@ - Bio: I am a caffeine based artificial life form. - GitHub: [Brane](https://github.com/brane) +#### Name: [Anupam Dagar](https://github.com/Anupam-dagar) +- Place: Allahabad, India +- Bio: I am like a code currently in development. +- GitHub: [Anupam Dagar](https://github.com/Anupam-dagar) From 13b042e138e4aa36032a1cf3621938721f8a710a Mon Sep 17 00:00:00 2001 From: Anupam Dagar Date: Thu, 5 Oct 2017 14:52:55 +0530 Subject: [PATCH 045/531] Create Anupam_dagar.md --- profiles/Anupam_dagar.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Anupam_dagar.md diff --git a/profiles/Anupam_dagar.md b/profiles/Anupam_dagar.md new file mode 100644 index 0000000000..c57826e8b2 --- /dev/null +++ b/profiles/Anupam_dagar.md @@ -0,0 +1,27 @@ +# Anupam Dagar + +### Location + +India + +### Academics + +Indian Institute of Information Technology Allahabad (IIIT Allahabad) + +### Interests + +- Counter Strike +- Movies +- Contributing to open source projects + +### Development + +- Full stack developer and competitive coder. + +### Projects + +- [HoxNox - Portfolios Made Easy](https://github.com/Anupam-dagar/Portfolio-Generator) HoxNox is a simple 3 step portfolio generator built using Django. + +### Profile Link + +[Anupam Dagar](https://github.com/Anupam-dagar) From 3b54bc122054ffffd5739cd374a0d04df061a2e0 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:24:11 -0400 Subject: [PATCH 046/531] js file --- scripts/hello_world_alicewonderland.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js index 7b0d97c086..ae9f4789e4 100644 --- a/scripts/hello_world_alicewonderland.js +++ b/scripts/hello_world_alicewonderland.js @@ -7,13 +7,13 @@ // This hello world uses Javascript Objects and Classes. // Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. // Written in ES5 and ES6 versions of Javascript. Comment out one of the versions before running. -// Try it for yourself here, https://repl.it/MIOm/1 +// Try it for yourself here, https://repl.it/MIOm/11 // Javascript ES5 var Person = function(name,location){ - this.name = name; - this.place = location; + this.name = (name) ? name : "Anyonymous"; + this.place = (location) ? location : "USA"; } Person.prototype.greeting = function(name){ From 50dfcfbbc684affc6e68265399e0a4f29c8304ea Mon Sep 17 00:00:00 2001 From: agnieszka-miszkurka Date: Thu, 5 Oct 2017 11:24:54 +0200 Subject: [PATCH 047/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2d06b06e09..30754dd916 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,5 @@ + + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! And Knitting, Sewing, Crochet, and Food! @@ -53,4 +55,8 @@ - Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) - +Add your name to the CONTRIBUTORS.md file using the below convention: +#### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) +- Place: Poland +- Bio: second year Computer Science Student, in love with NYC <3 +- GitHub: [agnieszka-miszkurka](https://github.com/agnieszka-miszkurka) From e87c5d8d94691529562585d5444f8b8a650f1973 Mon Sep 17 00:00:00 2001 From: Anupam Dagar Date: Thu, 5 Oct 2017 14:56:19 +0530 Subject: [PATCH 048/531] Create hello_world_Anupam_dagar.md --- scripts/hello_world_Anupam_dagar.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/hello_world_Anupam_dagar.md diff --git a/scripts/hello_world_Anupam_dagar.md b/scripts/hello_world_Anupam_dagar.md new file mode 100644 index 0000000000..0cd27f38d6 --- /dev/null +++ b/scripts/hello_world_Anupam_dagar.md @@ -0,0 +1,10 @@ +//Language: C++ +//AUTHOR: Anupam Dagar +//GITHUB: https://github.com/Anupam-dagar + +#include +int main() +{ + cout << "Hello World!" << endl; + return 0; +} From 7b526c3c70b34774a16302ef39128f3553dea84d Mon Sep 17 00:00:00 2001 From: agnieszka-miszkurka Date: Thu, 5 Oct 2017 11:29:16 +0200 Subject: [PATCH 049/531] Create Agnieszka_Miszkurka --- profiles/Agnieszka_Miszkurka | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/Agnieszka_Miszkurka diff --git a/profiles/Agnieszka_Miszkurka b/profiles/Agnieszka_Miszkurka new file mode 100644 index 0000000000..f7f0e4686a --- /dev/null +++ b/profiles/Agnieszka_Miszkurka @@ -0,0 +1,5 @@ +Agnieszka Miszkurka +====== + +### Computer Science Student +2016-Current From 26ad83ee1a1ed9c2ca966eeb8a87c739bc9c0008 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:34:20 -0400 Subject: [PATCH 050/531] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781eab7b70..d2f65091fa 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,9 @@ console.log('Hello, World!'); If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: `hello_world_alicewonderland.js` -Don't forget to include the comments as seen above. Feel free to include any additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. +Don't forget to include the comments as seen above. Feel free to include additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. + +[hello_world_alicewonderland.js](https://github.com/AliceWonderland/hacktoberfest/blob/master/scripts/hello_world_alicewonderland.js) ## Reference Links Here is a great tutorial for creating your first Pull Request by [Roshan Jossey](https://github.com/Roshanjossey) From 3f62fb2b7da3d142138c480ff4559add06223072 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 5 Oct 2017 12:48:00 +0300 Subject: [PATCH 051/531] PHP Hello World --- scripts/hello_world_nikitaseliverstov.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/hello_world_nikitaseliverstov.php diff --git a/scripts/hello_world_nikitaseliverstov.php b/scripts/hello_world_nikitaseliverstov.php new file mode 100644 index 0000000000..41db8acf62 --- /dev/null +++ b/scripts/hello_world_nikitaseliverstov.php @@ -0,0 +1,9 @@ + \ No newline at end of file From 8d8727528947e9c49f735a065d28faf93f4cc308 Mon Sep 17 00:00:00 2001 From: SIlvertongueZA Date: Thu, 5 Oct 2017 11:52:52 +0200 Subject: [PATCH 052/531] Added hello_world.asm --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world.asm | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 scripts/hello_world.asm diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a2e9eee1e..69a936ca7c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -117,3 +117,8 @@ - Place: Allahabad, India - Bio: I am like a code currently in development. - GitHub: [Anupam Dagar](https://github.com/Anupam-dagar) + +#### Name: [Phil](https://github.com/bitbrain-za) +- Place: South Africa +- Bio: Avid Tinkerer +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file diff --git a/scripts/hello_world.asm b/scripts/hello_world.asm new file mode 100644 index 0000000000..16c4e0aa17 --- /dev/null +++ b/scripts/hello_world.asm @@ -0,0 +1,22 @@ +;Hello world linux assembly for i386 +;$nasm -f elf hello.asm #to produce the object file +;$ld -s -o hello hello.o #to produce an executable + +section .text +global _start ;must be declared for linker (ld) + +_start: ;tell linker entry point + + mov edx,len ;message length + mov ecx,msg ;message to write + mov ebx,1 ;file descriptor (stdout) + mov eax,4 ;system call number (sys_write) + int 0x80 ;call kernel + + mov eax,1 ;system call number (sys_exit) + int 0x80 ;call kernel + +section .data + +msg db 'Hello, world!',0xa ;our dear string +len equ $ - msg ;length of our dear string \ No newline at end of file From 66149c6a0fd630bf003f926e9e4ab7b3b8c28a2b Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 05:53:25 -0400 Subject: [PATCH 053/531] removed sync --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d2f65091fa..4c790a2de0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ git clone https://github.com/your-username/hacktoberfest.git git checkout -b branch-name ``` * Make your changes (Choose from any task below) -* When changes are complete, sync your fork ([https://help.github.com/articles/fork-a-repo/](https://help.github.com/articles/fork-a-repo/)) * Commit and Push ```markdown git add . From eb2fd0f21eee362a92f15146828901a37fcda535 Mon Sep 17 00:00:00 2001 From: Brian Richards Date: Thu, 5 Oct 2017 05:58:02 -0400 Subject: [PATCH 054/531] Create hello_world_brichards.js --- scripts/hello_world_brichards.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_brichards.js diff --git a/scripts/hello_world_brichards.js b/scripts/hello_world_brichards.js new file mode 100644 index 0000000000..cfd79b311a --- /dev/null +++ b/scripts/hello_world_brichards.js @@ -0,0 +1,6 @@ + +// LANGUAGE: javascript +// AUTHOR: brian richards +// GITHUB: https://github.com/brichards99 + +console.log('Hi there, World!'); From f6248f50ba7a9e7e9d47d4d76c0b6d788f78336b Mon Sep 17 00:00:00 2001 From: radligna Date: Thu, 5 Oct 2017 12:08:02 +0200 Subject: [PATCH 055/531] added profile page --- profiles/Ignacy_Radlinski.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Ignacy_Radlinski.md diff --git a/profiles/Ignacy_Radlinski.md b/profiles/Ignacy_Radlinski.md new file mode 100644 index 0000000000..f2926734b1 --- /dev/null +++ b/profiles/Ignacy_Radlinski.md @@ -0,0 +1,27 @@ +Ignacy +Radliński + +### Location + +Poland, Cracow + +### Academics + +AGH UST Cracow + +### Interests + +Star Wars +birds +horror movies + +### Projects + +SimonGame +https://github.com/radlinskii/web-repo/tree/master/simonGame +Cool old game made by myself as a project for free code camp certificate + +### Profile Link + +radlinskii +https://github.com/radlinskii From 1ab197ac4e600dd3d45f94c5e39a2df41bd7ef97 Mon Sep 17 00:00:00 2001 From: Karthick Thoppe Date: Thu, 5 Oct 2017 13:05:24 +0100 Subject: [PATCH 056/531] Added license info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0321936ece..3a8d276e24 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,5 @@ Keep Your Fork Synced [https://gist.github.com/CristinaSolana/1885435](https://g Checkout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) + +GitHub license explained [http://www.chooselicense.com](www.chooselicense.com) \ No newline at end of file From 931bb1b583b80ceff7ea1e76f61e83f108fe75c8 Mon Sep 17 00:00:00 2001 From: Jasdy Syarman Date: Thu, 5 Oct 2017 20:32:40 +0800 Subject: [PATCH 057/531] Jasdy Syarman hello world --- CONTRIBUTORS.md | 7 ++++++- profiles/Jasdy_Syarman.md | 18 ++++++++++++++++++ scripts/jasdy_syarman_hello_world.php | 8 ++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 profiles/Jasdy_Syarman.md create mode 100644 scripts/jasdy_syarman_hello_world.php diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..60936460af 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Jasdy Syarman](https://github.com/akutaktau) +- Place: Malaysia +- Bio: PHP Programmer +- GitHub: [akutaktau](https://github.com/akutaktau) \ No newline at end of file diff --git a/profiles/Jasdy_Syarman.md b/profiles/Jasdy_Syarman.md new file mode 100644 index 0000000000..76590715a1 --- /dev/null +++ b/profiles/Jasdy_Syarman.md @@ -0,0 +1,18 @@ +# Jasdy Syarman Mohd Saari + +### Academics + +- University Technology, Malaysia + +### Interests + +- Web Development +- IoT + +### Projects + +- https://rakanmet.met.gov.my + +### Profile Link + +[akutaktau](https://github.com/akutaktau) diff --git a/scripts/jasdy_syarman_hello_world.php b/scripts/jasdy_syarman_hello_world.php new file mode 100644 index 0000000000..482e847df3 --- /dev/null +++ b/scripts/jasdy_syarman_hello_world.php @@ -0,0 +1,8 @@ + \ No newline at end of file From 72855c4b2455d2d9af00d684766bec65dab3d533 Mon Sep 17 00:00:00 2001 From: vmcniket <32543650+vmcniket@users.noreply.github.com> Date: Thu, 5 Oct 2017 18:22:01 +0530 Subject: [PATCH 058/531] modified --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..55d613e519 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Rupesh Kumar](https://github.com/vmcniket) +- Place: India +- Bio: KIIT University IT student +- GitHub: [vmcniket](https://github.com/vmcniket) From 81b86abc1e38c3e3917f136f2b042d0e4fc19137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jenny=20Hern=C3=A1ndez?= Date: Thu, 5 Oct 2017 14:56:14 +0200 Subject: [PATCH 059/531] hello world in R --- scripts/hello-world.R | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/hello-world.R diff --git a/scripts/hello-world.R b/scripts/hello-world.R new file mode 100644 index 0000000000..b654037e63 --- /dev/null +++ b/scripts/hello-world.R @@ -0,0 +1,2 @@ +# Hello World in R +cat("Hello world\n") From e162352a1ea92aa294fb76ac33c328c818cdc581 Mon Sep 17 00:00:00 2001 From: vmcniket <32543650+vmcniket@users.noreply.github.com> Date: Thu, 5 Oct 2017 18:26:24 +0530 Subject: [PATCH 060/531] added profile --- profiles/Rupesh_kumar.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/Rupesh_kumar.md diff --git a/profiles/Rupesh_kumar.md b/profiles/Rupesh_kumar.md new file mode 100644 index 0000000000..9e74324a20 --- /dev/null +++ b/profiles/Rupesh_kumar.md @@ -0,0 +1,26 @@ +# Rupesh Kumar + +### Academics + +Undergraduate in B.Tech (Information Technology) from KIIT University + +### Interests + +- User Interface and User Experience +- Javascript-Based Technologies +- Node, Express, React/Redux, Sequelize, Postgres +- Sockets +- Memes + +### Development + +- Frontend UI Engineer, Fullstack Software Engineer + + + +### Projects + + +### Profile Link + +[Rupesh kumar](https://github.com/vmcniket) \ No newline at end of file From 672ca4a53a909a28fd3d3f81735d5e3a32f68979 Mon Sep 17 00:00:00 2001 From: vmcniket <32543650+vmcniket@users.noreply.github.com> Date: Thu, 5 Oct 2017 18:28:24 +0530 Subject: [PATCH 061/531] Hello world in perl language --- scripts/HelloWorld.pl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/HelloWorld.pl diff --git a/scripts/HelloWorld.pl b/scripts/HelloWorld.pl new file mode 100644 index 0000000000..42b670bea6 --- /dev/null +++ b/scripts/HelloWorld.pl @@ -0,0 +1,7 @@ +/** +* LANGUAGE: perl +* AUTHOR: Rupesh Kumar +* GITHUB: https://github.com/vmcniket* +*/ + +print “Hello, world!”; \ No newline at end of file From 3ff6feb263cd313fb6d8b52e7388f19b8b9dccad Mon Sep 17 00:00:00 2001 From: Shelby Stanton Date: Thu, 5 Oct 2017 14:06:52 +0100 Subject: [PATCH 062/531] Hello world in Coffeescript. --- CONTRIBUTORS.md | 7 ++++++- profiles/Shelby_Stanton.md | 31 +++++++++++++++++++++++++++++++ scripts/HelloWorld.coffee | 5 +++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 profiles/Shelby_Stanton.md create mode 100644 scripts/HelloWorld.coffee diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..f47a8c910a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Shelby Stanton](https://github.com/Minimilk93) +- Place: Leeds, England +- Bio: Front End Developer who loves cats and gaming! +- GitHub: [Minimilk93](https://github.com/Minimilk93) \ No newline at end of file diff --git a/profiles/Shelby_Stanton.md b/profiles/Shelby_Stanton.md new file mode 100644 index 0000000000..bd96570e69 --- /dev/null +++ b/profiles/Shelby_Stanton.md @@ -0,0 +1,31 @@ +# Shelby Stanton + +### Location + +Leeds, England + +### Academics + +Information Technology BSc from University of Leeds + +### Interests + +- UI design +- Sass, Coffeescript, Laravel, Vue, ES6 +- Imgur, Reddit, Gifs in general. +- Foundation, Bootstrap 4, October CMS +- Gaming (I LOVE Final Fantasy and The Witcher!) +- My cats, Oscar and Charlie! + +### Development + +- Front End Developer hoping to become an expert in PHP! + +### Projects + +- [Personal site](https://github.com/Minimilk93/minimilk93.github.io) My personal site +- [October CMS Foundation](https://github.com/Minimilk93/october-foundation) Recently been playing around with October CMS and decided to make a Foundation theme for it. + +### Profile Link + +[Shelby Stanton](https://github.com/Minimilk93) \ No newline at end of file diff --git a/scripts/HelloWorld.coffee b/scripts/HelloWorld.coffee new file mode 100644 index 0000000000..f9277b797a --- /dev/null +++ b/scripts/HelloWorld.coffee @@ -0,0 +1,5 @@ +# LANGUAGE: Coffeescript +# AUTHOR: Shelby Stanton +# GITHUB: https://github.com/Minimilk93**/ + +console.log "Hello, World!" \ No newline at end of file From b3402c8b69485e1b833bb4b06337cce5f72f7bc9 Mon Sep 17 00:00:00 2001 From: Shelby Stanton Date: Thu, 5 Oct 2017 14:09:20 +0100 Subject: [PATCH 063/531] Newline on coffeescript. --- scripts/HelloWorld.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/HelloWorld.coffee b/scripts/HelloWorld.coffee index f9277b797a..9f11e8d0db 100644 --- a/scripts/HelloWorld.coffee +++ b/scripts/HelloWorld.coffee @@ -2,4 +2,4 @@ # AUTHOR: Shelby Stanton # GITHUB: https://github.com/Minimilk93**/ -console.log "Hello, World!" \ No newline at end of file +console.log "Hello, World!" From 541e9d53261a3cbba20baea2f54211cf3c31d7cb Mon Sep 17 00:00:00 2001 From: mikeyny Date: Thu, 5 Oct 2017 15:50:16 +0200 Subject: [PATCH 064/531] added my profile and update contributors.md --- CONTRIBUTORS.md | 7 ++++++- profiles/Michael_Nyamande.md | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 profiles/Michael_Nyamande.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..817215ab22 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Michael Nyamande](https://github.com/mikeyny) +- Place: Harare ,Zimbabwe +- Bio: Eat , ~~Sleep~~ , Code +- GitHub: [Mikeyny](https://github.com/mikeyny) diff --git a/profiles/Michael_Nyamande.md b/profiles/Michael_Nyamande.md new file mode 100644 index 0000000000..c2e118bff3 --- /dev/null +++ b/profiles/Michael_Nyamande.md @@ -0,0 +1,23 @@ +# Michael Nyamande + +### Academics + +National University of Science and Technology , ZW + +### Interests + +- Pop , Sci-fi , Chess + +### Development + +- Mobile Apps +- PWA's +- Bots + +### Projects + +- In progress ; ) + +### Profile Link + +[Mikeyny](https://github.com/mikeyny) From 72e67e04891169a5cf6aaffdd0af5282b466cafc Mon Sep 17 00:00:00 2001 From: rmartin5 Date: Thu, 5 Oct 2017 10:54:21 -0400 Subject: [PATCH 065/531] hello script --- scripts/hello_world.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/scripts/hello_world.sh b/scripts/hello_world.sh index ebd346a1b2..520dc99b27 100644 --- a/scripts/hello_world.sh +++ b/scripts/hello_world.sh @@ -1,7 +1,6 @@ -: ' - Language: Bash - Author: Savitoj Singh - Github: https://github.com/phoenix157 -' +# LANGUAGE: bash +# AUTHOR: Robert Martin +# GITHUB: https://github.com/rmartin5 + #!/bin/bash -echo "Hello, world!" +echo "Hello World! and hello $USER" From 654d7a2723716b781ee6180976345d467c9b7cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20J=C3=BCrisoo?= Date: Thu, 5 Oct 2017 16:54:44 +0200 Subject: [PATCH 066/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..288091612b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Anders Jürisoo](https://github.com/ajthinking) +- Place: Sweden +- Bio: What happens in Git stays in Git +- GitHub: [Anders Jürisoo](https://github.com/ajthinking) From 32536b83be0ceb94901d3dae0b4221a8b3994256 Mon Sep 17 00:00:00 2001 From: Dvir Attia Date: Thu, 5 Oct 2017 17:58:43 +0300 Subject: [PATCH 067/531] Hello World in BrainFuck --- scripts/hello_world.bf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world.bf diff --git a/scripts/hello_world.bf b/scripts/hello_world.bf new file mode 100644 index 0000000000..0dd33cd553 --- /dev/null +++ b/scripts/hello_world.bf @@ -0,0 +1,6 @@ +[ + Language: BrainFuck + Author: Dvir + Github: https://github.com/dvur12/ +] +++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. \ No newline at end of file From a7dc655dc13ef7b1876d87d4e0bf3ae2bd311568 Mon Sep 17 00:00:00 2001 From: Dvir Attia Date: Thu, 5 Oct 2017 18:01:04 +0300 Subject: [PATCH 068/531] Add myself as a contributer --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..668e92b6a3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Dvir](https://github.com/dvur12) +- Place: Israel +- Bio: \x90\x90\x90\x90 +- GitHub: [Dvir](https://github.com/dvur12) \ No newline at end of file From c2fcf201f31ebc7a564ac278465129fd457bc3cf Mon Sep 17 00:00:00 2001 From: Xavier Marques Date: Thu, 5 Oct 2017 17:07:17 +0200 Subject: [PATCH 069/531] Hello World! in R --- scripts/hello_world.R | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/hello_world.R diff --git a/scripts/hello_world.R b/scripts/hello_world.R new file mode 100644 index 0000000000..2b99075e09 --- /dev/null +++ b/scripts/hello_world.R @@ -0,0 +1,3 @@ +myString <- "Hello, World!" + +print ( myString) From 6d41b62c172f475243ef80aae5e6f918de640b3d Mon Sep 17 00:00:00 2001 From: Xavier Marques Date: Thu, 5 Oct 2017 17:10:43 +0200 Subject: [PATCH 070/531] Add profile and contributor --- CONTRIBUTORS.md | 8 +++++++- profiles/Xavier_Marques.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 profiles/Xavier_Marques.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..4f69685603 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,10 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +#### Name: [Xavier Marques](https://github.com/wolframtheta) +- Place: Corbera de Llobregat, Barcelona, Catalonia +- Bio: Computer Science Major +- GitHub: [WolframTheta](https://github.com/wolframtheta) + diff --git a/profiles/Xavier_Marques.md b/profiles/Xavier_Marques.md new file mode 100644 index 0000000000..7c29e57dbb --- /dev/null +++ b/profiles/Xavier_Marques.md @@ -0,0 +1,35 @@ +# Xavier Marques + +## About me: + +23 years old and last year CS Engineering student from Catalonia. I love hackathons because I learned a lot of things. + +## Certificates: +- Java Android developer - JEDI + +## Languages that I know: + +- HTML +- CSS +- JS +- Java +- C++ +- Mysql +- Bash + +## Frameworks and Technologies that I know: + +- Bootstrap +- jQuery +- React +- Node.js +- Express +- Mongoose +- MongoDB +- Oculus rift +- Android +- Eclipse + +[Check out my GitHub](https://github.com/wolframtheta) + +Email me: xaviermarques4f@gmail.com From 850aeea601e2607ab5d5508b8565213927171f72 Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 5 Oct 2017 15:14:06 +0000 Subject: [PATCH 071/531] Created a ejs template file --- scripts/hello_world.ejs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/hello_world.ejs diff --git a/scripts/hello_world.ejs b/scripts/hello_world.ejs new file mode 100644 index 0000000000..e0f9fc358e --- /dev/null +++ b/scripts/hello_world.ejs @@ -0,0 +1,4 @@ + + + +

Hello World!

\ No newline at end of file From e29b75e7eb188af2de07f1f7bf494dc86b558cca Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 5 Oct 2017 15:18:20 +0000 Subject: [PATCH 072/531] Add my profile to the contributors list --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..c47853b79e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) +- +#### Name: [Vishal](https://dainvinc.github.io) +- Place: New York +- Bio: Software developer with a knack to learn things quickly. +- GitHub: [dainvinc](https://github.com/dainvinc) \ No newline at end of file From c9666dfa0f5f60999bd42c242817c39a32363c0c Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 5 Oct 2017 15:29:14 +0000 Subject: [PATCH 073/531] Added my profile including a couple of projects --- profiles/Vishal_Koosuri.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 profiles/Vishal_Koosuri.md diff --git a/profiles/Vishal_Koosuri.md b/profiles/Vishal_Koosuri.md new file mode 100644 index 0000000000..36dd08d07c --- /dev/null +++ b/profiles/Vishal_Koosuri.md @@ -0,0 +1,29 @@ +# Vishal Koosuri + +### Location + +New York City, NY, USA + +### Academics + +Master's in Computer Science(Software Development) from Marist College + +### Interests + +- User Interface and User Experience in Web and Mobile +- Familiar with Java, Python +- Javascript-Based Technologies +- Node, Express, Angular, Firebase, MongoDb + +### Development + +- Frontend UI Developer, Fullstack Software Developer, Java Developer, Web Developer + +### Projects + +- [AES 128-bit Keys Generator](https://github.com/dainvinc/generating-128bit-keys-using-aes-encryption) +- [My Personal Blog](https://github.com/dainvinc/dainvinc.github.io) + +### Profile Link + +[Vishal Koosuri](https://github.com/dainvinc) \ No newline at end of file From 65885640fe1dbc73b9ba4b39a5d5d7e0f0f7e226 Mon Sep 17 00:00:00 2001 From: vmcniket <32543650+vmcniket@users.noreply.github.com> Date: Thu, 5 Oct 2017 21:11:26 +0530 Subject: [PATCH 074/531] hello world in matlab --- scripts/Helloworld.matlab | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/Helloworld.matlab diff --git a/scripts/Helloworld.matlab b/scripts/Helloworld.matlab new file mode 100644 index 0000000000..2cc12c2c07 --- /dev/null +++ b/scripts/Helloworld.matlab @@ -0,0 +1,7 @@ +/** +* LANGUAGE: Matlab +* AUTHOR: Rupesh Kumar +* GITHUB: https://github.com/vmcniket* +*/ + +disp (‘Hello, world!’) \ No newline at end of file From fd3df748a2c51cae0c0c53a22a8c1d67c79ef693 Mon Sep 17 00:00:00 2001 From: Niall Cartwright Date: Thu, 5 Oct 2017 16:52:13 +0100 Subject: [PATCH 075/531] Checking in ADA hello world script as well as bio and contrib files --- CONTRIBUTORS.md | 7 ++++++- profiles/Niall_Cartwright.md | 26 ++++++++++++++++++++++++++ scripts/HelloWorld.adb | 9 +++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 profiles/Niall_Cartwright.md create mode 100644 scripts/HelloWorld.adb diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4cc99795f4..741d13c866 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -128,4 +128,9 @@ #### Name: [Phil](https://github.com/bitbrain-za) - Place: South Africa - Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) \ No newline at end of file +- GitHub: [bitbrain-za](https://github.com/bitbrain-za) + +### Name: [Niall Cartwright](https://github.com/Nairu) +- Place: Birmingham, UK +- Bio: Avid Games dev hobbyist, work for 3SDL as a software developer. +- GitHub: [Niall Cartwright](https://github.com/Nairu) \ No newline at end of file diff --git a/profiles/Niall_Cartwright.md b/profiles/Niall_Cartwright.md new file mode 100644 index 0000000000..5e2f835787 --- /dev/null +++ b/profiles/Niall_Cartwright.md @@ -0,0 +1,26 @@ +# Niall Cartwright + +### Location + +Birmingham, UK + +### Interests + +- Unity3D and Games Development +- Python 2/3 +- Image Rendering and Cartographic representation +- Memes +- /r/ProgrammerHumor +- Game of Thrones + +### Development + +- C++/Java/C# Application Development Software Engineer + +### Projects + +- [ITC#]() A C# implementation of the popular autotracker-bu python script by Greesemonkey + +### Profile Link + +[Alice Chuang](https://github.com/AliceWonderland) \ No newline at end of file diff --git a/scripts/HelloWorld.adb b/scripts/HelloWorld.adb new file mode 100644 index 0000000000..fc3cbda06f --- /dev/null +++ b/scripts/HelloWorld.adb @@ -0,0 +1,9 @@ +-- LANGUAGE: Ada +-- AUTHOR: Niall Cartwright +-- GITHUB: https://github.com/Nairu + +with Ada.Text_IO; use Ada.Text_IO; +procedure HelloWorld is +begin + Put_Line ("Hello World!"); +end HelloWorld; \ No newline at end of file From b9dffde38a593fe173f625335b5329faaac00f92 Mon Sep 17 00:00:00 2001 From: Steven Copeland Date: Thu, 5 Oct 2017 12:16:01 -0400 Subject: [PATCH 076/531] Create helloWorld.py --- scripts/helloWorld.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/helloWorld.py diff --git a/scripts/helloWorld.py b/scripts/helloWorld.py new file mode 100644 index 0000000000..c9fde07faa --- /dev/null +++ b/scripts/helloWorld.py @@ -0,0 +1,4 @@ +def hello(): + print("Hello World!") + +hello() From 1c8a2ba1e81ae11cf64334e5ce0f8a1790be793d Mon Sep 17 00:00:00 2001 From: Justin Ishikawa Date: Thu, 5 Oct 2017 12:25:25 -0500 Subject: [PATCH 077/531] Add files via upload --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6241b4c5ae..109b8f567f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -154,3 +154,8 @@ - Place: Sweden - Bio: What happens in Git stays in Git - GitHub: [Anders Jürisoo](https://github.com/ajthinking) + +#### Name: [Justin I] (https://github.com/Jish80) +- Place: IL, USA +- Bio: Work hard +- GitHub: [Jish80] (https://github.com/Jish80) From 460363158639da2d29ec974adbe866be67d52d45 Mon Sep 17 00:00:00 2001 From: Karthick Thoppe Date: Thu, 5 Oct 2017 18:38:18 +0100 Subject: [PATCH 078/531] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8d276e24..2d6fa903e8 100644 --- a/README.md +++ b/README.md @@ -113,4 +113,4 @@ Checkout this list for README examples - Awesome README [![Awesome](https://cdn. Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) -GitHub license explained [http://www.chooselicense.com](www.chooselicense.com) \ No newline at end of file +GitHub license explained [https://choosealicense.com](https://choosealicense.com) From fc472a375ad5e27bdb01d7e8466a8b6b9974a93e Mon Sep 17 00:00:00 2001 From: Karthick Thoppe Date: Thu, 5 Oct 2017 18:49:14 +0100 Subject: [PATCH 079/531] Corrected the link to the GitHub license --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0321936ece..f8ff97a8aa 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,5 @@ Keep Your Fork Synced [https://gist.github.com/CristinaSolana/1885435](https://g Checkout this list for README examples - Awesome README [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) + +GitHub license explained [https://choosealicense.com](https://choosealicense.com) \ No newline at end of file From 0f28e79b45a51b207a5fa0c82e82f274dbd08674 Mon Sep 17 00:00:00 2001 From: Prateek Date: Thu, 5 Oct 2017 23:58:18 +0530 Subject: [PATCH 080/531] Added Prateek in contributors and updated profile --- CONTRIBUTORS.md | 7 +++++++ profiles/Prateek_Pandey.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 profiles/Prateek_Pandey.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6241b4c5ae..c472eeb3a0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -154,3 +154,10 @@ - Place: Sweden - Bio: What happens in Git stays in Git - GitHub: [Anders Jürisoo](https://github.com/ajthinking) + +#### Name: [Prateek Pandey](https://github.com/prateekpandey14) +- Place: Bangalore, India +- Bio: Opensource Enthusiast, Opensource Golang developer +- GitHub: [Prateek Pandey](https://github.com/prateekpandey14) + + diff --git a/profiles/Prateek_Pandey.md b/profiles/Prateek_Pandey.md new file mode 100644 index 0000000000..28d2b13b17 --- /dev/null +++ b/profiles/Prateek_Pandey.md @@ -0,0 +1,30 @@ +# Prateek Pandey + +### Location + +Bangalore, India + +### Academics + +Undergraduated in Computer Science. + +### Interests + +- Coding +- AI and Machine learning +- Opensource Enthusiast + +### Development + +- Working as opensource software developer in OpenEBS which is opensource project. +- Contributing to other opensource projects i.e. Kubernetes etc. + +### Projects + +- [OpenEBS](https://github.com/openebs) Containerize strorage for containers http://openebs.io +- [Maya](https://github.com/openebs/maya) OpenEBS Storage orchestrator and infrastructure management engine +- [Kubernetes](https://github.com/kubernetes/kubernetes) Production-Grade Container Scheduling and Management http://kubernetes.io + +### Profile Link + +[Prateek Pandey](https://github.com/prateekpandey14/) From 5bed27bdc7e97c8b3a2a4551a6b2fd51544ba27d Mon Sep 17 00:00:00 2001 From: okatticus Date: Fri, 6 Oct 2017 00:24:26 +0530 Subject: [PATCH 081/531] getting Started --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6241b4c5ae..e1e3de9ef0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -154,3 +154,8 @@ - Place: Sweden - Bio: What happens in Git stays in Git - GitHub: [Anders Jürisoo](https://github.com/ajthinking) + +#### Name: [APOORVA SHARMA](https://github.com/okatticus) +- Place: Himachal Pradesh,India +- Bio: A student happy to write code and poetry. +- GitHub: [Apoorva Sharma](https://github.com/okatticus) From 2b368937a8b2c1f44a805044ce8b4e52e3548b0b Mon Sep 17 00:00:00 2001 From: CodHeK Date: Fri, 6 Oct 2017 00:38:24 +0530 Subject: [PATCH 082/531] Added CodHeK in Contributors List and Updated Profile and Added Script --- CONTRIBUTORS.md | 5 +++++ profiles/Gagan_Ganapathy.md | 28 ++++++++++++++++++++++++++++ scripts/hello_world.html | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 profiles/Gagan_Ganapathy.md create mode 100644 scripts/hello_world.html diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6241b4c5ae..ee3e4654ad 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -154,3 +154,8 @@ - Place: Sweden - Bio: What happens in Git stays in Git - GitHub: [Anders Jürisoo](https://github.com/ajthinking) + +#### Name: [CodHeK](https://github.com/CodHeK) +- Place: Mumbai, India +- Bio: Cuber/Coder +- GitHub: [CodHeK](https://github.com/CodHeK) \ No newline at end of file diff --git a/profiles/Gagan_Ganapathy.md b/profiles/Gagan_Ganapathy.md new file mode 100644 index 0000000000..e10c9593f6 --- /dev/null +++ b/profiles/Gagan_Ganapathy.md @@ -0,0 +1,28 @@ +# Gagan Ganapathy + +### Location + +India + +### Academics + +Indian Institute of Information Technology Allahabad (IIIT Allahabad) + +### Interests + +- Counter Strike +- Movies +- Contributing to open source projects +- Speed Cubing + +### Development + +- Full stack developer and competitive coder. + +### Projects + +- [AnythingBot](https://github.com/CodHeK/AnythingBot) Chat Bot which answers to many of your queries made only using jQuery + +### Profile Link + +[CodHeK](https://github.com/CodHeK) diff --git a/scripts/hello_world.html b/scripts/hello_world.html new file mode 100644 index 0000000000..f9590df8e5 --- /dev/null +++ b/scripts/hello_world.html @@ -0,0 +1,9 @@ + + + + Hello, World! + + +

Hello, World!

+ + \ No newline at end of file From e9917eff4c91f9120cce89d0ef5958d242979ad7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 5 Oct 2017 21:17:06 +0200 Subject: [PATCH 083/531] =?UTF-8?q?Added=20S=C3=B8ren=20Eriksen=20to=20pro?= =?UTF-8?q?files=20and=20CONTRIBUTERS.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS.md | 5 +++++ profiles/Soren_Eriksen.md | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 profiles/Soren_Eriksen.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6241b4c5ae..ba42c30ff1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -154,3 +154,8 @@ - Place: Sweden - Bio: What happens in Git stays in Git - GitHub: [Anders Jürisoo](https://github.com/ajthinking) + +#### Name: [Søren Eriksen](https://github.com/soer7022) +- Place: Denmark +- Bio: Currently studying computerscience at Aarhus University +- Github: [Søren Eriksen](https://github.com/soer7022) \ No newline at end of file diff --git a/profiles/Soren_Eriksen.md b/profiles/Soren_Eriksen.md new file mode 100644 index 0000000000..338ca8a187 --- /dev/null +++ b/profiles/Soren_Eriksen.md @@ -0,0 +1,19 @@ +# Søren Eriksen + +### Academics + +- Studying Computer Science at Aarhus University + +### Interests + +- Application Development +- Business Development +- Machine Learning + +### Projects + +- None yet :/ + +### Profile Link + +[Søren Eriksen](https://github.com/soer7022) \ No newline at end of file From 3b3b145de2f1ee25c6dc76218c3d8d3728606a54 Mon Sep 17 00:00:00 2001 From: Cristiano Bianchi Date: Thu, 5 Oct 2017 21:32:19 +0200 Subject: [PATCH 084/531] Add contributors and script --- CONTRIBUTORS.md | 4 ++++ scripts/hello_world_crisbnk.sh | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 scripts/hello_world_crisbnk.sh diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fed38061ce..858ec7b491 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -175,3 +175,7 @@ - Bio: Avid Games dev hobbyist, work for 3SDL as a software developer. - GitHub: [Niall Cartwright](https://github.com/Nairu) +#### Name: [Cristiano Bianchi](https://github.com/crisbnk) +- Place: Italy +- Bio: Love to learn something new everyday +- GitHub: [crisbnk](https://github.com/crisbnk) diff --git a/scripts/hello_world_crisbnk.sh b/scripts/hello_world_crisbnk.sh new file mode 100644 index 0000000000..75b6caf946 --- /dev/null +++ b/scripts/hello_world_crisbnk.sh @@ -0,0 +1,6 @@ +// LANGUAGE: bash +// AUTHOR: Cristiano Bianchi +// GITHUB: https://github.com/crisbnk + +#!/bin/bash +echo "Hello, World!" From efadc81eda241ed65393df84d6076de819dcd927 Mon Sep 17 00:00:00 2001 From: Aldo Date: Thu, 5 Oct 2017 21:45:22 +0200 Subject: [PATCH 085/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c072d977c2..8bdcd83b7e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -204,3 +204,8 @@ - Place: Italy - Bio: Love to learn something new everyday - GitHub: [crisbnk](https://github.com/crisbnk) + +#### Name: [Aldo Cano](https://github.com/aldocano) +- Place: Tirana, Albania +- Bio: A bug is never just a mistake... +- GitHub: [Aldo Cano](https://github.com/aldocano) From bd83e88c68884de2510cf1f4e7bb727ac5f400e8 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Scherer Date: Thu, 5 Oct 2017 16:58:56 -0300 Subject: [PATCH 086/531] adds name on contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c072d977c2..d2a5ecd588 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -204,3 +204,8 @@ - Place: Italy - Bio: Love to learn something new everyday - GitHub: [crisbnk](https://github.com/crisbnk) + +#### Name: [Paulo Henrique Scherer](https://github.com/phscherer) +- Place: Brazil +- Bio: Student and newbie software developer +- GitHub: [phscherer](https://github.com/phscherer) From 541bcab037b40f3e47e0210258f6431e3331d45b Mon Sep 17 00:00:00 2001 From: outofgamut Date: Thu, 5 Oct 2017 15:02:30 -0500 Subject: [PATCH 087/531] add profile add profile to profiles section --- profiles/John_Salvie.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/John_Salvie.md diff --git a/profiles/John_Salvie.md b/profiles/John_Salvie.md new file mode 100644 index 0000000000..a981798fdb --- /dev/null +++ b/profiles/John_Salvie.md @@ -0,0 +1,26 @@ +# John Salvie + +### Location + +Dallas, TX + +### Academics + +University of Oklahoma + +### Interests + +- lacrosse +- non-profits + +### Development + +- Mostly private repos for clients. + +### Projects + +- [HiddenWords](https://github.com/outofgamut/HiddenWords) Poetry and everyday objects + +### Profile Link + +[outofgamut](https://github.com/outofgamut) From ae18844aaffe06ac2ecf86357ffbaff855db7d7d Mon Sep 17 00:00:00 2001 From: Arwin Neil Baichoo Date: Fri, 6 Oct 2017 00:24:21 +0400 Subject: [PATCH 088/531] Added Hello World in LOLCODE --- scripts/hello_world.lol | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world.lol diff --git a/scripts/hello_world.lol b/scripts/hello_world.lol new file mode 100644 index 0000000000..b6377caca4 --- /dev/null +++ b/scripts/hello_world.lol @@ -0,0 +1,8 @@ +// LANGUAGE: LOLCODE +// AUTHOR: Arwin Neil Baichoo +// GITHUB: https://github.com/arwinneil + +HAI 1.0 + CAN HAS STDIO? + VISIBLE "HELLO WORLD!!!!" +KTHXBYE \ No newline at end of file From c5a0d6c6ab7c18142a28e0bc5b13b91e6b817831 Mon Sep 17 00:00:00 2001 From: DTimi <30324077+DTimi@users.noreply.github.com> Date: Thu, 5 Oct 2017 23:05:57 +0100 Subject: [PATCH 089/531] Create hello_DTimi.c --- scripts/hello_DTimi.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/hello_DTimi.c diff --git a/scripts/hello_DTimi.c b/scripts/hello_DTimi.c new file mode 100644 index 0000000000..d68a149128 --- /dev/null +++ b/scripts/hello_DTimi.c @@ -0,0 +1,10 @@ +// LANGUAGE: C +// AUTOR: Timea Kinga Deák +// GITHUB: https://github.com/DTimi + +#include + +int main(void) +{ + printf("Hello, World from Dublin!\n"); +} From 72f64817e6b2ac72b990321f2beb8b417e8d0f61 Mon Sep 17 00:00:00 2001 From: DTimi <30324077+DTimi@users.noreply.github.com> Date: Thu, 5 Oct 2017 23:13:31 +0100 Subject: [PATCH 090/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..4800e5eda9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Timea Deák](https://github.com/DTimi) +- Place: Dublin, Ireland +- Bio: Molecular biologist +- GitHub: [Timea Deák](https://github.com/DTimi) From a5ef3e55eae09f641dfe9eefc66f952299b391ce Mon Sep 17 00:00:00 2001 From: higgins Date: Thu, 5 Oct 2017 19:48:51 -0400 Subject: [PATCH 091/531] adds my bio (chrishiggin29) --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..2329bca0af 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Christian Skala](https://github.com/chrishiggins29) +- Place: New York, USA +- Bio: Hire me! Need a VP of Engineering, Director of Software, CTO? +- GitHub: [Christian Skala](https://github.com/chrishiggins29) From 78c7d7268cc513e6a8dc11bd6f17d9b2576702f5 Mon Sep 17 00:00:00 2001 From: filedesless Date: Thu, 5 Oct 2017 20:08:36 -0400 Subject: [PATCH 092/531] Here's my hacktober contribution :) --- CONTRIBUTORS.md | 4 ++++ profiles/filedesless.md | 29 +++++++++++++++++++++++++++++ scripts/HelloWorld.hx | 6 ++++++ 3 files changed, 39 insertions(+) create mode 100644 profiles/filedesless.md create mode 100644 scripts/HelloWorld.hx diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..570065ee3b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [filedesless](https://hightechlowlife.info) +- Place: Québec, Canada +- Bio: CompSci from ULaval reporting in +- GitHub: [aiglebleu](https://github.com/aiglebleu) diff --git a/profiles/filedesless.md b/profiles/filedesless.md new file mode 100644 index 0000000000..862b3f8e9f --- /dev/null +++ b/profiles/filedesless.md @@ -0,0 +1,29 @@ +# Filedesless + +### Location + +Québec city, QC, CA + +### Academics + +- DCS's in programming and network management. +- Currently enrolled in Computer Science Bachelor's degree from Université Laval + +### Interests + +- Security +- Web dev +- Game dev + +### Development + +- Frontend UI Engineer, Fullstack Software Engineer + +### Projects + +- [HTLL](https://hightechlowlife.info) A forum for security enthusiasts and other computer lovers +- [Fuyuko's Adventure](https://github.com/aiglebleu/Fuyuko) A functionning game prototype written in Haxe + +### Profile Link + +[aiglebleu](https://github.com/aiglebleu) \ No newline at end of file diff --git a/scripts/HelloWorld.hx b/scripts/HelloWorld.hx new file mode 100644 index 0000000000..be26ae9375 --- /dev/null +++ b/scripts/HelloWorld.hx @@ -0,0 +1,6 @@ +// Run with haxe -main HelloWorld --interp +class HelloWorld { + static public function main():Void { + trace("Hello World"); + } +} From 51cfcd4e0a2919022344f1bbd193677bc7cdfbbb Mon Sep 17 00:00:00 2001 From: Zhaodong Huang Date: Thu, 5 Oct 2017 20:13:20 -0400 Subject: [PATCH 093/531] added my self, thanks! --- CONTRIBUTORS.md | 7 ++++++- profiles/Jon_Lee.md | 29 +++++++++++++++++++++++++++++ scripts/hello_world_jon.html | 12 ++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 profiles/Jon_Lee.md create mode 100644 scripts/hello_world_jon.html diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..859bfcccd9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,4 @@ - + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA @@ -216,3 +216,8 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) + +#### Name: [Jon Lee](https://github.com/githubbbbbbbbbbbbb) +- Place: Canada +- Bio: Student +- GitHub: [githubbbbbbbbbbbbb](https://github.com/githubbbbbbbbbbbbb) diff --git a/profiles/Jon_Lee.md b/profiles/Jon_Lee.md new file mode 100644 index 0000000000..4769de6f5d --- /dev/null +++ b/profiles/Jon_Lee.md @@ -0,0 +1,29 @@ +# Jon Lee + +## About me: + +17 years old student. + +## Certificates: +- None + +## Languages that I know: + +- HTML +- CSS +- JS +- React + +## Frameworks and Technologies that I know: + +- Bootstrap +- jQuery +- React +- Node.js +- Express +- Mongoose +- MongoDB + +[Check out my GitHub](https://github.com/githubbbbbbbbbbbbb) + +Email me: githubbbb@gmail.com diff --git a/scripts/hello_world_jon.html b/scripts/hello_world_jon.html new file mode 100644 index 0000000000..fceef042bf --- /dev/null +++ b/scripts/hello_world_jon.html @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file From 20dddfcdb7fd5eaf5f55b0718e7d060c0a5e3fae Mon Sep 17 00:00:00 2001 From: "J.T. Kaufman" Date: Thu, 5 Oct 2017 20:49:59 -0400 Subject: [PATCH 094/531] Create Joy_Kaufman new profile --- profiles/Joy_Kaufman | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 profiles/Joy_Kaufman diff --git a/profiles/Joy_Kaufman b/profiles/Joy_Kaufman new file mode 100644 index 0000000000..4a42814317 --- /dev/null +++ b/profiles/Joy_Kaufman @@ -0,0 +1,22 @@ +# Joy Kaufman +### Location + +Raleigh NC + +### Academics + +Business Administration UMUC for Undergrad, going back for Computer Science currently~! :) + +### Interests + +- Taking my dog on adventures, traveling, learning new programming languages, enormous book nerd, interested in blockchain, AI, +and whatever else folks are panicking about 'coming for our jobs' + +### Development + +- I work primarily in SQL, ASP.Net & C#, JavaScript and frameworks et al, and I love me some Ruby. Trying to learn Python as a form of +methadone + +### Profile Link + +[Joy Kaufman](https://github.com/jtkaufman737/) From 48645556baf0812494ec3744e037a9052cbe3a6a Mon Sep 17 00:00:00 2001 From: Stephen Abrahim Date: Thu, 5 Oct 2017 17:56:29 -0700 Subject: [PATCH 095/531] Hello World by Lepah in python --- .DS_Store | Bin 0 -> 6148 bytes scripts/HelloWorld_Lepah.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 .DS_Store create mode 100644 scripts/HelloWorld_Lepah.py diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b2a6b3e6c870dde3f033c72e8cfe8a9aab8f5326 GIT binary patch literal 6148 zcmeHKOG-mQ5UkdK0XJD@IalxoLx?BH1p*O5K%yk-`mJ&$ zdAwS@eht7D?@tfF48WA`h?9r0`MLYZZYpC$I`4SJ8;&2V!~XeYRDC(&+&dhx!2!FU z{QWj>y-ZV93P=GdAO)m=6!@hA-g{}&`$R=4AO)nrw*vlsXmrP3I3&iWgCRx$;)Lli zu49%UHct?H;gHA-&5}w?s?~^LNoT%QT`wFGlMbul!|KUa6N<&td4G#?SWi@x0#e{y zf!o~9y#GJaugw4FB<-Yt6!=#P*krj{F8E5-TSqVFy|&TUbg%iOyKx;9hG@scXvf@m fJDx{T)-_-AycZ6ML1#YbMEwl7E;1?b*9v?AELauN literal 0 HcmV?d00001 diff --git a/scripts/HelloWorld_Lepah.py b/scripts/HelloWorld_Lepah.py new file mode 100644 index 0000000000..f0b303f382 --- /dev/null +++ b/scripts/HelloWorld_Lepah.py @@ -0,0 +1 @@ +print('Hello World!') \ No newline at end of file From b6c4b33bad663aa7eeb792c27bc9c05ef54c31fc Mon Sep 17 00:00:00 2001 From: Ren Cummings Date: Thu, 5 Oct 2017 21:00:45 -0400 Subject: [PATCH 096/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..911b5e5165 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,8 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Ren Cummings](https://github.com/nrenc027) +- Place: Dayton,OH, USA +- Bio: I like Code :sunglasses:, Coloring :art:, and Cardio :running: +- GitHub: [Ren Cummings](https://github.com/nrenc027) + From 4992483c1d2bfd2396de6bbaafe92f1373fe08d3 Mon Sep 17 00:00:00 2001 From: Stephen Abrahim Date: Thu, 5 Oct 2017 18:11:08 -0700 Subject: [PATCH 097/531] Added Lepah to contributors.md --- .DS_Store | Bin 0 -> 6148 bytes CONTRIBUTORS.md | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b2a6b3e6c870dde3f033c72e8cfe8a9aab8f5326 GIT binary patch literal 6148 zcmeHKOG-mQ5UkdK0XJD@IalxoLx?BH1p*O5K%yk-`mJ&$ zdAwS@eht7D?@tfF48WA`h?9r0`MLYZZYpC$I`4SJ8;&2V!~XeYRDC(&+&dhx!2!FU z{QWj>y-ZV93P=GdAO)m=6!@hA-g{}&`$R=4AO)nrw*vlsXmrP3I3&iWgCRx$;)Lli zu49%UHct?H;gHA-&5}w?s?~^LNoT%QT`wFGlMbul!|KUa6N<&td4G#?SWi@x0#e{y zf!o~9y#GJaugw4FB<-Yt6!=#P*krj{F8E5-TSqVFy|&TUbg%iOyKx;9hG@scXvf@m fJDx{T)-_-AycZ6ML1#YbMEwl7E;1?b*9v?AELauN literal 0 HcmV?d00001 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..efee8f20a0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,8 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Stephen Abrahim](https://github.com/lepah) +- Place: Huntington Beach, CA +- Bio: Games and things! +- GitHub: [Stephen Abrahim](https://github.com/lepah) + From 87677dd9c0575be69fd30655764b00db0204ccf1 Mon Sep 17 00:00:00 2001 From: Stephen Abrahim Date: Thu, 5 Oct 2017 18:18:45 -0700 Subject: [PATCH 098/531] Added Stephen_Abrahim.md --- profiles/Stephen_Abrahim.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Stephen_Abrahim.md diff --git a/profiles/Stephen_Abrahim.md b/profiles/Stephen_Abrahim.md new file mode 100644 index 0000000000..fe897abee2 --- /dev/null +++ b/profiles/Stephen_Abrahim.md @@ -0,0 +1,25 @@ +# Stephen Abrahim + +### Location + +Huntington Beach, CA, USA + +### Academics + +Current Comp Sci Student at UCI + +### Interests + +-Games!!! + +### Development + +- Gameplay software engineer + +### Projects + +-Battle Birds + +### Profile Link + +[Stephen Abrahim](https://github.com/Lepah) From fcd94f5ba0a93acd208adac4267671be779a784c Mon Sep 17 00:00:00 2001 From: Nefari0uss Date: Thu, 5 Oct 2017 21:50:08 -0400 Subject: [PATCH 099/531] hacktober fest contribution --- CONTRIBUTORS.md | 4 ++++ hello_world.kt | 5 +++++ profiles/Nefari0uss.md | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 hello_world.kt create mode 100644 profiles/Nefari0uss.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..fd89922325 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Nefari0uss](https://github.com/nefari0uss) +- Place: USA +- Bio: Gamer, developer, and open source enthusiast! +- Github: [Nefari0uss](https://github.com/nefari0uss) diff --git a/hello_world.kt b/hello_world.kt new file mode 100644 index 0000000000..5883e0df25 --- /dev/null +++ b/hello_world.kt @@ -0,0 +1,5 @@ +package hello + +fun(args : Array) { + println("Hello World!") +} diff --git a/profiles/Nefari0uss.md b/profiles/Nefari0uss.md new file mode 100644 index 0000000000..decd51b9ba --- /dev/null +++ b/profiles/Nefari0uss.md @@ -0,0 +1,21 @@ +# Your Name + +Nefari0uss + +### Location + +United States of America + +### Interests + +* Game Development +* AI +### Projects + +- [Dotfiles](https://github.com/nefari0uss/dotfiles) + +My Dotfiles repo is a collection of my config and various `rc` files. + +### Profile Link + +[Nefari0uss](https://www.github.com/nefari0uss) From 1f91df657cbd9340d01e544d42dbd56655a61217 Mon Sep 17 00:00:00 2001 From: S Stewart Date: Thu, 5 Oct 2017 21:03:54 -0500 Subject: [PATCH 100/531] contrib: add my name lol --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..76c6f5b2a1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [S Stewart](https://github.com/tilda) +- Place: Denton, Texas, US +- Bio: Dude trying to become a IT guy somewhere. Also reads [The Register](https://www.theregister.co.uk). +- GitHub: [tilda](https://github.com/tilda) From ae41ddd3bae3e8df17688eece515abd6018c8a87 Mon Sep 17 00:00:00 2001 From: S Stewart Date: Thu, 5 Oct 2017 21:10:52 -0500 Subject: [PATCH 101/531] profiles: add mine to the mix --- profiles/S_Stewart.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 profiles/S_Stewart.md diff --git a/profiles/S_Stewart.md b/profiles/S_Stewart.md new file mode 100644 index 0000000000..705bd4bd52 --- /dev/null +++ b/profiles/S_Stewart.md @@ -0,0 +1,15 @@ +# Hi, I'm S. +Nice to see you looking at this. + +# Some things you may wanna know about me: +I love [The Register](https://www.theregister.co.uk) + +I mostly program in [Python](https://python.org) + +I love making things with [Discord](https://discordapp.com) + +You can find some more things about me at [my website](https://www.banne.club). + +Cya! + +**-S** From 3ac4205f950f6a2c7febd95ac84bdde31e002b92 Mon Sep 17 00:00:00 2001 From: S Stewart Date: Thu, 5 Oct 2017 21:15:54 -0500 Subject: [PATCH 102/531] scripts: add nim --- scripts/helloworld.nim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/helloworld.nim diff --git a/scripts/helloworld.nim b/scripts/helloworld.nim new file mode 100644 index 0000000000..f255ae471d --- /dev/null +++ b/scripts/helloworld.nim @@ -0,0 +1,4 @@ +# author: S +# date: October 5th, 2017 +# nim makes sense for me +echo("Hello world!") From caa5ef95b819701ad4305a72142db64c1ee67909 Mon Sep 17 00:00:00 2001 From: Jose Gomera Date: Thu, 5 Oct 2017 22:53:54 -0400 Subject: [PATCH 103/531] Add my github info --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aec42b1792..200091154c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -216,3 +216,7 @@ - Bio: A bug is never just a mistake... - GitHub: [Aldo Cano](https://github.com/aldocano) +#### Name: [Jose Gomera](https://github.com/josegomera) +- Place: Dominican Republic +- Bio: I'm web developer that love somehow to help. +- Github: [josegomera](https://github.com/josegomera) From f11eb878a3c7a4fd222dbcb5f32bdcc29cae7161 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 23:19:23 -0400 Subject: [PATCH 104/531] Update README.md Added section for Additional Links submitted by contributors! --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 315f816c59..43041863c3 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,5 @@ Checkout this list for README examples - Awesome README [![Awesome](https://cdn. Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) -<<<<<<< HEAD +## Additional References Added By Contributors GitHub license explained [https://choosealicense.com](https://choosealicense.com) -======= -GitHub license explained [https://choosealicense.com](https://choosealicense.com) ->>>>>>> 460363158639da2d29ec974adbe866be67d52d45 From f866aa3564df08130be7d52f9a5f127a67e7f9db Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 23:21:51 -0400 Subject: [PATCH 105/531] Rename Joy_Kaufman to Joy_Kaufman.md --- profiles/{Joy_Kaufman => Joy_Kaufman.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename profiles/{Joy_Kaufman => Joy_Kaufman.md} (100%) diff --git a/profiles/Joy_Kaufman b/profiles/Joy_Kaufman.md similarity index 100% rename from profiles/Joy_Kaufman rename to profiles/Joy_Kaufman.md From c21a857e121f8eac26b0bb04d99e83d6147bb9a2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 5 Oct 2017 23:42:21 -0400 Subject: [PATCH 106/531] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c60761d6de..d1737f0a2d 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Your School ``` ### 3. Create a `Hello, World!` Script -Add a script to the `scripts` directory in any language of your choice! Here is an example: +Add a `hello_world.xx` script to the `scripts` directory in any language of your choice! Here is an example: ```Javascript // LANGUAGE: Javascript @@ -99,8 +99,7 @@ Add a script to the `scripts` directory in any language of your choice! Here is console.log('Hello, World!'); ``` - -If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: `hello_world_alicewonderland.js` +Name the file `hello_world.xx`. If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: If `hello_world.js` exists, name yours `hello_world_alicewonderland.js`. Don't forget to include the comments as seen above. Feel free to include additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. From 611e3c2c92291e50a427ca91b91cbf83dc3d4847 Mon Sep 17 00:00:00 2001 From: Stephen Abrahim Date: Thu, 5 Oct 2017 21:09:12 -0700 Subject: [PATCH 107/531] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index b2a6b3e6c870dde3f033c72e8cfe8a9aab8f5326..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOG-mQ5UkdK0XJD@IalxoLx?BH1p*O5K%yk-`mJ&$ zdAwS@eht7D?@tfF48WA`h?9r0`MLYZZYpC$I`4SJ8;&2V!~XeYRDC(&+&dhx!2!FU z{QWj>y-ZV93P=GdAO)m=6!@hA-g{}&`$R=4AO)nrw*vlsXmrP3I3&iWgCRx$;)Lli zu49%UHct?H;gHA-&5}w?s?~^LNoT%QT`wFGlMbul!|KUa6N<&td4G#?SWi@x0#e{y zf!o~9y#GJaugw4FB<-Yt6!=#P*krj{F8E5-TSqVFy|&TUbg%iOyKx;9hG@scXvf@m fJDx{T)-_-AycZ6ML1#YbMEwl7E;1?b*9v?AELauN From 246b29e811c3814bee07e709c60fda566ce6dd89 Mon Sep 17 00:00:00 2001 From: Stephen Abrahim Date: Thu, 5 Oct 2017 21:09:53 -0700 Subject: [PATCH 108/531] Delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index b2a6b3e6c870dde3f033c72e8cfe8a9aab8f5326..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOG-mQ5UkdK0XJD@IalxoLx?BH1p*O5K%yk-`mJ&$ zdAwS@eht7D?@tfF48WA`h?9r0`MLYZZYpC$I`4SJ8;&2V!~XeYRDC(&+&dhx!2!FU z{QWj>y-ZV93P=GdAO)m=6!@hA-g{}&`$R=4AO)nrw*vlsXmrP3I3&iWgCRx$;)Lli zu49%UHct?H;gHA-&5}w?s?~^LNoT%QT`wFGlMbul!|KUa6N<&td4G#?SWi@x0#e{y zf!o~9y#GJaugw4FB<-Yt6!=#P*krj{F8E5-TSqVFy|&TUbg%iOyKx;9hG@scXvf@m fJDx{T)-_-AycZ6ML1#YbMEwl7E;1?b*9v?AELauN From 8538a0dfc949191818733087c62a5ffc9f7ec7c8 Mon Sep 17 00:00:00 2001 From: Labrador Ruiz Tanguy <42134@heb.be> Date: Fri, 6 Oct 2017 08:32:11 +0200 Subject: [PATCH 109/531] Added tanguyLabradorRuiz.md to profiles --- profiles/Tanguy_Labrador_Ruiz.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 profiles/Tanguy_Labrador_Ruiz.md diff --git a/profiles/Tanguy_Labrador_Ruiz.md b/profiles/Tanguy_Labrador_Ruiz.md new file mode 100644 index 0000000000..4fcc198a5f --- /dev/null +++ b/profiles/Tanguy_Labrador_Ruiz.md @@ -0,0 +1,32 @@ +# Tanguy Labrador Ruiz + +### Location + +Brussels, Belgium + +### Academics + +Graduated into the field of Communication from ISFSC. +Two years of Computer Science at ESI. + +### Interests + +- Coffee +- Movies (What did you thinked about Blade Runner 2049?) +- Music (I'm listening to [Radiohead playing live into the basement](https://www.youtube.com/watch?v=Xq_a8f24UJI) while writing this) +- Comics & mangas +- Gaming (add **Dirk3Diggler** on PSN if you'd like to play some Overwatch!) +- +### Development + +- Some school projects (Console version of **Rush Hour** made with **Java**, a unfinished **Uno 2D game** made with **Java/JavaFx** and another 2D graphics game, **Tetris, in **C++/Qt framework** and a **Checkers game**, also in **C++/Qt framework**). +- Currently working on a portfolio for hosting my future front-end projects, [please check it and give me any advice you have](https://codepen.io/tanguyLabradorRuiz/full/YryxaV/). +- Currently working on my ES6 JavaScript and learning React & Webpack. + +### Projects + +- [CPP-Checkers](https://github.com/TheMyopist/CPP-Checkers) 2D Checkers game using C++/QT, unfinished, code is messy and not fully documented. + +### Profile Link + +[Tanguy Labrador Ruiz aka TheMyopist](https://github.com/TheMyopist) \ No newline at end of file From 0243056ce0d2723afb2d0542c6bf4d440878a722 Mon Sep 17 00:00:00 2001 From: Labrador Ruiz Tanguy <42134@heb.be> Date: Fri, 6 Oct 2017 08:41:33 +0200 Subject: [PATCH 110/531] Add Tanguy_Labrador_Ruiz.md to profiles --- profiles/Tanguy_Labrador_Ruiz.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/Tanguy_Labrador_Ruiz.md b/profiles/Tanguy_Labrador_Ruiz.md index 4fcc198a5f..6149bdb3f0 100644 --- a/profiles/Tanguy_Labrador_Ruiz.md +++ b/profiles/Tanguy_Labrador_Ruiz.md @@ -29,4 +29,5 @@ Two years of Computer Science at ESI. ### Profile Link -[Tanguy Labrador Ruiz aka TheMyopist](https://github.com/TheMyopist) \ No newline at end of file +[Tanguy Labrador Ruiz aka TheMyopist](https://github.com/TheMyopist) +If you're near Brussels area, I'm looking for a job! Please check my [Linkedin page](https://www.linkedin.com/in/tanguy-labrador-ruiz-aa9757b7/). \ No newline at end of file From d17751ed61ad3304d5a3c77f7aac38031311fece Mon Sep 17 00:00:00 2001 From: laudenlaruto Date: Fri, 6 Oct 2017 08:32:28 +0000 Subject: [PATCH 111/531] Adding myself to contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a84650c94..87d8fd538b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -255,3 +255,8 @@ - Place: Huntington Beach, CA - Bio: Games and things! - GitHub: [Stephen Abrahim](https://github.com/lepah) +- +### Name: [Benjamin Sanvoisin](https://github.com/Laudenlaruto) +- Place : Paris, FR +- Bio: Devops, Gamer and fun +- GitHub: [Benjamin Sanvoisin](https://github.com/Laudenlaruto) \ No newline at end of file From 1d8c1d531ff8ceab1393a833c7488d2932b736c1 Mon Sep 17 00:00:00 2001 From: laudenlaruto Date: Fri, 6 Oct 2017 08:32:52 +0000 Subject: [PATCH 112/531] Adding python script --- scripts/Helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/Helloworld.py diff --git a/scripts/Helloworld.py b/scripts/Helloworld.py new file mode 100644 index 0000000000..f1d0403139 --- /dev/null +++ b/scripts/Helloworld.py @@ -0,0 +1 @@ +print("HelloWorld!") \ No newline at end of file From 28bfe2eb15387ad05d81e5f65604430319632e91 Mon Sep 17 00:00:00 2001 From: josegob Date: Fri, 6 Oct 2017 11:34:47 +0200 Subject: [PATCH 113/531] Added hello word in python --- scripts/hello_word_in_python.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/hello_word_in_python.py diff --git a/scripts/hello_word_in_python.py b/scripts/hello_word_in_python.py new file mode 100644 index 0000000000..1f5d459265 --- /dev/null +++ b/scripts/hello_word_in_python.py @@ -0,0 +1,4 @@ +def hello(): + print("Hello World!") + +hello() From e673a3b0ce2aa981e0af66e4116d1deb1112357f Mon Sep 17 00:00:00 2001 From: rajeeviiit Date: Fri, 6 Oct 2017 15:56:59 +0530 Subject: [PATCH 114/531] initial commit --- CONTRIBUTORS.md | 5 +++++ profiles/Rajeev.md | 29 +++++++++++++++++++++++++++++ scripts/hello_worldRS.cpp | 12 ++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 profiles/Rajeev.md create mode 100644 scripts/hello_worldRS.cpp diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a84650c94..908f48c38c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -255,3 +255,8 @@ - Place: Huntington Beach, CA - Bio: Games and things! - GitHub: [Stephen Abrahim](https://github.com/lepah) + +#### Name: [Rajeev Kumar Singh](https://github.com/rajeeviiit) +- Place: Gandhinagar,Gujrat, IN +- Bio: Games and music! +- GitHub: [Rajeev Kumar Singh](https://github.com/rajeeviiit) diff --git a/profiles/Rajeev.md b/profiles/Rajeev.md new file mode 100644 index 0000000000..59cb4b184b --- /dev/null +++ b/profiles/Rajeev.md @@ -0,0 +1,29 @@ +# Rajeev Kumar Singh + +### Location + +Gandhinagar, Gujrat, India + +### Academics + +Undergraduate in B.Tech (Information Technology) from IIIT Vadodara College + +### Interests + +- User Interface and User Experience +- Javas-Based Technologies +- Memes +- I LOVE TRAVELLING + +### Development + +- Java Developer, Android Developer + +### Projects + +- https://github.com/rajeeviiit/AndroidProject/tree/master/Bims-KitchenAdminApp Admin App for Night Kitchen +- https://github.com/rajeeviiit/AndroidProject/tree/master/MyApplication Instagram type app + +### Profile Link + +[rajeeviiit] https://github.com/rajeeviiit \ No newline at end of file diff --git a/scripts/hello_worldRS.cpp b/scripts/hello_worldRS.cpp new file mode 100644 index 0000000000..54050f61e2 --- /dev/null +++ b/scripts/hello_worldRS.cpp @@ -0,0 +1,12 @@ +// LANGUAGE: C++ +// AUTHOR: Rajeev +// GITHUB: https://github.com/rajeeviiit + +#include +using namespace std; + +int main() +{ + cout << "Hello, World!"; + return 0; +} \ No newline at end of file From d3d44d6cb7e74116bd3f6e5666e9197014fd3649 Mon Sep 17 00:00:00 2001 From: josegob Date: Fri, 6 Oct 2017 12:31:08 +0200 Subject: [PATCH 115/531] Hello World in Python Language #3 --- scripts/hello_word_in_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hello_word_in_python.py b/scripts/hello_word_in_python.py index 1f5d459265..5d0eafdd27 100644 --- a/scripts/hello_word_in_python.py +++ b/scripts/hello_word_in_python.py @@ -1,4 +1,4 @@ def hello(): - print("Hello World!") + print("Hello World! :)") hello() From c9a0aa4be5d347a62e160bc0119e71d78c6f114f Mon Sep 17 00:00:00 2001 From: MatthewBurke1995 Date: Sat, 7 Oct 2017 00:11:41 +1100 Subject: [PATCH 116/531] added Matthew Burke in CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a84650c94..103a97ece5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -255,3 +255,8 @@ - Place: Huntington Beach, CA - Bio: Games and things! - GitHub: [Stephen Abrahim](https://github.com/lepah) + +#### Name: [Matthew Burke](https://github.com/MatthewBurke1995) +- Place: Sydney, Australia +- Bio: Big fan of Python + Data +- GitHub: [Matthew Burke](https://github.com/MatthewBurke1995) From 29c6063c9c8dded006ad0258f8ecb3198faa7052 Mon Sep 17 00:00:00 2001 From: Moe <28940806+wh1zzer@users.noreply.github.com> Date: Fri, 6 Oct 2017 09:25:18 -0400 Subject: [PATCH 117/531] Create helloworld_wh1zzer.py --- scripts/helloworld_wh1zzer.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/helloworld_wh1zzer.py diff --git a/scripts/helloworld_wh1zzer.py b/scripts/helloworld_wh1zzer.py new file mode 100644 index 0000000000..8c09b8292e --- /dev/null +++ b/scripts/helloworld_wh1zzer.py @@ -0,0 +1,4 @@ +# Language: Python +# Github: http://github.com/wh1zzer/ + +print('Hello, world!') From 7d31534b7c84829569a68d769563f809b2763996 Mon Sep 17 00:00:00 2001 From: Carlyn Marshall Date: Fri, 6 Oct 2017 11:34:07 -0400 Subject: [PATCH 118/531] Add Profile And Script --- Carlyn_Marshall.md | 27 +++++++++++++++++++++++++++ hello_world_alice.php | 11 +++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Carlyn_Marshall.md create mode 100644 hello_world_alice.php diff --git a/Carlyn_Marshall.md b/Carlyn_Marshall.md new file mode 100644 index 0000000000..82604c8f72 --- /dev/null +++ b/Carlyn_Marshall.md @@ -0,0 +1,27 @@ +# Alice Chuang + +### Location + +Lancaster, PA, USA + +### Academics + +BS Degree in Computer Science, Millersville University in Pennsylvania + +### Interests + +- Pina Coladas +- Getting caught in the rain +- Solving puzzles + +### Development + +- Currently employed as a Back-end Web Developer + +### Projects + +- nothing overwhelmingly exciting ...yet! + +### Profile Link + +[Carlyn Marshall](https://github.com/carmarshall) diff --git a/hello_world_alice.php b/hello_world_alice.php new file mode 100644 index 0000000000..50874076ba --- /dev/null +++ b/hello_world_alice.php @@ -0,0 +1,11 @@ + From 878a1147c63894ac7d692dba09b12da150bb4a03 Mon Sep 17 00:00:00 2001 From: Carlyn Marshall Date: Fri, 6 Oct 2017 11:46:14 -0400 Subject: [PATCH 119/531] Fix Name --- Carlyn_Marshall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carlyn_Marshall.md b/Carlyn_Marshall.md index 82604c8f72..bc55757ad3 100644 --- a/Carlyn_Marshall.md +++ b/Carlyn_Marshall.md @@ -1,4 +1,4 @@ -# Alice Chuang +# Carlyn Marshall ### Location From 6ebdab14e04b2212807b3c353e2db85a3a6bc83b Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Fri, 6 Oct 2017 13:13:19 -0300 Subject: [PATCH 120/531] Add Myself --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a84650c94..f36d1dc6fc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -255,3 +255,8 @@ - Place: Huntington Beach, CA - Bio: Games and things! - GitHub: [Stephen Abrahim](https://github.com/lepah) + +#### Name: [Henrique Duarte](https://github.com/mustorze) +- Place: São Paulo, SP, BR +- Bio: Developer, I really like! +- GitHub: [Henrique Duarte](https://github.com/mustorze) From fdef05d8d97810a7baf60947a941e07de363e089 Mon Sep 17 00:00:00 2001 From: Caio Perdona Date: Fri, 6 Oct 2017 16:01:52 -0300 Subject: [PATCH 121/531] add contributor perdona --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a84650c94..ae59734ff4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -255,3 +255,8 @@ - Place: Huntington Beach, CA - Bio: Games and things! - GitHub: [Stephen Abrahim](https://github.com/lepah) + +#### Name: [Caio Perdona](https://github.com/perdona) +- Place: Ribeirao Preto, SP, Brazil +- Bio: Web and Mobile Engineer +- GitHub: [Caio Perdona](https://github.com/perdona) From b036549c0b88cf13dca0e877f0ce15101ca8b43f Mon Sep 17 00:00:00 2001 From: Shankhalika Sarkar Date: Sat, 7 Oct 2017 01:20:55 +0530 Subject: [PATCH 122/531] Added to contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2d06b06e09..cf8ddab520 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -53,4 +53,9 @@ - Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) +#### Name: [Shankhalika Sarkar](https://github.com/Shankhalika) +- Place: Karnataka, India +- Bio: Current Final Year CS Undergrad. I love poetry, tea and dogs. +- Github: [Shankhalika Sarkar](https://github.com/Shankhalika) + From c52da8e0e628809fffd76be08178f8432c69a41c Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Fri, 6 Oct 2017 16:09:32 -0400 Subject: [PATCH 123/531] Rename Helloworld.py to hello_world_laudenlaruto.py --- scripts/Helloworld.py | 1 - scripts/hello_world_laudenlaruto.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 scripts/Helloworld.py create mode 100644 scripts/hello_world_laudenlaruto.py diff --git a/scripts/Helloworld.py b/scripts/Helloworld.py deleted file mode 100644 index f1d0403139..0000000000 --- a/scripts/Helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("HelloWorld!") \ No newline at end of file diff --git a/scripts/hello_world_laudenlaruto.py b/scripts/hello_world_laudenlaruto.py new file mode 100644 index 0000000000..c61e47eb3f --- /dev/null +++ b/scripts/hello_world_laudenlaruto.py @@ -0,0 +1 @@ +print("HelloWorld!") From 77dce69e27f836f828299c69817fb24de4e259c4 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Fri, 6 Oct 2017 16:11:37 -0400 Subject: [PATCH 124/531] Update and rename hello_world_alice.php to hello_world_carmarshall.php --- hello_world_alice.php => hello_world_carmarshall.php | 1 - 1 file changed, 1 deletion(-) rename hello_world_alice.php => hello_world_carmarshall.php (72%) diff --git a/hello_world_alice.php b/hello_world_carmarshall.php similarity index 72% rename from hello_world_alice.php rename to hello_world_carmarshall.php index 50874076ba..e4ebef9730 100644 --- a/hello_world_alice.php +++ b/hello_world_carmarshall.php @@ -2,7 +2,6 @@ // LANGUAGE: PHP // ENV: PHP // AUTHOR: Carlyn Marshall -// GITHUB: https://github.com/AliceWonderland echo "Hey there!"; echo "Hi there!"; From c8e7d1781524613b1060c313e281f813ad2128fd Mon Sep 17 00:00:00 2001 From: akshit04 Date: Sat, 7 Oct 2017 02:30:56 +0530 Subject: [PATCH 125/531] updated CONTRIBUTORS.md, profiles, scripts --- CONTRIBUTORS.md | 5 +++++ profiles/akshit_kharbanda.md | 27 +++++++++++++++++++++++++++ scripts/hello_world_akshit.py | 4 ++++ 3 files changed, 36 insertions(+) create mode 100644 profiles/akshit_kharbanda.md create mode 100644 scripts/hello_world_akshit.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2fecbb63bc..431770e8b0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -285,3 +285,8 @@ - Place: São Paulo, SP, BR - Bio: Developer, I really like! - GitHub: [Henrique Duarte](https://github.com/mustorze) + +#### Name: [Akshit Kharbanda](https://github.com/akshit04) +- Place: Delhi, India +- Bio: 5th semester IT Undergrad. Machine Learning enthusiast. Black coffee <3 +- GitHub: [Akshit Kharbanda](https://github.com/akshit04) \ No newline at end of file diff --git a/profiles/akshit_kharbanda.md b/profiles/akshit_kharbanda.md new file mode 100644 index 0000000000..b830f852d2 --- /dev/null +++ b/profiles/akshit_kharbanda.md @@ -0,0 +1,27 @@ +# Akshit Kharbanda + +### Location + +New Delhi, India + +### Academics + +5th sem IT undergrad. Expected grad: June'19 + +### Interests + +- Data Structure +- Algorithm Designing +- Machine Learning +- Computer Games +- Memes + +### Projects + +- Data Mining using Clustering Techniques +- Face Recognition +- Text Recognition + +### Profile Link + +[Akshit Kharbanda](https://github.com/akshit04) \ No newline at end of file diff --git a/scripts/hello_world_akshit.py b/scripts/hello_world_akshit.py new file mode 100644 index 0000000000..6bf117d6ff --- /dev/null +++ b/scripts/hello_world_akshit.py @@ -0,0 +1,4 @@ +def hello(): + print("Hello World!") + +hello() \ No newline at end of file From b690597fc77f75dd60febcd8bca4b46f62c72947 Mon Sep 17 00:00:00 2001 From: littlestar-642 Date: Sat, 7 Oct 2017 03:15:21 +0530 Subject: [PATCH 126/531] add as a contributor --- CONTRIBUTORS.md | 7 ++++++- profiles/Avinash_Jaiswal.md | 27 +++++++++++++++++++++++++++ scripts/hello_world_avi.c | 10 ++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 profiles/Avinash_Jaiswal.md create mode 100644 scripts/hello_world_avi.c diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2fecbb63bc..28295768cc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -249,7 +249,7 @@ #### Name: [Jose Gomera](https://github.com/josegomera) - Place: Dominican Republic - Bio: I'm web developer that love somehow to help. -- Github: [josegomera](https://github.com/josegomera) +- Github: [josegomera](https://github.com/josegomera) #### Name: [Stephen Abrahim](https://github.com/lepah) - Place: Huntington Beach, CA @@ -285,3 +285,8 @@ - Place: São Paulo, SP, BR - Bio: Developer, I really like! - GitHub: [Henrique Duarte](https://github.com/mustorze) + +#### Name:[Avinash Jaiswal](https://github.com/littlestar642) +- Place:Surat,Gujarat,India. +- Bio:In love with the WEB,from age of 5! +- Github:[Avinash Jaiswal](https://github.com/littlestar642) \ No newline at end of file diff --git a/profiles/Avinash_Jaiswal.md b/profiles/Avinash_Jaiswal.md new file mode 100644 index 0000000000..2394c89f81 --- /dev/null +++ b/profiles/Avinash_Jaiswal.md @@ -0,0 +1,27 @@ +# Avinash Jaiswal + +## About me: + +19 years old Young,Enthusiastic,Front-End developer and Programmer interested in backend development and eventually building some complex and really cool Web applications. + +## Academics: + +Presently pursuing my B.Tech in Computer Engineering from Sardar Vallabhai National Institute of Technology,Surat. + +Completed my Class 12th from Sunbeam School Lahartara ,Varanasi. + +## Languages Known: + +- HTML +- CSS +- JAVASCRIPT +- JAVA +- C + +## Framework used in Projects + +- Twitter's Bootstrap + +# [Check out my Github page](https://github.com/littlestar642) + +# Email @: avinashjaiswal642@gmail.com \ No newline at end of file diff --git a/scripts/hello_world_avi.c b/scripts/hello_world_avi.c new file mode 100644 index 0000000000..177fcbe89f --- /dev/null +++ b/scripts/hello_world_avi.c @@ -0,0 +1,10 @@ +// LANGUAGE: C +// AUTHOR: Avinash Jaiswal +// GITHUB: https://github.com/littlestar642 + +#include + +main() +{ + printf("Hello,World!\n"); +} \ No newline at end of file From b88b236aa50f078c5745fb5c4d6b95fbe3245054 Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 6 Oct 2017 23:14:22 +0100 Subject: [PATCH 127/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2fecbb63bc..12f79c75c9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -285,3 +285,10 @@ - Place: São Paulo, SP, BR - Bio: Developer, I really like! - GitHub: [Henrique Duarte](https://github.com/mustorze) + +#### Name: [JoeBanks13](https://github.com/JoeBanks13) +- Place: York, United Kingdom +- Bio: Backend web developer +- GitHub: [JoeBanks13](https://github.com/JoeBanks13) +- Webpage: [josephbanks.me](https://josephbanks.me) +- GitLab Server: [GitLab](https://gitlab.josephbanks.me/JoeBanks13) From a3300e344e92637aafc500dfc39ef218d51562ee Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 6 Oct 2017 23:16:44 +0100 Subject: [PATCH 128/531] Create Joseph_Banks.md --- profiles/Joseph_Banks.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 profiles/Joseph_Banks.md diff --git a/profiles/Joseph_Banks.md b/profiles/Joseph_Banks.md new file mode 100644 index 0000000000..73b15f4873 --- /dev/null +++ b/profiles/Joseph_Banks.md @@ -0,0 +1,21 @@ +# Joseph Banks + +## Interests +- Python +- Elixir +- Backend-web technology + +## Want to learn +- Front end +- React +- More Node.js + +## Links + +[Twitter](https://twitter.com/JosephTehDev) + +[GitHub](https://github.com/JoeBanks13/) + +[GitLab (more updated)](https://gitlab.josephbanks.me/JoeBanks13) + +[WebPage (hype)](https://josephbanks.me) From 42b7239dd6d0712a9acf2a5dca3807a2b01654e0 Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 6 Oct 2017 23:17:20 +0100 Subject: [PATCH 129/531] Create HelloWorld.exs --- scripts/HelloWorld.exs | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/HelloWorld.exs diff --git a/scripts/HelloWorld.exs b/scripts/HelloWorld.exs new file mode 100644 index 0000000000..c06bf38806 --- /dev/null +++ b/scripts/HelloWorld.exs @@ -0,0 +1 @@ +IO.puts "Hello, world!" From 795e2b81252aefbabd481e615c6ee2e1079e712d Mon Sep 17 00:00:00 2001 From: Alisson Vargas Date: Fri, 6 Oct 2017 22:07:56 -0300 Subject: [PATCH 130/531] add alisson-mich to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2fecbb63bc..a078b4aa68 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -285,3 +285,8 @@ - Place: São Paulo, SP, BR - Bio: Developer, I really like! - GitHub: [Henrique Duarte](https://github.com/mustorze) + +#### Name: [Alisson Vargas](https://github.com/alisson-mich) +- Place: Torres, RS, Brazil +- Bio: A guy who loves IT :D +- GitHub: [Alisson Vargas](https://github.com/alisson-mich) From 08116fb7ebcdc7101f9ede7c796a6f77ef3bd208 Mon Sep 17 00:00:00 2001 From: brandon Date: Fri, 6 Oct 2017 23:08:37 -0400 Subject: [PATCH 131/531] Add hello_world_brandonbrewer93.py --- scripts/hello_world_brandonbrewer93.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_brandonbrewer93.py diff --git a/scripts/hello_world_brandonbrewer93.py b/scripts/hello_world_brandonbrewer93.py new file mode 100644 index 0000000000..45b0f3e814 --- /dev/null +++ b/scripts/hello_world_brandonbrewer93.py @@ -0,0 +1,5 @@ +#Language: Python +#Author: Brandon Brewer +#Github: https://github.com/brandonbrewer93 + +print("Hello, World!") \ No newline at end of file From a202d72c77d5fbc1a6e282179b8ba52f41c53e57 Mon Sep 17 00:00:00 2001 From: markanthonyngo Date: Sat, 7 Oct 2017 00:17:19 -0400 Subject: [PATCH 132/531] Added hello_world script --- scripts/hello_world_mark.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_mark.c diff --git a/scripts/hello_world_mark.c b/scripts/hello_world_mark.c new file mode 100644 index 0000000000..4141dbe88f --- /dev/null +++ b/scripts/hello_world_mark.c @@ -0,0 +1,6 @@ +#include + +int main () { + printf("Hello world!"); + return 0; +} From 51b72b8259f3fc8569ef32a00a7b830a6f6ca04f Mon Sep 17 00:00:00 2001 From: codemastermd Date: Sat, 7 Oct 2017 00:18:50 -0400 Subject: [PATCH 133/531] Added Chris Sullivan --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..311d35e930 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Chris Sullivan](https://github.com/codemastermd) +- Place: College Park, Maryland +- Bio: Comp Sci student at the University of Maryland +- GitHub: [Chris Sullivan](https://github.com/codemastermd) From 6c00b27fa9e80c9e50453c08894f19cba36ce374 Mon Sep 17 00:00:00 2001 From: Zenzar Date: Fri, 6 Oct 2017 23:52:40 -0500 Subject: [PATCH 134/531] Hello World --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..867c90cb0f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +### Name: [Owen Mitchell] (https://github.com/ultimatezenzar) +- Place: Edmond, OK, United States +- Bio: Programmer for a high school robotics team +- Github: [ultimatezenzar] (https://github.com/ultimatezenzar) From ff968982f6ec810ee7424068971b288c60ba37fa Mon Sep 17 00:00:00 2001 From: Sravya Pullagura Date: Sat, 7 Oct 2017 13:05:17 +0530 Subject: [PATCH 135/531] Hello world in Ruby --- scripts/sravya_pullagura_hello_world.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/sravya_pullagura_hello_world.rb diff --git a/scripts/sravya_pullagura_hello_world.rb b/scripts/sravya_pullagura_hello_world.rb new file mode 100644 index 0000000000..c8103f0330 --- /dev/null +++ b/scripts/sravya_pullagura_hello_world.rb @@ -0,0 +1,7 @@ +# LANGUAGE: Ruby +# AUTHOR: Sravya Pullagura +# GITHUB: https://github.com/sravya96 +# If you wourld like to learn Ruby on Rails, here is a great link to get started: +# https://www.railstutorial.org/book/beginning + +puts "Hello, World!" From 485951c25f5561cbc401fa16bdd3ffa80f7718e6 Mon Sep 17 00:00:00 2001 From: Sravya Pullagura Date: Sat, 7 Oct 2017 13:07:33 +0530 Subject: [PATCH 136/531] Hello world in Ruby --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..f6b60e458a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Sravya Pullagura](https://github.com/sravya96) +- Place: Vijayawada, Andhra Pradesh, India +- Bio: Love learning, coding and sketching!! +- Github [Sravya Pullagura](https://github.com/sravya96) From f02f38406d53b954f35eae7f2d458aad805ef2fa Mon Sep 17 00:00:00 2001 From: Matilda Date: Sat, 7 Oct 2017 11:31:13 +0200 Subject: [PATCH 137/531] pudkipz's stuff --- CONTRIBUTORS.md | 4 ++++ profiles/pudkipz.md | 27 +++++++++++++++++++++++++++ scripts/hello_world.bat | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 profiles/pudkipz.md create mode 100644 scripts/hello_world.bat diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..493cd245ae 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Mat.](https://github.com/pudkipz) +- Place: Stockholm, Sweden +- Bio: Random Swedish student. +- GitHub: [Mat.](https://github.com/pudkipz) \ No newline at end of file diff --git a/profiles/pudkipz.md b/profiles/pudkipz.md new file mode 100644 index 0000000000..c0d6f117df --- /dev/null +++ b/profiles/pudkipz.md @@ -0,0 +1,27 @@ +# Mat. + +### Location + +Stockholm, Sweden + +### Academics + +Last year of gymnasium/high school + +### Interests + +- Making music +- Making games +- Learning new things + +### Development + +- Creating small hobby projects. + +### Projects + +- [CryptoGame](https://github.com/pudkipz/CryptoGame) Game about cryptography with pygame, created with a friend. + +### Profile Link + +[Mat.](https://github.com/pudkipz) \ No newline at end of file diff --git a/scripts/hello_world.bat b/scripts/hello_world.bat new file mode 100644 index 0000000000..f9ad2245f0 --- /dev/null +++ b/scripts/hello_world.bat @@ -0,0 +1,3 @@ +@echo off +echo Hello world! +pause > nul \ No newline at end of file From a85bf62aec4018cb7aea264ad17f9d69aa676225 Mon Sep 17 00:00:00 2001 From: Joey Marshment-Howell Date: Sat, 7 Oct 2017 12:36:33 +0200 Subject: [PATCH 138/531] added new user, Joey Marshment-Howell, and a Hello World script --- CONTRIBUTORS.md | 4 ++++ scripts/hello_world_Joey.js | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 scripts/hello_world_Joey.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..f17e32e2a8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +### Name: [Joey Marshment-Howell](https://github.com/josephkmh) +- Place: Berlin, Germany +- Bio: A nice young man who likes web programming! +- GitHub: [Joey Marshment-Howell](https://github.com/josephkmh) diff --git a/scripts/hello_world_Joey.js b/scripts/hello_world_Joey.js new file mode 100644 index 0000000000..6e43a8e111 --- /dev/null +++ b/scripts/hello_world_Joey.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Joey Marshment-Howell +// GITHUB: https://github.com/josephkmh + +console.log('Hello, world!'); From 4d8b6cfa175acc3b1cd488bc34a7cf2e243302fa Mon Sep 17 00:00:00 2001 From: za Date: Sat, 7 Oct 2017 17:52:47 +0700 Subject: [PATCH 139/531] Add za on CONTRIBUTORS.md --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..b18d01a9bf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Zaki Akhmad](https://github.com/za) +- Place: Jakarta, Indonesia +- Bio: Python enthusiasts +- GitHub: [za](https://github.com/za) From 63cee7278905b50135054d4479cd4f9122df2b6b Mon Sep 17 00:00:00 2001 From: Sparsh Garg Date: Sat, 7 Oct 2017 16:40:47 +0530 Subject: [PATCH 140/531] Add hello_World1 script --- scripts/hello_World1.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_World1.py diff --git a/scripts/hello_World1.py b/scripts/hello_World1.py new file mode 100644 index 0000000000..9a2e04bcfa --- /dev/null +++ b/scripts/hello_World1.py @@ -0,0 +1,5 @@ +#LANGUAGE: Python +#AUTHOR: Sparsh Garg +#GITHUB: https://github.com/sparsh789 + +print "Hello, World!" From 3eb2ad04d7850fac45a748f2f4d01b669c6b53de Mon Sep 17 00:00:00 2001 From: Sparsh Garg Date: Sat, 7 Oct 2017 16:51:02 +0530 Subject: [PATCH 141/531] Add sparsh to contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..2ea1011cca 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: [Sparsh Garg](https://github.com/sparsh789) +- Place: Hyderabad, Telangana, India +- Bio: Student@IIIT,Hyderabad +- GitHub: [sparsh789](https://github.com/sparsh789) + From 5f7fb9e5b1131b00d0f6680cfa1dda021c2caecc Mon Sep 17 00:00:00 2001 From: Vishaal Udandarao Date: Sat, 7 Oct 2017 17:35:00 +0530 Subject: [PATCH 142/531] Create HelloWorld.st Added HelloWorld program in Smalltalk. --- scripts/HelloWorld.st | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/HelloWorld.st diff --git a/scripts/HelloWorld.st b/scripts/HelloWorld.st new file mode 100644 index 0000000000..11815f14e5 --- /dev/null +++ b/scripts/HelloWorld.st @@ -0,0 +1,5 @@ +//LANGUAGE: Smalltalk +//AUTHOR: Vishaal Udandarao +//GITHUB: https://github.com/vishaal27 + +'Hello World' printNl ! From b22b1033a2cb632250a71d684b0f71ce3a828e68 Mon Sep 17 00:00:00 2001 From: Vishaal Udandarao Date: Sat, 7 Oct 2017 17:39:52 +0530 Subject: [PATCH 143/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..8eca42ccf5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Vishaal Udandarao](https://github.com/vishaal27) +- Place: New Delhi, India +- Bio: Professional Geek | Developer +- GitHub: [Vishaal Udandarao](https://github.com/vishaal27) From d5bb986aa5f9b98ab917dd09d72b5d2a490691f8 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sat, 7 Oct 2017 14:24:08 +0100 Subject: [PATCH 144/531] Update HelloWorld.exs --- scripts/HelloWorld.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/HelloWorld.exs b/scripts/HelloWorld.exs index c06bf38806..d742d7c98e 100644 --- a/scripts/HelloWorld.exs +++ b/scripts/HelloWorld.exs @@ -1 +1,4 @@ +# Language: Elixir +# Author: Joseph Banks +# GitHub: https://github.com/JoeBanks13 IO.puts "Hello, world!" From f09be426a14ce71f58c4f225521434a1b2d759fa Mon Sep 17 00:00:00 2001 From: Keda87 Date: Sat, 7 Oct 2017 21:19:41 +0700 Subject: [PATCH 145/531] Add my profile --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 52e1d502b1..75cc5cf594 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -301,3 +301,7 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Adiyat Mubarak](https://github.com/Keda87) +- Place: Jakarta, ID, Indonesia +- Bio: Technology Agnostic +- GitHub: [Adiyat Mubarak](https://github.com/Keda87) From af3436e17bb14175a2a2d57781074eafa9466034 Mon Sep 17 00:00:00 2001 From: Ruslan Posevkin Date: Sat, 7 Oct 2017 17:29:46 +0300 Subject: [PATCH 146/531] Create a Hello, World! - JavaScript --- scripts/hello_world_js.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_js.js diff --git a/scripts/hello_world_js.js b/scripts/hello_world_js.js new file mode 100644 index 0000000000..efbac7c293 --- /dev/null +++ b/scripts/hello_world_js.js @@ -0,0 +1,6 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Ruslan Posevkin +// GITHUB: https://github.com/rusposevkin + +console.log('Hello, World!'); From 4dab63888bfa90df0ea46f359c5f2b3577fa7a15 Mon Sep 17 00:00:00 2001 From: Yash Mittra Date: Sat, 7 Oct 2017 21:24:19 +0530 Subject: [PATCH 147/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..9e7c423ede 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -339,4 +339,9 @@ #### Name: [Sravya Pullagura](https://github.com/sravya96) - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! -- Github [Sravya Pullagura](https://github.com/sravya96) +- Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Yash Mittra](https://github.com/mittrayash) +- Place: New Delhi, Delhi, India +- Bio: Web Developer, Coder | Entering the field of Machine Learning and Data Science +- GitHub: [mittrayash](https://github.com/mittrayash) From 3a1ac312df422c0527988cf15c8d3978bd77a016 Mon Sep 17 00:00:00 2001 From: Mat Date: Sat, 7 Oct 2017 18:39:16 +0200 Subject: [PATCH 148/531] Update hello_world.bat --- scripts/hello_world.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/hello_world.bat b/scripts/hello_world.bat index f9ad2245f0..0eb83068d8 100644 --- a/scripts/hello_world.bat +++ b/scripts/hello_world.bat @@ -1,3 +1,5 @@ +:: Batch script + @echo off echo Hello world! -pause > nul \ No newline at end of file +pause > nul From a34206cd6665190f55d72648aa8e195398e3d887 Mon Sep 17 00:00:00 2001 From: shyshin Date: Sat, 7 Oct 2017 23:13:17 +0530 Subject: [PATCH 149/531] Add my name to CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..a38fe46d71 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -339,4 +339,9 @@ #### Name: [Sravya Pullagura](https://github.com/sravya96) - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! -- Github [Sravya Pullagura](https://github.com/sravya96) +- Github: [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Saif Rehman Nasir](https://github.com/shyshin) +- Place: New Delhi, India +- Bio: Techie with a lot of horizontals but a low verticality :( +- Github: [Saif Rehman Nasir](https://github.com/shyshin) \ No newline at end of file From 42734ea358b294b00c0901a82ee317bb9cb5b4cc Mon Sep 17 00:00:00 2001 From: Saisankar Gochhayat Date: Sun, 8 Oct 2017 00:17:34 +0530 Subject: [PATCH 150/531] added profile --- profiles/Saisankar_Gochhayat.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 profiles/Saisankar_Gochhayat.md diff --git a/profiles/Saisankar_Gochhayat.md b/profiles/Saisankar_Gochhayat.md new file mode 100644 index 0000000000..e457598a9c --- /dev/null +++ b/profiles/Saisankar_Gochhayat.md @@ -0,0 +1,32 @@ +# Sai Sankar Gochhayat + +### Location + +Bhubaneswar, Odisha, India + +### Academics + +Undergraduating in Computer Science from College of Engineering and Technology, Bhubaneswar. + +### Interests + +- Web development +- Image Processing +- Machine Learning +- Gaming +- Partying + +### Development + +- I've worked as a Google Summer of Code Intern at AOSSIE. +- Love Creating APIs and Bots + +### Projects + +- [CarbonFootprintAPI](https://gitlab.com/aossie/CarbonFootprint-API) A CarbonFootprint API. + +A partially complete list can be found [here](https://saisankar.ml). + +### Profile Link + +[Ishan Jain](https://saisankar.ml) From c576f8f6dfd954fbb786d47a78537a1794ade3bf Mon Sep 17 00:00:00 2001 From: Rafael Kalan Date: Sat, 7 Oct 2017 20:22:05 -0300 Subject: [PATCH 151/531] Adding profile/scipt/contributors --- CONTRIBUTORS.md | 5 +++++ profiles/Rafael_Lima.md | 24 ++++++++++++++++++++++++ scripts/hello_world_kalan.js | 6 ++++++ 3 files changed, 35 insertions(+) create mode 100644 profiles/Rafael_Lima.md create mode 100644 scripts/hello_world_kalan.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..eee001c8cd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Rafael Lima](https://github.com/rafaelkalan) +- Place: Belo Horizonte, Minas Gerais, Brazil +- Bio: Youger software engineer +- GitHub: [Rafael Lima](https://github.com/rafaelkalan) diff --git a/profiles/Rafael_Lima.md b/profiles/Rafael_Lima.md new file mode 100644 index 0000000000..0930f2c64d --- /dev/null +++ b/profiles/Rafael_Lima.md @@ -0,0 +1,24 @@ +# Rafael O. M. Lima + +### Location + +Belo Horizonte, Brazil + +### Academics + +8th sem IT undergrad. Expected grad: December'18 + +### Interests + +- Data Structure +- Algorithm Designing +- Machine Learning +- Computer Games +- Microservices Engineer +- Memes + +### Projects + +### Profile Link + +[Rafael Lima](https://github.com/rafaelkalan) \ No newline at end of file diff --git a/scripts/hello_world_kalan.js b/scripts/hello_world_kalan.js new file mode 100644 index 0000000000..7bf8fb3e8c --- /dev/null +++ b/scripts/hello_world_kalan.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Rafael O M Lima +// GITHUB: https://github.com/rafaelkalan + +console.log("Hello World") \ No newline at end of file From 8e363a626ad08396694e6e713e0ea906096c8dbd Mon Sep 17 00:00:00 2001 From: nightrainlily Date: Sat, 7 Oct 2017 17:01:13 -0700 Subject: [PATCH 152/531] added ruby hello world --- scripts/hello_world_ruby.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/hello_world_ruby.rb diff --git a/scripts/hello_world_ruby.rb b/scripts/hello_world_ruby.rb new file mode 100644 index 0000000000..f9d42d3d41 --- /dev/null +++ b/scripts/hello_world_ruby.rb @@ -0,0 +1,3 @@ +# Author: Amaya Lim + +puts "hello world!" \ No newline at end of file From 01405f815273eb0de777238374e11de155aaf284 Mon Sep 17 00:00:00 2001 From: nightrainlily Date: Sat, 7 Oct 2017 17:05:06 -0700 Subject: [PATCH 153/531] fix name --- scripts/{hello_world_ruby.rb => hello_world_nightrainlily.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world_ruby.rb => hello_world_nightrainlily.rb} (100%) diff --git a/scripts/hello_world_ruby.rb b/scripts/hello_world_nightrainlily.rb similarity index 100% rename from scripts/hello_world_ruby.rb rename to scripts/hello_world_nightrainlily.rb From 7aa602554726e80ba7814421e1f5edea45e95047 Mon Sep 17 00:00:00 2001 From: Dustin Woods Date: Sat, 7 Oct 2017 19:44:14 -0500 Subject: [PATCH 154/531] Add Your Name to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..20e9ff7689 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Dustin Woods](https://github.com/dustinywoods) +- Place: MN, USA +- Bio: Software Developer +- GitHub: [Dustin Woods](https://github.com/dustinywoods) From 26ea559a97cdc7153518f745c392ff28b6ae1a65 Mon Sep 17 00:00:00 2001 From: Ginanjar Date: Sun, 8 Oct 2017 07:48:07 +0700 Subject: [PATCH 155/531] Add name for Contribute --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..10b2bdc9cd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Ginanjar S.B](https://github.com/egin10) +- Place: Samarinda, Kalimantan Timur, Indonesia +- Bio: Someone who's intresting about web devlopment / Programming +- GitHub: [Ginanjar S.B | egin10](https://github.com/egin10) From e320e0cc7b75061af5c00dcb8a703124e29857b7 Mon Sep 17 00:00:00 2001 From: Ginanjar Date: Sun, 8 Oct 2017 08:03:34 +0700 Subject: [PATCH 156/531] add helloworld --- scripts/HelloWorld.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/HelloWorld.js diff --git a/scripts/HelloWorld.js b/scripts/HelloWorld.js new file mode 100644 index 0000000000..e9a30bfabb --- /dev/null +++ b/scripts/HelloWorld.js @@ -0,0 +1,6 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Ginanjar S.B | Egin10 +// GITHUB: https://github.com/egin10 + +console.log('Hello, World!'); From 9a0596fb34253ef8f40917ae8a8d2ed2a9912b8a Mon Sep 17 00:00:00 2001 From: Ginanjar Date: Sun, 8 Oct 2017 08:05:51 +0700 Subject: [PATCH 157/531] add profile --- profiles/Ginanjar_SB.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 profiles/Ginanjar_SB.md diff --git a/profiles/Ginanjar_SB.md b/profiles/Ginanjar_SB.md new file mode 100644 index 0000000000..4b05e28efc --- /dev/null +++ b/profiles/Ginanjar_SB.md @@ -0,0 +1,24 @@ +# Ginanjar S.B + +### Location + +Samarinda/Indonesia + +### Academics + +Samarinda State Polytechnic + +### Interests + +- Wall Climbing +- Web Devlopment / Programming +- Games +- Movies + +### Development + +- Backend Developer + +### Profile Link + +[Ginanjar S.B | egin10](https://github.com/egin10) From c0fd2142a2c1ec4bed6ddeaa87b4e155ffe0658b Mon Sep 17 00:00:00 2001 From: Dustin Woods Date: Sat, 7 Oct 2017 20:14:00 -0500 Subject: [PATCH 158/531] Create a `Hello, World!` Script --- scripts/hello_world.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world.lua diff --git a/scripts/hello_world.lua b/scripts/hello_world.lua new file mode 100644 index 0000000000..66af88b09e --- /dev/null +++ b/scripts/hello_world.lua @@ -0,0 +1,5 @@ +-- LANGUAGE: Lua +-- AUTHOR: Dustin Woods +-- GITHUB: https://github.com/dustinywoods + +print ("Hello, World!") \ No newline at end of file From fafd0b08eab5205ba4e966caee63dfd55751d772 Mon Sep 17 00:00:00 2001 From: Fush Chups <32603095+fushandchups@users.noreply.github.com> Date: Sun, 8 Oct 2017 01:40:04 +0000 Subject: [PATCH 159/531] Added fortran 90 hello world Added Fush Chups to contributors.md --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world.f90 | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 scripts/hello_world.f90 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..c9c7705894 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Fush Chups](https://github.com/fushandchups) +- Place: Christchurch, Canterbury, New Zealand +- Bio: Earhquake enthusiast +- GitHub:[fushandchups] (https://github.com/fushandchups) diff --git a/scripts/hello_world.f90 b/scripts/hello_world.f90 new file mode 100644 index 0000000000..51b670916c --- /dev/null +++ b/scripts/hello_world.f90 @@ -0,0 +1,12 @@ +! LANGUAGE: Fortran90: +! AUTHOR: Fush Chups +! GITHUB: https://github.com/fushandchups +! +! Compile with: gfortran hello_world.f90 -o hello_world +program hello_world + +implicit none + +print*, 'Hello world!' + +end program From d6b35f2e9a0a181bdda866f2b5905f99842b88ac Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 7 Oct 2017 22:28:15 -0400 Subject: [PATCH 160/531] Added my name as a contributor Added my name and my Github profile link, --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..5b54ca5ca5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Francis Venne](https://github.com/NullSilence) +- Place: Montreal, Canada. +- Bio: Developer by day, cat lover by night. Canadian tech enthusiast. +- Github [Sravya Pullagura](https://github.com/NullSilence) From 854fae506c39ff5874dc93848c45c7c71652bbae Mon Sep 17 00:00:00 2001 From: LEONARDO BONETTI FERNANDES SILVA Date: Sun, 8 Oct 2017 01:09:31 -0300 Subject: [PATCH 161/531] Add my contributor info and my hello world .cs --- CONTRIBUTORS.md | 5 +++++ scripts/HelloWorld_Leo.cs | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 scripts/HelloWorld_Leo.cs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..4d1b43a3a1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Leonardo Bonetti](https://github.com/LeonardoBonetti) +- Place: São Paulo, Brazil +- Bio: Associate Degree analysis and systems development +- GitHub: [Leonardo Bonetti](https://github.com/LeonardoBonetti) diff --git a/scripts/HelloWorld_Leo.cs b/scripts/HelloWorld_Leo.cs new file mode 100644 index 0000000000..87eb13c594 --- /dev/null +++ b/scripts/HelloWorld_Leo.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace HacktoberFest +{ + class HelloWorld + { + static void Main(string[] args) + { + Console.WriteLine("Hello HacktoberFest World "); + Console.ReadKey(); + } + } +} From 345cbb3ccf3b85880195cc1eb6291579a2891bec Mon Sep 17 00:00:00 2001 From: Date: Sun, 8 Oct 2017 00:01:45 -0700 Subject: [PATCH 162/531] followed Alice's instructions correctly hopefully --- CONTRIBUTORS.md | 5 ++++- profiles/Dennis_Orzikh.md | 21 +++++++++++++++++++++ scripts/hello_world.js | 11 +++++------ 3 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 profiles/Dennis_Orzikh.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..99952115a2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,7 @@ - +#### Name: [DENNIS ORZIKH](https://github.com/orzikhd) +- Place: Seattle, WA, USA +- Bio: Student at UW. Likes easy ways to make sure tools are set up in new environments (like this project) +- Github: Wow isn't this right up there ^ [Dennis Orzikh](https://github.com/orzikhd) #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA diff --git a/profiles/Dennis_Orzikh.md b/profiles/Dennis_Orzikh.md new file mode 100644 index 0000000000..81b8e1fb02 --- /dev/null +++ b/profiles/Dennis_Orzikh.md @@ -0,0 +1,21 @@ +# Dennis Orzikh + +### Location +Seattle, WA. LA, CA before that. Tampa, FL before that. NYC, NY before that. ??? before that. + +### Academics +4th year student at University of Washington. Likes AI stuff, data analysis stuff, hating Microsoft (who doesn't?) + +### Interests +- [x] Plays videogames +- [x] Thinks he is good at videogames +- [x] Typically stops playing a game once he realizes he is bad at it +- [x] Plays D&D (5e) weekly when possible +- [x] Takes on the difficult task of DMing because no one else will and it's more fun than not playing D&D at all +- [x] Satisfied sharing satire, sarcasm, and amazing alliteration + +### Development +Yes :sparkles: + +### Projects +[Github Link](https://github.com/orzikhd) diff --git a/scripts/hello_world.js b/scripts/hello_world.js index a1293d86eb..6a7dac9632 100644 --- a/scripts/hello_world.js +++ b/scripts/hello_world.js @@ -1,6 +1,5 @@ -// LANGUAGE: Javascript -// ENV: Node.js -// AUTHOR: Alice Chuang -// GITHUB: https://github.com/AliceWonderland - -console.log('Hello, World!'); \ No newline at end of file +// Language: Javascript +// Env: Thanks, me too +// Author: Dennis Orzikh +// Github: https://github.com/orzikhd +console.log('Hello, World!'); From 7bee12dd4b6d7aab17bbcad6429a32c9c8fdec96 Mon Sep 17 00:00:00 2001 From: noveens Date: Sun, 8 Oct 2017 12:57:08 +0530 Subject: [PATCH 163/531] welcome noveen to hacktober :D --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..f39cac01cb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Noveen Sachdeva](https://github.com/noveens) +- Place: Hyderabad, Telangana, India +- Bio: 3rd Year CS undergrad at IIIT Hyderabad. +- GitHub: [Noveen Sachdeva](https://github.com/noveens) From b9ab231c86200da91bc0ba7aa704e365d7cb883f Mon Sep 17 00:00:00 2001 From: noveens Date: Sun, 8 Oct 2017 13:04:12 +0530 Subject: [PATCH 164/531] Python is <3 --- scripts/hello_world_noveen.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_noveen.py diff --git a/scripts/hello_world_noveen.py b/scripts/hello_world_noveen.py new file mode 100644 index 0000000000..b54c64dc4e --- /dev/null +++ b/scripts/hello_world_noveen.py @@ -0,0 +1,5 @@ +# LANGUAGE: Python +# AUTHOR: Noveen Sachdeva +# GITHUB: https://github.com/noveens + +print "Hello, World!" From 0028d52ed8ea80076820d55ae02db628875abc67 Mon Sep 17 00:00:00 2001 From: pranav bhasin Date: Sun, 8 Oct 2017 13:08:59 +0530 Subject: [PATCH 165/531] Hacktoberfest Issue #80 --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..09055dab30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Pranav Bhasin](https://github.com/pranavbhasin96) +- Place: Hyderabad, Telangana, India +- Bio: Trying to fit in coding society. +- GitHub: [Pranav Bhasin](https://github.com/pranavbhasin96) From f25b3dd43e960009156b79f6284bf1f6b03da4f1 Mon Sep 17 00:00:00 2001 From: pranav bhasin Date: Sun, 8 Oct 2017 13:13:48 +0530 Subject: [PATCH 166/531] Hacktoberfest Issue #3 --- scripts/a.out | Bin 0 -> 8616 bytes scripts/hello_world_pran.c | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100755 scripts/a.out create mode 100644 scripts/hello_world_pran.c diff --git a/scripts/a.out b/scripts/a.out new file mode 100755 index 0000000000000000000000000000000000000000..218474f833bbd22036b533a3d44837c5efef0fe2 GIT binary patch literal 8616 zcmeHNYit}>6+XM`S6=IlNmAzl9w0$(g(vIOFCTXH1l`520srW&K!XwD(16;L4Mxt5HxpU4w z#v4>2@y|EfIrn_`eCM9~8sB>--{_AFcs(AFa5xLEQu?8nege0lHaxysU$bVBnm_!0- zN+%u_1^h}yIjS-u+c}OPOW~19ymscbGf(7A4osx9kJ?7RDEo_g4b(_CNI;)@mL=Iz zI&{a5Q~nk=@>ab;FzSx%QW}6r;XQ>sZaQ21cM;&?A+GO1{j$jI6Ui##WpKSLY7*;h&KWeB^%p34WbAZZUd-RoGKYjS@S3R!` z{P6Az7rQ<=Jn|}W<%ijioz|dbOATv^rxyMh#I+jsfbAQn=5)h!!Onwa5n$!*SkAW6 zv1A63$#gcuhy{BigFU_0E`682o7{QvA0?0ahx1Np0EI2dRaDx^`cm_#%F)Yqf&^MR`AqUNW-_CTTjo$n&A~U%X09d+mO)sB9=u zY+v|j_(*uR7#Cp9-O^5IQwSg;X7(%qBXCQ_;F z=e48RTq^!)>_yL3-{V1)^a|OARelZSGbke{hp;t2Mwvo+73Etf*Wzf?dZgqzH3Xg$ z0ngU8jZGIkjRC^x9o&TcN63IvZF_+2SWfnH9~Fxf1NZ|2{?>iXYo2X74STjc{>Y=- zX~`)Y>^}G@`rSxC*dI9K?OoS!2rEXF%HsHY5z7-Op~oNiwztRMdfwOX*Ur`T_}kCc zoBrUL2Gbv!Y25EOa{f@*9}N53d;A*Op?#0PNww=2NWX!8D%T6STuCcEu+jr7J+RUP zD?PB%1Kb0+$)R++&XG#NhwMQ`uH}LoKF4ky>n|~1j*D`>+REi}KH9>1D{j9i$vIET z|9QWdC4A0nkSLw`TDd+s>&$x%Du&hS3Gf6A{Zfg3>y_-r21OyY#My9bDTL?CcJ92Oksa1EmjV zS;%WFEBE2(L~G(cuxsLVrFm27%!jjRzNUQx$h@kyZ-iRo;e#fSajdpq1u`G1@zo&n zrW#)ZvVN-ZwXj%Y9{6A#Xf?*e2maE1O|_q9ko8!N2jCK~(`tNu>7Jn)Z-J%;qY_ei zAAF*8k5XCa!__0}x*FdIblh?$A8f+=m0I{iAm`&sj*nI~uiI*TGql&lw*Va<-N^^? zRw|d!daQ%@i)F;g(fiJWZxMI=^q%u#|Bt%Hg*+4fq6^mE6U1w^>p|_ESAJSx$u;iR6u!J45U%O}4JyES;+_wGLDW-Y+}~w; z`MaT1d^iKLe15iI13We6Lp$Ov*#C4pK}p{4A;dL>R6ouueEIx|DnHe>q)i|mfX&P1 z)h=bfeBGrV;O8v+anIZDBd#s47Ji2Kdhccky5{q52*-$IUDq-9D&o`+2KR$HOJms| z@fX1PX1M%(hwbJ5SI+#m5GQ;0I=apFbnin+{?6V(TvJH(<6nqV{BA$>I6$@Re~0!h zP~$y0p0o3IVPZlb$D6o)y+c-H@Nm?!AfCu2CX;zPk+bZyHJ-|55_EeP&svkI>{u*i z#qDe^Z^a5HU_6_iP9^L_T>rxE(C*qs)# zXlyK%P#2wsQF)PRCE_tVCQizipDrtltel%rw5_@p#h%Y+t*KZhjulvg2hl2?%vgnd z0vlM4jT(shSU%5goGaFS$E_hA&E8ZjpI1YPF-!MRV`R9ingV+MWZI66p|o?3oRVBJ zgOg(#^i0-H=;5Bh4m&o<+GM7nj}?-5tDTI4PTEu~KLvXHWCr~?(#|<0#}m1HGMlMV zEG)|jsc0E?o27k ze%{dl4q%4P6vCH%p9=pp^G`Eh+9~x*Jc2*R z{2q2F`{6m}%ejmA#BuY_BSvvi|5B2D^9|<9dD1CeK7VGhppq~9>qS@n!Vhpp+^;d0&-dv+@-{G9nR zezH%v#C-R+F*pBLF1~z^l<$;XrJ9_Kn}5;8m-9pu59o(3zPmqP#d7)t%fnSVcgS~3 zx4m0`6S>V5eA$n-l2c4>d$;~4w4wf&`sEy;eN6t}kV{P!zMOaDyYfvQf9{S_JTedF zT=mPjXo(ty$sMogBL9IlmGPI(Ph3H}@=|^XPvnw|FZ>mHWMD6 +int main() +{ + printf("Hello, World!\n"); +} From f79c7de3b3b172c9272ac6eca344af02d3f1b0b3 Mon Sep 17 00:00:00 2001 From: pranav bhasin Date: Sun, 8 Oct 2017 13:14:05 +0530 Subject: [PATCH 167/531] Hacktoberfest Issue #3 --- scripts/a.out | Bin 8616 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 scripts/a.out diff --git a/scripts/a.out b/scripts/a.out deleted file mode 100755 index 218474f833bbd22036b533a3d44837c5efef0fe2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8616 zcmeHNYit}>6+XM`S6=IlNmAzl9w0$(g(vIOFCTXH1l`520srW&K!XwD(16;L4Mxt5HxpU4w z#v4>2@y|EfIrn_`eCM9~8sB>--{_AFcs(AFa5xLEQu?8nege0lHaxysU$bVBnm_!0- zN+%u_1^h}yIjS-u+c}OPOW~19ymscbGf(7A4osx9kJ?7RDEo_g4b(_CNI;)@mL=Iz zI&{a5Q~nk=@>ab;FzSx%QW}6r;XQ>sZaQ21cM;&?A+GO1{j$jI6Ui##WpKSLY7*;h&KWeB^%p34WbAZZUd-RoGKYjS@S3R!` z{P6Az7rQ<=Jn|}W<%ijioz|dbOATv^rxyMh#I+jsfbAQn=5)h!!Onwa5n$!*SkAW6 zv1A63$#gcuhy{BigFU_0E`682o7{QvA0?0ahx1Np0EI2dRaDx^`cm_#%F)Yqf&^MR`AqUNW-_CTTjo$n&A~U%X09d+mO)sB9=u zY+v|j_(*uR7#Cp9-O^5IQwSg;X7(%qBXCQ_;F z=e48RTq^!)>_yL3-{V1)^a|OARelZSGbke{hp;t2Mwvo+73Etf*Wzf?dZgqzH3Xg$ z0ngU8jZGIkjRC^x9o&TcN63IvZF_+2SWfnH9~Fxf1NZ|2{?>iXYo2X74STjc{>Y=- zX~`)Y>^}G@`rSxC*dI9K?OoS!2rEXF%HsHY5z7-Op~oNiwztRMdfwOX*Ur`T_}kCc zoBrUL2Gbv!Y25EOa{f@*9}N53d;A*Op?#0PNww=2NWX!8D%T6STuCcEu+jr7J+RUP zD?PB%1Kb0+$)R++&XG#NhwMQ`uH}LoKF4ky>n|~1j*D`>+REi}KH9>1D{j9i$vIET z|9QWdC4A0nkSLw`TDd+s>&$x%Du&hS3Gf6A{Zfg3>y_-r21OyY#My9bDTL?CcJ92Oksa1EmjV zS;%WFEBE2(L~G(cuxsLVrFm27%!jjRzNUQx$h@kyZ-iRo;e#fSajdpq1u`G1@zo&n zrW#)ZvVN-ZwXj%Y9{6A#Xf?*e2maE1O|_q9ko8!N2jCK~(`tNu>7Jn)Z-J%;qY_ei zAAF*8k5XCa!__0}x*FdIblh?$A8f+=m0I{iAm`&sj*nI~uiI*TGql&lw*Va<-N^^? zRw|d!daQ%@i)F;g(fiJWZxMI=^q%u#|Bt%Hg*+4fq6^mE6U1w^>p|_ESAJSx$u;iR6u!J45U%O}4JyES;+_wGLDW-Y+}~w; z`MaT1d^iKLe15iI13We6Lp$Ov*#C4pK}p{4A;dL>R6ouueEIx|DnHe>q)i|mfX&P1 z)h=bfeBGrV;O8v+anIZDBd#s47Ji2Kdhccky5{q52*-$IUDq-9D&o`+2KR$HOJms| z@fX1PX1M%(hwbJ5SI+#m5GQ;0I=apFbnin+{?6V(TvJH(<6nqV{BA$>I6$@Re~0!h zP~$y0p0o3IVPZlb$D6o)y+c-H@Nm?!AfCu2CX;zPk+bZyHJ-|55_EeP&svkI>{u*i z#qDe^Z^a5HU_6_iP9^L_T>rxE(C*qs)# zXlyK%P#2wsQF)PRCE_tVCQizipDrtltel%rw5_@p#h%Y+t*KZhjulvg2hl2?%vgnd z0vlM4jT(shSU%5goGaFS$E_hA&E8ZjpI1YPF-!MRV`R9ingV+MWZI66p|o?3oRVBJ zgOg(#^i0-H=;5Bh4m&o<+GM7nj}?-5tDTI4PTEu~KLvXHWCr~?(#|<0#}m1HGMlMV zEG)|jsc0E?o27k ze%{dl4q%4P6vCH%p9=pp^G`Eh+9~x*Jc2*R z{2q2F`{6m}%ejmA#BuY_BSvvi|5B2D^9|<9dD1CeK7VGhppq~9>qS@n!Vhpp+^;d0&-dv+@-{G9nR zezH%v#C-R+F*pBLF1~z^l<$;XrJ9_Kn}5;8m-9pu59o(3zPmqP#d7)t%fnSVcgS~3 zx4m0`6S>V5eA$n-l2c4>d$;~4w4wf&`sEy;eN6t}kV{P!zMOaDyYfvQf9{S_JTedF zT=mPjXo(ty$sMogBL9IlmGPI(Ph3H}@=|^XPvnw|FZ>mHWMD6 Date: Sun, 8 Oct 2017 13:45:11 +0530 Subject: [PATCH 168/531] Added profile page, hello world script in cpp and modified CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 ++++ profiles/Vaibhav_Agarwal.md | 33 +++++++++++++++++++++++ scripts/hello_world_vaibhavagarwal220.cpp | 13 +++++++++ 3 files changed, 51 insertions(+) create mode 100644 profiles/Vaibhav_Agarwal.md create mode 100644 scripts/hello_world_vaibhavagarwal220.cpp diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..0ed64046a3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) +- Place: Mandi, Himachal Pradesh, India +- Bio: A passionate programmer and a beginner in Open Source +- Github [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) diff --git a/profiles/Vaibhav_Agarwal.md b/profiles/Vaibhav_Agarwal.md new file mode 100644 index 0000000000..db5574da61 --- /dev/null +++ b/profiles/Vaibhav_Agarwal.md @@ -0,0 +1,33 @@ +# Vaibhav agarwal + +### Location + +Mandi, Himachal Pradesh, India + +### Academics + +IIT Mandi (Computer Science & ENgineering) + +Central Academy ( CBSE 10+2 ) + +### Interests + +- Artificial Intelligence +- Programming +- Listening to music +- Hanging out with friends + +### Development + +- Inventor of CodeSpace + +### Projects + +- [CodeSpace](https://github.com/vaibhavagarwal220/codespace) It​ ​is​ ​a​ ​platform​ ​​to​ ​test​ ​programs​ ​and​ ​organize​ ​competitive programming​ ​contests.The​ ​system​ ​can​ ​compile​ ​and execute​ ​code,​ ​and​ ​test​ ​them​ ​with​ ​pre-constructed​ ​data. +- [Cinephilia](​https://github.com/vaibhavagarwal220/cinephilia) A​ ​web​ ​app​ ​to​ ​sort​ ​your​ ​movies​ ​according​ ​to​ ​their​ ​IMDb ratings​ ​and​ ​genres.​ ​It​ ​also​ ​keep​ ​tracks​ ​of​ ​which​ ​movies you've​ ​watched​ ​and​ ​suggests​ ​movies​ ​accordingly. +- [IIT​ ​Mandi​ ​Dashboard](​https://github.com/vaibhavagarwal220/dashboard) A​ ​platform​ ​which​ ​has​ ​relevant​ ​posts,​ ​portals​ ​for​ ​course reviews,​ ​timetables,​ ​in-campus​ ​event​ ​calendar,​ ​all​ ​that​ ​is relevant​ ​to​ ​our​ ​campus​ ​in​ ​one​ ​place. + + +### Profile Link + +[Vaibhav Agarwal](https://github.com/vaibhavagarwal220) \ No newline at end of file diff --git a/scripts/hello_world_vaibhavagarwal220.cpp b/scripts/hello_world_vaibhavagarwal220.cpp new file mode 100644 index 0000000000..a87c69d6f3 --- /dev/null +++ b/scripts/hello_world_vaibhavagarwal220.cpp @@ -0,0 +1,13 @@ + +// LANGUAGE: C++ +// ENV: GCC +// AUTHOR: Vaibhav Agarwal +// GITHUB: https://github.com/vaibhavagarwal220 + +#include +using namesapce std; + +int main() +{ + cout<<"Hello World"< Date: Sun, 8 Oct 2017 14:29:49 +0530 Subject: [PATCH 169/531] modified Profile Page --- profiles/Vaibhav_Agarwal.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/Vaibhav_Agarwal.md b/profiles/Vaibhav_Agarwal.md index db5574da61..59597b9f34 100644 --- a/profiles/Vaibhav_Agarwal.md +++ b/profiles/Vaibhav_Agarwal.md @@ -23,9 +23,9 @@ Central Academy ( CBSE 10+2 ) ### Projects -- [CodeSpace](https://github.com/vaibhavagarwal220/codespace) It​ ​is​ ​a​ ​platform​ ​​to​ ​test​ ​programs​ ​and​ ​organize​ ​competitive programming​ ​contests.The​ ​system​ ​can​ ​compile​ ​and execute​ ​code,​ ​and​ ​test​ ​them​ ​with​ ​pre-constructed​ ​data. -- [Cinephilia](​https://github.com/vaibhavagarwal220/cinephilia) A​ ​web​ ​app​ ​to​ ​sort​ ​your​ ​movies​ ​according​ ​to​ ​their​ ​IMDb ratings​ ​and​ ​genres.​ ​It​ ​also​ ​keep​ ​tracks​ ​of​ ​which​ ​movies you've​ ​watched​ ​and​ ​suggests​ ​movies​ ​accordingly. -- [IIT​ ​Mandi​ ​Dashboard](​https://github.com/vaibhavagarwal220/dashboard) A​ ​platform​ ​which​ ​has​ ​relevant​ ​posts,​ ​portals​ ​for​ ​course reviews,​ ​timetables,​ ​in-campus​ ​event​ ​calendar,​ ​all​ ​that​ ​is relevant​ ​to​ ​our​ ​campus​ ​in​ ​one​ ​place. +- [CodeSpace](https://github.com/vaibhavagarwal220/codespace) It​ ​is​ ​a​ ​platform​ ​​to​ ​test​ ​programs​ ​and​ ​organize​ ​competitive programming​ ​contests.The​ ​system​ ​can​ ​compile​ ​and execute​ ​code,​ ​and​ ​test​ ​them​ ​with​ ​pre-constructed ​data. +- [Cinephilia](https://github.com/vaibhavagarwal220/cinephilia) A ​web ​app​ ​to​ ​sort​ ​your​ ​movies​ ​according​ ​to​ ​their​ ​IMDb ratings​ ​and​ ​genres.​ ​It​ ​also​ ​keep​ ​tracks​ ​of​ ​which​ ​movies you've​ ​watched​ ​and​ ​suggests​ ​movies​ ​accordingly. +- [IITMandi​Dashboard](https://github.com/vaibhavagarwal220/dashboard) A​ ​platform​ ​which​ ​has​ ​relevant​ ​posts,​ ​portals​ ​for​ ​course reviews,​ ​timetables,​ ​in-campus​ ​event​ ​calendar,​ ​all​ ​that​ ​is relevant​ ​to​ ​our​ ​campus​ ​in​ ​one​ ​place. ### Profile Link From 92a354c0e721e97bca12574da017d863b4920afd Mon Sep 17 00:00:00 2001 From: Arpit Gogia Date: Sun, 8 Oct 2017 14:59:10 +0530 Subject: [PATCH 170/531] Added myself to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..b22f401920 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Arpit Gogia](https://github.com/arpitgogia) +- Place: Delhi, India +- Bio: Python Developer +- Github [Arpit Gogia](https://github.com/arpitgogia) From 31c20af003c868578087150f5a21d74b25663c1d Mon Sep 17 00:00:00 2001 From: shtanton Date: Sun, 8 Oct 2017 13:45:17 +0100 Subject: [PATCH 171/531] Adds Charlie Stanton to the contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..334af8f5c8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +####Name: [Charlie Stanton](https://github.com/shtanton) +- Place: Southend-On-Sea, England +- Bio: JavaScript Tinkerer, Lover of Vim +- Github [Charlie Stanton](https://github.com/shtanton) From 1ef84cbd86df11a227b491cce59d9d172d527dd7 Mon Sep 17 00:00:00 2001 From: shtanton Date: Sun, 8 Oct 2017 13:47:38 +0100 Subject: [PATCH 172/531] Fixes Formatting on Charlie Stanton's Name --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 334af8f5c8..89e9a81b23 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -341,7 +341,7 @@ - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) -####Name: [Charlie Stanton](https://github.com/shtanton) +#### Name: [Charlie Stanton](https://github.com/shtanton) - Place: Southend-On-Sea, England - Bio: JavaScript Tinkerer, Lover of Vim - Github [Charlie Stanton](https://github.com/shtanton) From 92c76813b2f43e29c1813cea28c8ebd90427938e Mon Sep 17 00:00:00 2001 From: James Henderson Date: Sun, 8 Oct 2017 11:59:10 -0400 Subject: [PATCH 173/531] Added me(James Henderson) to contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..63611cbdf3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [James Henderson](https://github.com/prohunt) +- Place: Raleigh, NC, United States +- Bio: Inquisitive, Loves coding, also vegan +- Github [Sravya Pullagura](https://github.com/sravya96) From 92d495d7eaec2f118e800b84f100ba4fae7bcb99 Mon Sep 17 00:00:00 2001 From: Ahmad Mohammad Date: Mon, 9 Oct 2017 00:01:18 +0800 Subject: [PATCH 174/531] added ahmadmusaddiq into contributor.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..997ce3f2ea 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,8 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) +- Place: Kuala Belait, Brunei Darussalam +- Bio: Mechanical engineer +- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) From 15e3c82c8a6d022548e43b976f023c441661a40d Mon Sep 17 00:00:00 2001 From: Ahmad Mohammad Date: Mon, 9 Oct 2017 00:37:25 +0800 Subject: [PATCH 175/531] added ahmadmusaddiq hello script --- scripts/hello_world_ahmadmusaddiq.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_ahmadmusaddiq.js diff --git a/scripts/hello_world_ahmadmusaddiq.js b/scripts/hello_world_ahmadmusaddiq.js new file mode 100644 index 0000000000..3bf8bf75f1 --- /dev/null +++ b/scripts/hello_world_ahmadmusaddiq.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Ahmad Musaddiq Mohammad +// GITHUB: https://github.com/ahmadmusaddiq + +console.log('Hello, World!'); From e510894527cb5f465f372963e3eee09d5d345c6a Mon Sep 17 00:00:00 2001 From: "Loreleen Mae C. Sablot" Date: Mon, 9 Oct 2017 00:58:20 +0800 Subject: [PATCH 176/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b964721fb5..05e24e989d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -340,3 +340,10 @@ - Place: Vijayawada, Andhra Pradesh, India - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) + + +#### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) +- Place: Daet, Camarines Norte, Philippines +- Bio: I love designing beautiful websites. I also bike. +- Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) + From 1e2821535c184edd60c27dc5b55c8a10674de5eb Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:05:03 -0400 Subject: [PATCH 177/531] Rename HelloWorld.js to hello_world_egin10.js --- scripts/{HelloWorld.js => hello_world_egin10.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.js => hello_world_egin10.js} (100%) diff --git a/scripts/HelloWorld.js b/scripts/hello_world_egin10.js similarity index 100% rename from scripts/HelloWorld.js rename to scripts/hello_world_egin10.js From cc2f24993f0bcfc563116f0237074d985d31ef1e Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:14:50 -0400 Subject: [PATCH 178/531] Rename HelloWorld_Leo.cs to hello_world_LeonardoBonetti.cs --- scripts/{HelloWorld_Leo.cs => hello_world_LeonardoBonetti.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld_Leo.cs => hello_world_LeonardoBonetti.cs} (100%) diff --git a/scripts/HelloWorld_Leo.cs b/scripts/hello_world_LeonardoBonetti.cs similarity index 100% rename from scripts/HelloWorld_Leo.cs rename to scripts/hello_world_LeonardoBonetti.cs From 5d1191ab805b45b6a5859f24188d2b6131bd9730 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:16:16 -0400 Subject: [PATCH 179/531] Rename hello_world.js to hello_world_orzikhd.js --- scripts/{hello_world.js => hello_world_orzikhd.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.js => hello_world_orzikhd.js} (100%) diff --git a/scripts/hello_world.js b/scripts/hello_world_orzikhd.js similarity index 100% rename from scripts/hello_world.js rename to scripts/hello_world_orzikhd.js From 26cd880c6398ddd32db2f95cf29f7cc2fdf664a3 Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Sun, 8 Oct 2017 13:25:41 -0400 Subject: [PATCH 180/531] Added Go HelloWorld program --- scripts/HelloWorld.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/HelloWorld.go diff --git a/scripts/HelloWorld.go b/scripts/HelloWorld.go new file mode 100644 index 0000000000..2d35af1362 --- /dev/null +++ b/scripts/HelloWorld.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!") +} \ No newline at end of file From 64a3aa529a5df24980191d6888980d022e003b21 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:29:06 -0400 Subject: [PATCH 181/531] Rename HelloWorld.go to hello_world_CarsonHoffman.go --- scripts/{HelloWorld.go => hello_world_CarsonHoffman.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{HelloWorld.go => hello_world_CarsonHoffman.go} (97%) diff --git a/scripts/HelloWorld.go b/scripts/hello_world_CarsonHoffman.go similarity index 97% rename from scripts/HelloWorld.go rename to scripts/hello_world_CarsonHoffman.go index 2d35af1362..a3dd973f06 100644 --- a/scripts/HelloWorld.go +++ b/scripts/hello_world_CarsonHoffman.go @@ -4,4 +4,4 @@ import "fmt" func main() { fmt.Println("Hello, World!") -} \ No newline at end of file +} From f6db843be56754e8346bd149a2136abe8fe52851 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:30:30 -0400 Subject: [PATCH 182/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 997ce3f2ea..c9bf327301 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,3 @@ - - #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: @@ -345,3 +343,94 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) +#### Name: [Rafael Lima](https://github.com/rafaelkalan) +- Place: Belo Horizonte, Minas Gerais, Brazil +- Bio: Youger software engineer +- GitHub: [Rafael Lima](https://github.com/rafaelkalan) + +#### Name: [Saif Rehman Nasir](https://github.com/shyshin) +- Place: New Delhi, India +- Bio: Techie with a lot of horizontals but a low verticality :( +- Github: [Saif Rehman Nasir](https://github.com/shyshin) + +- Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Yash Mittra](https://github.com/mittrayash) +- Place: New Delhi, Delhi, India +- Bio: Web Developer, Coder | Entering the field of Machine Learning and Data Science +- GitHub: [mittrayash](https://github.com/mittrayash) + +#### Name: [Dustin Woods](https://github.com/dustinywoods) +- Place: MN, USA +- Bio: Software Developer +- GitHub: [Dustin Woods](https://github.com/dustinywoods) + +#### Name: [Ginanjar S.B](https://github.com/egin10) +- Place: Samarinda, Kalimantan Timur, Indonesia +- Bio: Someone who's intresting about web devlopment / Programming +- GitHub: [Ginanjar S.B | egin10](https://github.com/egin10) + +#### Name: [Fush Chups](https://github.com/fushandchups) +- Place: Christchurch, Canterbury, New Zealand +- Bio: Earhquake enthusiast +- GitHub:[fushandchups] (https://github.com/fushandchups) + +#### Name: [Francis Venne](https://github.com/NullSilence) +- Place: Montreal, Canada. +- Bio: Developer by day, cat lover by night. Canadian tech enthusiast. +- Github [Sravya Pullagura](https://github.com/NullSilence) + +#### Name: [Leonardo Bonetti](https://github.com/LeonardoBonetti) +- Place: São Paulo, Brazil +- Bio: Associate Degree analysis and systems development +- GitHub: [Leonardo Bonetti](https://github.com/LeonardoBonetti) + +#### Name: [Noveen Sachdeva](https://github.com/noveens) +- Place: Hyderabad, Telangana, India +- Bio: 3rd Year CS undergrad at IIIT Hyderabad. +- GitHub: [Noveen Sachdeva](https://github.com/noveens) + +#### Name: [DENNIS ORZIKH](https://github.com/orzikhd) +- Place: Seattle, WA, USA +- Bio: Student at UW. Likes easy ways to make sure tools are set up in new environments (like this project) +- Github: Wow isn't this right up there ^ [Dennis Orzikh](https://github.com/orzikhd) + +#### Name: [Pranav Bhasin](https://github.com/pranavbhasin96) +- Place: Hyderabad, Telangana, India +- Bio: Trying to fit in coding society. +- GitHub: [Pranav Bhasin](https://github.com/pranavbhasin96) + +#### Name: [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) +- Place: Mandi, Himachal Pradesh, India +- Bio: A passionate programmer and a beginner in Open Source +- Github [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) + +#### Name: [Arpit Gogia](https://github.com/arpitgogia) +- Place: Delhi, India +- Bio: Python Developer +- Github [Arpit Gogia](https://github.com/arpitgogia) + +#### Name: [Charlie Stanton](https://github.com/shtanton) +- Place: Southend-On-Sea, England +- Bio: JavaScript Tinkerer, Lover of Vim +- Github [Charlie Stanton](https://github.com/shtanton) + +#### Name: [James Henderson](https://github.com/prohunt) +- Place: Raleigh, NC, United States +- Bio: Inquisitive, Loves coding, also vegan +- Github [Sravya Pullagura](https://github.com/sravya96) + +#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) +- Place: Kuala Belait, Brunei Darussalam +- Bio: Mechanical engineer +- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + +#### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) +- Place: Daet, Camarines Norte, Philippines +- Bio: I love designing beautiful websites. I also bike. +- Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) + +#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) +- Place: Kuala Belait, Brunei Darussalam +- Bio: Mechanical engineer +- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) From ed6e768a5e58a80b7e2cd8dbf7709dbf1b276cd5 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:34:28 -0400 Subject: [PATCH 183/531] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1737f0a2d..c71ef7bd37 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Your School ``` ### 3. Create a `Hello, World!` Script -Add a `hello_world.xx` script to the `scripts` directory in any language of your choice! Here is an example: +Add a `hello_world_yourusername.xx` script to the `scripts` directory in any language of your choice! Here is an example: ```Javascript // LANGUAGE: Javascript @@ -99,7 +99,7 @@ Add a `hello_world.xx` script to the `scripts` directory in any language of your console.log('Hello, World!'); ``` -Name the file `hello_world.xx`. If a file in the language of your choice already exists, create a new one with your github username appended. Here is an example: If `hello_world.js` exists, name yours `hello_world_alicewonderland.js`. +Name the file `hello_world_yourusername.xx`. For example, `hello_world_alicewonderland.js` or `hello_world_alicewonderland.py`. Don't forget to include the comments as seen above. Feel free to include additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. From 52f97ef2040572e46adc0e4c09662ea8fb7f509b Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:36:21 -0400 Subject: [PATCH 184/531] Rename helloworld.nim to hello_world_tilda.nim --- scripts/{helloworld.nim => hello_world_tilda.nim} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloworld.nim => hello_world_tilda.nim} (100%) diff --git a/scripts/helloworld.nim b/scripts/hello_world_tilda.nim similarity index 100% rename from scripts/helloworld.nim rename to scripts/hello_world_tilda.nim From 6e2a07f2db0006147cd9158920c579667844f475 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:37:09 -0400 Subject: [PATCH 185/531] Rename jasdy_syarman_hello_world.php to hello_world_jasdy_syarman.php --- ...dy_syarman_hello_world.php => hello_world_jasdy_syarman.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{jasdy_syarman_hello_world.php => hello_world_jasdy_syarman.php} (97%) diff --git a/scripts/jasdy_syarman_hello_world.php b/scripts/hello_world_jasdy_syarman.php similarity index 97% rename from scripts/jasdy_syarman_hello_world.php rename to scripts/hello_world_jasdy_syarman.php index 482e847df3..eae93ecc32 100644 --- a/scripts/jasdy_syarman_hello_world.php +++ b/scripts/hello_world_jasdy_syarman.php @@ -5,4 +5,4 @@ // GITHUB: https://github.com/akutaktau/ // DOCS : php.net echo "Hello, world"; -?> \ No newline at end of file +?> From 07a05c7ed0853888e856b0d842eaacdb6c07a548 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:37:39 -0400 Subject: [PATCH 186/531] Rename sravya_pullagura_hello_world.rb to hello_world_sravya_pullagura.rb --- ...a_pullagura_hello_world.rb => hello_world_sravya_pullagura.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{sravya_pullagura_hello_world.rb => hello_world_sravya_pullagura.rb} (100%) diff --git a/scripts/sravya_pullagura_hello_world.rb b/scripts/hello_world_sravya_pullagura.rb similarity index 100% rename from scripts/sravya_pullagura_hello_world.rb rename to scripts/hello_world_sravya_pullagura.rb From 423e87a2b1684f8107fbda96b4dbee1e0446aebf Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:38:55 -0400 Subject: [PATCH 187/531] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71ef7bd37..adf6be1752 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Add a `hello_world_yourusername.xx` script to the `scripts` directory in any lan console.log('Hello, World!'); ``` -Name the file `hello_world_yourusername.xx`. For example, `hello_world_alicewonderland.js` or `hello_world_alicewonderland.py`. +Name the file `hello_world_yourusername.xx`. e.g., `hello_world_alicewonderland.js` or `hello_world_alicewonderland.py`. Don't forget to include the comments as seen above. Feel free to include additional information about the lanuage you chose in your comments too! Like a link to a helpful introduction or tutorial. From 533b4a400e5874cf29ca0af7d1a6b158c0e06b83 Mon Sep 17 00:00:00 2001 From: Helder Manuel Torres Vieira Date: Sun, 8 Oct 2017 19:47:58 +0200 Subject: [PATCH 188/531] Added my Hello World Script --- scripts/hello_world_gimstein.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/hello_world_gimstein.rb diff --git a/scripts/hello_world_gimstein.rb b/scripts/hello_world_gimstein.rb new file mode 100644 index 0000000000..b85a0422ff --- /dev/null +++ b/scripts/hello_world_gimstein.rb @@ -0,0 +1 @@ +puts "Hello World" From bcace7890aeaf38878ed3bc79f045a8a82810243 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:48:48 -0400 Subject: [PATCH 189/531] moving files --- Carlyn_Marshall.md => profiles/Carlyn_Marshall.md | 0 .../hello_world_carmarshall.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Carlyn_Marshall.md => profiles/Carlyn_Marshall.md (100%) rename hello_world_carmarshall.php => scripts/hello_world_carmarshall.php (100%) diff --git a/Carlyn_Marshall.md b/profiles/Carlyn_Marshall.md similarity index 100% rename from Carlyn_Marshall.md rename to profiles/Carlyn_Marshall.md diff --git a/hello_world_carmarshall.php b/scripts/hello_world_carmarshall.php similarity index 100% rename from hello_world_carmarshall.php rename to scripts/hello_world_carmarshall.php From 039ee68c4ecfa33b318fbc8887a87f37253744aa Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Sun, 8 Oct 2017 11:48:57 -0600 Subject: [PATCH 190/531] Adding my name to contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..b18641a7f3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -434,3 +434,8 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + +#### Name: [Ben Smith](https://github.com/ben-w-smith) +- Place: Salt Lake City, UT, USA +- Bio: A guy that loves writing bots and automation. +- GitHub: [Ben Smith](https://github.com/ben-w-smith) \ No newline at end of file From 10f7e5af68f2065c3cbc4ddc3f8b6924f1542034 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:51:08 -0400 Subject: [PATCH 191/531] Rename hello_word_in_python.py to hello_world_josegob.py --- scripts/{hello_word_in_python.py => hello_world_josegob.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_word_in_python.py => hello_world_josegob.py} (100%) diff --git a/scripts/hello_word_in_python.py b/scripts/hello_world_josegob.py similarity index 100% rename from scripts/hello_word_in_python.py rename to scripts/hello_world_josegob.py From 1da0b8afd16ba96f775cded94192f507f372ccc2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:51:33 -0400 Subject: [PATCH 192/531] Rename hello_World1.py to hello_world_sparsh789.py --- scripts/{hello_World1.py => hello_world_sparsh789.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_World1.py => hello_world_sparsh789.py} (100%) diff --git a/scripts/hello_World1.py b/scripts/hello_world_sparsh789.py similarity index 100% rename from scripts/hello_World1.py rename to scripts/hello_world_sparsh789.py From a5a273df0ec073daabadcbbfba7729a6a10eb733 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:51:59 -0400 Subject: [PATCH 193/531] Rename hello_DTimi.c to hello_world_DTimi.c --- scripts/{hello_DTimi.c => hello_world_DTimi.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_DTimi.c => hello_world_DTimi.c} (100%) diff --git a/scripts/hello_DTimi.c b/scripts/hello_world_DTimi.c similarity index 100% rename from scripts/hello_DTimi.c rename to scripts/hello_world_DTimi.c From 4041282f4ccf263c563122ca3f0402fcacc87970 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:52:35 -0400 Subject: [PATCH 194/531] Rename hello-world.R to hello_world_jhbecares.R --- scripts/{hello-world.R => hello_world_jhbecares.R} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello-world.R => hello_world_jhbecares.R} (100%) diff --git a/scripts/hello-world.R b/scripts/hello_world_jhbecares.R similarity index 100% rename from scripts/hello-world.R rename to scripts/hello_world_jhbecares.R From 22817eb1a087f0e3556c07282da70861ab780b73 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 13:53:03 -0400 Subject: [PATCH 195/531] Rename helloWorld.py to hello_world_StevenCopeland.py --- scripts/{helloWorld.py => hello_world_StevenCopeland.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloWorld.py => hello_world_StevenCopeland.py} (100%) diff --git a/scripts/helloWorld.py b/scripts/hello_world_StevenCopeland.py similarity index 100% rename from scripts/helloWorld.py rename to scripts/hello_world_StevenCopeland.py From dbaa82b2c6a35904590b3a4c42fb743a5e6f382f Mon Sep 17 00:00:00 2001 From: Eric Bryant Date: Sun, 8 Oct 2017 13:53:10 -0400 Subject: [PATCH 196/531] Added shmickle to CONTRIBUTERS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..25c558d4cd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -434,3 +434,8 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + +#### Name: [Eric Bryant](https://github.com/shmickle) +- Place: Fairfax, Virginia, USA +- Bio: Web Developer +- GitHub: [shmickle](https://github.com/shmickle) From 23bbc6e44f3f422707b72290086cbdc6b9c259ae Mon Sep 17 00:00:00 2001 From: Emmanuel AKINDE Date: Sun, 8 Oct 2017 18:56:05 +0100 Subject: [PATCH 197/531] My contribution --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..8788a63783 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,11 @@ - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) +#### Name: [Emmanuel Akinde](https://github.com/harkindey) +- Place: Lagos, Nigeria +- Bio: Lets Code and Chill +- Github: [Harkindey](https://github.com/harkindey) + #### Name: [GABE DUNN](https://github.com/redxtech) - Place: Canada - Bio: I love VUE !! From 64b2eefd1dc182359fa445a4d4c82d8891ce3ab2 Mon Sep 17 00:00:00 2001 From: ashishkrishan1995 Date: Sun, 8 Oct 2017 23:30:52 +0530 Subject: [PATCH 198/531] added my bio --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..d17252d4b8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,4 @@ -#### Name: [ALICE CHUANG](https://github.com/AliceWonderland) +#### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) @@ -434,3 +434,8 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + +#### Name: [Ashish Krishan](https://github.com/ashishkrishan1995) +- Place: India +- Bio: Computer Science Major / UI/UX Designer +- GitHub: [ashishkrishan1995](https://github.com/ashishkrishan1995) \ No newline at end of file From 222d187a94cadf2ce98bf21dc5520d4362daaae3 Mon Sep 17 00:00:00 2001 From: Emmanuel AKINDE Date: Sun, 8 Oct 2017 19:01:16 +0100 Subject: [PATCH 199/531] The Fix --- scripts/hellowordHarkindey.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 scripts/hellowordHarkindey.php diff --git a/scripts/hellowordHarkindey.php b/scripts/hellowordHarkindey.php new file mode 100644 index 0000000000..e69de29bb2 From 59407a77d43f56b29676f33f911c401f97a4804b Mon Sep 17 00:00:00 2001 From: Eric Bryant Date: Sun, 8 Oct 2017 14:17:32 -0400 Subject: [PATCH 200/531] Added hello world script - shmickle --- scripts/hello_world_Eric.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_Eric.js diff --git a/scripts/hello_world_Eric.js b/scripts/hello_world_Eric.js new file mode 100644 index 0000000000..675090bfd0 --- /dev/null +++ b/scripts/hello_world_Eric.js @@ -0,0 +1,8 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Eric Bryant +// GITHUB: https://github.com/shmickle + +let script = 'Hello World!'; + +console.log(script); From 75fd56c0b48c7eb40cf674b8b6316b6098d8f585 Mon Sep 17 00:00:00 2001 From: Katherine Schinkel Date: Sun, 8 Oct 2017 11:21:57 -0700 Subject: [PATCH 201/531] Update CONTRIBUTORS.md Excited to kick of Hacktoberfest! --- CONTRIBUTORS.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3ae1d0a25e..0e35dcd8d4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -425,6 +425,11 @@ - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) +#### Name: [Katherine S](https://github.com/kms6bn) +- Place: San Francisco +- Bio: Data Scientist +- Github: [kms6bn](https://github.com/kms6bn) + #### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) - Place: Daet, Camarines Norte, Philippines - Bio: I love designing beautiful websites. I also bike. @@ -434,13 +439,3 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - -#### Name: [Ben Smith](https://github.com/ben-w-smith) -- Place: Salt Lake City, UT, USA -- Bio: A guy that loves writing bots and automation. -- GitHub: [Ben Smith](https://github.com/ben-w-smith) - -#### Name: [Eric Bryant](https://github.com/shmickle) -- Place: Fairfax, Virginia, USA -- Bio: Web Developer -- GitHub: [shmickle](https://github.com/shmickle) From c2f8091e4a20b84c73f33f4b5b9815d78a3c1b6a Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 14:25:12 -0400 Subject: [PATCH 202/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8788a63783..569b18a24e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -344,10 +344,6 @@ - Bio: Love learning, coding and sketching!! - Github [Sravya Pullagura](https://github.com/sravya96) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) #### Name: [Rafael Lima](https://github.com/rafaelkalan) - Place: Belo Horizonte, Minas Gerais, Brazil - Bio: Youger software engineer @@ -434,8 +430,3 @@ - Place: Daet, Camarines Norte, Philippines - Bio: I love designing beautiful websites. I also bike. - Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) - -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) From 0405290cfcfaff452faff0944e79e42d6deac047 Mon Sep 17 00:00:00 2001 From: brunosxs Date: Sun, 8 Oct 2017 15:25:16 -0300 Subject: [PATCH 203/531] hello world in some languages --- CONTRIBUTORS.md | 5 +++++ profiles/BrunoSXS.md | 31 +++++++++++++++++++++++++++++++ scripts/hello_world_brunosxs.c | 11 +++++++++++ scripts/hello_world_brunosxs.lol | 8 ++++++++ scripts/hello_world_brunosxs.py | 7 +++++++ 5 files changed, 62 insertions(+) create mode 100644 profiles/BrunoSXS.md create mode 100644 scripts/hello_world_brunosxs.c create mode 100644 scripts/hello_world_brunosxs.lol create mode 100644 scripts/hello_world_brunosxs.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..f7175f6ab0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -299,6 +299,11 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [BrunoSXS](https://github.com/brunosxs) +- Brazil +- Bio: I like turtules. +- Github [BrunoSXS](https://github.com/brunosxs) + #### Name: [Adiyat Mubarak](https://github.com/Keda87) - Place: Jakarta, ID, Indonesia - Bio: Technology Agnostic diff --git a/profiles/BrunoSXS.md b/profiles/BrunoSXS.md new file mode 100644 index 0000000000..1416f78a24 --- /dev/null +++ b/profiles/BrunoSXS.md @@ -0,0 +1,31 @@ +# BrunoSXS + +### Location + +Brazil + +### Academics + +Marketing graduate and doing a second graduation in Analysis and systems development + +### Interests + +- Technology +- Game Development +- Game Design +- Javascript, Python and Java +- Progressive Rock +- I like turtles +- I LOVE DOGS + +### Development + +- Frontend UI Engineer, Fullstack Software Engineer + +### Projects + +- [SMRT-Godot](https://github.com/brunosxs/SMRT-Godot) SMRT-Godot - System for Multi Rethorical Texts for Godot is a dialog system with a fancy name + +### Profile Link + +[BrunoSXS](https://github.com/brunosxs) diff --git a/scripts/hello_world_brunosxs.c b/scripts/hello_world_brunosxs.c new file mode 100644 index 0000000000..ffb246c05d --- /dev/null +++ b/scripts/hello_world_brunosxs.c @@ -0,0 +1,11 @@ +// LANGUAGE: C +// AUTHOR: BrunoSXS +// GITHUB: https://github.com/brunosxs + +#include + +int main() +{ + printf("Hello world!\n"); + return 0; +} diff --git a/scripts/hello_world_brunosxs.lol b/scripts/hello_world_brunosxs.lol new file mode 100644 index 0000000000..568335c047 --- /dev/null +++ b/scripts/hello_world_brunosxs.lol @@ -0,0 +1,8 @@ +BTW LANGUAGE: LOLCODE +BTW AUTHOR: BrunoSXS +BTW GITHUB: https://github.com/brunosxs + +HAI 1.2 + CAN HAS STDIO? + VISIBLE "HELLO WORLD!1! ME PROGRAMMER!" +KTHXBYE diff --git a/scripts/hello_world_brunosxs.py b/scripts/hello_world_brunosxs.py new file mode 100644 index 0000000000..69f33425d5 --- /dev/null +++ b/scripts/hello_world_brunosxs.py @@ -0,0 +1,7 @@ +# LANGUAGE: Python +# AUTHOR: BrunoSXS +# GITHUB: https://github.com/brunosxs + +#!/usr/bin/python3 + +print ("Hello, World!") From 9ce9770ec56cc0acbcd835d20d1bedc0117c8684 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 14:26:34 -0400 Subject: [PATCH 204/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3ae1d0a25e..395d4d59d9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -343,6 +343,7 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + #### Name: [Rafael Lima](https://github.com/rafaelkalan) - Place: Belo Horizonte, Minas Gerais, Brazil - Bio: Youger software engineer @@ -353,8 +354,6 @@ - Bio: Techie with a lot of horizontals but a low verticality :( - Github: [Saif Rehman Nasir](https://github.com/shyshin) -- Github [Sravya Pullagura](https://github.com/sravya96) - #### Name: [Yash Mittra](https://github.com/mittrayash) - Place: New Delhi, Delhi, India - Bio: Web Developer, Coder | Entering the field of Machine Learning and Data Science @@ -420,21 +419,11 @@ - Bio: Inquisitive, Loves coding, also vegan - Github [Sravya Pullagura](https://github.com/sravya96) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - #### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) - Place: Daet, Camarines Norte, Philippines - Bio: I love designing beautiful websites. I also bike. - Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - #### Name: [Ben Smith](https://github.com/ben-w-smith) - Place: Salt Lake City, UT, USA - Bio: A guy that loves writing bots and automation. From fe02c174e21321dd89624166dbe8f3d7d3ce9c44 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 14:27:30 -0400 Subject: [PATCH 205/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 395d4d59d9..e29354b18c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -329,7 +329,7 @@ - Bio: Comp Sci student at the University of Maryland - GitHub: [Chris Sullivan](https://github.com/codemastermd) -### Name: [Owen Mitchell] (https://github.com/ultimatezenzar) +### Name: [Owen Mitchell](https://github.com/ultimatezenzar) - Place: Edmond, OK, United States - Bio: Programmer for a high school robotics team - Github: [ultimatezenzar] (https://github.com/ultimatezenzar) From 1070f97cd8c7870b4647eb6b8423b14177db636f Mon Sep 17 00:00:00 2001 From: Alexander Miller Date: Sun, 8 Oct 2017 20:30:43 +0200 Subject: [PATCH 206/531] Add me to CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 3ae1d0a25e..3a5ea55f69 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -444,3 +444,8 @@ - Place: Fairfax, Virginia, USA - Bio: Web Developer - GitHub: [shmickle](https://github.com/shmickle) + +#### Name: [Alexander Miller](https://github.com/allesmi) +- Place: Salzburg, Austria +- Bio: Student/Web Developer +- GitHub: [allesmi](https://github.com/allesmi) \ No newline at end of file From ebfbe88a8cf847a7d9d81e0858d76fd8294df510 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 14:33:54 -0400 Subject: [PATCH 207/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 394c3b98ff..aa9955fc30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,7 +50,11 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bachelors in Computer Science +- Bio: Software Developer, Bache + + + +s in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -419,16 +423,6 @@ - Bio: Inquisitive, Loves coding, also vegan - Github [Sravya Pullagura](https://github.com/sravya96) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - -#### Name: [Katherine S](https://github.com/kms6bn) -- Place: San Francisco -- Bio: Data Scientist -- Github: [kms6bn](https://github.com/kms6bn) - #### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) - Place: Daet, Camarines Norte, Philippines - Bio: I love designing beautiful websites. I also bike. @@ -453,3 +447,8 @@ - Place: India - Bio: Computer Science Major / UI/UX Designer - GitHub: [ashishkrishan1995](https://github.com/ashishkrishan1995) + +#### Name: [Katherine S](https://github.com/kms6bn) +- Place: San Francisco +- Bio: Data Scientist +- Github: [kms6bn](https://github.com/kms6bn) From 74985c726186993847bd0b6f72c2a851da645029 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 14:35:44 -0400 Subject: [PATCH 208/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 54 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f7175f6ab0..c211c4c8e9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,7 +50,11 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bachelors in Computer Science +- Bio: Software Developer, Bache + + + +s in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -299,11 +303,6 @@ - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) -#### Name: [BrunoSXS](https://github.com/brunosxs) -- Brazil -- Bio: I like turtules. -- Github [BrunoSXS](https://github.com/brunosxs) - #### Name: [Adiyat Mubarak](https://github.com/Keda87) - Place: Jakarta, ID, Indonesia - Bio: Technology Agnostic @@ -334,7 +333,7 @@ - Bio: Comp Sci student at the University of Maryland - GitHub: [Chris Sullivan](https://github.com/codemastermd) -### Name: [Owen Mitchell] (https://github.com/ultimatezenzar) +### Name: [Owen Mitchell](https://github.com/ultimatezenzar) - Place: Edmond, OK, United States - Bio: Programmer for a high school robotics team - Github: [ultimatezenzar] (https://github.com/ultimatezenzar) @@ -348,6 +347,7 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + #### Name: [Rafael Lima](https://github.com/rafaelkalan) - Place: Belo Horizonte, Minas Gerais, Brazil - Bio: Youger software engineer @@ -358,8 +358,6 @@ - Bio: Techie with a lot of horizontals but a low verticality :( - Github: [Saif Rehman Nasir](https://github.com/shyshin) -- Github [Sravya Pullagura](https://github.com/sravya96) - #### Name: [Yash Mittra](https://github.com/mittrayash) - Place: New Delhi, Delhi, India - Bio: Web Developer, Coder | Entering the field of Machine Learning and Data Science @@ -425,17 +423,37 @@ - Bio: Inquisitive, Loves coding, also vegan - Github [Sravya Pullagura](https://github.com/sravya96) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - #### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) - Place: Daet, Camarines Norte, Philippines - Bio: I love designing beautiful websites. I also bike. - Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) +#### Name: [Ben Smith](https://github.com/ben-w-smith) +- Place: Salt Lake City, UT, USA +- Bio: A guy that loves writing bots and automation. +- GitHub: [Ben Smith](https://github.com/ben-w-smith) + +#### Name: [Eric Bryant](https://github.com/shmickle) +- Place: Fairfax, Virginia, USA +- Bio: Web Developer +- GitHub: [shmickle](https://github.com/shmickle) + +#### Name: [Emmanuel Akinde](https://github.com/harkindey) +- Place: Lagos, Nigeria +- Bio: Lets Code and Chill +- Github: [Harkindey](https://github.com/harkindey) + +#### Name: [Ashish Krishan](https://github.com/ashishkrishan1995) +- Place: India +- Bio: Computer Science Major / UI/UX Designer +- GitHub: [ashishkrishan1995](https://github.com/ashishkrishan1995) + +#### Name: [Katherine S](https://github.com/kms6bn) +- Place: San Francisco +- Bio: Data Scientist +- Github: [kms6bn](https://github.com/kms6bn) + +#### Name: [BrunoSXS](https://github.com/brunosxs) +- Brazil +- Bio: I like turtules. +- Github [BrunoSXS](https://github.com/brunosxs) From e566dff990c1cab80e3676e0c508f19891c8d476 Mon Sep 17 00:00:00 2001 From: Victor T Date: Sun, 8 Oct 2017 14:38:15 -0400 Subject: [PATCH 209/531] Add hello world in JS --- scripts/hello_world_viktmv.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/hello_world_viktmv.js diff --git a/scripts/hello_world_viktmv.js b/scripts/hello_world_viktmv.js new file mode 100644 index 0000000000..0addd53f4f --- /dev/null +++ b/scripts/hello_world_viktmv.js @@ -0,0 +1,15 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Viktor T. +// GITHUB: https://github.com/viktmv + +// Good overview of ES6 features: http://es6-features.org/ + +'use strict' + +let greeting = 'Hello, World!' +let pumpkin = ' 🎃 ' + +console.log(pumpkin.repeat(7)) +console.log(`--> ${greeting} <--`) +console.log(pumpkin.repeat(7)) From c5cb626a3c0aab5312a49331692d9b463c9aa719 Mon Sep 17 00:00:00 2001 From: Aleksandr Vorontsov Date: Sun, 8 Oct 2017 19:46:45 +0100 Subject: [PATCH 210/531] Modify CONTRIBUTORS.md, Add Profile Page, Add hello world C# Script --- CONTRIBUTORS.md | 5 +++++ profiles/Aleksandr_Vorontsov.md | 27 +++++++++++++++++++++++++++ scripts/hello_world_a-vorontsov.cs | 19 +++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 profiles/Aleksandr_Vorontsov.md create mode 100644 scripts/hello_world_a-vorontsov.cs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9bf327301..7fb04ca93d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -434,3 +434,8 @@ - Place: Kuala Belait, Brunei Darussalam - Bio: Mechanical engineer - Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) + +#### Name: [Aleksandr Vorontsov](https://github.com/a-vorontsov) +- Place: London, England +- Bio: Student, Aspiring Front-end Web Dev +- Github [Aleksandr Vorontsov](https://github.com/a-vorontsov) \ No newline at end of file diff --git a/profiles/Aleksandr_Vorontsov.md b/profiles/Aleksandr_Vorontsov.md new file mode 100644 index 0000000000..21b0e61ec0 --- /dev/null +++ b/profiles/Aleksandr_Vorontsov.md @@ -0,0 +1,27 @@ +# Aleksandr Vorontsov + +### Location + +London, England + +### Academics + +MSci Computer Science, King's College London (starting 2018) + +### Interests + +- Playing the piano +- Nice UI +- Music + +### Development + +- Front-end Web Developer + +### Projects + +- [GoLink](https://github.com/a-vorontsov/golink) Proximity-based instant messaging app developed during the PokemonGo craze. + +### Profile Link + +[Aleksandr Vorontsov](https://github.com/a-vorontsov) diff --git a/scripts/hello_world_a-vorontsov.cs b/scripts/hello_world_a-vorontsov.cs new file mode 100644 index 0000000000..683c147786 --- /dev/null +++ b/scripts/hello_world_a-vorontsov.cs @@ -0,0 +1,19 @@ + +//* LANGUAGE: C# +//* AUTHOR: Aleksandr Vorontsov +//* GITHUB: https://github.com/a-vorontsov/ + +using System; +using System.Collections.Generic; +using System.Text; + +namespace HelloWorld +{ + class HelloWorld + { + static void Main() + { + Console.WriteLine("Hello, world!"); + } + } +} \ No newline at end of file From 1faee9423320d552fbcd2f7dfffb0be3b82846e2 Mon Sep 17 00:00:00 2001 From: Bryan Wigianto Date: Sun, 8 Oct 2017 13:50:58 -0500 Subject: [PATCH 211/531] add my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..40c46376fb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Bryan Wigianto](https://github.com/bwigianto) +- Place: USA +- Bio: Engineer +- GitHub: [bwigianto](https://github.com/bwigianto) From 9c19168677f1f81e2849ea3462bc04f290b41892 Mon Sep 17 00:00:00 2001 From: thedammyking Date: Sun, 8 Oct 2017 19:52:54 +0100 Subject: [PATCH 212/531] Adding to the contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..c84ecd179e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Oluwadamilola Babalola](https://github.com/thedammyking) +- Place: Lagos, Nigeria +- Bio: JavaScript Developer +- GitHub: [Oluwadamilola Babalola](https://github.com/thedammyking) \ No newline at end of file From 456102f6efd7264cd08d60456c97e9599b8cbfb8 Mon Sep 17 00:00:00 2001 From: Nikolay Tolochny Date: Sun, 8 Oct 2017 21:55:39 +0300 Subject: [PATCH 213/531] Add Your Name to CONTRIBUTORS.md #163 --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..046820fe51 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Ckpuna4](https://github.com/Ckpuna4) +- Place: Saint-petersburg, Russia +- Bio: Web Developer +- GitHub: [Ckpuna4](https://github.com/Ckpuna4) From b036ac10b12cbc2886f47d57187eb283ff75ead8 Mon Sep 17 00:00:00 2001 From: Bryan Wigianto Date: Sun, 8 Oct 2017 13:57:13 -0500 Subject: [PATCH 214/531] added hello world in elixir --- scripts/hello_world.ex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world.ex diff --git a/scripts/hello_world.ex b/scripts/hello_world.ex new file mode 100644 index 0000000000..0ad04b60a6 --- /dev/null +++ b/scripts/hello_world.ex @@ -0,0 +1,5 @@ +defmodule HelloWorld do + def hello do + IO.puts "Hello World!" + end +end From a67dc24f3d6ae15bb826bbc013a84ee978341bcd Mon Sep 17 00:00:00 2001 From: dhevi Date: Sun, 8 Oct 2017 13:59:26 -0500 Subject: [PATCH 215/531] Add contributor --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..396f2f0e6d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Dhevi Rajendran](https://github.com/dhevi) +- Place: USA +- Bio: Software Engineer +- Github: [dhevi](https://github.com/dhevi) From 15f3f6b94c7bf7f6ea4fa1623bcc0d1dd9a13567 Mon Sep 17 00:00:00 2001 From: vaibhaw2731 Date: Mon, 9 Oct 2017 00:30:02 +0530 Subject: [PATCH 216/531] Update CONTRIBUTORS.md Added my name in the given format -> #### Name: [YOUR NAME](GitHub Link) - Place: City, State, Country - Bio: Who are you? - GitHub: [Your Name](GitHub Link) --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..56e60cc80d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Vaibhaw Agrawal](https://github.com/vaibhaw2731) +- Place: New Delhi, India +- Bio: I am a Machine Learning enthusiast. +- GitHub: [vaibhaw2731](https://github.com/vaibhaw2731) From 730afcc641dd01caa9ade86399f4488851956700 Mon Sep 17 00:00:00 2001 From: thedammyking Date: Sun, 8 Oct 2017 20:04:53 +0100 Subject: [PATCH 217/531] creating hello world script --- scripts/hello_world_thedammyking.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_thedammyking.js diff --git a/scripts/hello_world_thedammyking.js b/scripts/hello_world_thedammyking.js new file mode 100644 index 0000000000..c812a0f6db --- /dev/null +++ b/scripts/hello_world_thedammyking.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Oluwadamilola Babalola +// GITHUB: https://github.com/thedammyking + +console.log('Hello World'); \ No newline at end of file From 7a61c81db837032ef3d3e6d0af55c75213476d97 Mon Sep 17 00:00:00 2001 From: Nikolay Tolochny Date: Sun, 8 Oct 2017 22:08:50 +0300 Subject: [PATCH 218/531] Add a Profile Page #182 --- profiles/Ckpuna4.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/Ckpuna4.md diff --git a/profiles/Ckpuna4.md b/profiles/Ckpuna4.md new file mode 100644 index 0000000000..c8f30b88a6 --- /dev/null +++ b/profiles/Ckpuna4.md @@ -0,0 +1,28 @@ +# Ckpuna4 + +### Location + +Saint-Petersburg, Russia + +### Academics + +Master Degree in Computer Science + +### Interests + +— my сolleagues +— JavaScript +— riichi mahjong +– music + +### Development + +- currently employed as Web Developer + +### Projects + +- [devSchacht](https://github.com/devSchacht) take some part in translating + +### Profile Link + +[Ckpuna4](https://github.com/Ckpuna4) From 70ab7c61c841c0e90233c13047c8d9ba6ecae57f Mon Sep 17 00:00:00 2001 From: Trevor Meadows Date: Sun, 8 Oct 2017 15:15:06 -0400 Subject: [PATCH 219/531] initial, added my information --- CONTRIBUTORS.md | 5 +++++ profiles/Trevor_Meadows.md | 31 +++++++++++++++++++++++++++++++ scripts/hello_world_tlm04070.js | 6 ++++++ 3 files changed, 42 insertions(+) create mode 100644 profiles/Trevor_Meadows.md create mode 100644 scripts/hello_world_tlm04070.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..249997819b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +### Name: [Trevor Meadows](https://github.com/tlm04070) +- Place: Charlotte, North Carolina. +- Bio: UNC Charlotte coding bootcamp student. +- GitHub: [tlm04070](https://github.com/tlm04070); diff --git a/profiles/Trevor_Meadows.md b/profiles/Trevor_Meadows.md new file mode 100644 index 0000000000..bbe6588534 --- /dev/null +++ b/profiles/Trevor_Meadows.md @@ -0,0 +1,31 @@ +# Trevor Meadows + +### Location + +Charlotte, NC, USA + +### Academics + +UNC Charlotte coding bootcamp student, + +Certified mechanical draftsman + + +### Interests + +- Architecture +- Javascript-Based Technologies +- Raspberry Pi +- UI/UX + +### Development + +- Fullstack student + +### Projects + +- Soon to be completed. + +### Profile Link + +[Trevor Meadows](https://github.com/tlm04070) \ No newline at end of file diff --git a/scripts/hello_world_tlm04070.js b/scripts/hello_world_tlm04070.js new file mode 100644 index 0000000000..f562c8326a --- /dev/null +++ b/scripts/hello_world_tlm04070.js @@ -0,0 +1,6 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Trevor Meadows +// GITHUB: https://github.com/tlm04070 + +console.log("Hello World!"); From fcc42e8f8a148ff111637fb4d6fb48a9de00e2db Mon Sep 17 00:00:00 2001 From: ltaylor Date: Sun, 8 Oct 2017 20:26:36 +0100 Subject: [PATCH 220/531] added profile, updated contribution list and added swift hello world example --- CONTRIBUTORS.md | 7 ++++++- profiles/Luke_Taylor.md | 31 ++++++++++++++++++++++++++++ scripts/hello_world_luketaylor.swift | 6 ++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 profiles/Luke_Taylor.md create mode 100644 scripts/hello_world_luketaylor.swift diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..617566adbb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -376,7 +376,7 @@ s in Computer Science #### Name: [Fush Chups](https://github.com/fushandchups) - Place: Christchurch, Canterbury, New Zealand - Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) +- GitHub:[fushandchups] (https://github.com/fushandchups) #### Name: [Francis Venne](https://github.com/NullSilence) - Place: Montreal, Canada. @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Luke Taylor](https://github.com/lmcjt37) +- Place: Derby, UK +- Bio: Senior Software Engineer, child at heart +- GitHub: [Luke Taylor](https://github.com/lmcjt37) diff --git a/profiles/Luke_Taylor.md b/profiles/Luke_Taylor.md new file mode 100644 index 0000000000..7e7f7fedac --- /dev/null +++ b/profiles/Luke_Taylor.md @@ -0,0 +1,31 @@ +# Luke Taylor + +### Location + +Derby, UK + +### Academics + +- NCN Nottingham College +- NW Kent College +- Derby College + +### Interests + +- Javascript-Based Technologies +- Mobile Applications +- Node, Express, React/Redux, React-Native, MongoDB +- Rock music +- Computer games (RPGs and First-persons) + +### Development + +- Senior Software Engineer + +### Projects + +- [Kulor](http://lmcjt.com/kulor/) A tool to help developers and designers convert between different colour modes. + +### Profile Link + +[Luke Taylor](https://github.com/lmcjt37) diff --git a/scripts/hello_world_luketaylor.swift b/scripts/hello_world_luketaylor.swift new file mode 100644 index 0000000000..1226df79c6 --- /dev/null +++ b/scripts/hello_world_luketaylor.swift @@ -0,0 +1,6 @@ +// LANGUAGE: Swift +// AUTHOR: Luke Taylor +// GITHUB: https://github.com/lmcjt37 +// LINK: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html + +print("Hello, world!") From 2d4564848a458b08c6129ef8b197620602e9e5ae Mon Sep 17 00:00:00 2001 From: vsnehil Date: Mon, 9 Oct 2017 00:58:31 +0530 Subject: [PATCH 221/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..456ebf8dc7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Snehil Verma](https://github.com/vsnehil92) +- Place: Delhi, India +- Bio: Love to learn new technologies +- GitHub: [vsnehil92](https://github.com/vsnehil92) From e82cab177fc19edb4eebae1847888e7f1a3fa7ef Mon Sep 17 00:00:00 2001 From: Rutchapol Date: Mon, 9 Oct 2017 02:33:37 +0700 Subject: [PATCH 222/531] Add name to contributor ;) --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..0be927d69f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Alexander Miller](https://github.com/lullabies) +- Place: Bangkok, Thailand +- Bio: Programmer Analyst +- GitHub: [lullabies](https://github.com/lullabies) From 7fea2c59fb8fd11324b489fd78026fbb452b2b9f Mon Sep 17 00:00:00 2001 From: i5dr0id Date: Sun, 8 Oct 2017 20:34:02 +0100 Subject: [PATCH 223/531] Hello World in Basic --- scripts/hello_world_easymax.bas | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/hello_world_easymax.bas diff --git a/scripts/hello_world_easymax.bas b/scripts/hello_world_easymax.bas new file mode 100644 index 0000000000..b0ab69cc71 --- /dev/null +++ b/scripts/hello_world_easymax.bas @@ -0,0 +1,2 @@ +10 PRINT "Hello World!" +20 GOTO 10 \ No newline at end of file From 4adf25079687ac4c788ab7cba3c560642a756897 Mon Sep 17 00:00:00 2001 From: Nikolay Tolochny Date: Sun, 8 Oct 2017 22:34:41 +0300 Subject: [PATCH 224/531] Create a Script #162 --- scripts/hello_world.arnoldc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/hello_world.arnoldc diff --git a/scripts/hello_world.arnoldc b/scripts/hello_world.arnoldc new file mode 100644 index 0000000000..4cfa1cfaf9 --- /dev/null +++ b/scripts/hello_world.arnoldc @@ -0,0 +1,3 @@ +IT'S SHOWTIME +TALK TO THE HAND "hello world" +YOU HAVE BEEN TERMINATED \ No newline at end of file From bed17f1291e42c2a31479059e53449f16c6745ad Mon Sep 17 00:00:00 2001 From: Rutchapol Date: Mon, 9 Oct 2017 02:39:42 +0700 Subject: [PATCH 225/531] forgot the name --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0be927d69f..d7479f50e1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -463,7 +463,7 @@ s in Computer Science - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) -#### Name: [Alexander Miller](https://github.com/lullabies) +#### Name: [Ratchapol Tengrumpong](https://github.com/lullabies) - Place: Bangkok, Thailand - Bio: Programmer Analyst - GitHub: [lullabies](https://github.com/lullabies) From c9992666433f30cd20eadcf91b33d353631e24de Mon Sep 17 00:00:00 2001 From: Akram Rameez Date: Mon, 9 Oct 2017 01:32:36 +0530 Subject: [PATCH 226/531] Julia! --- CONTRIBUTORS.md | 5 +++++ profiles/Akram_Rameez.md | 28 ++++++++++++++++++++++++++++ scripts/hello_world.jl | 5 +++++ 3 files changed, 38 insertions(+) create mode 100644 profiles/Akram_Rameez.md create mode 100644 scripts/hello_world.jl diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..593757b6e5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Akram Rameez](https://github.com/akram-rameez) +- Place: Bengaluru, India +- Bio: I like free T-shirts and I cannot lie. +- GitHub: [allesmi](https://github.com/akram-rameez) diff --git a/profiles/Akram_Rameez.md b/profiles/Akram_Rameez.md new file mode 100644 index 0000000000..34a336f15f --- /dev/null +++ b/profiles/Akram_Rameez.md @@ -0,0 +1,28 @@ +# Akram Rameez + +### Location + +Bengaluru, India + +### Academics + +National Institute of Technology, Karnataka + +### Interests + +- Playing football. +- I'm currently learning MMA. +- Trying to approach higher education with a concerned smile . + +### Development + +- React is the story of my life right now. +- React is the story of my life right now. + +### Projects + +- None right now. Although I do work a lot on [react-virtualized](https://github.com/bvaughn/react-virtualized) and [recharts](https://github.com/recharts/recharts) at the moment. + +### Profile Link + +[Akram Rameez](https://github.com/akram-rameez) \ No newline at end of file diff --git a/scripts/hello_world.jl b/scripts/hello_world.jl new file mode 100644 index 0000000000..f8b4b3f74f --- /dev/null +++ b/scripts/hello_world.jl @@ -0,0 +1,5 @@ +# LANGUAGE: Julia +# AUTHOR: Akram Rameez +# GITHUB: https://github.com/akram-rameez + +println("Hello World!") \ No newline at end of file From 050a5aaabb45da5a84f6dce29518bb2b673dcf09 Mon Sep 17 00:00:00 2001 From: Bryan Tylor Date: Sun, 8 Oct 2017 16:32:36 -0400 Subject: [PATCH 227/531] Initial PR --- CONTRIBUTORS.md | 7 ++++++- scripts/hello_world.exs | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 scripts/hello_world.exs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..232808e6cd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -376,7 +376,7 @@ s in Computer Science #### Name: [Fush Chups](https://github.com/fushandchups) - Place: Christchurch, Canterbury, New Zealand - Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) +- GitHub:[fushandchups] (https://github.com/fushandchups) #### Name: [Francis Venne](https://github.com/NullSilence) - Place: Montreal, Canada. @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Bryan Tylor](https://github.com/bryantylor) +- Place: Cincinnati, OH, USA +- Bio: Elixir Dev / Nuclear Engineer +- GitHub: [Bryan Tylor](https://github.com/bryantylor) diff --git a/scripts/hello_world.exs b/scripts/hello_world.exs new file mode 100644 index 0000000000..ce9a19f275 --- /dev/null +++ b/scripts/hello_world.exs @@ -0,0 +1,6 @@ +// LANGUAGE: Elixir +// AUTHOR: Bryan Tylor +// GITHUB: https://github.com/bryantylor +// LINK: https://elixir-lang.org/ + +IO.puts "Hello World!" From d616df5782080b227a1f1014d723c40901e3ec23 Mon Sep 17 00:00:00 2001 From: Matthias Kraus Date: Sun, 8 Oct 2017 22:37:54 +0200 Subject: [PATCH 228/531] Happy Hacktoberfest! :D --- CONTRIBUTORS.md | 5 +++++ profiles/Matthias_Kraus.md | 28 ++++++++++++++++++++++++++++ scripts/hello_world_brotkiste.xml | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 profiles/Matthias_Kraus.md create mode 100644 scripts/hello_world_brotkiste.xml diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..a3ebbb8917 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Matthias Kraus](https://github.com/brotkiste) +- Place: Munich, Germany +- Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) diff --git a/profiles/Matthias_Kraus.md b/profiles/Matthias_Kraus.md new file mode 100644 index 0000000000..d9b1c3c13f --- /dev/null +++ b/profiles/Matthias_Kraus.md @@ -0,0 +1,28 @@ +# Alice Chuang + +### Location + +Munich, BY, Germany + +### Academics + +Undergraduate in B.A. (Automotive Computer Science) from THI + +### Interests + +- A lot of stuff +- Reading +- Mountaineering +- ... + +### Development + +- Mountainrescue Map + +### Projects + +- Mountainrescue Map + +### Profile Link + +[brotkiste](https://github.com/brotkiste) diff --git a/scripts/hello_world_brotkiste.xml b/scripts/hello_world_brotkiste.xml new file mode 100644 index 0000000000..ec3be3cdb4 --- /dev/null +++ b/scripts/hello_world_brotkiste.xml @@ -0,0 +1,2 @@ + +Hello World! From 9bb10ba491767a42178cba4f4add1fa47d0f0eb8 Mon Sep 17 00:00:00 2001 From: Matthias Kraus Date: Sun, 8 Oct 2017 22:40:52 +0200 Subject: [PATCH 229/531] Fixed C&P error --- profiles/Matthias_Kraus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/Matthias_Kraus.md b/profiles/Matthias_Kraus.md index d9b1c3c13f..5a7c176135 100644 --- a/profiles/Matthias_Kraus.md +++ b/profiles/Matthias_Kraus.md @@ -1,4 +1,4 @@ -# Alice Chuang +# Matthias Kraus ### Location From 236afa3192324acb0b7eb660020094d0a77b7a40 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Mon, 9 Oct 2017 02:43:22 +0530 Subject: [PATCH 230/531] Added my name to contributors --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..291af73f0c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,7 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) +#### Name: [Harshil Agrawal](https://github.com/harshil1712) +-Place: Vadodara, India +-Bio: Student,Web Developer +-GitHub: [harshil1712](https://github.com/harshil1712) \ No newline at end of file From 1b78ecd9f1641b1e3539e83395be1387268a80ed Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Mon, 9 Oct 2017 03:10:52 +0530 Subject: [PATCH 231/531] Added c script --- scripts/hello_world_harshil1712.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/hello_world_harshil1712.c diff --git a/scripts/hello_world_harshil1712.c b/scripts/hello_world_harshil1712.c new file mode 100644 index 0000000000..31103083e5 --- /dev/null +++ b/scripts/hello_world_harshil1712.c @@ -0,0 +1,10 @@ +// LANGUAGE: C +// AUTHOR: Harshil Agrawal +// GITHUB: https://github.com/harshil1712 + +#include + +void main(){ + printf("Hello, World!"); + getch(); +} \ No newline at end of file From 8fe38f918cf152625db64b086c3c9d2446727a59 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Sun, 8 Oct 2017 16:59:46 -0500 Subject: [PATCH 232/531] Added my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..3e590345ee 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Cameron Smith](https://github.com/cameronzsmith) +- Place: Wichita, KS, USA +- Bio: Student +- GitHub: [cameronzsmith](https://github.com/cameronzsmith) From 9bd338285edb39bd89d3506d0ec70c06f526a907 Mon Sep 17 00:00:00 2001 From: bennett-treptow Date: Sun, 8 Oct 2017 17:10:54 -0500 Subject: [PATCH 233/531] Added bennett-treptow to Contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..997ef3256e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Bennett Treptow](https://github.com/bennett-treptow) +- Place: Milwaukee, WI, USA +- Bio: Computer Science Major / Web Developer +- Github: [bennett-treptow](https://github.com/bennett-treptow) \ No newline at end of file From a45199e6ea3d047a37c7a21d880c2433046c77a5 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Sun, 8 Oct 2017 17:19:38 -0500 Subject: [PATCH 234/531] Added my profile --- profiles/Cameron_Smith.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 profiles/Cameron_Smith.md diff --git a/profiles/Cameron_Smith.md b/profiles/Cameron_Smith.md new file mode 100644 index 0000000000..75912358b5 --- /dev/null +++ b/profiles/Cameron_Smith.md @@ -0,0 +1,36 @@ +# Cameron Smith + +### Academics + +DeVry University (2010-2011) +Butler Community College (2016-2017) + +### Interests + +- Software development +- Video games +- Computer assembly +- Traveling + +### Development + +- C++ +- Python +- Java +- HTML +- CSS +- JavaScript +- VB.NET + +### Projects + +- [TextRPG](https://github.com/cameronzsmith/TextRPG/tree/master/TextRPG) - My text RPG made for my C# class final. +- [Pong](https://github.com/cameronzsmith/UnityTutorials/tree/master/Pong) - My pong clone made in Unity. +- [Space Invaders](https://github.com/cameronzsmith/UnityTutorials/tree/master/Space%20Invaders) - My space invader clone made in Unity. +- [Web Hosting Website Template](https://github.com/cameronzsmith/web-final) - My HTML/CSS class final, a mock website hosting company website. +- [Mock WoW Guild Website Template](https://github.com/cameronzsmith/codenamecurse) - Unfinished project, but the starting mockup for a WoW guild website. + +### Profile Link + +[GitHub](https://github.com/cameronzsmith) +[Artstation](https://www.artstation.com/czsmith7) \ No newline at end of file From 1ebbf9b677cc0e1079923e5786f96211b735162e Mon Sep 17 00:00:00 2001 From: Dale Holstein Date: Sun, 8 Oct 2017 19:26:43 -0400 Subject: [PATCH 235/531] hello --- hello_world_zarnerz.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world_zarnerz.js diff --git a/hello_world_zarnerz.js b/hello_world_zarnerz.js new file mode 100644 index 0000000000..b187050aff --- /dev/null +++ b/hello_world_zarnerz.js @@ -0,0 +1,3 @@ +var hello = "Hello, World!"; + +console.log(hello); \ No newline at end of file From 64a1b9437ab2179baa1a1ed8762f2978035af0a9 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 8 Oct 2017 20:43:56 -0300 Subject: [PATCH 236/531] Add to contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..31d74d7482 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Jose Morales](https://github.com/castro732) +- Place: Buenos Aires, Argentina +- Bio: Developer +- GitHub: [castro732](https://github.com/castro732) From 84ba46a4c964b83670d06922b5197b81a8bb35cd Mon Sep 17 00:00:00 2001 From: Hassan Sani Date: Mon, 9 Oct 2017 01:10:36 +0100 Subject: [PATCH 237/531] Hacktoberfest from Hassan Sani/Nigeria --- CONTRIBUTORS.md | 7 ++++++- profiles/Hassan_Sani.md | 25 +++++++++++++++++++++++++ scripts/hello_world_inidaname.js | 5 +++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 profiles/Hassan_Sani.md create mode 100644 scripts/hello_world_inidaname.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..dda2542b19 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -376,7 +376,7 @@ s in Computer Science #### Name: [Fush Chups](https://github.com/fushandchups) - Place: Christchurch, Canterbury, New Zealand - Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) +- GitHub:[fushandchups] (https://github.com/fushandchups) #### Name: [Francis Venne](https://github.com/NullSilence) - Place: Montreal, Canada. @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Hassan Sani](https://github.com/inidaname) +- Place: Bida, Niger State, Nigeria +- Bio: Web Developer at @ADPNigeria? +- GitHub: [iNidAName](https://github.com/inidaname) diff --git a/profiles/Hassan_Sani.md b/profiles/Hassan_Sani.md new file mode 100644 index 0000000000..4d3b1c704c --- /dev/null +++ b/profiles/Hassan_Sani.md @@ -0,0 +1,25 @@ +# Hassan Sani + +### Location + +Abuja/Nigeria + +### Academics + +University of Maiduguri + +### Interests + +- Traveling, Sharing my knowledge, Interacting, Movies + +### Development + +- Building an Open Source Political Platform + +### Projects + +- [ADP Nigeria](https://github.com/ADPNigeria/adpnewdesign) The Web page of a political party in Nigeria + +### Profile Link + +[Hassan Sani](https://github.com/iNidAName) diff --git a/scripts/hello_world_inidaname.js b/scripts/hello_world_inidaname.js new file mode 100644 index 0000000000..9db8edd901 --- /dev/null +++ b/scripts/hello_world_inidaname.js @@ -0,0 +1,5 @@ +// LANGUAGE: Javascript +// AUTHOR: Hassan Sani +// GITHUB: https://github.com/inidaname/ + +console.log('Hello, World!'); From 612c0264e4873be3ce8c31a5b40db35e5a2fcd7d Mon Sep 17 00:00:00 2001 From: Emmanuel AKINDE Date: Mon, 9 Oct 2017 01:45:40 +0100 Subject: [PATCH 238/531] changes --- scripts/hellowordHarkindey.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/hellowordHarkindey.php b/scripts/hellowordHarkindey.php index e69de29bb2..34aee1ad92 100644 --- a/scripts/hellowordHarkindey.php +++ b/scripts/hellowordHarkindey.php @@ -0,0 +1,2 @@ + Date: Sun, 8 Oct 2017 21:46:56 -0300 Subject: [PATCH 239/531] Lets Contribute Folks! --- scripts/hello_world_abaruchi.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_abaruchi.py diff --git a/scripts/hello_world_abaruchi.py b/scripts/hello_world_abaruchi.py new file mode 100644 index 0000000000..da513f9d0d --- /dev/null +++ b/scripts/hello_world_abaruchi.py @@ -0,0 +1,8 @@ +# LANGUAGE: Python +# ENV: Python3.5 +# AUTHOR: Artur Baruchi +# GITHUB: https://github.com/abaruchi + +a = "Hello" +b = "World" +print("{} {}".format(a, b)) From 40e092e1afaa1e15bbec14134b6ab27890470f6e Mon Sep 17 00:00:00 2001 From: benhayehudi Date: Sun, 8 Oct 2017 20:54:37 -0400 Subject: [PATCH 240/531] added script in js --- scripts/hello_world_Ben.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_Ben.js diff --git a/scripts/hello_world_Ben.js b/scripts/hello_world_Ben.js new file mode 100644 index 0000000000..0fc9306977 --- /dev/null +++ b/scripts/hello_world_Ben.js @@ -0,0 +1,8 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Ben Greenberg +// GITHUB: https://github.com/benhayehudi + +let hello = "Hello World!" + +console.log(hello); \ No newline at end of file From 225b12deff69cb45a2fcc5267d3ab49cd458efa7 Mon Sep 17 00:00:00 2001 From: nguyendhse Date: Mon, 9 Oct 2017 08:56:56 +0700 Subject: [PATCH 241/531] added hello world dart language --- scripts/helloworld.dart | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/helloworld.dart diff --git a/scripts/helloworld.dart b/scripts/helloworld.dart new file mode 100644 index 0000000000..1bdc7a9fb2 --- /dev/null +++ b/scripts/helloworld.dart @@ -0,0 +1,6 @@ +/** + * Hello world with Dart language + **/ +void main() { + print("Hello, World!"); +} From 8fcafaf9bad703b26e1c305a16fcc166a7c0398d Mon Sep 17 00:00:00 2001 From: nguyendhse Date: Mon, 9 Oct 2017 09:01:18 +0700 Subject: [PATCH 242/531] update author info --- scripts/helloworld.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/helloworld.dart b/scripts/helloworld.dart index 1bdc7a9fb2..370b554fdc 100644 --- a/scripts/helloworld.dart +++ b/scripts/helloworld.dart @@ -1,6 +1,7 @@ -/** - * Hello world with Dart language - **/ +// LANGUAGE: Dart +// ENV: DartVM +// AUTHOR: Nguyen Do +// GITHUB: https://github.com/nguyendhse void main() { print("Hello, World!"); } From 4296600f8a19c08f6be9284ca0db39d2c4741d41 Mon Sep 17 00:00:00 2001 From: Nefari0uss Date: Sun, 8 Oct 2017 22:16:17 -0400 Subject: [PATCH 243/531] add script header --- hello_world.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello_world.kt b/hello_world.kt index 5883e0df25..b4509dd46a 100644 --- a/hello_world.kt +++ b/hello_world.kt @@ -1,3 +1,8 @@ +// Language: Kotlin +// Environment: JVM +// Author: Nefari0uss +// Github: https://www.github.com/nefari0uss + package hello fun(args : Array) { From 8912bb5689c0fe6935ad1ed359bc9da80a69d6cf Mon Sep 17 00:00:00 2001 From: Nefari0uss Date: Sun, 8 Oct 2017 22:17:11 -0400 Subject: [PATCH 244/531] move script to proper folder --- hello_world.kt => scripts/hello_world.kt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello_world.kt => scripts/hello_world.kt (100%) diff --git a/hello_world.kt b/scripts/hello_world.kt similarity index 100% rename from hello_world.kt rename to scripts/hello_world.kt From af30e07b16239c719314bb818df989bcd9347d81 Mon Sep 17 00:00:00 2001 From: PhilTerz Date: Sun, 8 Oct 2017 19:28:20 -0700 Subject: [PATCH 245/531] Added PhilTerz to CONTRIBUTERS --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..c4b79a1a6c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Philip Terzic](https://github.com/PhilTerz) +- Place: Scottsdale, Arizona, USA +- Bio: Aspiring OSS Contributer +- GitHub: [PhilTerz](https://github.com/PhilTerz) From 6d4cd2e7f8586caea83ca8f0cab3bfb43354fd2f Mon Sep 17 00:00:00 2001 From: jose david lombana Date: Sun, 8 Oct 2017 21:39:59 -0500 Subject: [PATCH 246/531] add contributor --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..3f23473f62 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Jose David](https://github.com/jose4125) +- Place: Bogotá, Colombia +- Bio: Web Developer +- GitHub: [jose4125](https://github.com/jose4125) From 976d4308c7e42fe2c066ed464c69576359037104 Mon Sep 17 00:00:00 2001 From: Sarah Date: Sun, 8 Oct 2017 23:56:04 -0300 Subject: [PATCH 247/531] first commit hacktoberfest --- CONTRIBUTORS.md | 7 ++++++- profiles/Sarah_Chen.md | 25 +++++++++++++++++++++++++ scripts/hello_world_sarovisk.js | 6 ++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 profiles/Sarah_Chen.md create mode 100644 scripts/hello_world_sarovisk.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..d385c0510e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -376,7 +376,7 @@ s in Computer Science #### Name: [Fush Chups](https://github.com/fushandchups) - Place: Christchurch, Canterbury, New Zealand - Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) +- GitHub:[fushandchups] (https://github.com/fushandchups) #### Name: [Francis Venne](https://github.com/NullSilence) - Place: Montreal, Canada. @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Sarah Chen](https://github.com/sarovisk) +- Place: Sao Paulo/ Brazil +- Bio: Student +- GitHub: [sarovisk](https://github.com/sarovisk) diff --git a/profiles/Sarah_Chen.md b/profiles/Sarah_Chen.md new file mode 100644 index 0000000000..cd4488b53c --- /dev/null +++ b/profiles/Sarah_Chen.md @@ -0,0 +1,25 @@ +Sarah Chen + +### Location + +Sao Paulo/ Brazil + +### Academics + +FATEC-SP + +### Interests + +- UX + +### Development + +- ... + +### Projects + +- ... + +### Profile Link + +[sarovisk]https://github.com/sarovisk diff --git a/scripts/hello_world_sarovisk.js b/scripts/hello_world_sarovisk.js new file mode 100644 index 0000000000..2558d40333 --- /dev/null +++ b/scripts/hello_world_sarovisk.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: +// AUTHOR: Sarah Chen +// GITHUB: https://github.com/AliceWonderland + +alert("Hello World!"); From 9966dde48b30debe8b238b8c00734d0dfaf6ca3a Mon Sep 17 00:00:00 2001 From: Necrozy Date: Sun, 8 Oct 2017 23:56:09 -0300 Subject: [PATCH 248/531] First Commit Hacktoberfest --- CONTRIBUTORS.md | 7 ++++++- profiles/Gustavo_Ziaugra.md | 26 ++++++++++++++++++++++++++ scripts/hello_world_GustavoZiaugra.c | 10 ++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 profiles/Gustavo_Ziaugra.md create mode 100644 scripts/hello_world_GustavoZiaugra.c diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe2b1492..708b76e403 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -376,7 +376,7 @@ s in Computer Science #### Name: [Fush Chups](https://github.com/fushandchups) - Place: Christchurch, Canterbury, New Zealand - Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) +- GitHub:[fushandchups] (https://github.com/fushandchups) #### Name: [Francis Venne](https://github.com/NullSilence) - Place: Montreal, Canada. @@ -462,3 +462,8 @@ s in Computer Science - Place: Salzburg, Austria - Bio: Student/Web Developer - GitHub: [allesmi](https://github.com/allesmi) + +#### Name: [Gustavo Pacheco Ziaugra](https://github.com/GustavoZiaugra) +- Place: São Paulo, Brazil. +- Bio: Technology Guy / Student +- GitHub: [Gustavo Ziaugra](https://github.com/GustavoZiaugra) diff --git a/profiles/Gustavo_Ziaugra.md b/profiles/Gustavo_Ziaugra.md new file mode 100644 index 0000000000..52109da043 --- /dev/null +++ b/profiles/Gustavo_Ziaugra.md @@ -0,0 +1,26 @@ +# Your Name +Gustavo Pacheco Ziaugra + +### Location + +São Paulo, Brazil. + +### Academics + +FATEC-SP. + +### Interests + +- WEB, mobile and video games. + +### Development + +- Nothing. + +### Projects + +- Nothing. + +### Profile Link + +[Gustavo Ziaugra]](https://github.com/GustavoZiaugra) diff --git a/scripts/hello_world_GustavoZiaugra.c b/scripts/hello_world_GustavoZiaugra.c new file mode 100644 index 0000000000..2eca4403ba --- /dev/null +++ b/scripts/hello_world_GustavoZiaugra.c @@ -0,0 +1,10 @@ +// LANGUAGE: C +// ENV: +// AUTHOR: Gustavo Ziaugra +// GITHUB: https://github.com/GustavoZiaugra + +#include stdio.h + +int main (void) { + prinf("Hello World\n"); +} From c7a1a716a4b96a361e23c8f88fba41ed49a000b3 Mon Sep 17 00:00:00 2001 From: jose david lombana Date: Sun, 8 Oct 2017 22:08:42 -0500 Subject: [PATCH 249/531] hello world elixir --- scripts/HelloWorld.exs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/HelloWorld.exs diff --git a/scripts/HelloWorld.exs b/scripts/HelloWorld.exs new file mode 100644 index 0000000000..4433e58c19 --- /dev/null +++ b/scripts/HelloWorld.exs @@ -0,0 +1,5 @@ +# LANGUAGE: Elixir +# AUTHOR: Jose David +# this is my first line in Elixir :) + +IO.puts "Hello world from Elixir :)" From 5d30023ec5d713566b22162a0b38325d47c1d8e5 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 23:31:53 -0400 Subject: [PATCH 250/531] Rename HelloWorld.exs to hello_world_jose4125.exs --- scripts/{HelloWorld.exs => hello_world_jose4125.exs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.exs => hello_world_jose4125.exs} (100%) diff --git a/scripts/HelloWorld.exs b/scripts/hello_world_jose4125.exs similarity index 100% rename from scripts/HelloWorld.exs rename to scripts/hello_world_jose4125.exs From 3a648910d74a385e24620f7549f167b0940c8946 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 23:37:30 -0400 Subject: [PATCH 251/531] Rename helloworld.dart to hello_world_nguyendhse.dart --- scripts/{helloworld.dart => hello_world_nguyendhse.dart} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloworld.dart => hello_world_nguyendhse.dart} (100%) diff --git a/scripts/helloworld.dart b/scripts/hello_world_nguyendhse.dart similarity index 100% rename from scripts/helloworld.dart rename to scripts/hello_world_nguyendhse.dart From f287c2b5a50ab819514a2693e621c89596a14d20 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 23:47:08 -0400 Subject: [PATCH 252/531] Rename hello_world.exs to hello_world_bryantylor.exs --- scripts/{hello_world.exs => hello_world_bryantylor.exs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.exs => hello_world_bryantylor.exs} (100%) diff --git a/scripts/hello_world.exs b/scripts/hello_world_bryantylor.exs similarity index 100% rename from scripts/hello_world.exs rename to scripts/hello_world_bryantylor.exs From 2a491b7d567e2d9656fe102f842f28160cda2b55 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Sun, 8 Oct 2017 23:59:16 -0400 Subject: [PATCH 253/531] Rename hello_world.ex to hello_world_bwigianto.ex --- scripts/{hello_world.ex => hello_world_bwigianto.ex} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.ex => hello_world_bwigianto.ex} (100%) diff --git a/scripts/hello_world.ex b/scripts/hello_world_bwigianto.ex similarity index 100% rename from scripts/hello_world.ex rename to scripts/hello_world_bwigianto.ex From c517701b108921bdb113f50ce3ee3bd39151ab61 Mon Sep 17 00:00:00 2001 From: peam Date: Mon, 9 Oct 2017 11:22:13 +0700 Subject: [PATCH 254/531] Hello in PHP --- scripts/hello_world_peam1234.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_peam1234.php diff --git a/scripts/hello_world_peam1234.php b/scripts/hello_world_peam1234.php new file mode 100644 index 0000000000..a5a06292d5 --- /dev/null +++ b/scripts/hello_world_peam1234.php @@ -0,0 +1,7 @@ + Date: Mon, 9 Oct 2017 11:23:04 +0700 Subject: [PATCH 255/531] add profile --- profiles/Napat_Rattanawaraha.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Napat_Rattanawaraha.md diff --git a/profiles/Napat_Rattanawaraha.md b/profiles/Napat_Rattanawaraha.md new file mode 100644 index 0000000000..bf65ebc06c --- /dev/null +++ b/profiles/Napat_Rattanawaraha.md @@ -0,0 +1,27 @@ +# Napat Rattanawaraha + +### Location + +Bangkok, Thailand + +### Academics + +King Mongkut's Institute of Technology Ladkrabang, Thailand + +### Interests + +- Javascript-Based Technologies +- Web Development +- Firebase, Vue.js, PHP + +### Development + +- Frontend, Fullstack + +### Projects + +- Online Store Management System For Social Commerce + +### Profile Link + +[peam1234](https://github.com/peam1234) From 9f0b8cfbeb5cedc69f7421e695feeff60105f18f Mon Sep 17 00:00:00 2001 From: peam Date: Mon, 9 Oct 2017 11:23:57 +0700 Subject: [PATCH 256/531] add my name --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d4ff5c93ff..b4db1e24e8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -557,3 +557,7 @@ s in Computer Science - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) +#### Name: [Napat Rattanawaraha](https://github.com/peam1234) +- Place: Bangkok, Thailand +- Bio: Student / Junior Web Developer +- GitHub: [peam1234](https://github.com/peam1234) From 79ae5d81a57465a37703a1a88bd319a0f250010a Mon Sep 17 00:00:00 2001 From: Emmanuel AKINDE Date: Mon, 9 Oct 2017 05:26:05 +0100 Subject: [PATCH 257/531] Renaming and Completing Tag --- scripts/hello_world_Harkindey.php | 3 +++ scripts/hellowordHarkindey.php | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 scripts/hello_world_Harkindey.php delete mode 100644 scripts/hellowordHarkindey.php diff --git a/scripts/hello_world_Harkindey.php b/scripts/hello_world_Harkindey.php new file mode 100644 index 0000000000..67ec629b02 --- /dev/null +++ b/scripts/hello_world_Harkindey.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/scripts/hellowordHarkindey.php b/scripts/hellowordHarkindey.php deleted file mode 100644 index 34aee1ad92..0000000000 --- a/scripts/hellowordHarkindey.php +++ /dev/null @@ -1,2 +0,0 @@ - Date: Mon, 9 Oct 2017 10:06:54 +0530 Subject: [PATCH 258/531] Added mayanksaxena to contributers --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..99bbe915cf 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: [Mayank Saxena](https://github.com/mayank26saxena) +- Place: New Delhi, India +- Bio: Student +- GitHub: [mayank26saxena](https://github.com/mayank26saxena) From 0582df7ce39bc9a76a1110054e66c9020fd785fe Mon Sep 17 00:00:00 2001 From: peam Date: Mon, 9 Oct 2017 11:50:32 +0700 Subject: [PATCH 259/531] added close tag php --- scripts/hello_world_peam1234.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hello_world_peam1234.php b/scripts/hello_world_peam1234.php index a5a06292d5..65889eadeb 100644 --- a/scripts/hello_world_peam1234.php +++ b/scripts/hello_world_peam1234.php @@ -3,5 +3,5 @@ // ENV : Nginx // AUTHOR: Napat Rattanawaraha // GITHUB: https://github.com/peam1234 - echo "Hello, World!"; +?> From 12cbc10c65aa0aba6394852e276b47096a84ee4c Mon Sep 17 00:00:00 2001 From: marion59000 Date: Mon, 9 Oct 2017 07:12:50 +0200 Subject: [PATCH 260/531] add name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..bcb4d6d9b4 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: [Marion Fioen](https://github.com/marion59000) +- Place: Lille, France +- Bio: Developer +- GitHub: [marion59000](https://github.com/marion59000) From ea678b8288330173bcccba6ce73f4a8d41bc1b20 Mon Sep 17 00:00:00 2001 From: Piyush Sikarwal Date: Mon, 9 Oct 2017 12:55:08 +0530 Subject: [PATCH 261/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..4824aade47 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -9,6 +9,11 @@ - GitHub: [Gabe Dunn](https://github.com/redxtech) - Website: [when.](https://when.redxte.ch) +#### Name: [Piyush Sikarwal](https://github.com/psikarwal) +- Place: India +- Bio: Professional Geek +- GitHub: [Piyush Sikarwal](https://github.com/psikarwal) + #### Name: [GEORGE FOTOPOULOS](https://github.com/xorz57) - Place: Patras, Achaia, Greece - Bio: Technology Enthusiast From 4acb165b949a8a48248b503012abf35a20460e39 Mon Sep 17 00:00:00 2001 From: Muhd Akma Adhwa Zamburi Date: Mon, 9 Oct 2017 16:17:52 +0800 Subject: [PATCH 262/531] add my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..106cc7efdd 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: [Akma Adhwa](https://github.com/akmadhwa) +- Place: Malaysia +- Bio: Web Developer +- GitHub: [akmadhwa](https://github.com/akmadhwa) From 307fc7aea61c23549418cf750dfd577a41a17d9b Mon Sep 17 00:00:00 2001 From: TummanapallyAnuraag Date: Mon, 9 Oct 2017 14:24:23 +0530 Subject: [PATCH 263/531] Commit for Hacktoberfest 2017 --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..adebb3de43 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: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) +- Place: Mumbai, India +- Bio: Student, System Administrator +- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) From d4ece1a81322d42b0a364d30b752c28934a8b4e8 Mon Sep 17 00:00:00 2001 From: ItsT-Mo Date: Mon, 9 Oct 2017 10:57:00 +0200 Subject: [PATCH 264/531] 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 35676a006c967bd1b579ca1afec0b177896450ce Mon Sep 17 00:00:00 2001 From: Ian James Date: Mon, 9 Oct 2017 10:00:59 +0100 Subject: [PATCH 265/531] Added name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..5fb2c5bc21 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: [Ian James](https://inj.ms) +- Place: London, UK +- Bio: Web... person? +- GitHub: [injms](https://github.com/injms) From ba05e83d4960a6dee2594614969229cebca3d7e8 Mon Sep 17 00:00:00 2001 From: K Foster Date: Mon, 9 Oct 2017 10:20:00 +0100 Subject: [PATCH 266/531] 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 267/531] 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 268/531] '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 269/531] 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 93e095f4e97e3b9ffa54444a7645b8add0997ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Aci=C3=A9n?= Date: Mon, 9 Oct 2017 13:45:07 +0200 Subject: [PATCH 270/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 008d8a39ff..7d820c1210 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -536,6 +536,11 @@ s in Computer Science -Bio: Student,Web Developer -GitHub: [harshil1712](https://github.com/harshil1712) +#### Name: [Fran Acién](https://github.com/acien101) +- Place: Madrid, Spain +- Bio: Full of empty +- GitHub: [Fran Acién](https://github.com/acien101) + #### Name: [Bennett Treptow](https://github.com/bennett-treptow) - Place: Milwaukee, WI, USA - Bio: Computer Science Major / Web Developer 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 271/531] 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 272/531] 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 273/531] 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 274/531] 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 275/531] 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 276/531] 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 277/531] 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 278/531] 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 279/531] 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 280/531] 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 281/531] 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 282/531] 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 283/531] 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 284/531] 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 285/531] 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 286/531] 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 287/531] 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 288/531] 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 289/531] 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 290/531] 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 291/531] 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 292/531] 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 293/531] 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 294/531] 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 295/531] 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 296/531] 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 297/531] 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 298/531] 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) From ebde63e952065c0449eafdc7ab5042247dcbcfff Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 15:08:44 -0400 Subject: [PATCH 299/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a8dd652f06..061cbfe461 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -575,11 +575,6 @@ s in Computer Science - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) -#### Name: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) -- Place: Mumbai, India -- Bio: Student, System Administrator -- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) - #### Name: [Ian James](https://inj.ms) - Place: London, UK - Bio: Web... person? @@ -649,3 +644,8 @@ s in Computer Science - Place: London, UK - Bio: I love guitar! - GitHub: [JoeScho](https://github.com/JoeScho) + +#### Name: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) +- Place: Mumbai, India +- Bio: Student, System Administrator +- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) From ee6ca1657c1aa5d508045667a2eb5d101c66411b Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 15:15:11 -0400 Subject: [PATCH 300/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 107 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 101 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7d820c1210..edada51117 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) @@ -536,11 +536,6 @@ s in Computer Science -Bio: Student,Web Developer -GitHub: [harshil1712](https://github.com/harshil1712) -#### Name: [Fran Acién](https://github.com/acien101) -- Place: Madrid, Spain -- Bio: Full of empty -- GitHub: [Fran Acién](https://github.com/acien101) - #### Name: [Bennett Treptow](https://github.com/bennett-treptow) - Place: Milwaukee, WI, USA - Bio: Computer Science Major / Web Developer @@ -579,3 +574,103 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Mayank Saxena](https://github.com/mayank26saxena) +- Place: New Delhi, India +- Bio: Student +- GitHub: [mayank26saxena](https://github.com/mayank26saxena) + +#### Name: [Napat Rattanawaraha](https://github.com/peam1234) +- Place: Bangkok, Thailand +- Bio: Student / Junior Web Developer +- GitHub: [peam1234](https://github.com/peam1234) + +#### Name: [Marion Fioen](https://github.com/marion59000) +- Place: Lille, France +- Bio: Developer +- GitHub: [marion59000](https://github.com/marion59000) + +#### Name: [Akma Adhwa](https://github.com/akmadhwa) +- Place: Malaysia +- Bio: Web Developer +- GitHub: [akmadhwa](https://github.com/akmadhwa) + +#### Name: [Ian James](https://inj.ms) +- Place: London, UK +- Bio: Web... person? +- GitHub: [injms](https://github.com/injms) + +#### Name: [K Foster](https://foster.im) +- Place: West Sussex, UK +- Bio: Web Developer +- GitHub: [g33kcentric](https://github.com/g33kcentric) + +#### Name: [Andin FOKUNANG](https://github.com/switchgirl95) +- Place: Yaounde , Cameroon +- Bio: Student - Otaku - Geek +- GitHub: [Switch](https://github.com/switchgirl95) + +#### Name: [xenocideiwki] (https://github.com/xenocidewiki) +- Place: Norway +- Bio: Reverse Engineer +- GitHub: [xenocidewiki] (https://github.com/xenocidewiki) + +#### 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) + +#### 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) + +#### 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) + +#### Name: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) +- Place: Mumbai, India +- Bio: Student, System Administrator +- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) + +#### Name: [Fran Acién](https://github.com/acien101) +- Place: Madrid, Spain +- Bio: Full of empty +- GitHub: [Fran Acién](https://github.com/acien101) From c25986a26d23d110c086f5d0461c4ef191680ccf Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 15:18:27 -0400 Subject: [PATCH 301/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 112 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4824aade47..f6e3ef1e8f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -9,11 +9,6 @@ - GitHub: [Gabe Dunn](https://github.com/redxtech) - Website: [when.](https://when.redxte.ch) -#### Name: [Piyush Sikarwal](https://github.com/psikarwal) -- Place: India -- Bio: Professional Geek -- GitHub: [Piyush Sikarwal](https://github.com/psikarwal) - #### Name: [GEORGE FOTOPOULOS](https://github.com/xorz57) - Place: Patras, Achaia, Greece - Bio: Technology Enthusiast @@ -478,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) @@ -579,3 +574,108 @@ s in Computer Science - Place: Bogotá, Colombia - Bio: Web Developer - GitHub: [jose4125](https://github.com/jose4125) + +#### Name: [Mayank Saxena](https://github.com/mayank26saxena) +- Place: New Delhi, India +- Bio: Student +- GitHub: [mayank26saxena](https://github.com/mayank26saxena) + +#### Name: [Napat Rattanawaraha](https://github.com/peam1234) +- Place: Bangkok, Thailand +- Bio: Student / Junior Web Developer +- GitHub: [peam1234](https://github.com/peam1234) + +#### Name: [Marion Fioen](https://github.com/marion59000) +- Place: Lille, France +- Bio: Developer +- GitHub: [marion59000](https://github.com/marion59000) + +#### Name: [Akma Adhwa](https://github.com/akmadhwa) +- Place: Malaysia +- Bio: Web Developer +- GitHub: [akmadhwa](https://github.com/akmadhwa) + +#### Name: [Ian James](https://inj.ms) +- Place: London, UK +- Bio: Web... person? +- GitHub: [injms](https://github.com/injms) + +#### Name: [K Foster](https://foster.im) +- Place: West Sussex, UK +- Bio: Web Developer +- GitHub: [g33kcentric](https://github.com/g33kcentric) + +#### Name: [Andin FOKUNANG](https://github.com/switchgirl95) +- Place: Yaounde , Cameroon +- Bio: Student - Otaku - Geek +- GitHub: [Switch](https://github.com/switchgirl95) + +#### Name: [xenocideiwki] (https://github.com/xenocidewiki) +- Place: Norway +- Bio: Reverse Engineer +- GitHub: [xenocidewiki] (https://github.com/xenocidewiki) + +#### 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) + +#### 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) + +#### 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) + +#### Name: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) +- Place: Mumbai, India +- Bio: Student, System Administrator +- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) + +#### Name: [Fran Acién](https://github.com/acien101) +- Place: Madrid, Spain +- Bio: Full of empty +- GitHub: [Fran Acién](https://github.com/acien101) + +#### Name: [Piyush Sikarwal](https://github.com/psikarwal) +- Place: India +- Bio: Professional Geek +- GitHub: [Piyush Sikarwal](https://github.com/psikarwal) From e7d3f161e90042d0c4d0bade134b9d41bf78aee9 Mon Sep 17 00:00:00 2001 From: ajpelaez Date: Mon, 9 Oct 2017 21:51:22 +0200 Subject: [PATCH 302/531] ajpelaez added to contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f6e3ef1e8f..2a1e06acd9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -38,6 +38,11 @@ - Bio: Student - GitHub: [Michael Cao](https://github.com/mcao) +#### Name: [Antonio Jesus Pelaez](https://github.com/ajpelaez) +- Place: Granada, Spain +- Bio: IT Student at the University of Granada +- GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + #### Name: [Amlaan Bhoi](https://github.com/amlaanb) - Place: IL, USA - Bio: CS Grad Student From 3c3fc8d0a476729ff38a2ecd8e1279f4f15c5f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bac=CC=8Co?= Date: Mon, 9 Oct 2017 21:54:56 +0200 Subject: [PATCH 303/531] can i contribute? --- CONTRIBUTORS.md | 7 ++++++- profiles/Jakub_Baco.md | 27 +++++++++++++++++++++++++++ scripts/hello_world_vysocina.js | 7 +++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 profiles/Jakub_Baco.md create mode 100644 scripts/hello_world_vysocina.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f6e3ef1e8f..093f2ccda1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -606,7 +606,7 @@ s in Computer Science - GitHub: [g33kcentric](https://github.com/g33kcentric) #### Name: [Andin FOKUNANG](https://github.com/switchgirl95) -- Place: Yaounde , Cameroon +- Place: Yaounde , Cameroon - Bio: Student - Otaku - Geek - GitHub: [Switch](https://github.com/switchgirl95) @@ -679,3 +679,8 @@ s in Computer Science - Place: India - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) + +#### Name: [Jakub Bačo](https://github.com/vysocina) +- Place: Slovakia +- Bio: Student / Designer +- GitHub: [Jakub Bačo](https://github.com/vysocina) diff --git a/profiles/Jakub_Baco.md b/profiles/Jakub_Baco.md new file mode 100644 index 0000000000..351af7ff01 --- /dev/null +++ b/profiles/Jakub_Baco.md @@ -0,0 +1,27 @@ +# Jakub Bačo + +### Location + +Slovakia / Czech Republic + +### Academics + +Currently studying software engineering in Prague + +### Interests + +- Design on point +- Artificial Intelligence +- Skateboarding +- Cardistry +- really dark jokes + +### Projects + +- Browser based text editor (ms word like) +- Catastrophy.js which basically destroy your page :D (not done yet) +- Working on some AIs + +### Profile Link + +[Jakub Bačo](https://github.com/vysocina) diff --git a/scripts/hello_world_vysocina.js b/scripts/hello_world_vysocina.js new file mode 100644 index 0000000000..6c13f936fd --- /dev/null +++ b/scripts/hello_world_vysocina.js @@ -0,0 +1,7 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Jakub Bačo +// GITHUB: https://github.com/vysocina + +let hello_world = 'Hello World!'; +console.log(hello_world); From 065a8eabdbfd001bb3234bfdd0f8875c22a61892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Obald=C3=ADa?= Date: Mon, 9 Oct 2017 18:29:19 -0300 Subject: [PATCH 304/531] Update CONTRIBUTORS.md Add my bio --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f6e3ef1e8f..c0fc82bbf0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -679,3 +679,8 @@ s in Computer Science - Place: India - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) + +#### Name: [Gabriel Obaldia](https://github.com/gobaldia) +- Place: Uruguay +- Bio: Full Stack Developer +- GitHub: [Gabriel Obaldia](https://github.com/gobaldia) From 0211fd96b105dbeb9720cf4e0ee885fd6a2adca0 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 9 Oct 2017 17:39:39 -0400 Subject: [PATCH 305/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 682 ------------------------------------------------ 1 file changed, 682 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2a1e06acd9..fff7efc1a0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,686 +1,4 @@ -#### Name: [ALICE CHUANG](https://github.com/AliceWonderland) -- Place: New York City, NY, USA -- Bio: I love DOGS! :dog: -- GitHub: [Alice Chuang](https://github.com/AliceWonderland) - -#### Name: [GABE DUNN](https://github.com/redxtech) -- Place: Canada -- Bio: I love VUE !! -- GitHub: [Gabe Dunn](https://github.com/redxtech) -- Website: [when.](https://when.redxte.ch) - -#### Name: [GEORGE FOTOPOULOS](https://github.com/xorz57) -- Place: Patras, Achaia, Greece -- Bio: Technology Enthusiast -- GitHub: [George Fotopoulos](https://github.com/xorz57) - -#### Name: [Stephen Dzialo](https://github.com/dzials) -- Place: USA -- Bio: Computer Science Major -- GitHub: [Stephen Dzialo](https://github.com/dzials) - -#### Name: [Taf Meister](https://github.com/tashrafy) -- Place: NYC -- Bio: Developer =] - -#### Name: [RAFAEL MENEZES](https://github.com/RafaelSa94) -- Place: Boa Vista, Roraima, Brazil -- Bio: Computer Science Major -- GitHub: [Rafael Sá](https://github.com/RafaelSa94) - -#### Name: [Patrick S](https://github.com/patsteph) -- Place: USA -- Bio: Professional Geek -- GitHub: [Patrick S](https://github.com/patsteph) - -#### Name: [Michael Cao](https://github.com/mcao) -- Place: PA, USA -- Bio: Student -- GitHub: [Michael Cao](https://github.com/mcao) - #### Name: [Antonio Jesus Pelaez](https://github.com/ajpelaez) - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) - -#### Name: [Amlaan Bhoi](https://github.com/amlaanb) -- Place: IL, USA -- Bio: CS Grad Student -- GitHub: [Amlaan Bhoi](https://github.com/amlaanb) - -#### Name: [Cecy Correa](https://github.com/cecyc) -- Place: USA -- Bio: Software Engineer at ReturnPath -- Github: [cecyc](https://github.com/cecyc) - -#### Name: [Billy Lee](https://github.com/leebilly0) -- Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science -- Github: [Billy Lee](https://github.com/leebilly0) - -#### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) -- Place: Poland -- Bio: second year Computer Science Student, in love with NYC <3 -- GitHub: [agnieszka-miszkurka](https://github.com/agnieszka-miszkurka) - -#### Name: [Leah Langfrod](https://github.com/leahlang4d2) -- Place: CA, USA -- Bio: Recent Bachelors in Computer Science -- Github: [Leah Langford](https://github.com/leahlang4d2) - -#### Name: [Eric Nor](https://github.com/thateric) -- Place: Lake Forest, CA, USA -- Bio: Multiple corgi owner and a Senior Software Developer -- Github: [Eric Nord](https://github.com/thateric) - -#### Name: [Campion Fellin](https://github.com/campionfellin) -- Place: Seattle, WA, USA -- Bio: I love open source and coffee! New grad looking for work! -- GitHub: [Campion Fellin](https://github.com/campionfellin) - -#### Name: [Niket Mishra](https://github.com/niketmishra) -- Place: New Delhi, Delhi, India -- Bio: B.Tech Student in Information Technology -- GitHub: [Niket Mishra](https://github.com/niketmishra) - -#### Name: [Shade Ruangwan](https://github.com/sruangwan) -- Place: Nara, Japan -- Bio: PhD student in Software Engineering -- Github: [Shade Ruangwan](https://github.com/sruangwan) - -#### Name: [Michael Rodriguez](https://github.com/vinird) -- Place: Alajuea, Alajuela, Costa Rica -- Bio: Web dev adn graphic designer -- GitHub: [vinird](https://github.com/vinird) - -#### Name: [Evan Culver](https://github.com/eculver) -- Place: San Francisco, CA, USA -- Bio: I work at Uber on data storage, tooling and OOS - checkout [our work](https://github.com/uber-go/dosa)! -- GitHub: [Evan Culver](https://github.com/eculver) - -#### Name: [Vo Tan Tho](https://github.com/kensupermen) -- Place: Ho Chi Minh City, VietNam -- Bio: I'm Software Engineer at Dinosys -- GitHub: [Ken Supermen](https://github.com/kensupermen) - -#### Name: [Franklyn Roth](https://github.com/far3) -- Place: Boulder, CO, USA -- Bio: I am a web developer working on finance sites. Specialize in accessibility. -- GitHub: [Franklyn Roth](https://github.com/far3) - -#### Name: [Karthick Thoppe](https://github.com/karthicktv) -- Place: Dublin, Ireland -- Bio: I am a Solution Architect and work for a large SaaS organization -- GitHub: [Karthick Thoppe](https://github.com/karthicktv) - -#### Name: [Brane](https://github.com/brane) -- Place: Turkey -- Bio: I am a caffeine based artificial life form. -- GitHub: [Brane](https://github.com/brane) - -#### Name: [Ishan Jain](https://github.com/ishanjain28) -- Place: Roorkee, Uttrakhand, India -- Bio: I love working with Images, Crypto, Networking and opengl, Work as a Backend Engineer in Go. Also, Love Rust!. -- Github: [Ishan Jain](https://github.com/ishanjain28) - -#### Name: [Anupam Dagar](https://github.com/Anupam-dagar) -- Place: Allahabad, India -- Bio: I am like a code currently in development. -- GitHub: [Anupam Dagar](https://github.com/Anupam-dagar) - -#### Name: [Phil](https://github.com/bitbrain-za) -- Place: South Africa -- Bio: Avid Tinkerer -- GitHub: [bitbrain-za](https://github.com/bitbrain-za) - -#### Name: [Jasdy Syarman](https://github.com/akutaktau) -- Place: Malaysia -- Bio: PHP Programmer -- GitHub: [akutaktau](https://github.com/akutaktau) - -#### Name: [Rupesh Kumar](https://github.com/vmcniket) -- Place: India -- Bio: KIIT University IT student -- GitHub: [vmcniket](https://github.com/vmcniket) - -#### Name: [Shelby Stanton](https://github.com/Minimilk93) -- Place: Leeds, England -- Bio: Front End Developer who loves cats and gaming! -- GitHub: [Minimilk93](https://github.com/Minimilk93) - -#### Name: [Michael Nyamande](https://github.com/mikeyny) -- Place: Harare ,Zimbabwe -- Bio: Eat , ~~Sleep~~ , Code -- GitHub: [Mikeyny](https://github.com/mikeyny) - -#### Name: [Anders Jürisoo](https://github.com/ajthinking) -- Place: Sweden -- Bio: What happens in Git stays in Git -- GitHub: [Anders Jürisoo](https://github.com/ajthinking) - -#### Name: [Dvir](https://github.com/dvur12) -- Place: Israel -- Bio: \x90\x90\x90\x90 -- GitHub: [Dvir](https://github.com/dvur12) - -#### Name: [Xavier Marques](https://github.com/wolframtheta) -- Place: Corbera de Llobregat, Barcelona, Catalonia -- Bio: Computer Science Major -- GitHub: [WolframTheta](https://github.com/wolframtheta) - -#### Name: [Vishal](https://dainvinc.github.io) -- Place: New York -- Bio: Software developer with a knack to learn things quickly. -- GitHub: [dainvinc](https://github.com/dainvinc) - -### Name: [Niall Cartwright](https://github.com/Nairu) -- Place: Birmingham, UK -- Bio: Avid Games dev hobbyist, work for 3SDL as a software developer. -- GitHub: [Niall Cartwright](https://github.com/Nairu) - -#### Name: [Justin I](https://github.com/Jish80) -- Place: IL, USA -- Bio: Work hard -- GitHub: [Jish80] (https://github.com/Jish80) - -#### Name: [APOORVA SHARMA](https://github.com/okatticus) -- Place: Himachal Pradesh,India -- Bio: A student happy to write code and poetry. -- GitHub: [Apoorva Sharma](https://github.com/okatticus) - -#### Name: [Prateek Pandey](https://github.com/prateekpandey14) -- Place: Bangalore, India -- Bio: Opensource Enthusiast, Opensource Golang developer -- GitHub: [Prateek Pandey](https://github.com/prateekpandey14) - -#### Name: [CodHeK](https://github.com/CodHeK) -- Place: Mumbai, India -- Bio: Cuber/Coder -- GitHub: [CodHeK](https://github.com/CodHeK) - -#### Name: [Søren Eriksen](https://github.com/soer7022) -- Place: Denmark -- Bio: Currently studying computerscience at Aarhus University -- Github: [Søren Eriksen](https://github.com/soer7022) - -#### Name: [Cristiano Bianchi](https://github.com/crisbnk) -- Place: Italy -- Bio: Love to learn something new everyday -- GitHub: [crisbnk](https://github.com/crisbnk) - - -#### Name: [Paulo Henrique Scherer](https://github.com/phscherer) -- Place: Brazil -- Bio: Student and newbie software developer -- GitHub: [phscherer](https://github.com/phscherer) - -#### Name: [Aldo Cano](https://github.com/aldocano) -- Place: Tirana, Albania -- Bio: A bug is never just a mistake... -- GitHub: [Aldo Cano](https://github.com/aldocano) - -#### Name: [Timea Deák](https://github.com/DTimi) -- Place: Dublin, Ireland -- Bio: Molecular biologist -- GitHub: [Timea Deák](https://github.com/DTimi) - -#### Name: [Christian Skala](https://github.com/chrishiggins29) -- Place: New York, USA -- Bio: Hire me! Need a VP of Engineering, Director of Software, CTO? -- GitHub: [Christian Skala](https://github.com/chrishiggins29) - -#### Name: [filedesless](https://hightechlowlife.info) -- Place: Québec, Canada -- Bio: CompSci from ULaval reporting in -- GitHub: [aiglebleu](https://github.com/aiglebleu) - -#### Name: [Jon Lee](https://github.com/githubbbbbbbbbbbbb) -- Place: Canada -- Bio: Student -- GitHub: [githubbbbbbbbbbbbb](https://github.com/githubbbbbbbbbbbbb) - -#### Name: [Ren Cummings](https://github.com/nrenc027) -- Place: Dayton,OH, USA -- Bio: I like Code :sunglasses:, Coloring :art:, and Cardio :running: -- GitHub: [Ren Cummings](https://github.com/nrenc027) - -#### Name: [S Stewart](https://github.com/tilda) -- Place: Denton, Texas, US -- Bio: Dude trying to become a IT guy somewhere. Also reads [The Register](https://www.theregister.co.uk). -- GitHub: [tilda](https://github.com/tilda) - -#### Name: [Jose Gomera](https://github.com/josegomera) -- Place: Dominican Republic -- Bio: I'm web developer that love somehow to help. -- Github: [josegomera](https://github.com/josegomera) - -#### Name: [Stephen Abrahim](https://github.com/lepah) -- Place: Huntington Beach, CA -- Bio: Games and things! -- GitHub: [Stephen Abrahim](https://github.com/lepah) - -#### Name: [Rajeev Kumar Singh](https://github.com/rajeeviiit) -- Place: Gandhinagar,Gujrat, IN -- Bio: Games and music! -- GitHub: [Rajeev Kumar Singh](https://github.com/rajeeviiit) - -### Name: [Benjamin Sanvoisin](https://github.com/Laudenlaruto) -- Place : Paris, FR -- Bio: Devops, Gamer and fun -- GitHub: [Benjamin Sanvoisin](https://github.com/Laudenlaruto) - -#### Name: [Matthew Burke](https://github.com/MatthewBurke1995) -- Place: Sydney, Australia -- Bio: Big fan of Python + Data -- GitHub: [Matthew Burke](https://github.com/MatthewBurke1995) - -#### Name: [Caio Perdona](https://github.com/perdona) -- Place: Ribeirao Preto, SP, Brazil -- Bio: Web and Mobile Engineer -- GitHub: [Caio Perdona](https://github.com/perdona) - -#### Name: [Shankhalika Sarkar](https://github.com/Shankhalika) -- Place: Karnataka, India -- Bio: Current Final Year CS Undergrad. I love poetry, tea and dogs. -- Github: [Shankhalika Sarkar](https://github.com/Shankhalika) - -#### Name: [Henrique Duarte](https://github.com/mustorze) -- Place: São Paulo, SP, BR -- Bio: Developer, I really like! -- GitHub: [Henrique Duarte](https://github.com/mustorze) - -#### Name: [Akshit Kharbanda](https://github.com/akshit04) -- Place: Delhi, India -- Bio: 5th semester IT Undergrad. Machine Learning enthusiast. Black coffee <3 -- GitHub: [Akshit Kharbanda](https://github.com/akshit04) - -#### Name:[Avinash Jaiswal](https://github.com/littlestar642) -- Place:Surat,Gujarat,India. -- Bio:In love with the WEB,from age of 5! -- Github:[Avinash Jaiswal](https://github.com/littlestar642) - -#### Name: [Alisson Vargas](https://github.com/alisson-mich) -- Place: Torres, RS, Brazil -- Bio: A guy who loves IT :D -- GitHub: [Alisson Vargas](https://github.com/alisson-mich) - -#### Name: [Adiyat Mubarak](https://github.com/Keda87) -- Place: Jakarta, ID, Indonesia -- Bio: Technology Agnostic -- GitHub: [Adiyat Mubarak](https://github.com/Keda87) - -#### Name: [Vishaal Udandarao](https://github.com/vishaal27) -- Place: New Delhi, India -- Bio: Professional Geek | Developer -- GitHub: [Vishaal Udandarao](https://github.com/vishaal27) - -#### Name: [Sparsh Garg](https://github.com/sparsh789) -- Place: Hyderabad, Telangana, India -- Bio: Student@IIIT,Hyderabad -- GitHub: [sparsh789](https://github.com/sparsh789) - -#### Name: [Zaki Akhmad](https://github.com/za) -- Place: Jakarta, Indonesia -- Bio: Python enthusiasts -- GitHub: [za](https://github.com/za) - -### Name: [Joey Marshment-Howell](https://github.com/josephkmh) -- Place: Berlin, Germany -- Bio: A nice young man who likes web programming! -- GitHub: [Joey Marshment-Howell](https://github.com/josephkmh) - -#### Name: [Chris Sullivan](https://github.com/codemastermd) -- Place: College Park, Maryland -- Bio: Comp Sci student at the University of Maryland -- GitHub: [Chris Sullivan](https://github.com/codemastermd) - -### Name: [Owen Mitchell](https://github.com/ultimatezenzar) -- Place: Edmond, OK, United States -- Bio: Programmer for a high school robotics team -- Github: [ultimatezenzar] (https://github.com/ultimatezenzar) - -#### Name: [Sravya Pullagura](https://github.com/sravya96) -- Place: Vijayawada, Andhra Pradesh, India -- Bio: Love learning, coding and sketching!! -- Github [Sravya Pullagura](https://github.com/sravya96) - -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - -#### Name: [Rafael Lima](https://github.com/rafaelkalan) -- Place: Belo Horizonte, Minas Gerais, Brazil -- Bio: Youger software engineer -- GitHub: [Rafael Lima](https://github.com/rafaelkalan) - -#### Name: [Saif Rehman Nasir](https://github.com/shyshin) -- Place: New Delhi, India -- Bio: Techie with a lot of horizontals but a low verticality :( -- Github: [Saif Rehman Nasir](https://github.com/shyshin) - -#### Name: [Yash Mittra](https://github.com/mittrayash) -- Place: New Delhi, Delhi, India -- Bio: Web Developer, Coder | Entering the field of Machine Learning and Data Science -- GitHub: [mittrayash](https://github.com/mittrayash) - -#### Name: [Dustin Woods](https://github.com/dustinywoods) -- Place: MN, USA -- Bio: Software Developer -- GitHub: [Dustin Woods](https://github.com/dustinywoods) - -#### Name: [Ginanjar S.B](https://github.com/egin10) -- Place: Samarinda, Kalimantan Timur, Indonesia -- Bio: Someone who's intresting about web devlopment / Programming -- GitHub: [Ginanjar S.B | egin10](https://github.com/egin10) - -#### Name: [Fush Chups](https://github.com/fushandchups) -- Place: Christchurch, Canterbury, New Zealand -- Bio: Earhquake enthusiast -- GitHub:[fushandchups] (https://github.com/fushandchups) - -#### Name: [Francis Venne](https://github.com/NullSilence) -- Place: Montreal, Canada. -- Bio: Developer by day, cat lover by night. Canadian tech enthusiast. -- Github [Sravya Pullagura](https://github.com/NullSilence) - -#### Name: [Leonardo Bonetti](https://github.com/LeonardoBonetti) -- Place: São Paulo, Brazil -- Bio: Associate Degree analysis and systems development -- GitHub: [Leonardo Bonetti](https://github.com/LeonardoBonetti) - -#### Name: [Noveen Sachdeva](https://github.com/noveens) -- Place: Hyderabad, Telangana, India -- Bio: 3rd Year CS undergrad at IIIT Hyderabad. -- GitHub: [Noveen Sachdeva](https://github.com/noveens) - -#### Name: [DENNIS ORZIKH](https://github.com/orzikhd) -- Place: Seattle, WA, USA -- Bio: Student at UW. Likes easy ways to make sure tools are set up in new environments (like this project) -- Github: Wow isn't this right up there ^ [Dennis Orzikh](https://github.com/orzikhd) - -#### Name: [Pranav Bhasin](https://github.com/pranavbhasin96) -- Place: Hyderabad, Telangana, India -- Bio: Trying to fit in coding society. -- GitHub: [Pranav Bhasin](https://github.com/pranavbhasin96) - -#### Name: [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) -- Place: Mandi, Himachal Pradesh, India -- Bio: A passionate programmer and a beginner in Open Source -- Github [Vaibhav Agarwal](https://github.com/vaibhavagarwal220) - -#### Name: [Arpit Gogia](https://github.com/arpitgogia) -- Place: Delhi, India -- Bio: Python Developer -- Github [Arpit Gogia](https://github.com/arpitgogia) - -#### Name: [Charlie Stanton](https://github.com/shtanton) -- Place: Southend-On-Sea, England -- Bio: JavaScript Tinkerer, Lover of Vim -- Github [Charlie Stanton](https://github.com/shtanton) - -#### Name: [James Henderson](https://github.com/prohunt) -- Place: Raleigh, NC, United States -- Bio: Inquisitive, Loves coding, also vegan -- Github [Sravya Pullagura](https://github.com/sravya96) - -#### Name: [Loreleen Mae Sablot](https://github.com/loreleensablot) -- Place: Daet, Camarines Norte, Philippines -- Bio: I love designing beautiful websites. I also bike. -- Github [Loreleen Mae Sablot] (https://github.com/loreleensablot) - -#### Name: [Ahmad Musaddiq Mohammad](https://github.com/ahmadmusaddiq) -- Place: Kuala Belait, Brunei Darussalam -- Bio: Mechanical engineer -- Github: [ahmadmusaddiq](https://github.com/ahmadmusaddiq) - -#### Name: [Aleksandr Vorontsov](https://github.com/a-vorontsov) -- Place: London, England -- Bio: Student, Aspiring Front-end Web Dev -- Github [Aleksandr Vorontsov](https://github.com/a-vorontsov) -#### Name: [Ben Smith](https://github.com/ben-w-smith) -- Place: Salt Lake City, UT, USA -- Bio: A guy that loves writing bots and automation. -- GitHub: [Ben Smith](https://github.com/ben-w-smith) - -#### Name: [Eric Bryant](https://github.com/shmickle) -- Place: Fairfax, Virginia, USA -- Bio: Web Developer -- GitHub: [shmickle](https://github.com/shmickle) - -#### Name: [Emmanuel Akinde](https://github.com/harkindey) -- Place: Lagos, Nigeria -- Bio: Lets Code and Chill -- Github: [Harkindey](https://github.com/harkindey) - -#### Name: [Ashish Krishan](https://github.com/ashishkrishan1995) -- Place: India -- Bio: Computer Science Major / UI/UX Designer -- GitHub: [ashishkrishan1995](https://github.com/ashishkrishan1995) - -#### Name: [Katherine S](https://github.com/kms6bn) -- Place: San Francisco -- Bio: Data Scientist -- Github: [kms6bn](https://github.com/kms6bn) - -#### Name: [BrunoSXS](https://github.com/brunosxs) -- Brazil -- Bio: I like turtules. -- Github [BrunoSXS](https://github.com/brunosxs) - -#### Name: [Alexander Miller](https://github.com/allesmi) -- Place: Salzburg, Austria -- Bio: Student/Web Developer -- GitHub: [allesmi](https://github.com/allesmi) - -#### Name: [Bryan Wigianto](https://github.com/bwigianto) -- Place: USA -- Bio: Engineer -- GitHub: [bwigianto](https://github.com/bwigianto) - -#### Name: [Ckpuna4](https://github.com/Ckpuna4) -- Place: Saint-petersburg, Russia -- Bio: Web Developer -- GitHub: [Ckpuna4](https://github.com/Ckpuna4) - -#### Name: [Vaibhaw Agrawal](https://github.com/vaibhaw2731) -- Place: New Delhi, India -- Bio: I am a Machine Learning enthusiast. -- GitHub: [vaibhaw2731](https://github.com/vaibhaw2731) - -#### Name: [Dhevi Rajendran](https://github.com/dhevi) -- Place: USA -- Bio: Software Engineer -- Github: [dhevi](https://github.com/dhevi) - -#### Name: [Oluwadamilola Babalola](https://github.com/thedammyking) -- Place: Lagos, Nigeria -- Bio: JavaScript Developer -- GitHub: [Oluwadamilola Babalola](https://github.com/thedammyking) - -### Name: [Trevor Meadows](https://github.com/tlm04070) -- Place: Charlotte, North Carolina. -- Bio: UNC Charlotte coding bootcamp student. -- GitHub: [tlm04070](https://github.com/tlm04070); - -#### Name: [Ratchapol Tengrumpong](https://github.com/lullabies) -- Place: Bangkok, Thailand -- Bio: Programmer Analyst -- GitHub: [lullabies](https://github.com/lullabies) - -#### Name: [Luke Taylor](https://github.com/lmcjt37) -- Place: Derby, UK -- Bio: Senior Software Engineer, child at heart -- GitHub: [Luke Taylor](https://github.com/lmcjt37) - -#### Name: [Snehil Verma](https://github.com/vsnehil92) -- Place: Delhi, India -- Bio: Love to learn new technologies -- GitHub: [vsnehil92](https://github.com/vsnehil9 - -#### Name: [Akram Rameez](https://github.com/akram-rameez) -- Place: Bengaluru, India -- Bio: I like free T-shirts and I cannot lie. -- GitHub: [allesmi](https://github.com/akram-rameez) - -#### Name: [Bryan Tylor](https://github.com/bryantylor) -- Place: Cincinnati, OH, USA -- Bio: Elixir Dev / Nuclear Engineer -- GitHub: [Bryan Tylor](https://github.com/bryantylor) - -#### Name: [Matthias Kraus](https://github.com/brotkiste) -- Place: Munich, Germany -- Bio: Automotive Computer Science - -#### Name: [Harshil Agrawal](https://github.com/harshil1712) --Place: Vadodara, India --Bio: Student,Web Developer --GitHub: [harshil1712](https://github.com/harshil1712) - -#### Name: [Bennett Treptow](https://github.com/bennett-treptow) -- Place: Milwaukee, WI, USA -- Bio: Computer Science Major / Web Developer -- Github: [bennett-treptow](https://github.com/bennett-treptow) - -#### Name: [Cameron Smith](https://github.com/cameronzsmith) -- Place: Wichita, KS, USA -- Bio: Student -- GitHub: [cameronzsmith](https://github.com/cameronzsmith) - -#### Name: [Jose Morales](https://github.com/castro732) -- Place: Buenos Aires, Argentina -- Bio: Developer -- GitHub: [castro732](https://github.com/castro732) - -#### Name: [Hassan Sani](https://github.com/inidaname) -- Place: Bida, Niger State, Nigeria -- Bio: Web Developer at @ADPNigeria - -#### Name: [Philip Terzic](https://github.com/PhilTerz) -- Place: Scottsdale, Arizona, USA -- Bio: Aspiring OSS Contributer -- GitHub: [PhilTerz](https://github.com/PhilTerz) - -#### Name: [Gustavo Pacheco Ziaugra](https://github.com/GustavoZiaugra) -- Place: São Paulo, Brazil. -- Bio: Technology Guy / Student -- GitHub: [Gustavo Ziaugra](https://github.com/GustavoZiaugra) - -#### Name: [Sarah Chen](https://github.com/sarovisk) -- Place: Sao Paulo/ Brazil -- Bio: Student -- GitHub: [sarovisk](https://github.com/sarovisk) - -#### Name: [Jose David](https://github.com/jose4125) -- Place: Bogotá, Colombia -- Bio: Web Developer -- GitHub: [jose4125](https://github.com/jose4125) - -#### Name: [Mayank Saxena](https://github.com/mayank26saxena) -- Place: New Delhi, India -- Bio: Student -- GitHub: [mayank26saxena](https://github.com/mayank26saxena) - -#### Name: [Napat Rattanawaraha](https://github.com/peam1234) -- Place: Bangkok, Thailand -- Bio: Student / Junior Web Developer -- GitHub: [peam1234](https://github.com/peam1234) - -#### Name: [Marion Fioen](https://github.com/marion59000) -- Place: Lille, France -- Bio: Developer -- GitHub: [marion59000](https://github.com/marion59000) - -#### Name: [Akma Adhwa](https://github.com/akmadhwa) -- Place: Malaysia -- Bio: Web Developer -- GitHub: [akmadhwa](https://github.com/akmadhwa) - -#### Name: [Ian James](https://inj.ms) -- Place: London, UK -- Bio: Web... person? -- GitHub: [injms](https://github.com/injms) - -#### Name: [K Foster](https://foster.im) -- Place: West Sussex, UK -- Bio: Web Developer -- GitHub: [g33kcentric](https://github.com/g33kcentric) - -#### Name: [Andin FOKUNANG](https://github.com/switchgirl95) -- Place: Yaounde , Cameroon -- Bio: Student - Otaku - Geek -- GitHub: [Switch](https://github.com/switchgirl95) - -#### Name: [xenocideiwki] (https://github.com/xenocidewiki) -- Place: Norway -- Bio: Reverse Engineer -- GitHub: [xenocidewiki] (https://github.com/xenocidewiki) - -#### 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) - -#### 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) - -#### 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) - -#### Name: [Anuraag Tummanapally](https://github.com/TummanapallyAnuraag) -- Place: Mumbai, India -- Bio: Student, System Administrator -- GitHub: [TummanapallyAnuraag](https://github.com/TummanapallyAnuraag) - -#### Name: [Fran Acién](https://github.com/acien101) -- Place: Madrid, Spain -- Bio: Full of empty -- GitHub: [Fran Acién](https://github.com/acien101) - -#### Name: [Piyush Sikarwal](https://github.com/psikarwal) -- Place: India -- Bio: Professional Geek -- GitHub: [Piyush Sikarwal](https://github.com/psikarwal) From a9b224a655dac2ddeaf3e3cbda9a8d473a1cb7de Mon Sep 17 00:00:00 2001 From: Mitchell Haugen Date: Mon, 9 Oct 2017 18:59:12 -0400 Subject: [PATCH 306/531] added a befunge-93 script and modified CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world_haugenmitch.bf | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 scripts/hello_world_haugenmitch.bf diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..6d6e20df6f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) \ No newline at end of file diff --git a/scripts/hello_world_haugenmitch.bf b/scripts/hello_world_haugenmitch.bf new file mode 100644 index 0000000000..aab188cc39 --- /dev/null +++ b/scripts/hello_world_haugenmitch.bf @@ -0,0 +1,5 @@ +"!dlrow olleH">:#,_@ +LANGUAGE: Befunge-93 +AUTHOR: Mitchell Haugen +GITHUB: https://github.com/haugenmitch +NOTE: This is a script written in Befunge-93 that prints, "Hello world!" Also, this is a comment because the flow of control never reaches this line. Comments in Befunge are any part of the file where the flow of control never goes. \ No newline at end of file From 09f5389afc701f6622513e08f6092adbb41d43dc Mon Sep 17 00:00:00 2001 From: "Felipe Do E. Santo" Date: Mon, 9 Oct 2017 20:12:11 -0300 Subject: [PATCH 307/531] Add new profile --- CONTRIBUTORS.md | 5 +++++ profiles/Felipe_Santo.md | 27 +++++++++++++++++++++++++++ scripts/hello_rust.rs | 5 +++++ 3 files changed, 37 insertions(+) create mode 100644 profiles/Felipe_Santo.md create mode 100644 scripts/hello_rust.rs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..05e4ccc305 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) diff --git a/profiles/Felipe_Santo.md b/profiles/Felipe_Santo.md new file mode 100644 index 0000000000..1361cf18f0 --- /dev/null +++ b/profiles/Felipe_Santo.md @@ -0,0 +1,27 @@ +# Felipe Do E. Santo + +### Location + +Jaboticabal, SP, Brazil + +### Academics + +Graduated in Data Processing and have graduate studies in IT Governance and Management + +### Interests + +- HTML +- CSS +- JS +- WebVR +- Education +- Games! + +### Projects + +- [Open Graduation Classes](https://github.com/felipez3r0/openclasses) + + +### Profile Link + +[Felipez3r0](https://github.com/felipez3r0) \ No newline at end of file diff --git a/scripts/hello_rust.rs b/scripts/hello_rust.rs new file mode 100644 index 0000000000..c9a70fdbd6 --- /dev/null +++ b/scripts/hello_rust.rs @@ -0,0 +1,5 @@ +// This is the main function +fn main() { + // Print text to the console + println!("Hello World!"); +} \ No newline at end of file From 359b6f7b91c5bd9e13a9a655d8d360f420b4b1a6 Mon Sep 17 00:00:00 2001 From: hrafnkell orri sigurdsson Date: Mon, 9 Oct 2017 23:37:37 +0000 Subject: [PATCH 308/531] added contact info --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..4ec98aa5ac 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) \ No newline at end of file From 53efb783c5855647ac4b55df443ab5c9e8763a49 Mon Sep 17 00:00:00 2001 From: Jalence Date: Mon, 9 Oct 2017 17:15:54 -0700 Subject: [PATCH 309/531] Added Profile and Script --- CONTRIBUTORS.md | 5 +++++ profiles/Jason_Green.md | 29 +++++++++++++++++++++++++++++ scripts/hello_world_Jalence.js | 6 ++++++ 3 files changed, 40 insertions(+) create mode 100644 profiles/Jason_Green.md create mode 100644 scripts/hello_world_Jalence.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..c3571ad16f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) diff --git a/profiles/Jason_Green.md b/profiles/Jason_Green.md new file mode 100644 index 0000000000..9612647992 --- /dev/null +++ b/profiles/Jason_Green.md @@ -0,0 +1,29 @@ +# Jason Green + +### Location + +Seattle, WA USA + +### Academics + +AAS Cascadia Community College (Bothell, WA) + +### Interests + +- Distilling useful information from **data** +- Sushi +- Pho +- Pork Belly +- Hiking + +### Development + +- Future data scientist, database engineer + +### Projects + +- [freeCodeCamp](https://www.freecodecamp.org/jalence) + +### Profile Link + +[Jason Green](https://github.com/Jalence) \ No newline at end of file diff --git a/scripts/hello_world_Jalence.js b/scripts/hello_world_Jalence.js new file mode 100644 index 0000000000..19f332990a --- /dev/null +++ b/scripts/hello_world_Jalence.js @@ -0,0 +1,6 @@ + +// LANGUAGE: javascript +// AUTHOR: Jason Green +// GITHUB: https://github.com/jalence + +console.log('Hello World!'); From 88d61c1a5b0344cfa7654d2ec96496251811340d Mon Sep 17 00:00:00 2001 From: tattarrattat Date: Mon, 9 Oct 2017 20:34:12 -0400 Subject: [PATCH 310/531] add entry to contributors.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..e75a06881d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,4 @@ -#### Name: [ALICE CHUANG](https://github.com/AliceWonderland) +#### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: - GitHub: [Alice Chuang](https://github.com/AliceWonderland) @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) From 3f553c41e4b9e04baa50ce8eaad3c1a9b9fe234a Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 10 Oct 2017 06:46:20 +0545 Subject: [PATCH 311/531] Adding myself to contributors --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..d2e91dc26d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + From a9c11099d5ae448ab5d75bf7e2c0fa360a0b52ad Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 10 Oct 2017 06:54:09 +0545 Subject: [PATCH 312/531] adding my profile --- profiles/Damodar_Lohani.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/Damodar_Lohani.md diff --git a/profiles/Damodar_Lohani.md b/profiles/Damodar_Lohani.md new file mode 100644 index 0000000000..00296996f7 --- /dev/null +++ b/profiles/Damodar_Lohani.md @@ -0,0 +1,28 @@ +# Damodar Lohani + +### Location + +Kathmandu, Nepal + +### Academics + +Tribhuvan University + +### Interests + +- Art and Craft +- Video Games +- French + +### Development + +- Mobile Applications and Web Applications are primary focus + +### Projects + +- [OpenPics](https://github.com/lohanitech/openpics) +- [Ionic3Components](https://github.com/lohanidamodar/ionic3-components) + +### Profile Link + +[Damodar Lohani](https://github.com/lohanidamodar) From 53b69ca0309533037bdf3d0e906563a65b46e5d7 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 10 Oct 2017 09:58:24 +0800 Subject: [PATCH 313/531] Add Lee Magbanua in contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..f14ee66e0f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) \ No newline at end of file From 8adf4d65cb37161d30754b3fefe94ecca512876a Mon Sep 17 00:00:00 2001 From: Justin Oliver Date: Mon, 9 Oct 2017 19:45:05 -0700 Subject: [PATCH 314/531] CONTRIBUTORS.md Trying to use github for my first time! :) --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..7dc9e21a4b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,8 @@ +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: From 8131dded0c7f96ab5849da81b74262b142a1f497 Mon Sep 17 00:00:00 2001 From: Justin Oliver Date: Mon, 9 Oct 2017 19:57:09 -0700 Subject: [PATCH 315/531] Create hello_world.py --- scripts/hello_world_Oliver.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_Oliver.py diff --git a/scripts/hello_world_Oliver.py b/scripts/hello_world_Oliver.py new file mode 100644 index 0000000000..261d2c174d --- /dev/null +++ b/scripts/hello_world_Oliver.py @@ -0,0 +1,5 @@ +// LANGUAGE: Python +// AUTHOR: Justin Oliver +// GITHUB: https://github.com/justinoliver + +print('Hello, World!') From 14ae3e59a5d56a8051ad090b67c805bf9ddea444 Mon Sep 17 00:00:00 2001 From: Vitor Ota Date: Tue, 10 Oct 2017 00:33:58 -0300 Subject: [PATCH 316/531] Create helloWorld.vbs --- scripts/helloWorld.vbs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/helloWorld.vbs diff --git a/scripts/helloWorld.vbs b/scripts/helloWorld.vbs new file mode 100644 index 0000000000..16cf7c0536 --- /dev/null +++ b/scripts/helloWorld.vbs @@ -0,0 +1,7 @@ + +' LANGUAGE: Visual Basic Script (Java was already made) +' AUTHOR: Vitor Ota +' GITHUB: https://github.com/vitorOta + + +MsgBox "Hello World from Brazil !", 0, "HacktoberFest#2017" From 2929bf1dae0ad805abbde5cf24b580ff67e49989 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Mon, 9 Oct 2017 23:08:21 -0600 Subject: [PATCH 317/531] Pull request waiting for merge approval. --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..eedacbd590 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + From bc10c749d754ebf45db617761d5247d37108cbe7 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Oct 2017 23:11:19 -0700 Subject: [PATCH 318/531] Added entry to CONTRIBUTERS --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..91481564a0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + From 32ecd26ca9cdb00ccecd32f2bd19845a33235139 Mon Sep 17 00:00:00 2001 From: JaoChaos Date: Tue, 10 Oct 2017 10:05:12 +0200 Subject: [PATCH 319/531] New page and modify to contributors --- CONTRIBUTORS.md | 6 ++++++ profiles/Juan_Anaya.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 profiles/Juan_Anaya.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..2b55613b23 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + diff --git a/profiles/Juan_Anaya.md b/profiles/Juan_Anaya.md new file mode 100644 index 0000000000..d7494e21c6 --- /dev/null +++ b/profiles/Juan_Anaya.md @@ -0,0 +1,37 @@ +# Juan Anaya Ortiz + +### Location + +Granada, Spain + +### Academics + +University of Granada, IT Engineer. + +### Interests + +- Cloud Computing +- Android development. +- Security and those things. +- I like all geek-style things. + +### Development + +- Android, Kotlin indeed. +- JavaScript. +- TDD. +- Java and C++. + +### Projects + +- I have a few in hands, but almost all are for the university. + +### Profile Link + +[Juan Anaya Ortiz](https://github.com/JaoChaos) + +### Social links to contact: + +Twitter: Xx_JaoChaos_xX +Telegram: @JaoChaos + From 6af168249900b6abb5d239a843b446c187a6c992 Mon Sep 17 00:00:00 2001 From: Pratyum Jagannath Date: Tue, 10 Oct 2017 16:36:51 +0800 Subject: [PATCH 320/531] Added react component for hello world --- CONTRIBUTORS.md | 5 +++++ profiles/Pratyum_Jagannath.md | 24 ++++++++++++++++++++++++ scripts/hello_world_react.js | 17 +++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 profiles/Pratyum_Jagannath.md create mode 100644 scripts/hello_world_react.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f6e3ef1e8f..b628c01531 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -679,3 +679,8 @@ s in Computer Science - Place: India - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) + +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) \ No newline at end of file diff --git a/profiles/Pratyum_Jagannath.md b/profiles/Pratyum_Jagannath.md new file mode 100644 index 0000000000..dbd65f3b8e --- /dev/null +++ b/profiles/Pratyum_Jagannath.md @@ -0,0 +1,24 @@ +# Pratyum Jagannath + +### Location + +Singapore + +### Academics + +Undergraduated in Computer Engineering. + +### Interests + +- Coding +- AI and Machine learning +- Opensource Enthusiast + +### Development + +- Eat Sleep hack repeat. +- Contributing to other opensource projects etc. + +### Profile Link + +[Pratyum Jagannath](https://github.com/Pratyum/) diff --git a/scripts/hello_world_react.js b/scripts/hello_world_react.js new file mode 100644 index 0000000000..5d287f732f --- /dev/null +++ b/scripts/hello_world_react.js @@ -0,0 +1,17 @@ +// LANGUAGE: Javascript (React Component) +// AUTHOR: Pratyum Jagannath +// GITHUB: https://github.com/Pratyum/ + +import React, { Component } from 'react'; +import ReactDOM from 'react-dom'; +export default class HelloWorld extends Component { + render () { + return ( +
+

Hello World

+
+ ); + } +} + +ReactDOM.render(,document.findElementById('react-app')); From 2b5712c8769049fdfc2d35630208751fbb5ab99a Mon Sep 17 00:00:00 2001 From: belle_meee Date: Tue, 10 Oct 2017 09:59:14 +0100 Subject: [PATCH 321/531] added to the contributors --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world_abdullateef97.js | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 scripts/hello_world_abdullateef97.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..3d61fc1965 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) diff --git a/scripts/hello_world_abdullateef97.js b/scripts/hello_world_abdullateef97.js new file mode 100644 index 0000000000..ae4bde72a7 --- /dev/null +++ b/scripts/hello_world_abdullateef97.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Abdullateef +// GITHUB: https://github.com/abdullateef97 + +console.log('Hello, World!'); \ No newline at end of file From a215645dd54f2b4495c5a10fc8624db35c43081b Mon Sep 17 00:00:00 2001 From: Kshitiz Khanal Date: Tue, 10 Oct 2017 15:19:25 +0545 Subject: [PATCH 322/531] Added contributor --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..c38280f8cf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -487,6 +487,11 @@ s in Computer Science - Bio: I am a Machine Learning enthusiast. - GitHub: [vaibhaw2731](https://github.com/vaibhaw2731) +#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) +- Place: Kathmandu, Nepal +- Bio: Open Data and Open Knowledge activist +- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) + #### Name: [Dhevi Rajendran](https://github.com/dhevi) - Place: USA - Bio: Software Engineer From 0efd66bdaa328125819d996f6841e3f76d914369 Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 15:38:13 +0530 Subject: [PATCH 323/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..14050fc3c0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + + +#### Name: [Daksh Chaturvedi](https://github.com/daksh249) +- Place: New Delhi, India +- Bio: ECE Undergraduate at IIIT-Delhi +- GitHub: [Daksh Chaturvedi](https://github.com/daksh249) From 7a15c4bf667cd49a5d60bf378e9ce9ee300be120 Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 15:55:25 +0530 Subject: [PATCH 324/531] Create Daksh_Chaturvedi.md --- profiles/Daksh_Chaturvedi.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Daksh_Chaturvedi.md diff --git a/profiles/Daksh_Chaturvedi.md b/profiles/Daksh_Chaturvedi.md new file mode 100644 index 0000000000..8b2890ba5a --- /dev/null +++ b/profiles/Daksh_Chaturvedi.md @@ -0,0 +1,25 @@ +# Daksh Chaturvedi + +### Location + +New Delhi/ India + +### Academics + +IIIT Delhi + +### Interests + +- Music +- Reading +- Maths + +### Development + +- Stick for visually aided +- Safe path detection for visually aided +- Traffic density estimation + +### Profile Link + +[Daksh Chaturvedi](https://github.com/daksh249) From 1bc94ecd53440b701ea2d23eacc8e3f3863d4d8e Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:03:34 +0530 Subject: [PATCH 325/531] Create Hello_world_Daksh --- scripts/Hello_world_Daksh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/Hello_world_Daksh diff --git a/scripts/Hello_world_Daksh b/scripts/Hello_world_Daksh new file mode 100644 index 0000000000..89b753bc11 --- /dev/null +++ b/scripts/Hello_world_Daksh @@ -0,0 +1,4 @@ +// LANGUAGE: Python +// AUTHOR: Daksh Chaturvedi +// GITHUB: https://github.com/daksh249 +print("Hello, World!"); From 09afcb14ebc24f132bc6ef80ee777851aed83d25 Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:42:59 +0530 Subject: [PATCH 326/531] Rename Hello_world_Daksh to Hello_world_Daksh.md --- scripts/{Hello_world_Daksh => Hello_world_Daksh.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{Hello_world_Daksh => Hello_world_Daksh.md} (100%) diff --git a/scripts/Hello_world_Daksh b/scripts/Hello_world_Daksh.md similarity index 100% rename from scripts/Hello_world_Daksh rename to scripts/Hello_world_Daksh.md From 95bac58c9fc9cbc68eea619c470042b35741e6b5 Mon Sep 17 00:00:00 2001 From: Matthias Kraus Date: Tue, 10 Oct 2017 13:46:39 +0200 Subject: [PATCH 327/531] Fixed Typo --- CONTRIBUTORS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 73fce550ed..dee12eba26 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -465,7 +465,9 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany -- Bio: Automotive Computer Scienc +- Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) + #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India -Bio: Student,Web Developer From e4b1b1d95af367c1b8c04dfd8a7c2d8e8159943f Mon Sep 17 00:00:00 2001 From: devronsoft Date: Tue, 10 Oct 2017 14:06:15 +0100 Subject: [PATCH 328/531] Update CONTRIBUTORS.md Added bio. --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..32b07f36ee 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,9 @@ +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: From f4939e190f555c9039e05ee6f69ed6ec09182bde Mon Sep 17 00:00:00 2001 From: devronsoft Date: Tue, 10 Oct 2017 14:08:39 +0100 Subject: [PATCH 329/531] Create HelloWorld.c# Added Hello World in c# --- scripts/HelloWorld.c# | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/HelloWorld.c# diff --git a/scripts/HelloWorld.c# b/scripts/HelloWorld.c# new file mode 100644 index 0000000000..14e4a36aea --- /dev/null +++ b/scripts/HelloWorld.c# @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace HelloWorld +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello, world!"); + Console.ReadLine(); + } + } +} From 96391562f6c1b6a74d60a300c90bab7a0674fcb7 Mon Sep 17 00:00:00 2001 From: devronsoft Date: Tue, 10 Oct 2017 14:09:24 +0100 Subject: [PATCH 330/531] Rename HelloWorld.c# to HelloWorld.cs_2 --- scripts/{HelloWorld.c# => HelloWorld.cs_2} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.c# => HelloWorld.cs_2} (100%) diff --git a/scripts/HelloWorld.c# b/scripts/HelloWorld.cs_2 similarity index 100% rename from scripts/HelloWorld.c# rename to scripts/HelloWorld.cs_2 From c8f93e034ffb04c6c083c63b1607c664d1f64736 Mon Sep 17 00:00:00 2001 From: lesyntheti <32651366+lesyntheti@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:38:19 +0200 Subject: [PATCH 331/531] HelloWorld.js My small contribution to the project :) --- scripts/HelloWorld.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/HelloWorld.js diff --git a/scripts/HelloWorld.js b/scripts/HelloWorld.js new file mode 100644 index 0000000000..836b78b78d --- /dev/null +++ b/scripts/HelloWorld.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Lesyntheti +// GITHUB: https://github.com/lesyntheti + +console.log('Hello, Wonderful World!'); From 8e328db012b0db16f7756550c0bfbf7b02888527 Mon Sep 17 00:00:00 2001 From: lesyntheti <32651366+lesyntheti@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:42:52 +0200 Subject: [PATCH 332/531] new update of contributor.md by lesyntheti --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..b40be0d3de 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Lesyntheti](https://github.com/lesyntheti) +- Place : Troyes, France +- Bio : Network Engineer at University of Technology of Troyes +- Github: [lesyntheti](https://gitbub.com/lesyntheti) From 4234757f61a5b5981ddda2b0e85c4f70c4ebe611 Mon Sep 17 00:00:00 2001 From: lesyntheti <32651366+lesyntheti@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:54:55 +0200 Subject: [PATCH 333/531] Create lesyntheti --- profiles/lesyntheti | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/lesyntheti diff --git a/profiles/lesyntheti b/profiles/lesyntheti new file mode 100644 index 0000000000..241e463e80 --- /dev/null +++ b/profiles/lesyntheti @@ -0,0 +1,28 @@ +# Guillaume Bayle + +### Location + +Troyes, France + +### Academics + +Bachelor degree at the University of Technology of Troyes + +### Interests + +Information security +Computer hacking +Calisthenics + +### Development + +Complete beginner here, I learned the basic in Java and C, but not much else. Still a loooot to learn haha ! + +### Projects + +Complete my degree +Master information security and general hacking (this one might take a long time) +Master the front and back lever (example [here](https://www.youtube.com/watch?v=Ev2caBjnwRo) and [here](https://www.youtube.com/watch?v=HXaG8mJmSnU&t=224s) + +### Profile link +[lesyntheti](github.com/lesyntheti) From 3fea9faec50f1f029ba81124bef4f6880e1b3729 Mon Sep 17 00:00:00 2001 From: "Haley C. Smith" Date: Tue, 10 Oct 2017 11:47:33 -0400 Subject: [PATCH 334/531] Added profile --- CONTRIBUTORS.md | 5 +++++ profiles/Haley_Smith.md | 25 +++++++++++++++++++++++++ scripts/hello_world_haleycs.js | 5 +++++ 3 files changed, 35 insertions(+) create mode 100644 profiles/Haley_Smith.md create mode 100644 scripts/hello_world_haleycs.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..e60dc20996 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Haley C Smith](https://github.com/haleycs) +- Place: Orlando, Florida +- Bio: Web Designer/Developer +- GitHub: [Haley C Smith](https://github.com/haleycs) diff --git a/profiles/Haley_Smith.md b/profiles/Haley_Smith.md new file mode 100644 index 0000000000..cee4d3e94d --- /dev/null +++ b/profiles/Haley_Smith.md @@ -0,0 +1,25 @@ +# Haley Smith + +### Location + +Orlando, Florida / Travelling + +### Academics + +B.S. in Digital Arts & Design + +### Interests + +- UX/UI +- Interactive Design +- Foreign Languages +- Cute Dogs + +### Projects + +- Luxury travel site +- personal website + +### Profile Link + +[Haley Smith](https://github.com/haleycs) diff --git a/scripts/hello_world_haleycs.js b/scripts/hello_world_haleycs.js new file mode 100644 index 0000000000..daa5621f42 --- /dev/null +++ b/scripts/hello_world_haleycs.js @@ -0,0 +1,5 @@ +// JS +// AUTHOR HALEY SMITH +// https://github.com/haleycs + +console.log('Hello, World!'); From 2848642019bd17bf8af26f8d8b06e2bcef374544 Mon Sep 17 00:00:00 2001 From: Sarthak Bhagat Date: Tue, 10 Oct 2017 21:51:05 +0530 Subject: [PATCH 335/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..85abc7dc36 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Sarthak Bhagat](https://github.com/sarthak268) +- Place: Delhi, India +- Bio: ECE Undergraduate +- GitHub: [Sarthak Bhagat](https://github.com/sarthak268) From 766525283e8a290da7b29de1e840e33798334a4b Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 21:53:04 +0530 Subject: [PATCH 336/531] Update Hello_world_Daksh.md --- scripts/Hello_world_Daksh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Hello_world_Daksh.md b/scripts/Hello_world_Daksh.md index 89b753bc11..e45d511050 100644 --- a/scripts/Hello_world_Daksh.md +++ b/scripts/Hello_world_Daksh.md @@ -1,4 +1,4 @@ -// LANGUAGE: Python +// LANGUAGE:Javascript // AUTHOR: Daksh Chaturvedi // GITHUB: https://github.com/daksh249 -print("Hello, World!"); +console.log('Hello, World!'); From 1f18fa1eeafb8797dca64f27a003b563e4839956 Mon Sep 17 00:00:00 2001 From: Sarthak Bhagat Date: Tue, 10 Oct 2017 21:59:31 +0530 Subject: [PATCH 337/531] Create SarthakBhagat.md --- profiles/SarthakBhagat.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/SarthakBhagat.md diff --git a/profiles/SarthakBhagat.md b/profiles/SarthakBhagat.md new file mode 100644 index 0000000000..fdcd63099b --- /dev/null +++ b/profiles/SarthakBhagat.md @@ -0,0 +1,27 @@ +# Sarthak Bhagat + +### Location + +Delhi, India + +### Academics + +Indraprastha Institute of Information Technology, Delhi + +### Interests + +- Cooding +- Robotics +- Football + +### Development + +- Made several websites + +### Projects + +- [Chakravuyha Website](https://github.com/sarthak268/Chakravuyha_Website) Website for online cryptic hunt called Chakravuyha. Front-end in HTML,CSS and JS, Back-end in Flask, Database Management in SQLite and Encrypted in SHA256 + +### Profile Link + +[Sarthak Bhagat](https://github.com/sarthak268) From 1084ba7aa9396868cd6bc4ae1ca4f848a8cc3fec Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 10 Oct 2017 18:33:29 +0200 Subject: [PATCH 338/531] Added my own profile! --- profiles/Bashbers.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Bashbers.md diff --git a/profiles/Bashbers.md b/profiles/Bashbers.md new file mode 100644 index 0000000000..856e1c3565 --- /dev/null +++ b/profiles/Bashbers.md @@ -0,0 +1,27 @@ +# Brian (Bashbers) + +### Location + +The Netherlands + +### Academics + +Avans Academics of Applied Sciences + +### Interests + +- Gaming +- Programming in new (and weird) languages +- Jiu Jitsu + +### Development + +- Scholar + +### Projects + +- None as of yet. :( + +### Profile Link + +[Bashbers](https://github.com/Bashbers) From ab5c0c2126beea662833f088ceff53707e389996 Mon Sep 17 00:00:00 2001 From: Daksh Chaturvedi <31565192+daksh249@users.noreply.github.com> Date: Tue, 10 Oct 2017 22:07:29 +0530 Subject: [PATCH 339/531] Update Hello_world_Daksh.md --- scripts/Hello_world_Daksh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Hello_world_Daksh.md b/scripts/Hello_world_Daksh.md index e45d511050..cbed64e4e8 100644 --- a/scripts/Hello_world_Daksh.md +++ b/scripts/Hello_world_Daksh.md @@ -1,4 +1,4 @@ -// LANGUAGE:Javascript +// LANGUAGE:Python // AUTHOR: Daksh Chaturvedi // GITHUB: https://github.com/daksh249 -console.log('Hello, World!'); +print("Hello world") From e0687ff76304f5433e58261839bb6f0fd5e5cf59 Mon Sep 17 00:00:00 2001 From: Sarthak Bhagat Date: Tue, 10 Oct 2017 22:08:38 +0530 Subject: [PATCH 340/531] Create hello_world_sarthak268.py --- scripts/hello_world_sarthak268.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_sarthak268.py diff --git a/scripts/hello_world_sarthak268.py b/scripts/hello_world_sarthak268.py new file mode 100644 index 0000000000..ffcc3e0754 --- /dev/null +++ b/scripts/hello_world_sarthak268.py @@ -0,0 +1,5 @@ +// LANGUAGE: Python +// AUTHOR: Sarthak Bhagat +// GITHUB: https://github.com/sarthak268 + +print "Hello World" From 750a8cd5fb8c2104accb6469265e7bae945fa740 Mon Sep 17 00:00:00 2001 From: Muhammad Rizki Ramadhana Date: Wed, 11 Oct 2017 00:32:16 +0700 Subject: [PATCH 341/531] Create Rizki --- profiles/Rizki | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/Rizki diff --git a/profiles/Rizki b/profiles/Rizki new file mode 100644 index 0000000000..4c5c1acef7 --- /dev/null +++ b/profiles/Rizki @@ -0,0 +1,26 @@ +# Rizki Ramadhana + +### Location + +Yogyakarta/Indonesia + +### Academics + +Gadjah Mada University + +### Interests + +- Code +- Game + +### Development + +- Web Developer + +### Projects + +- [GMAE](https://github.com/rizkiprof/GMAE-UGM-Gadjah-Mada-Agro-Expo) Website for Agriculture Expo Event + +### Profile Link + +[Rizki](https://github.com/rizkiprof) From 29e7443cee17276b061356b6b69e82b4aca7b352 Mon Sep 17 00:00:00 2001 From: Muhammad Rizki Ramadhana Date: Wed, 11 Oct 2017 00:37:12 +0700 Subject: [PATCH 342/531] Rename HelloWorld.pas to HelloWorldRI.pas --- scripts/HelloWorldRI.pas | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/HelloWorldRI.pas diff --git a/scripts/HelloWorldRI.pas b/scripts/HelloWorldRI.pas new file mode 100644 index 0000000000..e0985452b1 --- /dev/null +++ b/scripts/HelloWorldRI.pas @@ -0,0 +1,3 @@ +begin + write('Hello world'); +end. From 8b17885736b586803131f9885f2f710aa9973ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Tue, 10 Oct 2017 20:37:14 +0300 Subject: [PATCH 343/531] contibuting :)) --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world.lsp | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 scripts/hello_world.lsp diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..a282a0c2b2 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Furkan Arabaci](https://github.com/illegaldisease) +- Place: Turkey +- Bio: Computer Science student +- GitHub: [Furkan Arabaci](https://github.com/illegaldisease) diff --git a/scripts/hello_world.lsp b/scripts/hello_world.lsp new file mode 100644 index 0000000000..4b17e7f5a4 --- /dev/null +++ b/scripts/hello_world.lsp @@ -0,0 +1,3 @@ +(DEFUN HELLO () + "HELLO WORLD" +) From 5b22b6d1cae95bf99016a05e27d33b3bfec7a19b Mon Sep 17 00:00:00 2001 From: Muhammad Rizki Ramadhana Date: Wed, 11 Oct 2017 00:43:23 +0700 Subject: [PATCH 344/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9978a7f475 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Rizki Ramadhana](https://github.com/rizkiprof) +- Place: Yogyakarta, Indonesia +- Bio: Student / Front-end Developer +- GitHub: [Rizki Ramadhana](https://github.com/rizkiprof) From 94d08919d8afde86006da53ed944b18141b2d674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Tue, 10 Oct 2017 20:59:01 +0300 Subject: [PATCH 345/531] Forgot the third step. --- profiles/Furkan_Arabaci.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 profiles/Furkan_Arabaci.md diff --git a/profiles/Furkan_Arabaci.md b/profiles/Furkan_Arabaci.md new file mode 100644 index 0000000000..7edfee6802 --- /dev/null +++ b/profiles/Furkan_Arabaci.md @@ -0,0 +1,23 @@ +# Your Name + +Furkan Arabaci + +### Location + +Bursa/Turkey + +### Academics + +Sakarya University + +### Interests + +Technology, programming, machine learning. augmented reality + +### Development + +- Inventor of the My Pillow + +### Profile Link + +[Furkan Arabaci](https://github.com/illegaldisease) \ No newline at end of file From 267e51001eee60da89c4ee9084edbf36c5cb6ba3 Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Tue, 10 Oct 2017 20:22:42 +0200 Subject: [PATCH 346/531] add myself to contributor list --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..70e26695a0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [coastalchief](https://github.com/coastalchief) +- Place: Germany +- Bio: dev +- GitHub: [coastalchief](https://github.com/coastalchief) From 5f9d45f796325f03d903b6a6e854874053885998 Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Tue, 10 Oct 2017 20:31:24 +0200 Subject: [PATCH 347/531] add my profile --- profiles/coastalchief.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 profiles/coastalchief.md diff --git a/profiles/coastalchief.md b/profiles/coastalchief.md new file mode 100644 index 0000000000..654bb62157 --- /dev/null +++ b/profiles/coastalchief.md @@ -0,0 +1,18 @@ +# coastalchief + +### Location +Germany + +### Academics +not really + +### Interests +- [x] coding for fun +- [x] playing videogames for fun +- [x] sports + +### Development +- [x] ruby for fun + +### Projects +[Github Link](https://github.com/coastalchief) \ No newline at end of file From fb54e768c8411ec9bf35e5ac40cd7ddb011f9004 Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Tue, 10 Oct 2017 20:41:21 +0200 Subject: [PATCH 348/531] add groovy hello world --- scripts/hello_world.groovy | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world.groovy diff --git a/scripts/hello_world.groovy b/scripts/hello_world.groovy new file mode 100644 index 0000000000..f3da2cfc50 --- /dev/null +++ b/scripts/hello_world.groovy @@ -0,0 +1,7 @@ +/* + LANGUAGE: GROOVY + AUTHOR: coastalchief + GITHUB: https://github.com/coastalchief +*/ + +println 'Hello World!' \ No newline at end of file From 3cfcb1ee97d9d71e732213f0217fbc84c0c5daaa Mon Sep 17 00:00:00 2001 From: Andrea Stringham Date: Tue, 10 Oct 2017 11:53:07 -0700 Subject: [PATCH 349/531] Added name to CONTRIBUTORS.md file --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..98e4834bc6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Andrea Stringham](https://github.com/astringham) +- Place: Phoenix, AZ USA +- Bio: Coffee addict, dog person, developer. +- GitHub: [Andrea Stringham](https://github.com/astringham) From 34a03580c2d926821a4bdd286ae26ae5b222080c Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 10 Oct 2017 11:58:55 -0700 Subject: [PATCH 350/531] Added name to contributors and created Haskell 'Hello World' script --- CONTRIBUTORS.md | 11 ++++++----- scripts/hello_world_bareon.hs | 9 +++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 scripts/hello_world_bareon.hs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..7b8f6675cd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -694,3 +690,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Brent Scheppmann](https://github.com/bareon) +- Place: Garden Grove, CA, US +- Bio: Student, Geophysicist +- GitHub: [Brent Scheppmann](https://github.com/bareon) diff --git a/scripts/hello_world_bareon.hs b/scripts/hello_world_bareon.hs new file mode 100644 index 0000000000..fbc60b6f07 --- /dev/null +++ b/scripts/hello_world_bareon.hs @@ -0,0 +1,9 @@ +-- LANGUAGE: Haskell +-- AUTHOR: Brent Scheppmann +-- GITHUB: https://github.com/bareon +-- COMPILE: ghc --make hello_world_bareon.hs -o hello +module Main where + +main :: IO () +main = putStrLn "Hello World!!" + From 93dbff45507926ca91c04131177ba4e339c00fae Mon Sep 17 00:00:00 2001 From: James Brett Date: Tue, 10 Oct 2017 14:11:39 -0500 Subject: [PATCH 351/531] james-B added profile --- profiles/james_B.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 profiles/james_B.md diff --git a/profiles/james_B.md b/profiles/james_B.md new file mode 100644 index 0000000000..ece8d510f2 --- /dev/null +++ b/profiles/james_B.md @@ -0,0 +1,24 @@ +# James Brett + +### Location + +Fairhope, AL + +### Academics + +Covalence Bootcamp and University of Mississippi/UWF CyberSecurity + +### Interests + +- Web Design +- Security Software +- Machine Learning +- Javascript +- Hardware + +### Projects + + +### Profile Link + +[James Brett](https://github.com/jmsbrett) \ No newline at end of file From 80c2b47be78b3d021ba3f1ee7636462062ed964d Mon Sep 17 00:00:00 2001 From: Michele Adduci Date: Tue, 10 Oct 2017 21:12:45 +0200 Subject: [PATCH 352/531] updated Contributors with my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..c11d2d04a8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Michele Adduci](https://micheleadduci.net) +- Place: Germany +- Bio: Full Stack Developer, living on a CI/CD pipeline +- GitHub: [madduci](https://github.com/madduci) From dece4a2eabd0955680dc2a49de4c89e9cfe2688f Mon Sep 17 00:00:00 2001 From: Christian Albrecht Date: Tue, 10 Oct 2017 21:17:51 +0200 Subject: [PATCH 353/531] hello world fsharp --- scripts/hello_world.fs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world.fs diff --git a/scripts/hello_world.fs b/scripts/hello_world.fs new file mode 100644 index 0000000000..e6ac1e9e20 --- /dev/null +++ b/scripts/hello_world.fs @@ -0,0 +1,5 @@ +// LANGUAGE: F# +// AUTHOR: coastalchief +// GITHUB: https://github.com/coastalchief + +printfn "Hello World" \ No newline at end of file From f99a9372551b6ca586feca15d1e799efeb74feaf Mon Sep 17 00:00:00 2001 From: Anthony Mineo Date: Tue, 10 Oct 2017 15:55:58 -0400 Subject: [PATCH 354/531] Add profile --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..93a20c8e60 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Anthony Mineo](https://github.com/amineo) +- Place: New Jersey, USA +- Bio: Web Design & Development +- GitHub: [Anthony Mineo](https://github.com/amineo) From 7fbdc5e1bb4d54df3b54016846791b1960d81028 Mon Sep 17 00:00:00 2001 From: Dmitry Kosinets Date: Tue, 10 Oct 2017 15:56:02 -0400 Subject: [PATCH 355/531] Hacktoberfest is fun --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9f84bbfc8e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Dzmitry Kasinets](https://github.com/dkasinets) +- Place: Brooklyn, NY, USA +- Bio: CS student at Brooklyn College, and The Game of Thrones fan :3 +- Github: [Dzmitry Kasinets](https://github.com/dkasinets) \ No newline at end of file From 8269bbe7f5a32302b1a9bd4bcbb4bbfe9b360faa Mon Sep 17 00:00:00 2001 From: Veronika Tolpeeva Date: Tue, 10 Oct 2017 23:00:26 +0300 Subject: [PATCH 356/531] add Veronika Tolpeeva --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..f6b4c1120a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Veronika Tolpeeva](https://github.com/ostyq) +- Place: Moscow, Russia +- Bio: Web developer +- GitHub: [Veronika Tolpeeva](https://github.com/ostyq) From 6b4d22c81f6991b2e775620d6d2588a63affe55b Mon Sep 17 00:00:00 2001 From: Aitor Alonso Date: Tue, 10 Oct 2017 22:09:50 +0200 Subject: [PATCH 357/531] I choosed task 1! :D --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..158cd42f8b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Aitor Alonso](https://github.com/tairosonloa) +- Place: Madrid, Spain +- Bio: Computer Science and Engineering BSc student at Carlos III University of Madrid +- GitHub: [Aitor Alonso](https://github.com/tairosonloa) From abb779d929bccbc1d50e941c8d3e6649581be7dc Mon Sep 17 00:00:00 2001 From: Flashs Date: Tue, 10 Oct 2017 22:11:04 +0200 Subject: [PATCH 358/531] added fsharp hello_world --- hello_world_flashs.fs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hello_world_flashs.fs diff --git a/hello_world_flashs.fs b/hello_world_flashs.fs new file mode 100644 index 0000000000..68e9b60ab2 --- /dev/null +++ b/hello_world_flashs.fs @@ -0,0 +1,11 @@ +// LANGUAGE: FSharp +// ENV: .NET Core +// AUTHOR: Felix +// GITHUB: https://github.com/Flashs +// More on FSharp: https://fsharpforfunandprofit.com/ +open System + +[] +let main argv = + printfn "Hello World" + 0 From 14e54abe985c31041df5be2f13ee4265c2cd5374 Mon Sep 17 00:00:00 2001 From: Veronika Tolpeeva Date: Tue, 10 Oct 2017 23:33:56 +0300 Subject: [PATCH 359/531] add Veronika Tolpeeva profile --- profiles/Veronika_Tolpeeva.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/Veronika_Tolpeeva.md diff --git a/profiles/Veronika_Tolpeeva.md b/profiles/Veronika_Tolpeeva.md new file mode 100644 index 0000000000..bf0fc6da57 --- /dev/null +++ b/profiles/Veronika_Tolpeeva.md @@ -0,0 +1,26 @@ +# Veronika Tolpeeva + +### Location + +Moscow, Russia + +### Academics + +Plekhanov Russian University of Econimics + +### Interests + +- Travelling, programming, movies + +### Development + +- Web developer + +### Projects + +- [FCC studying](https://github.com/ostyq/FCC_studying) Solutions to Free Code Camp challenges for tracking my progress and public learning + + +### Profile Link + +[Veronika Tolpeeva](https://github.com/ostyq) \ No newline at end of file From 4556bf4ae2c80693544027fe2832e605f9111196 Mon Sep 17 00:00:00 2001 From: Stu Wares Date: Tue, 10 Oct 2017 22:25:53 +0100 Subject: [PATCH 360/531] adding name to contributors, profile and hello world script --- CONTRIBUTORS.md | 5 +++++ profiles/Stuart_Wares.md | 26 ++++++++++++++++++++++++++ scripts/hello_world_stuwares.js | 6 ++++++ 3 files changed, 37 insertions(+) create mode 100644 profiles/Stuart_Wares.md create mode 100644 scripts/hello_world_stuwares.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..0e4b078000 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Stuart Wares](https://github.com/StuWares) +- Place: Tamworth, United Kingdom +- Bio: Learning web development to help with a career change! +- GitHub: [Stu Wares](https://github.com/StuWares) diff --git a/profiles/Stuart_Wares.md b/profiles/Stuart_Wares.md new file mode 100644 index 0000000000..8050b3779c --- /dev/null +++ b/profiles/Stuart_Wares.md @@ -0,0 +1,26 @@ +# Stu Wares + +### Location + +Tamworth, United Kingdom + +### Academics + +Front end web development with Free Code Camp and Udacity + +### Interests + +- Sci-fi +- Cooking + +### Development + +Many half-finished websites! + +### Projects + +[Simple Weather App](https://stuwares.github.io/weather/) A simple, responsive weather app. + +### Profile Link + +[Stu Wares](https://github.com/StuWares/) \ No newline at end of file diff --git a/scripts/hello_world_stuwares.js b/scripts/hello_world_stuwares.js new file mode 100644 index 0000000000..b636769a6a --- /dev/null +++ b/scripts/hello_world_stuwares.js @@ -0,0 +1,6 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Stuart Wares, https://twitter.com/TameRocket +// GITHUB: https://github.com/StuWares + +console.log("Hello, world!"); \ No newline at end of file From d6e482e410bccb11a67d8b42d1ad798994de6d98 Mon Sep 17 00:00:00 2001 From: Aimee T Date: Tue, 10 Oct 2017 22:46:01 +0100 Subject: [PATCH 361/531] created profile, hello world function & added name --- CONTRIBUTORS.md | 5 +++++ profiles/darkxangel84.md | 30 +++++++++++++++++++++++++++++ scripts/hello_world_darkxangel84.js | 14 ++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 profiles/darkxangel84.md create mode 100644 scripts/hello_world_darkxangel84.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..f362a713d0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Aimee Tacchi](https://github.com/darkxangel84) +- Place: England, UK +- Bio: Female Front-End Developer From England, UK, I love Code, Cats and Tea. Also love travelling. +- GitHub: [darkxangel84](https://github.com/darkxangel84) diff --git a/profiles/darkxangel84.md b/profiles/darkxangel84.md new file mode 100644 index 0000000000..4c2a105ad5 --- /dev/null +++ b/profiles/darkxangel84.md @@ -0,0 +1,30 @@ +# Aimee Tacchi + +### Location + +England, UK + +## About me: + +I'm a self-taught female Front-End Developer that loves creating beautiful stunning clean responsive websites. + +### Development + +- HTML/HTML5 +- CSS, Sass, Bootstrap +- Javascript, jQuery, Angular +- Git + +### Interests + +- :airplane: Travelling +- :camera: Digital Photography +- :tea: Tea +- :smiley_cat: Cats +- :video_game: Anime & Games +- :art: Drawing and Art +- :leaves: Walking in the countryside +- :guitar: Rock Music + +[Check out my GitHub](https://github.com/darkxangel84) + diff --git a/scripts/hello_world_darkxangel84.js b/scripts/hello_world_darkxangel84.js new file mode 100644 index 0000000000..5d3ec2d497 --- /dev/null +++ b/scripts/hello_world_darkxangel84.js @@ -0,0 +1,14 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Aimee Tacchi +// GITHUB: https://github.com/darkxangel84 + +function helloWorld(message){ + if(message === "Hello World"){ + console.log(message); + } else { + console.log("This entered the wrong message!"); + } +} + +helloWorld("Hello World"); \ No newline at end of file From 99e6c72b2f0d1d6dd3991275ac4c37a3f0be79fb Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Wed, 11 Oct 2017 03:18:03 +0530 Subject: [PATCH 362/531] Create hello_world.ws --- scripts/hello_world.ws | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 scripts/hello_world.ws diff --git a/scripts/hello_world.ws b/scripts/hello_world.ws new file mode 100644 index 0000000000..383c510195 --- /dev/null +++ b/scripts/hello_world.ws @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 90b9f6d6a8aca891d197ac0dd0cbd27379c76246 Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Wed, 11 Oct 2017 03:21:56 +0530 Subject: [PATCH 363/531] Add files via upload --- profiles/ChashmeetSingh.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/ChashmeetSingh.md diff --git a/profiles/ChashmeetSingh.md b/profiles/ChashmeetSingh.md new file mode 100644 index 0000000000..f7066e799f --- /dev/null +++ b/profiles/ChashmeetSingh.md @@ -0,0 +1,5 @@ +Chashmeet Singh +====== + +### Computer Science Student +2014 - Current From 7273013c033689d758d62901134dfd4be1fcbdb5 Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Wed, 11 Oct 2017 03:23:15 +0530 Subject: [PATCH 364/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..1c1493712a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Chashmeet Singh](https://github.com/chashmeetsingh) +- Place: New Delhi, India +- Bio: CS Student +- GitHub: [Chashmeet Singh](https://github.com/chashmeetsingh) From e83977b67b57021e97b8fbc58598657cb4c1c304 Mon Sep 17 00:00:00 2001 From: Fran Romero Date: Wed, 11 Oct 2017 00:01:22 +0200 Subject: [PATCH 365/531] added my profile --- profiles/Fran_Romero.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/Fran_Romero.md diff --git a/profiles/Fran_Romero.md b/profiles/Fran_Romero.md new file mode 100644 index 0000000000..6cef5dd77b --- /dev/null +++ b/profiles/Fran_Romero.md @@ -0,0 +1,26 @@ +# Fran Romero + +### Location + +Granada, Spain + +### Academics + +- University of Granada + +### Interests + +- Open Source Software +- Open Hardware Projects + +### Development + +- Junior Hardware Engineer + +### Projects + +- [Round Squeare Labs site] (https://github.com/FranRomeroMal/roundsquarelabsWebSite) Web site of my new compnay. + +### Profile Link + +[Fran Romero] (https://github.com/FranRomeroMal) From 1152a366d0be733dae4ceb04f940d53d48f7cba7 Mon Sep 17 00:00:00 2001 From: Abhishek Nair Date: Wed, 11 Oct 2017 03:40:15 +0530 Subject: [PATCH 366/531] Hello World from elm --- scripts/HelloWorld.elm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/HelloWorld.elm diff --git a/scripts/HelloWorld.elm b/scripts/HelloWorld.elm new file mode 100644 index 0000000000..b1ac7bccdd --- /dev/null +++ b/scripts/HelloWorld.elm @@ -0,0 +1,6 @@ +module Hello exposing (..) + +import Html exposing (text) + +main = + text "Hello World!" From effd9c70659fb5c9296ef782edaa6af4d01231be Mon Sep 17 00:00:00 2001 From: caiocall Date: Tue, 10 Oct 2017 19:12:01 -0300 Subject: [PATCH 367/531] add: my contribution to this repo --- CONTRIBUTORS.md | 6 ++++++ profiles/caio_calderari.md | 21 +++++++++++++++++++++ scripts/caio-calderari.js | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 profiles/caio_calderari.md create mode 100644 scripts/caio-calderari.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..4887163bb9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + + +#### Name: [Caio Calderari](https://github.com/caiocall) +- Place: Campinas, São Paulo, Brazil +- Bio: Designer +- GitHub: [Caio Calderari](https://github.com/caiocall) diff --git a/profiles/caio_calderari.md b/profiles/caio_calderari.md new file mode 100644 index 0000000000..85eba50ce4 --- /dev/null +++ b/profiles/caio_calderari.md @@ -0,0 +1,21 @@ +# Caio Calderari + +### Academics + +- Advertising at DeVry Metrocamp + +### Interests + +- Web Design +- Design +- UX, UI +- Advertising +- Web Development + +### Projects + +- [Meetup Design Campinas](https://github.com/meetupdesigncampinas) I'm founder/organizer of a meetup group to learn and share knowledge about design in the city of Campinas, São Paulo, Brazil.) + +### Profile Link + +[Caio Calderari](https://github.com/caiocall) diff --git a/scripts/caio-calderari.js b/scripts/caio-calderari.js new file mode 100644 index 0000000000..c53bc62e1b --- /dev/null +++ b/scripts/caio-calderari.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Caio Calderari +// GITHUB: https://github.com/caiocall + +console.log('Hello, World!'); From 865927e221e707013d0a2708f3c1d798ce308ce5 Mon Sep 17 00:00:00 2001 From: Abhishek Nair Date: Wed, 11 Oct 2017 03:43:26 +0530 Subject: [PATCH 368/531] update with details --- scripts/HelloWorld.elm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/HelloWorld.elm b/scripts/HelloWorld.elm index b1ac7bccdd..4b5d1e4113 100644 --- a/scripts/HelloWorld.elm +++ b/scripts/HelloWorld.elm @@ -1,3 +1,8 @@ +-- LANGUAGE: elm +-- ENV: elm +-- AUTHOR: Abhishek Nair +-- GITHUB: https://github.com/abhishek1nair + module Hello exposing (..) import Html exposing (text) From b1398c9ca515b9d93fa6d8c4695e2bd741b25341 Mon Sep 17 00:00:00 2001 From: carloslahrssen Date: Tue, 10 Oct 2017 19:11:33 -0400 Subject: [PATCH 369/531] Adding profile to contributors and hello world script in javascript --- CONTRIBUTORS.md | 5 +++++ scripts/helloworld.js | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 scripts/helloworld.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..707bb0ab92 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +### Name: [Carlos Federico Lahrssen](https://github.com/carloslahrssen) +- Place: Miami, Florida, USA +- Bio: CS Student at Florida International University +- GitHub: [Carlos Lahrssen](https://github.com/carloslahrssen) diff --git a/scripts/helloworld.js b/scripts/helloworld.js new file mode 100644 index 0000000000..dfeba07b80 --- /dev/null +++ b/scripts/helloworld.js @@ -0,0 +1,3 @@ +var hello = "Hello World"; + +console.log(hello); \ No newline at end of file From 8dd1d02c066788b027fb69097951faee7fba5993 Mon Sep 17 00:00:00 2001 From: alvinabia Date: Tue, 10 Oct 2017 19:20:20 -0400 Subject: [PATCH 370/531] Added to contributors --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..8e64a0079b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Alvin Abia](https://github.com/twist295) +- Place: NY, USA +- Bio: Lead Mobile Developer +- Github: [Alvin Abia](https://github.com/twist295) From 80df1ad3036debacfdc4feec755dcb398a902c89 Mon Sep 17 00:00:00 2001 From: bradleyJohnson55 Date: Tue, 10 Oct 2017 18:50:13 -0700 Subject: [PATCH 371/531] contributor add --- profiles/add user | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 profiles/add user diff --git a/profiles/add user b/profiles/add user new file mode 100644 index 0000000000..8b8d6739c6 --- /dev/null +++ b/profiles/add user @@ -0,0 +1,6 @@ +*/ +Brad +bradleyJohnson55 +CS student (2nd year) +c++, Java, python +*/ From 2ca0060e7d7383cb690f053b9cd0bc4e89380c0f Mon Sep 17 00:00:00 2001 From: bradleyJohnson55 Date: Tue, 10 Oct 2017 18:50:38 -0700 Subject: [PATCH 372/531] Rename add user to brad --- profiles/{add user => brad} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename profiles/{add user => brad} (100%) diff --git a/profiles/add user b/profiles/brad similarity index 100% rename from profiles/add user rename to profiles/brad From 20b33e591d1bdb5c4bd67936519bf57a975856bc Mon Sep 17 00:00:00 2001 From: bradleyJohnson55 Date: Tue, 10 Oct 2017 18:51:56 -0700 Subject: [PATCH 373/531] Rename brad to user_brad.md --- profiles/{brad => user_brad.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename profiles/{brad => user_brad.md} (100%) diff --git a/profiles/brad b/profiles/user_brad.md similarity index 100% rename from profiles/brad rename to profiles/user_brad.md From 898a70b56b2ae36c12b97528bb207814d657afec Mon Sep 17 00:00:00 2001 From: Jamie Pinheiro Date: Tue, 10 Oct 2017 22:09:36 -0400 Subject: [PATCH 374/531] Added my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9880544ea3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Jamie Pinheiro](https://github.com/jamiepinheiro) +- Place: Canada +- Bio: Student @ uWaterloo +- GitHub: [jamiepinheiro](https://github.com/jamiepinheiro) From 29cad47547258b12787a478253e14d54b57bc7e0 Mon Sep 17 00:00:00 2001 From: Fauer4Effect Date: Tue, 10 Oct 2017 23:24:17 -0400 Subject: [PATCH 375/531] Another hello world in c --- scripts/hello.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/hello.c diff --git a/scripts/hello.c b/scripts/hello.c new file mode 100644 index 0000000000..cb758a8209 --- /dev/null +++ b/scripts/hello.c @@ -0,0 +1,11 @@ +// LANGUAGE: C +// AUTHOR: Kyle Fauer +// GITHUB: https://github.com/Fauer4Effect + +#include + +int main(int argc, char ** argv) { + printf("Hello, world!\n"); + return 0; +} + From 628bb06b0f28f5471301dde3874785eb3f073512 Mon Sep 17 00:00:00 2001 From: Brandon Fadairo Date: Tue, 10 Oct 2017 23:33:53 -0400 Subject: [PATCH 376/531] Added my information to the profile section --- profiles/Brandon_Fadairo.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 profiles/Brandon_Fadairo.md diff --git a/profiles/Brandon_Fadairo.md b/profiles/Brandon_Fadairo.md new file mode 100644 index 0000000000..398bf99cb3 --- /dev/null +++ b/profiles/Brandon_Fadairo.md @@ -0,0 +1,23 @@ +# Brandon Fadairo + +### Location + +Columbus, OH USA + +### Interests +- Computers +- Programming +- Finance + +### Development +- Currently in the beginner stage +- Developing my skills as a programmer + +### Projects +- Learning Python, Java after I'm comfortable enough + +### Profile Link + +BFadairo + + From e23859ad6e3004f3470d890428d0a154ebff6362 Mon Sep 17 00:00:00 2001 From: Brandon Fadairo Date: Tue, 10 Oct 2017 23:44:23 -0400 Subject: [PATCH 377/531] Added Hello World script and added to contributors --- CONTRIBUTORS.md | 6 ++++++ scripts/hello_world_BFadairo.py | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 scripts/hello_world_BFadairo.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..48e799d743 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +### Name: [Brandon Fadairo](https://github.com/BFadairo) +- Place: Columbus, Ohio +- Bio: A guy looking to change career fields +- GitHub: [Brandon Fadairo](https://github.com/BFadairo) + diff --git a/scripts/hello_world_BFadairo.py b/scripts/hello_world_BFadairo.py new file mode 100644 index 0000000000..8857a6542f --- /dev/null +++ b/scripts/hello_world_BFadairo.py @@ -0,0 +1,9 @@ +# LANGUAGE: Python +# AUTHOR: Brandon Fadairo +# GITHUB: https://github.com/BFadairo + +def helloWorld(): + print ('Hello World') + + +helloWorld() \ No newline at end of file From bf74c6bb0601567f3781ae1893aea33f6219311c Mon Sep 17 00:00:00 2001 From: Didier Valdez Date: Tue, 10 Oct 2017 20:53:42 -0700 Subject: [PATCH 378/531] Nice project --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9a4e804f9a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Ramón Didier Valdez Yocupicio](https://github.com/xDidier901) +- Place: Hermosillo, Sonora, México +- Bio: Software Developer / Student +- GitHub: [Didier Valdez](https://github.com/xDidier901) + From 3ebb014da7cb90d91c124db5ef1626687ac8c947 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Oct 2017 10:56:17 +0530 Subject: [PATCH 379/531] new --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..474297f29d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,8 @@ +#### Name: [SHANAKA ANURADHA](https://github.com/shanaka95) +- Place: Sri Lanka +- Bio: Undergraduate +- GitHub: [Shanaka95](https://github.com/shanaka95) + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: From bf22dc3b00a93283c18e2f92d5642b39a7b8f87b Mon Sep 17 00:00:00 2001 From: Ayushverma8 Date: Wed, 11 Oct 2017 11:53:49 +0530 Subject: [PATCH 380/531] added Info in CONTIBUTORS.md file --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..b1ac878a32 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -33,6 +33,12 @@ - Bio: Professional Geek - GitHub: [Patrick S](https://github.com/patsteph) +#### Name: [Ayushverma8](https://github.com/Ayushverma8) +- Place: Indore, TN, IN +- Bio: I'm living the best part of my life and the life that I always wanted to. Surrounded by amazing people everyday. Rich in happiness, meager in hate. Seduce me with bikes and roads, invite me to trekking and long drives. I love food and sleep. I'm driven by music and art. +- GitHub: [Ayush](https://github.com/Ayushverma8) + + #### Name: [Michael Cao](https://github.com/mcao) - Place: PA, USA - Bio: Student From 6e9a23e8ef6ecbe66205dae94464c655da1cb93f Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Wed, 11 Oct 2017 13:50:58 +0700 Subject: [PATCH 381/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..ae35ec3410 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Arie Kurniawan](https://github.com/arkwrn) +- Place: Jakarta, Indonesia +- Bio: IT Student at Universiy of Muhammadiyah Jakarta +- GitHub: [Arie Kurniawan](https://github.com/arkwrn) From 3eb43b0e173963c2b2ed9e60b19a5de36b3b95f7 Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Wed, 11 Oct 2017 13:54:22 +0700 Subject: [PATCH 382/531] Create Arie_Kurniawan.md --- profiles/Arie_Kurniawan.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Arie_Kurniawan.md diff --git a/profiles/Arie_Kurniawan.md b/profiles/Arie_Kurniawan.md new file mode 100644 index 0000000000..be39fedb71 --- /dev/null +++ b/profiles/Arie_Kurniawan.md @@ -0,0 +1,25 @@ +# Arie Kurniawan + +### Location + +Jakarta, Indonesia + +### Academics + +University of Muhammadiyah Jakarta + +### Interests + +- Open Source, Networking + +### Development + +- Website + +### Projects + +- [ceksipo](https://github.com/arkwrn/ceksipo) Check for Translation in .po / .mo fileription + +### Profile Link + +[Arie Kurniawan](https://github.com/arkwrn) From 3ec769ab1dac948d19e160e639e07542297b8d50 Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Wed, 11 Oct 2017 13:56:07 +0700 Subject: [PATCH 383/531] Create hello_world_Arie_Kurniawan.py --- scripts/hello_world_Arie_Kurniawan.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_Arie_Kurniawan.py diff --git a/scripts/hello_world_Arie_Kurniawan.py b/scripts/hello_world_Arie_Kurniawan.py new file mode 100644 index 0000000000..1b17f879d4 --- /dev/null +++ b/scripts/hello_world_Arie_Kurniawan.py @@ -0,0 +1,6 @@ +// LANGUAGE: Python +// ENV: Python +// AUTHOR: Arie Kurniawan +// GITHUB: https://github.com/arkwrn + +print ("Hello World!") From 29175b20903221e485b304240def926cfd68744a Mon Sep 17 00:00:00 2001 From: thisisayush Date: Wed, 11 Oct 2017 13:18:31 +0530 Subject: [PATCH 384/531] Added Contributor (contributors.md) --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..599f8710be 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Ayush Agarwal](https://github.com/thisisayaush) +- Place: Noida, India +- Bio: CSE Student at the Amity University +- GitHub: [Ayush Agarwal](https://github.com/thisisayush) From a059cded9f74532ada4875c6d69a8bb04ecdc798 Mon Sep 17 00:00:00 2001 From: Sergey Gorky Date: Wed, 11 Oct 2017 10:55:51 +0300 Subject: [PATCH 385/531] add sergeygorky to contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..f619dd7c05 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Sergey Gorky](https://github.com/sergeygorky) +- Place: Ukraine +- Bio: I've Top Rated status in Upwork +- GitHub: [Sergey Gorky](https://github.com/sergeygorky) \ No newline at end of file From 0654b25a7b9e10bc5614a5767c3975dbc608a8e6 Mon Sep 17 00:00:00 2001 From: Sergey Gorky Date: Wed, 11 Oct 2017 11:00:57 +0300 Subject: [PATCH 386/531] add sergey gorky to Sergey_Gorky.md --- profiles/Sergey_Gorky.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 profiles/Sergey_Gorky.md diff --git a/profiles/Sergey_Gorky.md b/profiles/Sergey_Gorky.md new file mode 100644 index 0000000000..968cdb1569 --- /dev/null +++ b/profiles/Sergey_Gorky.md @@ -0,0 +1,24 @@ +# Your Name + +### Location + +Ukraine + +### Academics + +Your School + +### Interests + +- Love programming +- Playing chess +- Love to read +- Work out at the gym + +### Projects + +- Mostly private + +### Profile Link + +[Sergey Gorky](https://github.com/sergeygorky) \ No newline at end of file From 7edd1793a0a1c01f8ded4be3557467baa36ced55 Mon Sep 17 00:00:00 2001 From: Sergey Gorky Date: Wed, 11 Oct 2017 11:03:37 +0300 Subject: [PATCH 387/531] add hello world --- scripts/hello_world_sergeygorky.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_sergeygorky.py diff --git a/scripts/hello_world_sergeygorky.py b/scripts/hello_world_sergeygorky.py new file mode 100644 index 0000000000..8e9e7f5279 --- /dev/null +++ b/scripts/hello_world_sergeygorky.py @@ -0,0 +1,5 @@ +# LANGUAGE: Python +# AUTHOR:Sergey Gorky +# GITHUB: https://github.com/sergeygorky + +print("Hello, World!") \ No newline at end of file From 3edcf58061551c0a4119d3d72baad3f707454f14 Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Wed, 11 Oct 2017 16:12:02 +0700 Subject: [PATCH 388/531] Update hello_world_Arie_Kurniawan.py --- scripts/hello_world_Arie_Kurniawan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/hello_world_Arie_Kurniawan.py b/scripts/hello_world_Arie_Kurniawan.py index 1b17f879d4..acb878e432 100644 --- a/scripts/hello_world_Arie_Kurniawan.py +++ b/scripts/hello_world_Arie_Kurniawan.py @@ -1,6 +1,6 @@ -// LANGUAGE: Python -// ENV: Python -// AUTHOR: Arie Kurniawan -// GITHUB: https://github.com/arkwrn +# LANGUAGE: Python +# ENV: Python +# AUTHOR: Arie Kurniawan +# GITHUB: https://github.com/arkwrn print ("Hello World!") From 0f642df33f7465cf613b2c3c74294c8567713d56 Mon Sep 17 00:00:00 2001 From: ItachiUchiha1998 Date: Wed, 11 Oct 2017 15:29:24 +0530 Subject: [PATCH 389/531] Javascript hello world script added --- scripts/hello_world_vinayak.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_vinayak.js diff --git a/scripts/hello_world_vinayak.js b/scripts/hello_world_vinayak.js new file mode 100644 index 0000000000..e4d6af2052 --- /dev/null +++ b/scripts/hello_world_vinayak.js @@ -0,0 +1,5 @@ +// Language: Javascript +// Env: Thanks, me too +// Author: Vinayak Shrivastava +// Github: https://github.com/ItachiUchiha1998 +console.log('Hello, World!'); \ No newline at end of file From 7c742644fdacfcccebeff8e976d98c50b8ea4d89 Mon Sep 17 00:00:00 2001 From: VEBER Arnaud Date: Wed, 11 Oct 2017 12:07:54 +0200 Subject: [PATCH 390/531] feat(contributors): add veber arnaud --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..ab462e6723 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [VEBER Arnaud](https://github.com/VEBERArnaud) +- Place: Paris, France +- Bio: Solution Architect @ Eleven-Labs +- GitHub: [VEBERArnaud](https://github.com/VEBERArnaud) From adee3393ad8a31e894e2c0e4f14e3e8d16dccbdc Mon Sep 17 00:00:00 2001 From: VEBER Arnaud Date: Wed, 11 Oct 2017 12:29:22 +0200 Subject: [PATCH 391/531] feat(profile): add veber arnaud --- profiles/VEBERArnaud.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/VEBERArnaud.md diff --git a/profiles/VEBERArnaud.md b/profiles/VEBERArnaud.md new file mode 100644 index 0000000000..34b8f5bdeb --- /dev/null +++ b/profiles/VEBERArnaud.md @@ -0,0 +1,26 @@ +# VEBER Arnaud + +### Location + +Paris, France + +### Academics + +Master degree in Software Architecture, INSTA Paris + +### Interests + +- Software Architecture, Programming, Cloud and tech meetups. + +### Development + +- Co-founder @ [Unikorp](https://github.com/unikorp), I take part in every projects of the organisation. + +### Projects + +- [Kong Admin Api](https://github.com/unikorp/kong-admin-api) - Kong Admin Api is an SDK that let you administrate a [kong](https://getkong.org/) cluster from PHP applications. +- [SQS Bundle](https://github.com/VEBERArnaud/SqsBundle) - SQS Bundle is a [Symfony](https://symfony.com/) Bundle to work with [AWS SQS](https://aws.amazon.com/fr/sqs/) from Symfony applications. + +### Profile Link + +[VEBERArnaud](https://github.com/VEBERArnaud) From 36e9f149030093b501de7ca0826dd4808774290e Mon Sep 17 00:00:00 2001 From: dushyantRathore Date: Wed, 11 Oct 2017 16:03:37 +0530 Subject: [PATCH 392/531] Initial --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..cde8df49d5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Dushyant Rathore](https://github.com/dushyantRathore) +- Place: New Delhi, India +- Bio: Student +- GitHub: [dushyantRathore](https://github.com/dushyantRathore) From 767c934281d7a90f0e066f2b21d7e70bd99ee9fc Mon Sep 17 00:00:00 2001 From: Attila Blascsak Date: Wed, 11 Oct 2017 12:36:30 +0200 Subject: [PATCH 393/531] Add blascsi to the contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..72029aafdf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Attila Blascsak](https://github.com/blascsi) +- Place: Hungary +- Bio: Front-end dev. Love React! +- GitHub: [Attila Blascsak](https://github.com/blascsi) \ No newline at end of file From 291856195857d6bda33229ef52d8d59841a85e2f Mon Sep 17 00:00:00 2001 From: VEBER Arnaud Date: Wed, 11 Oct 2017 12:41:16 +0200 Subject: [PATCH 394/531] feat(scripts): add zsh hello world --- scripts/hello_world.zsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/hello_world.zsh diff --git a/scripts/hello_world.zsh b/scripts/hello_world.zsh new file mode 100644 index 0000000000..4b0a83e436 --- /dev/null +++ b/scripts/hello_world.zsh @@ -0,0 +1,2 @@ +#!/bin/zsh +echo "Hello, World!" From 997a774a0dbe05c4bdf6e1eb1aeb5d7fe43a01c7 Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Wed, 11 Oct 2017 13:14:28 +0200 Subject: [PATCH 395/531] it's a me Jeppe! --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..6e585aa9f5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Jeppe Ernst](https://github.com/Ern-st) +- Place: 🇩🇰 +- Bio: fullstack/devops/security unicorn 🦄 +- GitHub: [Jeppe Ernst](https://github.com/Ern-st) \ No newline at end of file From cb214602a153bfb8011b6b7ba345cc59bd9deacb Mon Sep 17 00:00:00 2001 From: sasalx Date: Wed, 11 Oct 2017 14:33:12 +0300 Subject: [PATCH 396/531] Hello_World_JS_Sasalx --- scripts/hello_word_sasalx.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/hello_word_sasalx.js diff --git a/scripts/hello_word_sasalx.js b/scripts/hello_word_sasalx.js new file mode 100644 index 0000000000..8bf91d110e --- /dev/null +++ b/scripts/hello_word_sasalx.js @@ -0,0 +1,11 @@ +// LANGUAGE: JavaScript +// ENV: Node.js +// AUTHOR: Unal Muslu +// GITHUB: https://github.com/sasalx + +'use strict' + +const hello = "Hello World" + +console.log(hello); +alert(hello); \ No newline at end of file From 6054a4f204bb19481e5f51cfe5a8b587f79fd9e5 Mon Sep 17 00:00:00 2001 From: ajays Date: Wed, 11 Oct 2017 17:38:05 +0545 Subject: [PATCH 397/531] added hello world script --- scripts/hello_world_by_aj.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/hello_world_by_aj.py diff --git a/scripts/hello_world_by_aj.py b/scripts/hello_world_by_aj.py new file mode 100644 index 0000000000..6214315b4d --- /dev/null +++ b/scripts/hello_world_by_aj.py @@ -0,0 +1,4 @@ +# LANGUAGE: Python +# VERSION: Python 3.5.2 + +print("Hello, World") From 55207eb1c8b69aabf1c3a1ec455eb6570176b9cc Mon Sep 17 00:00:00 2001 From: Taylan Dogan <16501501+kondanta@users.noreply.github.com> Date: Wed, 11 Oct 2017 15:06:12 +0300 Subject: [PATCH 398/531] Hello world.sh --- scripts/hello_world_kondanta.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_kondanta.sh diff --git a/scripts/hello_world_kondanta.sh b/scripts/hello_world_kondanta.sh new file mode 100644 index 0000000000..97e9718c6d --- /dev/null +++ b/scripts/hello_world_kondanta.sh @@ -0,0 +1,6 @@ +# LANGUAGE: Bash +# AUTHOR: Taylan Dogan +# GITHUB: https://github.com/kondanta + +#!/bin/bash +echo "Hello World!" \ No newline at end of file From a6cb908f92df13e60d517d3767147a040ef4a229 Mon Sep 17 00:00:00 2001 From: mano0012 Date: Wed, 11 Oct 2017 09:48:30 -0300 Subject: [PATCH 399/531] Let me Contribute! --- CONTRIBUTORS.md | 5 +++++ scripts/helloworld_LuizMattos.c | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 scripts/helloworld_LuizMattos.c diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..639647067a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Luiz Gustavo Mattos](https://github.com/mano0012) +- Place: Brasil +- Bio: Computer Science Student +- Github: [Luiz Matos](https://github.com/mano0012) diff --git a/scripts/helloworld_LuizMattos.c b/scripts/helloworld_LuizMattos.c new file mode 100644 index 0000000000..a688fb2587 --- /dev/null +++ b/scripts/helloworld_LuizMattos.c @@ -0,0 +1,7 @@ +#include + + +int main(){ + printf ("HELLO WORLD\n"); + return (0); +} From 1cf59382bc5cfffdb5fe2af7d21a2e012ad04a20 Mon Sep 17 00:00:00 2001 From: Klaudia Kozikowska Date: Wed, 11 Oct 2017 14:58:59 +0200 Subject: [PATCH 400/531] Add files via upload --- scripts/hello_world_kalpi.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_kalpi.js diff --git a/scripts/hello_world_kalpi.js b/scripts/hello_world_kalpi.js new file mode 100644 index 0000000000..8dae5ee024 --- /dev/null +++ b/scripts/hello_world_kalpi.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Klaudia K. +// GITHUB: https://github.com/KalpiKK + +console.log('Hello, World!'); \ No newline at end of file From d7b12a82793578129df89d0dd5ed6f37d1fdfa31 Mon Sep 17 00:00:00 2001 From: Klaudia Kozikowska Date: Wed, 11 Oct 2017 15:01:05 +0200 Subject: [PATCH 401/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..0b5489c5eb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Klaudia K.](https://github.com/KalpiKK) +- Place: Poland +- Bio: IT Student at the University of Wroclaw +- GitHub: [Klaudia K.](https://github.com/KalpiKK) From aed83f56c7f891ea016832f06aec214129369530 Mon Sep 17 00:00:00 2001 From: Thanarat Kuawattanaphan Date: Wed, 11 Oct 2017 20:21:14 +0700 Subject: [PATCH 402/531] add ./scripts/hello_world_earthchie.html :kissing_heart: --- scripts/hello_world_earthchie.html | 322 +++++++++++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 scripts/hello_world_earthchie.html diff --git a/scripts/hello_world_earthchie.html b/scripts/hello_world_earthchie.html new file mode 100644 index 0000000000..890908f873 --- /dev/null +++ b/scripts/hello_world_earthchie.html @@ -0,0 +1,322 @@ + + + + + + + + Hello World + + + + + +
+
+
+
+

Hello World!

+
+ + + + + + \ No newline at end of file From c427670b942a277ac31a04f0c69668f04c946182 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Lliguin Date: Wed, 11 Oct 2017 10:09:57 -0400 Subject: [PATCH 403/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9eca47666b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) +- Place: Chicoutimi, QC, Canada +- Bio: Full Stack Developer +- GitHub: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) From 2d611b2aa2ef339b001b1f833553871e8608fcaa Mon Sep 17 00:00:00 2001 From: Isaac Torres Date: Wed, 11 Oct 2017 09:35:31 -0500 Subject: [PATCH 404/531] Hacktoberfest! --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world_isaactorresmichel.php | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 scripts/hello_world_isaactorresmichel.php diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..0531d34942 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +### Name: [Isaac Torres Michel](https://github.com/isaactorresmichel) +- Place: León, Mexico +- Bio: Software Engineer +- GitHub: [Isaac Torres Michel](https://github.com/isaactorresmichel) \ No newline at end of file diff --git a/scripts/hello_world_isaactorresmichel.php b/scripts/hello_world_isaactorresmichel.php new file mode 100644 index 0000000000..dd16d0cf26 --- /dev/null +++ b/scripts/hello_world_isaactorresmichel.php @@ -0,0 +1,8 @@ + Date: Wed, 11 Oct 2017 20:14:54 +0530 Subject: [PATCH 405/531] Commit for all the three tasks done. --- CONTRIBUTORS.md | 6 ++++++ profiles/Manas-kashyap.md | 21 +++++++++++++++++++++ scripts/hello_world_Manas_kashyap.py | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 profiles/Manas-kashyap.md create mode 100644 scripts/hello_world_Manas_kashyap.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..703f45cc93 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Manas kashyap](https://github.com/Manas-kashyap) +- Place: New Delhi, India +- Bio: Computer Science Engineering student at Amity University +Noida +-Github: [Manas kashyap](https://github.com/Manas-kashyap) diff --git a/profiles/Manas-kashyap.md b/profiles/Manas-kashyap.md new file mode 100644 index 0000000000..65cf717e91 --- /dev/null +++ b/profiles/Manas-kashyap.md @@ -0,0 +1,21 @@ +# Manas kashyap + +### Academics + +Undergraduate in B.Tech (Computer Science and Technology) from Amity +university Noida + +### Interests + +- User Interface and User Experience +- Javascript-Based Technologies +- Android , DBMS (Sql) +- Debian Packaging +- Penetration Testing +- Linux +- Memes + + +### Profile Link + +[Manas kashyap](https://github.com/Manas-kashyap) diff --git a/scripts/hello_world_Manas_kashyap.py b/scripts/hello_world_Manas_kashyap.py new file mode 100644 index 0000000000..d497859408 --- /dev/null +++ b/scripts/hello_world_Manas_kashyap.py @@ -0,0 +1,3 @@ +import sys + +print("Hello, World!") From 87c7a123c1e66edd8096ed3d7b2c90431cf4b8e2 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Lliguin Date: Wed, 11 Oct 2017 10:48:20 -0400 Subject: [PATCH 406/531] Create helloWorld.php --- scripts/helloWorld.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/helloWorld.php diff --git a/scripts/helloWorld.php b/scripts/helloWorld.php new file mode 100644 index 0000000000..619f405aed --- /dev/null +++ b/scripts/helloWorld.php @@ -0,0 +1,9 @@ + From 448103adb017633049e097414ad4177e9bf1a606 Mon Sep 17 00:00:00 2001 From: Pablo Aguilar Lliguin Date: Wed, 11 Oct 2017 10:55:00 -0400 Subject: [PATCH 407/531] Create chefjuanpi.md --- profiles/chefjuanpi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 profiles/chefjuanpi.md diff --git a/profiles/chefjuanpi.md b/profiles/chefjuanpi.md new file mode 100644 index 0000000000..fd25b963d6 --- /dev/null +++ b/profiles/chefjuanpi.md @@ -0,0 +1,17 @@ +## Juan Pablo Aguilar-Lliguin + +### Location + +Chicoutimi (Qc) + +### Interests + +- Ecommerce +- Photography +- js +- python +- php + +### Profile Link + +[Juan Pablo Aguilar-Lliguin](https://github.com/chefjuanpi) From 068a7d8cbcecb81b87123617eb874e814ed5caa8 Mon Sep 17 00:00:00 2001 From: cielavenir Date: Thu, 12 Oct 2017 00:12:05 +0900 Subject: [PATCH 408/531] hello world intercal --- scripts/hello_world_cielavenir.i | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scripts/hello_world_cielavenir.i diff --git a/scripts/hello_world_cielavenir.i b/scripts/hello_world_cielavenir.i new file mode 100644 index 0000000000..ebf3e24395 --- /dev/null +++ b/scripts/hello_world_cielavenir.i @@ -0,0 +1,20 @@ +N'T LANGUAGE: INTERCAL (ideone ick 0.3) +N'T AUTHOR: cielavenir +N'T GITHUB: https://github.com/cielavenir/ + +DO ,1 <- #14 +PLEASE DO ,1 SUB #1 <- #238 +PLEASE DO ,1 SUB #2 <- #108 +PLEASE DO ,1 SUB #3 <- #112 +DO ,1 SUB #5 <- #64 +DO ,1 SUB #6 <- #194 +DO ,1 SUB #7 <- #48 +DO ,1 SUB #8 <- #26 +DO ,1 SUB #9 <- #244 +DO ,1 SUB #10 <- #168 +DO ,1 SUB #11 <- #24 +DO ,1 SUB #12 <- #16 +DO ,1 SUB #13 <- #162 +DO ,1 SUB #14 <- #52 +PLEASE READ OUT ,1 +PLEASE GIVE UP From 06dc8a3dc83dabf1398ef94021167a1295795609 Mon Sep 17 00:00:00 2001 From: IKStreamIvo Date: Wed, 11 Oct 2017 17:17:26 +0200 Subject: [PATCH 409/531] Added Unity3D (C#) hello_world --- scripts/hello_world-unity3d_ikstreamivo.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/hello_world-unity3d_ikstreamivo.cs diff --git a/scripts/hello_world-unity3d_ikstreamivo.cs b/scripts/hello_world-unity3d_ikstreamivo.cs new file mode 100644 index 0000000000..dd6dbe359b --- /dev/null +++ b/scripts/hello_world-unity3d_ikstreamivo.cs @@ -0,0 +1,14 @@ +// LANGUAGE: C# +// ENV: Unity3D +// AUTHOR: Ivo Ketelaar +// GITHUB: https://github.com/IKStreamIvo + +using UnityEngine; + +public class HelloWorld : MonoBehaviour +{ + void Start() + { + Debug.Log("Hello, World!"); + } +} \ No newline at end of file From 765a4928358f5e04cdfda19e4b0bcae692ef8300 Mon Sep 17 00:00:00 2001 From: zynk Date: Wed, 11 Oct 2017 09:53:43 -0600 Subject: [PATCH 410/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9b23342b38 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Mark Schultz](https://github.com/zynk) +- Place: Calgary, Alberta +- Bio: IT Student at SAIT +- GitHub: [Mark Schultz](https://github.com/zynk) From 8c6907b28a95a7ebdb3b2e237a5bea999a5a9882 Mon Sep 17 00:00:00 2001 From: zynk Date: Wed, 11 Oct 2017 09:56:37 -0600 Subject: [PATCH 411/531] Create hello_world_zynk --- scripts/hello_world_zynk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_zynk diff --git a/scripts/hello_world_zynk b/scripts/hello_world_zynk new file mode 100644 index 0000000000..9655221b0d --- /dev/null +++ b/scripts/hello_world_zynk @@ -0,0 +1,5 @@ +# LANGUAGE: Python +# AUTHOR: Mark Schultz +# GITHUB: https://github.com/zynk + +print('Hello, World!') From 9fde1e8c9d2baa3f9434eb5d57b2b69a3691a9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=85=A4=E3=85=A4?= Date: Wed, 11 Oct 2017 12:17:11 -0400 Subject: [PATCH 412/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..0103ea080c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,8 @@ +#### Name: [Calvin Cox](https://github.com/Aolyf) +- Place: Conyers, GA, USA +- Bio: google 'satyr atlanta' +- GitHub: [aolyf](https://github.com/Aolyf) + #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: From 2b132ecfcd681380861c8d56306c44ea7e27a7aa Mon Sep 17 00:00:00 2001 From: tanmaydarmorha Date: Wed, 11 Oct 2017 21:53:10 +0530 Subject: [PATCH 413/531] hello world in cpp --- scripts/hello_world_1.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/hello_world_1.cpp diff --git a/scripts/hello_world_1.cpp b/scripts/hello_world_1.cpp new file mode 100644 index 0000000000..f67be6cbd6 --- /dev/null +++ b/scripts/hello_world_1.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; +int main() +{ + cout<<"Hello World"< Date: Wed, 11 Oct 2017 21:57:13 +0530 Subject: [PATCH 414/531] hello world script added --- scripts/hello_world_priyansh2.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_priyansh2.js diff --git a/scripts/hello_world_priyansh2.js b/scripts/hello_world_priyansh2.js new file mode 100644 index 0000000000..45bb9cf566 --- /dev/null +++ b/scripts/hello_world_priyansh2.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Priyansh Agrawal +// GITHUB: https://github.com/priyansh2 + +console.log('Hello, World!'); \ No newline at end of file From e7e367f026a3043462c7127ea4e9b75e542fe824 Mon Sep 17 00:00:00 2001 From: RenCloud Date: Wed, 11 Oct 2017 18:40:08 +0200 Subject: [PATCH 415/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ scripts/hello_world.clj | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 scripts/hello_world.clj diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..bdd10196ba 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Jonas Fabisiak](https://github.com/RenCloud) +- Place: Hanover, Germany +- Bio: IT Student +- GitHub: [Jonas Fabisiak](https://github.com/RenCloud) diff --git a/scripts/hello_world.clj b/scripts/hello_world.clj new file mode 100644 index 0000000000..b8657a8966 --- /dev/null +++ b/scripts/hello_world.clj @@ -0,0 +1,2 @@ +//LANGUAGE: CLOJURE +(println "Hello World!") \ No newline at end of file From 08983a2eb32175428dd34389d59d23f62fb58ecd Mon Sep 17 00:00:00 2001 From: Gilliano Menezes Date: Wed, 11 Oct 2017 13:44:21 -0300 Subject: [PATCH 416/531] This is my first contribution --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..045bdd0e16 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Gilliano Menezes](https://github.com/gillianomenezes) +- Place: Recife, Brazil +- Bio: Software Engineer at www.neuroup.com.br +- GitHub: [Gilliano Menezes](https://github.com/gillianomenezes) \ No newline at end of file From e617b983f9ba16b5fb67002fda7223b987d8cff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Lan=C3=A7a?= Date: Wed, 11 Oct 2017 14:31:52 -0300 Subject: [PATCH 417/531] Add CONTRIBUTORS.md Add my profile in CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..37304ffd1d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,10 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Luís Antonio Prado Lança](https://github.com/luisslanca) +- Place: Jundiaí, São Paulo, Brazil +- Bio: I'm a student in Fatec Jundiaí and Web Developer. +- GitHub: [Luís Antonio Prado Lança](https://github.com/luisslanca) + + From f7664b7a31db0ae0e72a1e78579f177c32dd32b0 Mon Sep 17 00:00:00 2001 From: aayusharma Date: Wed, 11 Oct 2017 23:08:33 +0530 Subject: [PATCH 418/531] modified CONTRIBUTORS.md, created hello world script and added profile page --- CONTRIBUTORS.md | 5 +++++ profiles/Aayush_Sharma.md | 28 ++++++++++++++++++++++++++++ scripts/hello_world_aayusharma.cpp | 12 ++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 profiles/Aayush_Sharma.md create mode 100644 scripts/hello_world_aayusharma.cpp diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..6013eace09 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Aayush Sharma](https://github.com/aayusharma) +- Place: Mandi, Himachal Pradesh, India +- Bio: IITian +- GitHub: [Aayush Sharma](https://github.com/aayusharma) diff --git a/profiles/Aayush_Sharma.md b/profiles/Aayush_Sharma.md new file mode 100644 index 0000000000..addd879dca --- /dev/null +++ b/profiles/Aayush_Sharma.md @@ -0,0 +1,28 @@ +# Aayush Sharma + +### Location + +Mandi, Himachal Pradesh, India + +### Academics + +Indian Institute of Technology, Mandi + +### Interests + +- Mathematics. +- Mathematics. +- Mathematics. + +### Development + +- Restricted Boltzman Machine. +- Support Vector Machine. + +### Projects + +- Aawaz - A sign language to voice convertor glove for mute people. + +### Profile Link + +[Aayush Sharma](https://github.com/aayusharma) \ No newline at end of file diff --git a/scripts/hello_world_aayusharma.cpp b/scripts/hello_world_aayusharma.cpp new file mode 100644 index 0000000000..2033be0b4f --- /dev/null +++ b/scripts/hello_world_aayusharma.cpp @@ -0,0 +1,12 @@ + +// LANGUAGE: C++ +// ENV: GCC +// AUTHOR: Aayush Sharma +// GITHUB: https://github.com/aayusharma + +#include +using namesapce std; +int main() +{ + cout<<"Hello World"< Date: Wed, 11 Oct 2017 20:37:26 +0200 Subject: [PATCH 419/531] Added TypeScript hello world script --- scripts/hello_world_bszerofive.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_bszerofive.ts diff --git a/scripts/hello_world_bszerofive.ts b/scripts/hello_world_bszerofive.ts new file mode 100644 index 0000000000..d91796c326 --- /dev/null +++ b/scripts/hello_world_bszerofive.ts @@ -0,0 +1,6 @@ +// LANGUAGE: TypeScript +// ENV: Node.js +// AUTHOR: bsZeroFive +// GITHUB: https://github.com/bsZeroFive + +console.log('Hello, world!'); \ No newline at end of file From 777184295129cec8c8d8f9ba26d519ba706fc080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Lan=C3=A7a?= Date: Wed, 11 Oct 2017 15:38:10 -0300 Subject: [PATCH 420/531] Add my profile --- profiles/luis_lanca.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 profiles/luis_lanca.md diff --git a/profiles/luis_lanca.md b/profiles/luis_lanca.md new file mode 100644 index 0000000000..d77c4b926b --- /dev/null +++ b/profiles/luis_lanca.md @@ -0,0 +1,30 @@ +# Luís Antonio Prado Lança + +### Location + +Jundiaí, São Paulo, Brazil + +### Academics + +Graduating in Analysis and Development of Systems at Fatec Jundiai + +### Interests + +- Web Development +- Linux +- Sports +- Nature +- Pizza + +### Development + +- Front-end Developer +- Designer Graphic + +### Projects + +- [Responsive Toolbar](https://github.com/luisslanca/menu-responsivo) A simple responsive toolbar for websites and blogs. + +### Profile Link + +[Luís Antonio Prado Lança](https://github.com/luisslanca) From 57d2b1e0b46063feb4ea5700d67057e4c2697549 Mon Sep 17 00:00:00 2001 From: Veronika Tolpeeva Date: Wed, 11 Oct 2017 21:48:35 +0300 Subject: [PATCH 421/531] add Hello script from ostyq --- scripts/ostyqHello.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/ostyqHello.js diff --git a/scripts/ostyqHello.js b/scripts/ostyqHello.js new file mode 100644 index 0000000000..c4e78b41f6 --- /dev/null +++ b/scripts/ostyqHello.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Veronika Tolpeeva +// GITHUB: https://github.com/ostyq + +console.log('Hello, World and Hacktoberfest!'); \ No newline at end of file From c583a3d688efea92a2cada68d44f7b945957fbc9 Mon Sep 17 00:00:00 2001 From: darcardona Date: Wed, 11 Oct 2017 14:00:07 -0500 Subject: [PATCH 422/531] Create hello_world_darcardona.js --- scripts/hello_world_darcardona.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_darcardona.js diff --git a/scripts/hello_world_darcardona.js b/scripts/hello_world_darcardona.js new file mode 100644 index 0000000000..7013f141cd --- /dev/null +++ b/scripts/hello_world_darcardona.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Darwin Cardona +// GITHUB: https://github.com/darcardona + +console.log('Hello, World!'); From ab3bc45b2a3072b9d0ec3d479c71310e7a82c097 Mon Sep 17 00:00:00 2001 From: DJAcquila Date: Wed, 11 Oct 2017 16:15:53 -0300 Subject: [PATCH 423/531] Acquila Santos Rocha commit --- CONTRIBUTORS.md | 6 ++++++ profiles/Acquila_Santos.md | 5 +++++ scripts/hello_world_acquila.lua | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 profiles/Acquila_Santos.md create mode 100644 scripts/hello_world_acquila.lua diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..c023d7eede 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Acquila Santos Rocha](https://github.com/DJAcquila) +- Place: Goiânia, Brasil +- Bio: Computer Science Student +- GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) + diff --git a/profiles/Acquila_Santos.md b/profiles/Acquila_Santos.md new file mode 100644 index 0000000000..2eae24e79d --- /dev/null +++ b/profiles/Acquila_Santos.md @@ -0,0 +1,5 @@ +# Acquila Santos Rocha + +- Computer Science student at UFG + +- GITHUB: [Acquila Santos Rocha](https://github.com/DJAcquila) diff --git a/scripts/hello_world_acquila.lua b/scripts/hello_world_acquila.lua new file mode 100644 index 0000000000..ac9caacb81 --- /dev/null +++ b/scripts/hello_world_acquila.lua @@ -0,0 +1,6 @@ +-- LANGUAGE: Lua +-- GITHUB: https://github.com/DJAcquila +-- AUTHOR: Acquila Santos Rocha + + +print ("Hello, World!") \ No newline at end of file From 2d0b78fe54f433c569597c0a7dd32c278a8e7506 Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Wed, 11 Oct 2017 14:17:26 -0500 Subject: [PATCH 424/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..603a40fe88 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Cody Williams](https://github.com/codyw9524) +- Place: Dallas, Texas, USA +- Bio: Web Nerd +- GitHub: [Cody Williams](https://github.com/codyw9524) From 98d96bd826dc354f5027f295c476abf008861f61 Mon Sep 17 00:00:00 2001 From: johnson90512 Date: Wed, 11 Oct 2017 15:17:57 -0400 Subject: [PATCH 425/531] Hacktoberfest 2017 --- CONTRIBUTORS.md | 11 ++++++----- Hello_World_johnson90512.go | 10 ++++++++++ KyleJohnson.md | 23 +++++++++++++++++++++++ 3 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 Hello_World_johnson90512.go create mode 100644 KyleJohnson.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..29e5c9e8a3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -694,3 +690,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Kyle Johnson] (https://github.com/johnson90512) +- Place: United States +- Bio: Information System Administrator, former Information Systems student +- GitHub: [Kyle Johnson] (https://github.com/johnson90512) \ No newline at end of file diff --git a/Hello_World_johnson90512.go b/Hello_World_johnson90512.go new file mode 100644 index 0000000000..bbb127e65b --- /dev/null +++ b/Hello_World_johnson90512.go @@ -0,0 +1,10 @@ +package main + +import "fmt" + +func main(){ + fmt.Println("Hello, ") + fmt.Println("World") +} + + diff --git a/KyleJohnson.md b/KyleJohnson.md new file mode 100644 index 0000000000..e4b45df22f --- /dev/null +++ b/KyleJohnson.md @@ -0,0 +1,23 @@ +# Your Name + +Kyle Johnson + +### Location + +Dahlonega, United States + +### Academics + +University of North Georgia + +### Interests + +Learning new languages + +### Development + +Learning Golang + +### Profile Link + +[Kyle Johnson](http://github.com/johnson90512) \ No newline at end of file From f547189a29cdba3cdec20e6fa59e8aa51256b5d9 Mon Sep 17 00:00:00 2001 From: codyw9524 Date: Wed, 11 Oct 2017 14:22:58 -0500 Subject: [PATCH 426/531] added hello world script --- scripts/hello_world_codyw9524.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/hello_world_codyw9524.js diff --git a/scripts/hello_world_codyw9524.js b/scripts/hello_world_codyw9524.js new file mode 100644 index 0000000000..3b8c188329 --- /dev/null +++ b/scripts/hello_world_codyw9524.js @@ -0,0 +1,12 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Cody Williams +// GITHUB: https://github.com/codyw9524 +function helloWorld(){ + const str = 'Hello World!'; + for (let char of str) { + console.log(char); + } +} + +helloWorld(); From e5e6ec3accf6fe67af085c58aeda3ebf438de664 Mon Sep 17 00:00:00 2001 From: mack Date: Thu, 12 Oct 2017 02:23:44 +0700 Subject: [PATCH 427/531] add my hello world script --- scripts/hello_world_mack-akp.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_mack-akp.php diff --git a/scripts/hello_world_mack-akp.php b/scripts/hello_world_mack-akp.php new file mode 100644 index 0000000000..87fde85bba --- /dev/null +++ b/scripts/hello_world_mack-akp.php @@ -0,0 +1,7 @@ + \ No newline at end of file From 5aa8c8f0b729f2182efc73996bbfba3ccd736e9d Mon Sep 17 00:00:00 2001 From: siddver007 Date: Wed, 11 Oct 2017 15:27:22 -0400 Subject: [PATCH 428/531] init siddhant verma --- CONTRIBUTORS.md | 5 +++++ scripts/holaworld_sid.py | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 scripts/holaworld_sid.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..c0a336a2bf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Siddhant Verma](https://github.com/siddver007) +- Place: Delhi, India +- Bio: Information Assurance and Cybersecurity Master's Student at Northeastern University +- GitHub: [Siddhant Verma](https://github.com/siddver007) \ No newline at end of file diff --git a/scripts/holaworld_sid.py b/scripts/holaworld_sid.py new file mode 100644 index 0000000000..944f1b1c21 --- /dev/null +++ b/scripts/holaworld_sid.py @@ -0,0 +1,10 @@ +# LANGUAGE: python +# AUTHOR: Siddhant Verma +# GITHUB: https://github.com/siddver007 + +import time + +message = 'Hola World! Amigos.' +for ch in message: + print ch, + time.sleep(0.5) From 39861552337a3ef1883d9b9e41610fd87ee1100b Mon Sep 17 00:00:00 2001 From: codyw9524 Date: Wed, 11 Oct 2017 14:28:23 -0500 Subject: [PATCH 429/531] added profile --- profiles/Cody_Williams.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 profiles/Cody_Williams.md diff --git a/profiles/Cody_Williams.md b/profiles/Cody_Williams.md new file mode 100644 index 0000000000..c25f0ee63b --- /dev/null +++ b/profiles/Cody_Williams.md @@ -0,0 +1,29 @@ +# Cody Williams + +### Location + +Dallas, TX, USA + +### Academics + +Who needs college? :P + +### Interests + +- JavaScript +- Node, Express, Angular2/4 +- Data Science +- Skateboarding +- Music + +### Development + +- Full Stack Web Developer + +### Projects + +- [skateSpots](https://github.com/codyw9524/skateSpots) A web app designed to allow users to share street skating locations. + +### Profile Link + +[Cody Williams](https://github.com/codyw9524) \ No newline at end of file From ea8755e9153a24436ef19543ce0d741c18c3ddd4 Mon Sep 17 00:00:00 2001 From: siddver007 Date: Wed, 11 Oct 2017 15:29:19 -0400 Subject: [PATCH 430/531] +1 --- profiles/Siddhant_Verma.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/Siddhant_Verma.md diff --git a/profiles/Siddhant_Verma.md b/profiles/Siddhant_Verma.md new file mode 100644 index 0000000000..16291e56da --- /dev/null +++ b/profiles/Siddhant_Verma.md @@ -0,0 +1,28 @@ +# Siddhant Verma + +### Location + +Delhi, India + +### Academics + +MS in Information Assurance and Cybersecurity, Northeastern University, Boston, MA + +### Interests + +- Web and Mobile Application Development. +- API Debugging and Testing. +- First Person Shooters. +- Hiking. + +### Development + +- There's nothing I can't do. You can hit me with any language, anything. I will do it. Hehe. + +### Projects + +- Few in Django, Android, and Spring. + +### Profile Link + +[Siddhant Verma](https://github.com/siddver007) \ No newline at end of file From 6660d9fd4f249d645f3f53d72395d891afbf79f9 Mon Sep 17 00:00:00 2001 From: Pedro Bruini Date: Wed, 11 Oct 2017 16:36:00 -0300 Subject: [PATCH 431/531] Add my name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..a9dbfeecee 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Pedro Mietto Bruini](https://github.com/bruini) +- Place: Jundiaí, São Paulo, Brazil +- Bio: Analyst/Developer Student at Fatec-Jd +- GitHub: [Pedro Mietto Bruini](https://github.com/bruini) From b571f890904174f44488fd762494cfb15b704216 Mon Sep 17 00:00:00 2001 From: Susan Brooks <32718194+getjnxed@users.noreply.github.com> Date: Wed, 11 Oct 2017 21:51:28 +0200 Subject: [PATCH 432/531] Create hello_world_getjnxed.js --- scripts/hello_world_getjnxed.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_getjnxed.js diff --git a/scripts/hello_world_getjnxed.js b/scripts/hello_world_getjnxed.js new file mode 100644 index 0000000000..54d4c30acf --- /dev/null +++ b/scripts/hello_world_getjnxed.js @@ -0,0 +1,7 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Susan Brooks +// GITHUB: https://github.com/getjnxed + +var helloWorld = "Hello, world!" +console.log(helloWorld) From e807e84f914682a65dddea248233f957453cf8af Mon Sep 17 00:00:00 2001 From: Ankur Sharma Date: Thu, 12 Oct 2017 01:29:11 +0530 Subject: [PATCH 433/531] updated contributors.md --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..d3cdd44577 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + + +#### Name: [Ankur Sharma](https://github.com/ankurs287) +- Place: New Delhi, India +- Bio: CSAM, IIITD +- GitHub: [Ankur Sharma](https://github.com/ankurs287) From e88cc4bbcc04f5e380818d18a9e84aef3f97e679 Mon Sep 17 00:00:00 2001 From: bhardwajanish <31244430+bhardwajanish@users.noreply.github.com> Date: Thu, 12 Oct 2017 01:35:14 +0530 Subject: [PATCH 434/531] updated contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9d50d7c382 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Anish Bhardwaj](https://github.com/bhardwajanish) +- Place: New Delhi, India +- Bio: CSD IIITD +- GitHub: [Anish Bhardwaj](https://github.com/bhardwajanish) From 172dbe97bbd66d6fea73b08fa3b75e75ba02d711 Mon Sep 17 00:00:00 2001 From: bhardwajanish <31244430+bhardwajanish@users.noreply.github.com> Date: Wed, 11 Oct 2017 20:16:21 +0000 Subject: [PATCH 435/531] create hworld.lsp --- scripts/hworld.lsp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/hworld.lsp diff --git a/scripts/hworld.lsp b/scripts/hworld.lsp new file mode 100644 index 0000000000..4b17e7f5a4 --- /dev/null +++ b/scripts/hworld.lsp @@ -0,0 +1,3 @@ +(DEFUN HELLO () + "HELLO WORLD" +) From a8c1513d7da8b31b66a592371fc2fbd17cf789bf Mon Sep 17 00:00:00 2001 From: Omar Mujahid Date: Wed, 11 Oct 2017 15:28:01 -0500 Subject: [PATCH 436/531] Brainfuck implementation of Hello World --- scripts/helloworld.bf | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/helloworld.bf diff --git a/scripts/helloworld.bf b/scripts/helloworld.bf new file mode 100644 index 0000000000..e0a83816c7 --- /dev/null +++ b/scripts/helloworld.bf @@ -0,0 +1 @@ +++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. \ No newline at end of file From e1d45e3df7f961aee61dcd5459bdf4487eb3b88b Mon Sep 17 00:00:00 2001 From: Omar Mujahid Date: Wed, 11 Oct 2017 15:31:56 -0500 Subject: [PATCH 437/531] Updated CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..b7fd45f6a8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Omar Mujahid](https://github.com/omarmjhd) +- Place: Austin, Texas, USA +- Bio: I write backend code, and play golf! +- GitHub: [Antonio Jesus Pelaez](https://github.com/omarmjhd) From 742c9fac1a2c7d32bb9c56bbb138ef5ef911615b Mon Sep 17 00:00:00 2001 From: Omar Mujahid Date: Wed, 11 Oct 2017 15:32:25 -0500 Subject: [PATCH 438/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b7fd45f6a8..f90124f091 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -697,5 +697,5 @@ s in Computer Science #### Name: [Omar Mujahid](https://github.com/omarmjhd) - Place: Austin, Texas, USA -- Bio: I write backend code, and play golf! -- GitHub: [Antonio Jesus Pelaez](https://github.com/omarmjhd) +- Bio: I write code, and play golf! +- GitHub: [Omar Mujahid](https://github.com/omarmjhd) From 99529909fa9944b18283df9f9137dafa90974e5e Mon Sep 17 00:00:00 2001 From: Pedro Bruini Date: Wed, 11 Oct 2017 17:36:49 -0300 Subject: [PATCH 439/531] Hello World --- scripts/hello_world_bruini.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/hello_world_bruini.cpp diff --git a/scripts/hello_world_bruini.cpp b/scripts/hello_world_bruini.cpp new file mode 100644 index 0000000000..3275abb30b --- /dev/null +++ b/scripts/hello_world_bruini.cpp @@ -0,0 +1,11 @@ +// Language: C++ +// Author: Pedro Bruini +// GitHub: https://github.com/bruini + +#include + +int main() { + std::cout << "Hello, World!"; + + return 0; +} \ No newline at end of file From a73b13e65d28a3dfe77e34b5a4840aaac766d4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolett=20Heged=C3=BCs?= Date: Wed, 11 Oct 2017 22:44:02 +0200 Subject: [PATCH 440/531] My first contribution to Hacktoberfest --- CONTRIBUTORS.md | 5 +++++ profiles/Nikolett_Hegedus.md | 29 +++++++++++++++++++++++++++++ scripts/hello_world_hn.php | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 profiles/Nikolett_Hegedus.md create mode 100644 scripts/hello_world_hn.php diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..9161928dfc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,8 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [NIKOLETT HEGEDÜS](https://github.com/henikolett) +- Place: Debrecen, Hungary +- Bio: I'm a Developer / Music geek / Nature enthusiast +- GitHub: [Nikolett Hegedüs](https://github.com/henikolett) diff --git a/profiles/Nikolett_Hegedus.md b/profiles/Nikolett_Hegedus.md new file mode 100644 index 0000000000..cb756fcef7 --- /dev/null +++ b/profiles/Nikolett_Hegedus.md @@ -0,0 +1,29 @@ +# Nikolett Hegedüs + +### Location + +Debrecen, Hungary + +### Academics + +University of Debrecen + +### Interests + +- coding +- databases +- music +- animals, nature + +### Development + +- PHP, Yii, Laravel, MySQL + +### Projects + +- [BMI calculator](https://github.com/henikolett/bmi-calc) BMI calculator in Angular2 +- [Company Structure Registry](https://github.com/henikolett/company-structure-registry) Web application for managing company structure using Laravel framework + +### Profile Link + +[Nikolett Hegedüs](https://github.com/henikolett) \ No newline at end of file diff --git a/scripts/hello_world_hn.php b/scripts/hello_world_hn.php new file mode 100644 index 0000000000..e902ed37d5 --- /dev/null +++ b/scripts/hello_world_hn.php @@ -0,0 +1,8 @@ + Date: Thu, 12 Oct 2017 00:20:56 +0330 Subject: [PATCH 441/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b451ca7c10..f67dfba04e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -694,3 +694,9 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Mahdi Majidzadeh](https://github.com/MahdiMajidzadeh/) +- Place: Qom, Qom, Iran +- Bio: back-end develoer and seo expert +- GitHub: [Mahdi Majidzadeh](https://github.com/MahdiMajidzadeh/) +- Twitter: [Mahdi Majidzadeh](https://twitter.com/MahdiMajidzadeh/) From b1443eb597bfc6e2a6e6b8078995370e2b4353e5 Mon Sep 17 00:00:00 2001 From: Mahdi Majidzadeh Date: Thu, 12 Oct 2017 00:24:24 +0330 Subject: [PATCH 442/531] Create Mahdi_Majidzadeh.md --- profiles/Mahdi_Majidzadeh.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 profiles/Mahdi_Majidzadeh.md diff --git a/profiles/Mahdi_Majidzadeh.md b/profiles/Mahdi_Majidzadeh.md new file mode 100644 index 0000000000..f270785057 --- /dev/null +++ b/profiles/Mahdi_Majidzadeh.md @@ -0,0 +1,22 @@ +# Mahdi Majidzadeh + +### Location + +Qom/Iran + +### Academics + +Qom University + +### Development + +- founder at https://qomfood.ir + +### Projects + +- [bootstrap-v4-rtl](https://github.com/MahdiMajidzadeh/bootstrap-v4-rtl) bootstrap v4 rtl + +### Profile Link + +[Mahdi Majidzadeh](https://github.com/MahdiMajidzadeh/) +[Mahdi Majidzadeh](https://twitter.com/MahdiMajidzadeh/) From d193dcd649aae75e927fe85349576c4aab8bb3c0 Mon Sep 17 00:00:00 2001 From: Pedro Bruini Date: Wed, 11 Oct 2017 18:13:49 -0300 Subject: [PATCH 443/531] Hello World --- scripts/hello_world_bruini.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/hello_world_bruini.cpp b/scripts/hello_world_bruini.cpp index 3275abb30b..7cd035c36a 100644 --- a/scripts/hello_world_bruini.cpp +++ b/scripts/hello_world_bruini.cpp @@ -6,6 +6,5 @@ int main() { std::cout << "Hello, World!"; - return 0; } \ No newline at end of file From d0497590222a878875e84592522e201426c5440f Mon Sep 17 00:00:00 2001 From: Mahdi Majidzadeh Date: Thu, 12 Oct 2017 00:44:27 +0330 Subject: [PATCH 444/531] Create hello_world_mahdimajidzadeh.php --- scripts/hello_world_mahdimajidzadeh.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/hello_world_mahdimajidzadeh.php diff --git a/scripts/hello_world_mahdimajidzadeh.php b/scripts/hello_world_mahdimajidzadeh.php new file mode 100644 index 0000000000..98a3bfc01d --- /dev/null +++ b/scripts/hello_world_mahdimajidzadeh.php @@ -0,0 +1,9 @@ + From b47b6b4e42d01d6ed45ced5ff0e686b3b6ecdc3a Mon Sep 17 00:00:00 2001 From: dertrever Date: Thu, 12 Oct 2017 12:52:12 +0200 Subject: [PATCH 445/531] Create hello_world_dertrever.java This is my take on the hello world script --- scripts/hello_world_dertrever.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/hello_world_dertrever.java diff --git a/scripts/hello_world_dertrever.java b/scripts/hello_world_dertrever.java new file mode 100644 index 0000000000..fdf9d52fff --- /dev/null +++ b/scripts/hello_world_dertrever.java @@ -0,0 +1,15 @@ +/** + LANGUAGE: JAVA + AUTHOR: dertrever + GITHUB: https://github.com/dertrever +*/ + +public class hello_world { + + public static void main(String[] args) { + + System.out.println("Hello, world!"); + + } + +} From 0a9d3a72a836c301a76a48efd80a36902afea5ae Mon Sep 17 00:00:00 2001 From: Faldev Date: Thu, 12 Oct 2017 18:25:08 +0200 Subject: [PATCH 446/531] Commit new py file --- scripts/hello_world_Kaerit.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_Kaerit.py diff --git a/scripts/hello_world_Kaerit.py b/scripts/hello_world_Kaerit.py new file mode 100644 index 0000000000..f9be5c5f35 --- /dev/null +++ b/scripts/hello_world_Kaerit.py @@ -0,0 +1,7 @@ +''' +LANGUAGE: Python 3.5 +AUTHOR: Kaerit +GITHUB: https://github.com/Kaerit +''' + +print("Hello World!!") From 2819ddd5ea62489778a492e4aa04607d7741fe66 Mon Sep 17 00:00:00 2001 From: Atthawit Muansiri Date: Fri, 13 Oct 2017 19:27:15 +0700 Subject: [PATCH 447/531] add hello world cobol --- scripts/hello_world.cob | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world.cob diff --git a/scripts/hello_world.cob b/scripts/hello_world.cob new file mode 100644 index 0000000000..e8abf2017a --- /dev/null +++ b/scripts/hello_world.cob @@ -0,0 +1,6 @@ +* Sample COBOL program +IDENTIFICATION DIVISION. +PROGRAM-ID. hello. +PROCEDURE DIVISION. + DISPLAY "Hello World". + STOP RUN. \ No newline at end of file From fd1f88aaf2da5c171e44e881fff8508d9eaf6cf3 Mon Sep 17 00:00:00 2001 From: ishitach Date: Sat, 14 Oct 2017 23:00:12 +0530 Subject: [PATCH 448/531] adding hello world file --- scripts/hello_world_ishitach.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/hello_world_ishitach.java diff --git a/scripts/hello_world_ishitach.java b/scripts/hello_world_ishitach.java new file mode 100644 index 0000000000..df6b86d4b4 --- /dev/null +++ b/scripts/hello_world_ishitach.java @@ -0,0 +1,15 @@ +// Langauage: Java +// Author: Ishita Chourasia +// Github: https://github.com/ishitach + +import java.util.*; +import java.lang.*; +import java.io.*; + +class Ideone +{ + public static void main (String[] args) throws java.lang.Exception + { + System.out.println("Hello, World!") + } +} \ No newline at end of file From cebc895a1e5474c87aef5d7dc35b92f2c00c501c Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 01:03:00 -0400 Subject: [PATCH 449/531] Update and rename hello_rust.rs to hello_world_felipez3r0.rs --- scripts/{hello_rust.rs => hello_world_felipez3r0.rs} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename scripts/{hello_rust.rs => hello_world_felipez3r0.rs} (83%) diff --git a/scripts/hello_rust.rs b/scripts/hello_world_felipez3r0.rs similarity index 83% rename from scripts/hello_rust.rs rename to scripts/hello_world_felipez3r0.rs index c9a70fdbd6..1413da134f 100644 --- a/scripts/hello_rust.rs +++ b/scripts/hello_world_felipez3r0.rs @@ -1,5 +1,6 @@ // This is the main function +// Language: Rust fn main() { // Print text to the console println!("Hello World!"); -} \ No newline at end of file +} From 766e7fcc4f75071edc7d162956c47caac113e446 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 01:46:10 -0400 Subject: [PATCH 450/531] Rename helloWorld.vbs to hello_world_vitorOta.vbs --- scripts/{helloWorld.vbs => hello_world_vitorOta.vbs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloWorld.vbs => hello_world_vitorOta.vbs} (100%) diff --git a/scripts/helloWorld.vbs b/scripts/hello_world_vitorOta.vbs similarity index 100% rename from scripts/helloWorld.vbs rename to scripts/hello_world_vitorOta.vbs From 29b76ec5a2e869a35cefc6c82f3294b6a011b248 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 02:02:16 -0400 Subject: [PATCH 451/531] move files --- Ben_Edelson.md => profiles/Ben_Edelson.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Ben_Edelson.md => profiles/Ben_Edelson.md (100%) diff --git a/Ben_Edelson.md b/profiles/Ben_Edelson.md similarity index 100% rename from Ben_Edelson.md rename to profiles/Ben_Edelson.md From 290be6b12bf9c9b8b0fd00d9a547803104931f0a Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 02:03:20 -0400 Subject: [PATCH 452/531] Rename HelloWorld.cs_2 to hello_world_devronsoft.cs_2 --- scripts/{HelloWorld.cs_2 => hello_world_devronsoft.cs_2} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.cs_2 => hello_world_devronsoft.cs_2} (100%) diff --git a/scripts/HelloWorld.cs_2 b/scripts/hello_world_devronsoft.cs_2 similarity index 100% rename from scripts/HelloWorld.cs_2 rename to scripts/hello_world_devronsoft.cs_2 From 4de0e354b42166d99e1a2c2d50e9a020513f28e5 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 02:06:11 -0400 Subject: [PATCH 453/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 84 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 32b07f36ee..ad5c8348a1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,9 +1,3 @@ -#### Name: [RYAN R SMITH](https://github.com/devronsoft) -- Place: Oxford, UK -- Bio: Kiwi dev -- GitHub: [Ryan Smith](https://github.com/devronsoft) -- Website: [Blog](https://devronsoft.github.io/) - #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: @@ -56,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -536,6 +526,7 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany - Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India @@ -686,6 +677,11 @@ s in Computer Science - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) + #### Name: [Jakub Bačo](https://github.com/vysocina) - Place: Slovakia - Bio: Student / Designer @@ -700,3 +696,69 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) + +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) From 16d2f1a96b1975eee21b68a7ffea3ab13cfee5f5 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 02:09:34 -0400 Subject: [PATCH 454/531] Rename lesyntheti to lesyntheti.md --- profiles/{lesyntheti => lesyntheti.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename profiles/{lesyntheti => lesyntheti.md} (100%) diff --git a/profiles/lesyntheti b/profiles/lesyntheti.md similarity index 100% rename from profiles/lesyntheti rename to profiles/lesyntheti.md From c427d2868a61ec07513f37b0fdaee9b35fc23631 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 02:09:54 -0400 Subject: [PATCH 455/531] Rename HelloWorld.js to hello_world_lesyntheti.js --- scripts/{HelloWorld.js => hello_world_lesyntheti.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.js => hello_world_lesyntheti.js} (100%) diff --git a/scripts/HelloWorld.js b/scripts/hello_world_lesyntheti.js similarity index 100% rename from scripts/HelloWorld.js rename to scripts/hello_world_lesyntheti.js From d2383ffcf70c0ab820b1872300fe2974b768c8f8 Mon Sep 17 00:00:00 2001 From: benjibobs Date: Mon, 16 Oct 2017 15:27:19 +0100 Subject: [PATCH 456/531] HelloWorld in CSS --- scripts/HelloWorld.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/HelloWorld.css diff --git a/scripts/HelloWorld.css b/scripts/HelloWorld.css new file mode 100644 index 0000000000..6c0b6fbf9a --- /dev/null +++ b/scripts/HelloWorld.css @@ -0,0 +1,3 @@ +body:before { + content:"Hello, World" +} From a1493ba55fc5f91314315e8a5e335fdc5f4b9601 Mon Sep 17 00:00:00 2001 From: Michael Kaiser Date: Wed, 11 Oct 2017 11:57:50 +0200 Subject: [PATCH 457/531] Add Hello World in fetlang. --- CONTRIBUTORS.md | 7 ++++++- scripts/hello_world_patheticpat.fet | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 scripts/hello_world_patheticpat.fet diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e49562d3dc..df5a5ce000 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -776,4 +776,9 @@ - Place: Oxford, UK - Bio: Kiwi dev - GitHub: [Ryan Smith](https://github.com/devronsoft) -- Website: [Blog](https://devronsoft.github.io/) \ No newline at end of file +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Michael Kaiser](https://github.com/patheticpat) +- Place: Germany +- Bio: Ooooooh, nooooooo, not tonight!! +- GitHub: [Michael Kaiser](https://github.com/patheticpat) diff --git a/scripts/hello_world_patheticpat.fet b/scripts/hello_world_patheticpat.fet new file mode 100644 index 0000000000..922b31d482 --- /dev/null +++ b/scripts/hello_world_patheticpat.fet @@ -0,0 +1,7 @@ +( LANGUAGE: fetlang + AUTHOR: Michael Kaiser + GITHUB: https://github.com/patheticpat + LINK: https://github.com/Property404/fetlang ) + +Make Michael moan "Hello, Hacktoberfest!" +Make slave scream Michael's name From 8d33c5aab5fc4d964f67a31d23d707464dbeb94f Mon Sep 17 00:00:00 2001 From: Igor Rzegocki Date: Mon, 16 Oct 2017 21:04:21 +0200 Subject: [PATCH 458/531] ajgon (#774) --- CONTRIBUTORS.md | 11 +++++++++-- profiles/Igor_Rzegocki.md | 32 ++++++++++++++++++++++++++++++++ scripts/hello_world_ajgon.rb | 3 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 profiles/Igor_Rzegocki.md create mode 100644 scripts/hello_world_ajgon.rb diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e49562d3dc..72c54d9ec5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -679,7 +679,7 @@ #### Name: [Pratyum Jagannath](https://github.com/Pratyum) - Place: Singapore -- Bio: I tell tales! +- Bio: I tell tales! - GitHub: [Pratyum](https://github.com/Pratyum) #### Name: [Jakub Bačo](https://github.com/vysocina) @@ -776,4 +776,11 @@ - Place: Oxford, UK - Bio: Kiwi dev - GitHub: [Ryan Smith](https://github.com/devronsoft) -- Website: [Blog](https://devronsoft.github.io/) \ No newline at end of file +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Igor Rzegocki](https://github.com/ajgon) +- Place: Kraków, PL +- Bio: I do Ruby for living, and hacking for fun +- GitHub: [Igor Rzegocki](https://github.com/ajgon) +- Website: [Online Portfolio](https://rzegocki.pl/) + diff --git a/profiles/Igor_Rzegocki.md b/profiles/Igor_Rzegocki.md new file mode 100644 index 0000000000..c5308f40ee --- /dev/null +++ b/profiles/Igor_Rzegocki.md @@ -0,0 +1,32 @@ +# Igor Rzegocki + +### Location + +Kraków, Poland + +### Academics + +[AGH University of Science and Technology](http://www.agh.edu.pl/en/) + +### Interests + +- Hacking +- Swimming +- Climbing +- History of videogames + +### Development + +- Full stack developer + +### Projects + +- [opsworks_ruby](http://opsworks-ruby.rzegocki.pl/) - Set of chef recipes for OpsWorks based Ruby projects +- [self-hosted-mailserver](https://github.com/ajgon/self-hosted-mailserver) - Set of ansible scripts, to set up fully functional, self-hosted mailserver +- [LintPack](https://github.com/ajgon/lint-pack) - Symfony2 Bundle with various linters for app/console command +- [chef-imagetragick](https://github.com/ajgon/chef-imagetragick) - Chef cookbook which installs the policy file which (hopefully) patches the imagetragick vulnerability +- [jquery.timer](https://github.com/ajgon/jquery-timer) - A simple, lightweight jQuery plugin for timer management + +### Profile Link + +[Igor Rzegocki](https://github.com/ajgon) diff --git a/scripts/hello_world_ajgon.rb b/scripts/hello_world_ajgon.rb new file mode 100644 index 0000000000..44b6b875b9 --- /dev/null +++ b/scripts/hello_world_ajgon.rb @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby + +puts 'Hello World!' From ab7b08dd3557c9ac9a917b9260f516b8fba866a9 Mon Sep 17 00:00:00 2001 From: Julie Qiu Date: Mon, 16 Oct 2017 14:08:09 -0500 Subject: [PATCH 459/531] julieqiu (#773) --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 72c54d9ec5..4c917698e0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -784,3 +784,7 @@ - GitHub: [Igor Rzegocki](https://github.com/ajgon) - Website: [Online Portfolio](https://rzegocki.pl/) +#### Name: [JULIE QIU](https://github.com/julieqiu) +- Place: New York City, NY, USA +- Bio: Software Engineer; Loves iced coffee +- GitHub: [Julie Qiu](https://github.com/julieqiu) \ No newline at end of file From e634d5f925bc16ee7e2775e1016c6b566cdcad20 Mon Sep 17 00:00:00 2001 From: Luis Daniel Alducin Date: Mon, 16 Oct 2017 14:12:10 -0500 Subject: [PATCH 460/531] luisalduucin (#772) --- CONTRIBUTORS.md | 7 ++++++- profiles/Luis_Alducin.md | 21 +++++++++++++++++++++ scripts/hello_world_luisalduucin.java | 12 ++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 profiles/Luis_Alducin.md create mode 100644 scripts/hello_world_luisalduucin.java diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4c917698e0..66f37b7907 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -787,4 +787,9 @@ #### Name: [JULIE QIU](https://github.com/julieqiu) - Place: New York City, NY, USA - Bio: Software Engineer; Loves iced coffee -- GitHub: [Julie Qiu](https://github.com/julieqiu) \ No newline at end of file +- GitHub: [Julie Qiu](https://github.com/julieqiu) + +#### Name: [Luis Alducin](https://linkedin.com/luisalduucin) +- Place: Mexico City +- Bio: Software Engineer +- GitHub: [Luis Alducin](https://github.com/luisalduucin) \ No newline at end of file diff --git a/profiles/Luis_Alducin.md b/profiles/Luis_Alducin.md new file mode 100644 index 0000000000..bde993b9d0 --- /dev/null +++ b/profiles/Luis_Alducin.md @@ -0,0 +1,21 @@ +# Luis Alducin + +:alien: Luis Daniel Alducin + +### Location + +:globe_with_meridians: Mexico City + +### Academics + +:ok_hand: Computational Systems Engineer at ESCOM, IPN + +### Interests + +- :pencil2: Open Source +- :pencil2: Software Architecture +- :pencil2: VR + +### Profile Link + +:rotating_light: [luisalduucin](https://github.com/luisalduucin/) diff --git a/scripts/hello_world_luisalduucin.java b/scripts/hello_world_luisalduucin.java new file mode 100644 index 0000000000..ad9e273785 --- /dev/null +++ b/scripts/hello_world_luisalduucin.java @@ -0,0 +1,12 @@ +// LANGUAGE: Java +// ENV: JVM +// AUTHOR: Luis Alducin +// GITHUB: https://github.com/luisalduucin + +public class Hello_World { + + public static void main(String[] args) { + System.out.println("Hello, world!"); + } + +} \ No newline at end of file From a9415025b8986af9cd65036c1526f48aac3d515e Mon Sep 17 00:00:00 2001 From: Hannah Zulueta Date: Mon, 16 Oct 2017 12:20:15 -0700 Subject: [PATCH 461/531] hanapotski (#771) --- CONTRIBUTORS.md | 8 +++++++- scripts/hello_world_hanapotski.rb | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 scripts/hello_world_hanapotski.rb diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 66f37b7907..ccfcbc240b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -792,4 +792,10 @@ #### Name: [Luis Alducin](https://linkedin.com/luisalduucin) - Place: Mexico City - Bio: Software Engineer -- GitHub: [Luis Alducin](https://github.com/luisalduucin) \ No newline at end of file +- GitHub: [Luis Alducin](https://github.com/luisalduucin) + +#### Name: [Hannah Zulueta](https://github.com/hanapotski) +- Place: North Hollywood, CA +- Bio: Web developer, Calligrapher, Musician, Entrepreneur +- GitHub: [Ryan Smith](https://github.com/hanapotski) +- Website: [Blog](https://homemadecoder.wordpress.com) \ No newline at end of file diff --git a/scripts/hello_world_hanapotski.rb b/scripts/hello_world_hanapotski.rb new file mode 100644 index 0000000000..1812fddbbb --- /dev/null +++ b/scripts/hello_world_hanapotski.rb @@ -0,0 +1,5 @@ +# LANGUAGE: Ruby +# AUTHOR: Hannah Zulueta +# GITHUB: https://github.com/hanapotski + +puts "Hello, World!" From 8789537cff8b60c165975b3d372bbd982c2178b2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 16:56:52 -0400 Subject: [PATCH 462/531] Rename HelloWorld.css to hello_world_benjibobs.css --- scripts/{HelloWorld.css => hello_world_benjibobs.css} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.css => hello_world_benjibobs.css} (100%) diff --git a/scripts/HelloWorld.css b/scripts/hello_world_benjibobs.css similarity index 100% rename from scripts/HelloWorld.css rename to scripts/hello_world_benjibobs.css From 0f4247544308bca82424e611b7677632a6b1a5f9 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 16:58:35 -0400 Subject: [PATCH 463/531] Rename Rizki to Rizki.md --- profiles/{Rizki => Rizki.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename profiles/{Rizki => Rizki.md} (100%) diff --git a/profiles/Rizki b/profiles/Rizki.md similarity index 100% rename from profiles/Rizki rename to profiles/Rizki.md From 4daa9c8989f8a785ee8747739631077ec106c4fb Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Mon, 16 Oct 2017 16:58:54 -0400 Subject: [PATCH 464/531] Rename HelloWorldRI.pas to hello_world_rizkiprof.pas --- scripts/{HelloWorldRI.pas => hello_world_rizkiprof.pas} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorldRI.pas => hello_world_rizkiprof.pas} (100%) diff --git a/scripts/HelloWorldRI.pas b/scripts/hello_world_rizkiprof.pas similarity index 100% rename from scripts/HelloWorldRI.pas rename to scripts/hello_world_rizkiprof.pas From ab19d1f0313f50988d6efb22f113eb285fc9489e Mon Sep 17 00:00:00 2001 From: Bahnburner Date: Mon, 16 Oct 2017 16:29:34 -0500 Subject: [PATCH 465/531] Create Bahnburner.md --- profiles/Bahnburner.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Bahnburner.md diff --git a/profiles/Bahnburner.md b/profiles/Bahnburner.md new file mode 100644 index 0000000000..8b6c28f998 --- /dev/null +++ b/profiles/Bahnburner.md @@ -0,0 +1,25 @@ +# Tristan Caulfield + +### Location + +- Memphis, TN + +### Academics + +- University of Memphis + +### Interests + +- Home Automation, Automotive Mechanics, Fishing, Camping + +### Development + +- Annoyer of Wife + +### Projects + +- [Home Assistant Config](https://github.com/Bahnburner/Home-Assistant-Config) A repo containing the configuration and automations for my smart home. + +### Profile Link + +[Bahnburner](https://github.com/Bahnburne) From 3a203251a38381511aac1d095e874755e718a793 Mon Sep 17 00:00:00 2001 From: Mathew Kirschbaum Date: Mon, 16 Oct 2017 17:46:54 -0400 Subject: [PATCH 466/531] Create Mathew_Kirschbaum.md --- profiles/Mathew_Kirschbaum.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 profiles/Mathew_Kirschbaum.md diff --git a/profiles/Mathew_Kirschbaum.md b/profiles/Mathew_Kirschbaum.md new file mode 100644 index 0000000000..9e1f6832f8 --- /dev/null +++ b/profiles/Mathew_Kirschbaum.md @@ -0,0 +1,34 @@ +# Mathew Kirschbaum + +### Location + +Connecticut, USA + +### Academics + +University of Connecticut, Computer Science, Freshman + +### Interests + +- Dungeons and Dragons +- Pool +- Game of Thrones +- Web Development +- Arduino / Raspberry Pi + +### Development + +- Backend web development (Rails, PHP) +- Frontend web development (HTML5, CSS3, Javascript, jQuery) +- Java, Python, .NET + +### Projects + +- [Antitimer](https://github.com/mkirsch42/antitimer) A speedrunning timer for Antichamber +- [QXRZ](https://github.com/mkirsch42/QXRZ) Multiplayer top-down shooter game made for my high school CS class +- [ElectricitySim](https://github.com/mkirsch42/ElectricitySim) A simple electric field simulator +- [NumCrunch](https://github.com/mkirsch42/NumCrunch) A material design RPN calculator for Android + +### Profile Link + +[Mathew Kirschbaum](https://github.com/mkirsch42) From 7693e0aecb217498870079a652d6e64fb663005e Mon Sep 17 00:00:00 2001 From: Maaike Van Roy Date: Mon, 16 Oct 2017 23:55:16 +0200 Subject: [PATCH 467/531] Hello World Java --- scripts/hello_world_MaaikeVR.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/hello_world_MaaikeVR.java diff --git a/scripts/hello_world_MaaikeVR.java b/scripts/hello_world_MaaikeVR.java new file mode 100644 index 0000000000..ba9c7e8d78 --- /dev/null +++ b/scripts/hello_world_MaaikeVR.java @@ -0,0 +1,11 @@ +// LANGUAGE: Java +// AUTHOR: MaaikeVR +// GITHUB: https://github.com/MaaikeVR + +public class hello_world{ + + public static void main(String[] args){ + System.out.println("Hello World!"); + } + +} From b0bd6ffb19d570f85c5cb0d904ef562eab421224 Mon Sep 17 00:00:00 2001 From: Isaac Abrahamson Date: Mon, 16 Oct 2017 16:59:33 -0500 Subject: [PATCH 468/531] add my profile --- profiles/Isaac_Abrahamson.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Isaac_Abrahamson.md diff --git a/profiles/Isaac_Abrahamson.md b/profiles/Isaac_Abrahamson.md new file mode 100644 index 0000000000..9ab8d7de74 --- /dev/null +++ b/profiles/Isaac_Abrahamson.md @@ -0,0 +1,27 @@ +# Isaac Abrahamson + +### Location + +Iowa City, Iowa Area, United States of America + +### Academics + +Homeschool + +### Interests + +- Video Games +- Programming +- Entrepreneurship + +### Development + +- freeCodeCamp staff member and forum moderator + +### Projects + +- [Simon Game](https://github.com/IsaacAbrahamson/Simon) A fun little remake of the classic simon game. + +### Profile Link + +[IsaacAbrahamson](https://github.com/IsaacAbrahamson) \ No newline at end of file From 59f33ee8b2f98001a8560d388001e7c582e2ffd4 Mon Sep 17 00:00:00 2001 From: apcatx Date: Mon, 16 Oct 2017 17:09:26 -0500 Subject: [PATCH 469/531] initial commit, first contribution --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 538faefbcb..5a70b08b96 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -829,3 +829,8 @@ - Place: Germany - Bio: Full Stack Developer, living on a CI/CD pipeline - GitHub: [madduci](https://github.com/madduci) + +#### Name: [Austin Carey](https://github.com/apcatx) +- Place: Austin, TX, USA +- Bio: Jr Full Stack Developer making my first contribution. +- GitHub: [apcatx](https://github.com/apcatx) From 9be7f993ea07ad522aa2516356932f26e8394342 Mon Sep 17 00:00:00 2001 From: John Rexter Flores Date: Tue, 17 Oct 2017 08:13:44 +0800 Subject: [PATCH 470/531] add name --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5a70b08b96..ecf51e6087 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -834,3 +834,8 @@ - Place: Austin, TX, USA - Bio: Jr Full Stack Developer making my first contribution. - GitHub: [apcatx](https://github.com/apcatx) + +#### Name: [John Rexter Flores](https://github.com/alldeads) +- Place: Cebu, Philippines +- Bio: Full Stack Developer +- Github: [John Rexter Flores](https://github.com/alldeads) From a859f886496c46e907c52ecc2e4241e7ee9b7698 Mon Sep 17 00:00:00 2001 From: running-cool Date: Mon, 16 Oct 2017 21:18:25 -0400 Subject: [PATCH 471/531] CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ecf51e6087..3e229fb352 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -839,3 +839,8 @@ - Place: Cebu, Philippines - Bio: Full Stack Developer - Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Alex Choi](https://github.com/running-cool) +- Place: Athens, GA +- Bio: Student +- Github: [running-cool](https://github.com/running-cool) From fddfd78832d17b591d9b776daee5f347a62dfe7d Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Mon, 16 Oct 2017 23:35:10 -0200 Subject: [PATCH 472/531] Update Contributors.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ecf51e6087..0e4ba7c70f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -839,3 +839,8 @@ - Place: Cebu, Philippines - Bio: Full Stack Developer - Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Luciano Santana dos Santos](https://github.com/lucianosds) +- Place: Ponta Grossa, PR, Brasil +- Bio: Computer Network Professional +- Github: [Luciano Santana dos Santos](https://github.com/lucianosds) From 8c06d81055446685553a50c331c336fd51638534 Mon Sep 17 00:00:00 2001 From: Noah Walker Date: Mon, 16 Oct 2017 20:20:55 -0600 Subject: [PATCH 473/531] MegosAlpha (#809) * NQP Programming Language Hello World * Rename hello_world.nqp to hello_world_MegosAlpha.nqp --- scripts/hello_world_MegosAlpha.nqp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_MegosAlpha.nqp diff --git a/scripts/hello_world_MegosAlpha.nqp b/scripts/hello_world_MegosAlpha.nqp new file mode 100644 index 0000000000..72a57463dd --- /dev/null +++ b/scripts/hello_world_MegosAlpha.nqp @@ -0,0 +1,5 @@ +# LANGUAGE: NQP +# ENV: NQP Python Implementation +# AUTHOR: MegosAlpha +# GITHUB: https://github.com/MegosAlpha +spx "Hello, world!" From 258ec1992575ce98e504ed57d6c60a54b1a8d6d2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 22:18:19 -0400 Subject: [PATCH 474/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 175 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 165 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c38280f8cf..f49b96ff9f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -487,11 +483,6 @@ s in Computer Science - Bio: I am a Machine Learning enthusiast. - GitHub: [vaibhaw2731](https://github.com/vaibhaw2731) -#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) -- Place: Kathmandu, Nepal -- Bio: Open Data and Open Knowledge activist -- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) - #### Name: [Dhevi Rajendran](https://github.com/dhevi) - Place: USA - Bio: Software Engineer @@ -535,6 +526,7 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany - Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India @@ -685,6 +677,11 @@ s in Computer Science - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) + #### Name: [Jakub Bačo](https://github.com/vysocina) - Place: Slovakia - Bio: Student / Designer @@ -699,3 +696,161 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Brent Scheppmann](https://github.com/bareon) +- Place: Garden Grove, CA, US +- Bio: Student, Geophysicist +- GitHub: [Brent Scheppmann](https://github.com/bareon) + +#### Name: [Andrea Stringham](https://github.com/astringham) +- Place: Phoenix, AZ USA +- Bio: Coffee addict, dog person, developer. +- GitHub: [Andrea Stringham](https://github.com/astringham) + +#### Name: [coastalchief](https://github.com/coastalchief) +- Place: Germany +- Bio: dev +- GitHub: [coastalchief](https://github.com/coastalchief) + +#### Name: [Furkan Arabaci](https://github.com/illegaldisease) +- Place: Turkey +- Bio: Computer Science student +- GitHub: [Furkan Arabaci](https://github.com/illegaldisease) + +#### Name: [Rizki Ramadhana](https://github.com/rizkiprof) +- Place: Yogyakarta, Indonesia +- Bio: Student / Front-end Developer +- GitHub: [Rizki Ramadhana](https://github.com/rizkiprof) + +#### Name: [Sarthak Bhagat](https://github.com/sarthak268) +- Place: Delhi, India +- Bio: ECE Undergraduate +- GitHub: [Sarthak Bhagat](https://github.com/sarthak268) + +#### Name: [Haley C Smith](https://github.com/haleycs) +- Place: Orlando, Florida +- Bio: Web Designer/Developer +- GitHub: [Haley C Smith](https://github.com/haleycs) + +#### Name: [Lesyntheti](https://github.com/lesyntheti) +- Place : Troyes, France +- Bio : Network Engineer at University of Technology of Troyes +- Github: [lesyntheti](https://gitbub.com/lesyntheti) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) + +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Igor Rzegocki](https://github.com/ajgon) +- Place: Kraków, PL +- Bio: I do Ruby for living, and hacking for fun +- GitHub: [Igor Rzegocki](https://github.com/ajgon) +- Website: [Online Portfolio](https://rzegocki.pl/) + +#### Name: [JULIE QIU](https://github.com/julieqiu) +- Place: New York City, NY, USA +- Bio: Software Engineer; Loves iced coffee +- GitHub: [Julie Qiu](https://github.com/julieqiu) + +#### Name: [Luis Alducin](https://linkedin.com/luisalduucin) +- Place: Mexico City +- Bio: Software Engineer +- GitHub: [Luis Alducin](https://github.com/luisalduucin) + +#### Name: [Hannah Zulueta](https://github.com/hanapotski) +- Place: North Hollywood, CA +- Bio: Web developer, Calligrapher, Musician, Entrepreneur +- GitHub: [Ryan Smith](https://github.com/hanapotski) +- Website: [Blog](https://homemadecoder.wordpress.com) + +#### Name: [Michele Adduci](https://micheleadduci.net) +- Place: Germany +- Bio: Full Stack Developer, living on a CI/CD pipeline +- GitHub: [madduci](https://github.com/madduci) + +#### Name: [Austin Carey](https://github.com/apcatx) +- Place: Austin, TX, USA +- Bio: Jr Full Stack Developer making my first contribution. +- GitHub: [apcatx](https://github.com/apcatx) + +#### Name: [John Rexter Flores](https://github.com/alldeads) +- Place: Cebu, Philippines +- Bio: Full Stack Developer +- Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Luciano Santana dos Santos](https://github.com/lucianosds) +- Place: Ponta Grossa, PR, Brasil +- Bio: Computer Network Professional +- Github: [Luciano Santana dos Santos](https://github.com/lucianosds) + +#### Name: [Alex Choi](https://github.com/running-cool) +- Place: Athens, GA +- Bio: Student +- Github: [running-cool](https://github.com/running-cool) + +#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) +- Place: Kathmandu, Nepal +- Bio: Open Data and Open Knowledge activist +- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) From df5a4e4d476cfc61bbdc6db0b9c3a59a5cbf6641 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 22:46:56 -0400 Subject: [PATCH 475/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 185 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 180 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f6b4c1120a..274206bc39 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -50,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -530,6 +526,7 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany - Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India @@ -680,6 +677,11 @@ s in Computer Science - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) + #### Name: [Jakub Bačo](https://github.com/vysocina) - Place: Slovakia - Bio: Student / Designer @@ -695,7 +697,180 @@ s in Computer Science - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) +#### Name: [Aitor Alonso](https://github.com/tairosonloa) +- Place: Madrid, Spain +- Bio: Computer Science and Engineering BSc student at Carlos III University of Madrid +- GitHub: [Aitor Alonso](https://github.com/tairosonloa) + #### Name: [Veronika Tolpeeva](https://github.com/ostyq) - Place: Moscow, Russia - Bio: Web developer - GitHub: [Veronika Tolpeeva](https://github.com/ostyq) + +#### Name: [Dzmitry Kasinets](https://github.com/dkasinets) +- Place: Brooklyn, NY, USA +- Bio: CS student at Brooklyn College, and The Game of Thrones fan :3 +- Github: [Dzmitry Kasinets](https://github.com/dkasinets) + +#### Name: [Anthony Mineo](https://github.com/amineo) +- Place: New Jersey, USA +- Bio: Web Design & Development +- GitHub: [Anthony Mineo](https://github.com/amineo) + +#### Name: [Brent Scheppmann](https://github.com/bareon) +- Place: Garden Grove, CA, US +- Bio: Student, Geophysicist +- GitHub: [Brent Scheppmann](https://github.com/bareon) + +#### Name: [Andrea Stringham](https://github.com/astringham) +- Place: Phoenix, AZ USA +- Bio: Coffee addict, dog person, developer. +- GitHub: [Andrea Stringham](https://github.com/astringham) + +#### Name: [coastalchief](https://github.com/coastalchief) +- Place: Germany +- Bio: dev +- GitHub: [coastalchief](https://github.com/coastalchief) + +#### Name: [Furkan Arabaci](https://github.com/illegaldisease) +- Place: Turkey +- Bio: Computer Science student +- GitHub: [Furkan Arabaci](https://github.com/illegaldisease) + +#### Name: [Rizki Ramadhana](https://github.com/rizkiprof) +- Place: Yogyakarta, Indonesia +- Bio: Student / Front-end Developer +- GitHub: [Rizki Ramadhana](https://github.com/rizkiprof) + +#### Name: [Sarthak Bhagat](https://github.com/sarthak268) +- Place: Delhi, India +- Bio: ECE Undergraduate +- GitHub: [Sarthak Bhagat](https://github.com/sarthak268) + +#### Name: [Haley C Smith](https://github.com/haleycs) +- Place: Orlando, Florida +- Bio: Web Designer/Developer +- GitHub: [Haley C Smith](https://github.com/haleycs) + +#### Name: [Lesyntheti](https://github.com/lesyntheti) +- Place : Troyes, France +- Bio : Network Engineer at University of Technology of Troyes +- Github: [lesyntheti](https://gitbub.com/lesyntheti) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) + +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Igor Rzegocki](https://github.com/ajgon) +- Place: Kraków, PL +- Bio: I do Ruby for living, and hacking for fun +- GitHub: [Igor Rzegocki](https://github.com/ajgon) +- Website: [Online Portfolio](https://rzegocki.pl/) + +#### Name: [JULIE QIU](https://github.com/julieqiu) +- Place: New York City, NY, USA +- Bio: Software Engineer; Loves iced coffee +- GitHub: [Julie Qiu](https://github.com/julieqiu) + +#### Name: [Luis Alducin](https://linkedin.com/luisalduucin) +- Place: Mexico City +- Bio: Software Engineer +- GitHub: [Luis Alducin](https://github.com/luisalduucin) + +#### Name: [Hannah Zulueta](https://github.com/hanapotski) +- Place: North Hollywood, CA +- Bio: Web developer, Calligrapher, Musician, Entrepreneur +- GitHub: [Ryan Smith](https://github.com/hanapotski) +- Website: [Blog](https://homemadecoder.wordpress.com) + +#### Name: [Michele Adduci](https://micheleadduci.net) +- Place: Germany +- Bio: Full Stack Developer, living on a CI/CD pipeline +- GitHub: [madduci](https://github.com/madduci) + +#### Name: [Austin Carey](https://github.com/apcatx) +- Place: Austin, TX, USA +- Bio: Jr Full Stack Developer making my first contribution. +- GitHub: [apcatx](https://github.com/apcatx) + +#### Name: [John Rexter Flores](https://github.com/alldeads) +- Place: Cebu, Philippines +- Bio: Full Stack Developer +- Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Luciano Santana dos Santos](https://github.com/lucianosds) +- Place: Ponta Grossa, PR, Brasil +- Bio: Computer Network Professional +- Github: [Luciano Santana dos Santos](https://github.com/lucianosds) + +#### Name: [Alex Choi](https://github.com/running-cool) +- Place: Athens, GA +- Bio: Student +- Github: [running-cool](https://github.com/running-cool) + +#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) +- Place: Kathmandu, Nepal +- Bio: Open Data and Open Knowledge activist +- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) From 4fcc851419958a7a17b63336b185277075a048ed Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 22:51:44 -0400 Subject: [PATCH 476/531] Rename hello_world.ws to hello_world_chashmeetsingh.ws --- scripts/{hello_world.ws => hello_world_chashmeetsingh.ws} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.ws => hello_world_chashmeetsingh.ws} (100%) diff --git a/scripts/hello_world.ws b/scripts/hello_world_chashmeetsingh.ws similarity index 100% rename from scripts/hello_world.ws rename to scripts/hello_world_chashmeetsingh.ws From 4512e6fc138ed30b05d3bc28205cb414240f73a3 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 22:56:33 -0400 Subject: [PATCH 477/531] Rename caio-calderari.js to hello_world_caiocall.js --- scripts/{caio-calderari.js => hello_world_caiocall.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{caio-calderari.js => hello_world_caiocall.js} (100%) diff --git a/scripts/caio-calderari.js b/scripts/hello_world_caiocall.js similarity index 100% rename from scripts/caio-calderari.js rename to scripts/hello_world_caiocall.js From 55f54e02f1b40421404153fb4e3350af87568077 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 22:58:22 -0400 Subject: [PATCH 478/531] Rename helloworld.js to hello_world_carloslahrssen.js --- scripts/{helloworld.js => hello_world_carloslahrssen.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{helloworld.js => hello_world_carloslahrssen.js} (58%) diff --git a/scripts/helloworld.js b/scripts/hello_world_carloslahrssen.js similarity index 58% rename from scripts/helloworld.js rename to scripts/hello_world_carloslahrssen.js index dfeba07b80..56de3509b0 100644 --- a/scripts/helloworld.js +++ b/scripts/hello_world_carloslahrssen.js @@ -1,3 +1,3 @@ var hello = "Hello World"; -console.log(hello); \ No newline at end of file +console.log(hello); From 010edad09a562d4a2965c600914c5e542372b733 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 23:04:53 -0400 Subject: [PATCH 479/531] Rename hello.c to hello_world_Fauer4Effect.c --- scripts/{hello.c => hello_world_Fauer4Effect.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello.c => hello_world_Fauer4Effect.c} (100%) diff --git a/scripts/hello.c b/scripts/hello_world_Fauer4Effect.c similarity index 100% rename from scripts/hello.c rename to scripts/hello_world_Fauer4Effect.c From 6351eb214efa6bdb86a9f20b1a22c55ec2263b4a Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 23:47:37 -0400 Subject: [PATCH 480/531] Rename hello_world.zsh to hello_world_VEBERArnaud.zsh --- scripts/{hello_world.zsh => hello_world_VEBERArnaud.zsh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.zsh => hello_world_VEBERArnaud.zsh} (100%) diff --git a/scripts/hello_world.zsh b/scripts/hello_world_VEBERArnaud.zsh similarity index 100% rename from scripts/hello_world.zsh rename to scripts/hello_world_VEBERArnaud.zsh From c2ac40eeb7e6f3d7c8c68b7526ae83e8e0648a91 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 23:51:23 -0400 Subject: [PATCH 481/531] Rename helloworld_LuizMattos.c to hello_world_LuizMattos.c --- scripts/{helloworld_LuizMattos.c => hello_world_LuizMattos.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloworld_LuizMattos.c => hello_world_LuizMattos.c} (100%) diff --git a/scripts/helloworld_LuizMattos.c b/scripts/hello_world_LuizMattos.c similarity index 100% rename from scripts/helloworld_LuizMattos.c rename to scripts/hello_world_LuizMattos.c From 5c2ceba0baf1e42d228333b8912e5e916d57e2d2 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Tue, 17 Oct 2017 23:56:15 -0400 Subject: [PATCH 482/531] Rename helloWorld.php to hello_world_chefjuanpi.php --- scripts/{helloWorld.php => hello_world_chefjuanpi.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{helloWorld.php => hello_world_chefjuanpi.php} (100%) diff --git a/scripts/helloWorld.php b/scripts/hello_world_chefjuanpi.php similarity index 100% rename from scripts/helloWorld.php rename to scripts/hello_world_chefjuanpi.php From 242e3ac9ce3937ad4caaddfb599952ff6a3abad8 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:01:49 -0400 Subject: [PATCH 483/531] Rename hello_world_zynk to hello_world_zynk.py --- scripts/{hello_world_zynk => hello_world_zynk.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world_zynk => hello_world_zynk.py} (100%) diff --git a/scripts/hello_world_zynk b/scripts/hello_world_zynk.py similarity index 100% rename from scripts/hello_world_zynk rename to scripts/hello_world_zynk.py From b1f3ceb9133142293477b4b4a9d406d705761c86 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:05:02 -0400 Subject: [PATCH 484/531] Rename hello_world_1.cpp to hello_world_tanmaydarmorha.cpp --- scripts/{hello_world_1.cpp => hello_world_tanmaydarmorha.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world_1.cpp => hello_world_tanmaydarmorha.cpp} (100%) diff --git a/scripts/hello_world_1.cpp b/scripts/hello_world_tanmaydarmorha.cpp similarity index 100% rename from scripts/hello_world_1.cpp rename to scripts/hello_world_tanmaydarmorha.cpp From ba8d74a9b88de89408bfb8d0241881c3d45cbfcc Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:06:06 -0400 Subject: [PATCH 485/531] Rename hello_world.clj to hello_world_RenCloud.clj --- scripts/hello_world.clj | 2 -- scripts/hello_world_RenCloud.clj | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 scripts/hello_world.clj create mode 100644 scripts/hello_world_RenCloud.clj diff --git a/scripts/hello_world.clj b/scripts/hello_world.clj deleted file mode 100644 index b8657a8966..0000000000 --- a/scripts/hello_world.clj +++ /dev/null @@ -1,2 +0,0 @@ -//LANGUAGE: CLOJURE -(println "Hello World!") \ No newline at end of file diff --git a/scripts/hello_world_RenCloud.clj b/scripts/hello_world_RenCloud.clj new file mode 100644 index 0000000000..01657a5977 --- /dev/null +++ b/scripts/hello_world_RenCloud.clj @@ -0,0 +1,2 @@ +//LANGUAGE: CLOJURE +(println "Hello World!") From 3dd043dd7440ddeec46a4d8735a5df4a200393c0 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:10:10 -0400 Subject: [PATCH 486/531] Rename ostyqHello.js to hello_world_ostyq.js --- scripts/{ostyqHello.js => hello_world_ostyq.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{ostyqHello.js => hello_world_ostyq.js} (68%) diff --git a/scripts/ostyqHello.js b/scripts/hello_world_ostyq.js similarity index 68% rename from scripts/ostyqHello.js rename to scripts/hello_world_ostyq.js index c4e78b41f6..10c0e6261f 100644 --- a/scripts/ostyqHello.js +++ b/scripts/hello_world_ostyq.js @@ -3,4 +3,4 @@ // AUTHOR: Veronika Tolpeeva // GITHUB: https://github.com/ostyq -console.log('Hello, World and Hacktoberfest!'); \ No newline at end of file +console.log('Hello, World and Hacktoberfest!'); From 3716dfacccb102e44eac4207b7d2efcce4ac8504 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:17:37 -0400 Subject: [PATCH 487/531] Rename hworld.lsp to hello_world_bhardwajanish.lsp --- scripts/{hworld.lsp => hello_world_bhardwajanish.lsp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hworld.lsp => hello_world_bhardwajanish.lsp} (100%) diff --git a/scripts/hworld.lsp b/scripts/hello_world_bhardwajanish.lsp similarity index 100% rename from scripts/hworld.lsp rename to scripts/hello_world_bhardwajanish.lsp From fd1dbe401b782a6455cbb1477ffa94819a87a812 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:20:14 -0400 Subject: [PATCH 488/531] Rename hello_world.kt to hello_world_Nefari0uss.kt --- scripts/{hello_world.kt => hello_world_Nefari0uss.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.kt => hello_world_Nefari0uss.kt} (100%) diff --git a/scripts/hello_world.kt b/scripts/hello_world_Nefari0uss.kt similarity index 100% rename from scripts/hello_world.kt rename to scripts/hello_world_Nefari0uss.kt From 3c5ec717b640e45256b01c93d6df22e936e1d6b6 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:24:30 -0400 Subject: [PATCH 489/531] Rename HelloWorld.exs to hello_world_JoeBanks13.exs --- scripts/{HelloWorld.exs => hello_world_JoeBanks13.exs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{HelloWorld.exs => hello_world_JoeBanks13.exs} (100%) diff --git a/scripts/HelloWorld.exs b/scripts/hello_world_JoeBanks13.exs similarity index 100% rename from scripts/HelloWorld.exs rename to scripts/hello_world_JoeBanks13.exs From 8e075cefbca5790063837b07ebe354cc34565094 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:26:56 -0400 Subject: [PATCH 490/531] Rename hello_world.bat to hello_world_pudkipz.bat --- scripts/{hello_world.bat => hello_world_pudkipz.bat} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{hello_world.bat => hello_world_pudkipz.bat} (100%) diff --git a/scripts/hello_world.bat b/scripts/hello_world_pudkipz.bat similarity index 100% rename from scripts/hello_world.bat rename to scripts/hello_world_pudkipz.bat From 04504886b263cd632df19e28e3dbbe9ea25fa8af Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Wed, 18 Oct 2017 00:44:33 -0400 Subject: [PATCH 491/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 358 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 348 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 474297f29d..6a00971bc8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,8 +1,3 @@ -#### Name: [SHANAKA ANURADHA](https://github.com/shanaka95) -- Place: Sri Lanka -- Bio: Undergraduate -- GitHub: [Shanaka95](https://github.com/shanaka95) - #### Name: [ALICE CHUANG](https://github.com/AliceWonderland) - Place: New York City, NY, USA - Bio: I love DOGS! :dog: @@ -55,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -248,6 +239,11 @@ s in Computer Science - Bio: I like Code :sunglasses:, Coloring :art:, and Cardio :running: - GitHub: [Ren Cummings](https://github.com/nrenc027) +#### Name: [Nefari0uss](https://github.com/nefari0uss) +- Place: USA +- Bio: Gamer, developer, and open source enthusiast! +- Github: [Nefari0uss](https://github.com/nefari0uss) + #### Name: [S Stewart](https://github.com/tilda) - Place: Denton, Texas, US - Bio: Dude trying to become a IT guy somewhere. Also reads [The Register](https://www.theregister.co.uk). @@ -303,11 +299,23 @@ s in Computer Science - Bio:In love with the WEB,from age of 5! - Github:[Avinash Jaiswal](https://github.com/littlestar642) +#### Name: [JoeBanks13](https://github.com/JoeBanks13) +- Place: York, United Kingdom +- Bio: Backend web developer +- GitHub: [JoeBanks13](https://github.com/JoeBanks13) +- Webpage: [josephbanks.me](https://josephbanks.me) +- GitLab Server: [GitLab](https://gitlab.josephbanks.me/JoeBanks13) + #### Name: [Alisson Vargas](https://github.com/alisson-mich) - Place: Torres, RS, Brazil - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Mat.](https://github.com/pudkipz) +- Place: Stockholm, Sweden +- Bio: Random Swedish student. +- GitHub: [Mat.](https://github.com/pudkipz) + #### Name: [Adiyat Mubarak](https://github.com/Keda87) - Place: Jakarta, ID, Indonesia - Bio: Technology Agnostic @@ -535,6 +543,7 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany - Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India @@ -685,6 +694,11 @@ s in Computer Science - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) + #### Name: [Jakub Bačo](https://github.com/vysocina) - Place: Slovakia - Bio: Student / Designer @@ -699,3 +713,327 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Gilliano Menezes](https://github.com/gillianomenezes) +- Place: Recife, Brazil +- Bio: Software Engineer at www.neuroup.com.br +- GitHub: [Gilliano Menezes](https://github.com/gillianomenezes) + +#### Name: [Luís Antonio Prado Lança](https://github.com/luisslanca) +- Place: Jundiaí, São Paulo, Brazil +- Bio: I'm a student in Fatec Jundiaí and Web Developer. +- GitHub: [Luís Antonio Prado Lança](https://github.com/luisslanca) + +#### Name: [Anish Bhardwaj](https://github.com/bhardwajanish) +- Place: New Delhi, India +- Bio: CSD IIITD +- GitHub: [Anish Bhardwaj](https://github.com/bhardwajanish) + +#### Name: [Ankur Sharma](https://github.com/ankurs287) +- Place: New Delhi, India +- Bio: CSAM, IIITD +- GitHub: [Ankur Sharma](https://github.com/ankurs287) + +#### Name: [Siddhant Verma](https://github.com/siddver007) +- Place: Delhi, India +- Bio: Information Assurance and Cybersecurity Master's Student at Northeastern University +- GitHub: [Siddhant Verma](https://github.com/siddver007) + +#### Name: [Cody Williams](https://github.com/codyw9524) +- Place: Dallas, Texas, USA +- Bio: Web Nerd +- GitHub: [Cody Williams](https://github.com/codyw9524) + +#### Name: [Aayush Sharma](https://github.com/aayusharma) +- Place: Mandi, Himachal Pradesh, India +- Bio: IITian +- GitHub: [Aayush Sharma](https://github.com/aayusharma) + +#### Name: [Jonas Fabisiak](https://github.com/RenCloud) +- Place: Hanover, Germany +- Bio: IT Student +- GitHub: [Jonas Fabisiak](https://github.com/RenCloud) + +#### Name: [Mark Schultz](https://github.com/zynk) +- Place: Calgary, Alberta +- Bio: IT Student at SAIT +- GitHub: [Mark Schultz](https://github.com/zynk) + +#### Name: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) +- Place: Chicoutimi, QC, Canada +- Bio: Full Stack Developer +- GitHub: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) + +### Name: [Isaac Torres Michel](https://github.com/isaactorresmichel) +- Place: León, Mexico +- Bio: Software Engineer +- GitHub: [Isaac Torres Michel](https://github.com/isaactorresmichel) + +#### Name: [Klaudia K.](https://github.com/KalpiKK) +- Place: Poland +- Bio: IT Student at the University of Wroclaw +- GitHub: [Klaudia K.](https://github.com/KalpiKK) + +#### Name: [Luiz Gustavo Mattos](https://github.com/mano0012) +- Place: Brasil +- Bio: Computer Science Student +- Github: [Luiz Matos](https://github.com/mano0012) + +#### Name: [Jeppe Ernst](https://github.com/Ern-st) +- Place: 🇩🇰 +- Bio: fullstack/devops/security unicorn 🦄 +- GitHub: [Jeppe Ernst](https://github.com/Ern-st) + +#### Name: [Sergey Gorky](https://github.com/sergeygorky) +- Place: Ukraine +- Bio: I've Top Rated status in Upwork +- GitHub: [Sergey Gorky](https://github.com/sergeygorky) + +#### Name: [Ayush Agarwal](https://github.com/thisisayaush) +- Place: Noida, India +- Bio: CSE Student at the Amity University +- GitHub: [Ayush Agarwal](https://github.com/thisisayush) + +#### Name: [Arie Kurniawan](https://github.com/arkwrn) +- Place: Jakarta, Indonesia +- Bio: IT Student at Universiy of Muhammadiyah Jakarta +- GitHub: [Arie Kurniawan](https://github.com/arkwrn) + +#### Name: [Ramón Didier Valdez Yocupicio](https://github.com/xDidier901) +- Place: Hermosillo, Sonora, México +- Bio: Software Developer / Student +- GitHub: [Didier Valdez](https://github.com/xDidier901) + +#### Name: [Jamie Pinheiro](https://github.com/jamiepinheiro) +- Place: Canada +- Bio: Student @ uWaterloo +- GitHub: [jamiepinheiro](https://github.com/jamiepinheiro) + +#### Name: [Alvin Abia](https://github.com/twist295) +- Place: NY, USA +- Bio: Lead Mobile Developer +- Github: [Alvin Abia](https://github.com/twist295) + +### Name: [Carlos Federico Lahrssen](https://github.com/carloslahrssen) +- Place: Miami, Florida, USA +- Bio: CS Student at Florida International University +- GitHub: [Carlos Lahrssen](https://github.com/carloslahrssen) + +#### Name: [Caio Calderari](https://github.com/caiocall) +- Place: Campinas, São Paulo, Brazil +- Bio: Designer +- GitHub: [Caio Calderari](https://github.com/caiocall) + +#### Name: [Chashmeet Singh](https://github.com/chashmeetsingh) +- Place: New Delhi, India +- Bio: CS Student +- GitHub: [Chashmeet Singh](https://github.com/chashmeetsingh) + +#### Name: [Aimee Tacchi](https://github.com/darkxangel84) +- Place: England, UK +- Bio: Female Front-End Developer From England, UK, I love Code, Cats and Tea. Also love travelling. +- GitHub: [darkxangel84](https://github.com/darkxangel84) + +#### Name: [Stuart Wares](https://github.com/StuWares) +- Place: Tamworth, United Kingdom +- Bio: Learning web development to help with a career change! +- GitHub: [Stu Wares](https://github.com/StuWares) + +#### Name: [Aitor Alonso](https://github.com/tairosonloa) +- Place: Madrid, Spain +- Bio: Computer Science and Engineering BSc student at Carlos III University of Madrid +- GitHub: [Aitor Alonso](https://github.com/tairosonloa) + +#### Name: [Veronika Tolpeeva](https://github.com/ostyq) +- Place: Moscow, Russia +- Bio: Web developer +- GitHub: [Veronika Tolpeeva](https://github.com/ostyq) + +#### Name: [Dzmitry Kasinets](https://github.com/dkasinets) +- Place: Brooklyn, NY, USA +- Bio: CS student at Brooklyn College, and The Game of Thrones fan :3 +- Github: [Dzmitry Kasinets](https://github.com/dkasinets) + +#### Name: [Anthony Mineo](https://github.com/amineo) +- Place: New Jersey, USA +- Bio: Web Design & Development +- GitHub: [Anthony Mineo](https://github.com/amineo) + +#### Name: [Brent Scheppmann](https://github.com/bareon) +- Place: Garden Grove, CA, US +- Bio: Student, Geophysicist +- GitHub: [Brent Scheppmann](https://github.com/bareon) + +#### Name: [Andrea Stringham](https://github.com/astringham) +- Place: Phoenix, AZ USA +- Bio: Coffee addict, dog person, developer. +- GitHub: [Andrea Stringham](https://github.com/astringham) + +#### Name: [coastalchief](https://github.com/coastalchief) +- Place: Germany +- Bio: dev +- GitHub: [coastalchief](https://github.com/coastalchief) + +#### Name: [Furkan Arabaci](https://github.com/illegaldisease) +- Place: Turkey +- Bio: Computer Science student +- GitHub: [Furkan Arabaci](https://github.com/illegaldisease) + +#### Name: [Rizki Ramadhana](https://github.com/rizkiprof) +- Place: Yogyakarta, Indonesia +- Bio: Student / Front-end Developer +- GitHub: [Rizki Ramadhana](https://github.com/rizkiprof) + +#### Name: [Sarthak Bhagat](https://github.com/sarthak268) +- Place: Delhi, India +- Bio: ECE Undergraduate +- GitHub: [Sarthak Bhagat](https://github.com/sarthak268) + +#### Name: [Haley C Smith](https://github.com/haleycs) +- Place: Orlando, Florida +- Bio: Web Designer/Developer +- GitHub: [Haley C Smith](https://github.com/haleycs) + +#### Name: [Lesyntheti](https://github.com/lesyntheti) +- Place : Troyes, France +- Bio : Network Engineer at University of Technology of Troyes +- Github: [lesyntheti](https://gitbub.com/lesyntheti) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) + +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Michael Kaiser](https://github.com/patheticpat) +- Place: Germany +- Bio: Ooooooh, nooooooo, not tonight!! +- GitHub: [Michael Kaiser](https://github.com/patheticpat) + +#### Name: [Igor Rzegocki](https://github.com/ajgon) +- Place: Kraków, PL +- Bio: I do Ruby for living, and hacking for fun +- GitHub: [Igor Rzegocki](https://github.com/ajgon) +- Website: [Online Portfolio](https://rzegocki.pl/) + +#### Name: [JULIE QIU](https://github.com/julieqiu) +- Place: New York City, NY, USA +- Bio: Software Engineer; Loves iced coffee +- GitHub: [Julie Qiu](https://github.com/julieqiu) + +#### Name: [Luis Alducin](https://linkedin.com/luisalduucin) +- Place: Mexico City +- Bio: Software Engineer +- GitHub: [Luis Alducin](https://github.com/luisalduucin) + +#### Name: [Hannah Zulueta](https://github.com/hanapotski) +- Place: North Hollywood, CA +- Bio: Web developer, Calligrapher, Musician, Entrepreneur +- GitHub: [Ryan Smith](https://github.com/hanapotski) +- Website: [Blog](https://homemadecoder.wordpress.com) + +#### Name: [Michele Adduci](https://micheleadduci.net) +- Place: Germany +- Bio: Full Stack Developer, living on a CI/CD pipeline +- GitHub: [madduci](https://github.com/madduci) + +#### Name: [Austin Carey](https://github.com/apcatx) +- Place: Austin, TX, USA +- Bio: Jr Full Stack Developer making my first contribution. +- GitHub: [apcatx](https://github.com/apcatx) + +#### Name: [John Rexter Flores](https://github.com/alldeads) +- Place: Cebu, Philippines +- Bio: Full Stack Developer +- Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Luciano Santana dos Santos](https://github.com/lucianosds) +- Place: Ponta Grossa, PR, Brasil +- Bio: Computer Network Professional +- Github: [Luciano Santana dos Santos](https://github.com/lucianosds) + +#### Name: [Alex Choi](https://github.com/running-cool) +- Place: Athens, GA +- Bio: Student +- Github: [running-cool](https://github.com/running-cool) + +#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) +- Place: Kathmandu, Nepal +- Bio: Open Data and Open Knowledge activist +- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) + +#### Name: [Manas kashyap](https://github.com/Manas-kashyap) +- Place: New Delhi, India +- Bio: Computer Science Engineering student at Amity University +Noida +-Github: [Manas kashyap](https://github.com/Manas-kashyap) + +#### Name: [Daksh Chaturvedi](https://github.com/daksh249) +- Place: New Delhi, India +- Bio: ECE Undergraduate at IIIT-Delhi +- GitHub: [Daksh Chaturvedi](https://github.com/daksh249) + +#### Name: [SHANAKA ANURADHA](https://github.com/shanaka95) +- Place: Sri Lanka +- Bio: Undergraduate +- GitHub: [Shanaka95](https://github.com/shanaka95) From ea43a377bb33e46dc49c3e5a5e17a3181a0e8cc6 Mon Sep 17 00:00:00 2001 From: LukBukkit Date: Wed, 18 Oct 2017 16:43:54 +0200 Subject: [PATCH 492/531] Added a profile and a hello world application for Lukas A --- CONTRIBUTORS.md | 7 ++++++- profiles/Lukas_A.md | 30 ++++++++++++++++++++++++++++++ scripts/hello_world_lukas_a.java | 23 +++++++++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 profiles/Lukas_A.md create mode 100644 scripts/hello_world_lukas_a.java diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 8541b037ce..a9b488ab1c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1041,4 +1041,9 @@ Noida ### Name: [Brandon Fadairo](https://github.com/BFadairo) - Place: Columbus, Ohio - Bio: A guy looking to change career fields -- GitHub: [Brandon Fadairo](https://github.com/BFadairo) \ No newline at end of file +- GitHub: [Brandon Fadairo](https://github.com/BFadairo) + +#### Name: [Lukas A](https://github.com/lukbukkit) +- Place: Kassel, Hesse, Germany +- Bio: Student on his way to the Abitur +- GitHub: [LukBukkit](https://github.com/lukbukkit) \ No newline at end of file diff --git a/profiles/Lukas_A.md b/profiles/Lukas_A.md new file mode 100644 index 0000000000..068b55f8f8 --- /dev/null +++ b/profiles/Lukas_A.md @@ -0,0 +1,30 @@ +# Lukas A + +### Location + +Kassel, Hesse, Germany + +### Academics + +Currently attending to a Gymnasium (like a High School) + +### Interests + +- Programming +- Space + +### Development + +- Java +- PHP (Laravel & Symfony) +- Wants to learn Phoenix (& Elixir) +- Open for new technologies + +### Projects + +- [HasteIt](https://github.com/LukWebsForge/HasteIt) A plugin for IDEA-based IDEs. It can upload the file you currently working on to Hastebin +- [TwitchChat](https://github.com/LukWebsForge/TwitchChat) A Java library for interacting the with the chat of streams on Twitch. + +### Profile Link + +[LukBukkit](https://github.com/lukbukkit) \ No newline at end of file diff --git a/scripts/hello_world_lukas_a.java b/scripts/hello_world_lukas_a.java new file mode 100644 index 0000000000..48215d180c --- /dev/null +++ b/scripts/hello_world_lukas_a.java @@ -0,0 +1,23 @@ +public class HelloWorldRunner { + + interface World { + + void sayHello(); + + } + + static class HelloWorld implements World { + + @Override + public void sayHello() { + System.out.println("Hello World"); + } + + } + + public static void main(String[] args) { + World world = new HelloWorld(); + world.sayHello(); + } + +} From a5499b65993e13b368a2ee988d350937926275c6 Mon Sep 17 00:00:00 2001 From: Valera Kushnir Date: Wed, 18 Oct 2017 20:56:14 -0400 Subject: [PATCH 493/531] Added my name to the list of contributors. Thank you! --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a9b488ab1c..daf311e4dc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1046,4 +1046,9 @@ Noida #### Name: [Lukas A](https://github.com/lukbukkit) - Place: Kassel, Hesse, Germany - Bio: Student on his way to the Abitur -- GitHub: [LukBukkit](https://github.com/lukbukkit) \ No newline at end of file +- GitHub: [LukBukkit](https://github.com/lukbukkit) + +#### Name: [Valera Kushnir](https://github.com/kashura) +- Place: Tampa, FL, USA +- Bio: Scrum Master and passionate technologist. +- GitHub: [kashura](https://github.com/kashura) From ea5b4ff21cdacd91f80bbf1107388adce1585d4c Mon Sep 17 00:00:00 2001 From: Eric Briese Date: Thu, 19 Oct 2017 13:29:37 +1000 Subject: [PATCH 494/531] Added my details to contributors file --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a9b488ab1c..e2bf990373 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1046,4 +1046,9 @@ Noida #### Name: [Lukas A](https://github.com/lukbukkit) - Place: Kassel, Hesse, Germany - Bio: Student on his way to the Abitur -- GitHub: [LukBukkit](https://github.com/lukbukkit) \ No newline at end of file +- GitHub: [LukBukkit](https://github.com/lukbukkit) + +#### Name: [Eric Briese](https://github.com/Atrolantra) +- Place: Brisbane, Australia +- Bio: Student studying LAw and IT. Currently working as a software engineer. +- GitHub: [Atrolantra](https://github.com/Atrolantra) \ No newline at end of file From fb74f691b813d3ae5fb029c3923b2319cc6879fa Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 19 Oct 2017 01:35:53 -0400 Subject: [PATCH 495/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 379 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 368 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1ac878a32..04ca1a6c64 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -33,12 +33,6 @@ - Bio: Professional Geek - GitHub: [Patrick S](https://github.com/patsteph) -#### Name: [Ayushverma8](https://github.com/Ayushverma8) -- Place: Indore, TN, IN -- Bio: I'm living the best part of my life and the life that I always wanted to. Surrounded by amazing people everyday. Rich in happiness, meager in hate. Seduce me with bikes and roads, invite me to trekking and long drives. I love food and sleep. I'm driven by music and art. -- GitHub: [Ayush](https://github.com/Ayushverma8) - - #### Name: [Michael Cao](https://github.com/mcao) - Place: PA, USA - Bio: Student @@ -56,11 +50,7 @@ #### Name: [Billy Lee](https://github.com/leebilly0) - Place: WI, USA -- Bio: Software Developer, Bache - - - -s in Computer Science +- Bio: Software Developer, Bachelors in Computer Science - Github: [Billy Lee](https://github.com/leebilly0) #### Name: [AGNIESZKA MISZKURKA](https://github.com/agnieszka-miszkurka) @@ -249,6 +239,11 @@ s in Computer Science - Bio: I like Code :sunglasses:, Coloring :art:, and Cardio :running: - GitHub: [Ren Cummings](https://github.com/nrenc027) +#### Name: [Nefari0uss](https://github.com/nefari0uss) +- Place: USA +- Bio: Gamer, developer, and open source enthusiast! +- Github: [Nefari0uss](https://github.com/nefari0uss) + #### Name: [S Stewart](https://github.com/tilda) - Place: Denton, Texas, US - Bio: Dude trying to become a IT guy somewhere. Also reads [The Register](https://www.theregister.co.uk). @@ -304,11 +299,23 @@ s in Computer Science - Bio:In love with the WEB,from age of 5! - Github:[Avinash Jaiswal](https://github.com/littlestar642) +#### Name: [JoeBanks13](https://github.com/JoeBanks13) +- Place: York, United Kingdom +- Bio: Backend web developer +- GitHub: [JoeBanks13](https://github.com/JoeBanks13) +- Webpage: [josephbanks.me](https://josephbanks.me) +- GitLab Server: [GitLab](https://gitlab.josephbanks.me/JoeBanks13) + #### Name: [Alisson Vargas](https://github.com/alisson-mich) - Place: Torres, RS, Brazil - Bio: A guy who loves IT :D - GitHub: [Alisson Vargas](https://github.com/alisson-mich) +#### Name: [Mat.](https://github.com/pudkipz) +- Place: Stockholm, Sweden +- Bio: Random Swedish student. +- GitHub: [Mat.](https://github.com/pudkipz) + #### Name: [Adiyat Mubarak](https://github.com/Keda87) - Place: Jakarta, ID, Indonesia - Bio: Technology Agnostic @@ -536,6 +543,7 @@ s in Computer Science #### Name: [Matthias Kraus](https://github.com/brotkiste) - Place: Munich, Germany - Bio: Automotive Computer Science +- GitHub: [brotkiste](https://github.com/brotkiste) #### Name: [Harshil Agrawal](https://github.com/harshil1712) -Place: Vadodara, India @@ -686,6 +694,11 @@ s in Computer Science - Bio: Professional Geek - GitHub: [Piyush Sikarwal](https://github.com/psikarwal) +#### Name: [Pratyum Jagannath](https://github.com/Pratyum) +- Place: Singapore +- Bio: I tell tales! +- GitHub: [Pratyum](https://github.com/Pratyum) + #### Name: [Jakub Bačo](https://github.com/vysocina) - Place: Slovakia - Bio: Student / Designer @@ -700,3 +713,347 @@ s in Computer Science - Place: Granada, Spain - Bio: IT Student at the University of Granada - GitHub: [Antonio Jesus Pelaez](https://github.com/ajpelaez) + +#### Name: [Gilliano Menezes](https://github.com/gillianomenezes) +- Place: Recife, Brazil +- Bio: Software Engineer at www.neuroup.com.br +- GitHub: [Gilliano Menezes](https://github.com/gillianomenezes) + +#### Name: [Luís Antonio Prado Lança](https://github.com/luisslanca) +- Place: Jundiaí, São Paulo, Brazil +- Bio: I'm a student in Fatec Jundiaí and Web Developer. +- GitHub: [Luís Antonio Prado Lança](https://github.com/luisslanca) + +#### Name: [Anish Bhardwaj](https://github.com/bhardwajanish) +- Place: New Delhi, India +- Bio: CSD IIITD +- GitHub: [Anish Bhardwaj](https://github.com/bhardwajanish) + +#### Name: [Ankur Sharma](https://github.com/ankurs287) +- Place: New Delhi, India +- Bio: CSAM, IIITD +- GitHub: [Ankur Sharma](https://github.com/ankurs287) + +#### Name: [Siddhant Verma](https://github.com/siddver007) +- Place: Delhi, India +- Bio: Information Assurance and Cybersecurity Master's Student at Northeastern University +- GitHub: [Siddhant Verma](https://github.com/siddver007) + +#### Name: [Cody Williams](https://github.com/codyw9524) +- Place: Dallas, Texas, USA +- Bio: Web Nerd +- GitHub: [Cody Williams](https://github.com/codyw9524) + +#### Name: [Aayush Sharma](https://github.com/aayusharma) +- Place: Mandi, Himachal Pradesh, India +- Bio: IITian +- GitHub: [Aayush Sharma](https://github.com/aayusharma) + +#### Name: [Jonas Fabisiak](https://github.com/RenCloud) +- Place: Hanover, Germany +- Bio: IT Student +- GitHub: [Jonas Fabisiak](https://github.com/RenCloud) + +#### Name: [Mark Schultz](https://github.com/zynk) +- Place: Calgary, Alberta +- Bio: IT Student at SAIT +- GitHub: [Mark Schultz](https://github.com/zynk) + +#### Name: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) +- Place: Chicoutimi, QC, Canada +- Bio: Full Stack Developer +- GitHub: [Juan Pablo Aguilar Lliguin](https://github.com/chefjuanpi) + +### Name: [Isaac Torres Michel](https://github.com/isaactorresmichel) +- Place: León, Mexico +- Bio: Software Engineer +- GitHub: [Isaac Torres Michel](https://github.com/isaactorresmichel) + +#### Name: [Klaudia K.](https://github.com/KalpiKK) +- Place: Poland +- Bio: IT Student at the University of Wroclaw +- GitHub: [Klaudia K.](https://github.com/KalpiKK) + +#### Name: [Luiz Gustavo Mattos](https://github.com/mano0012) +- Place: Brasil +- Bio: Computer Science Student +- Github: [Luiz Matos](https://github.com/mano0012) + +#### Name: [Jeppe Ernst](https://github.com/Ern-st) +- Place: 🇩🇰 +- Bio: fullstack/devops/security unicorn 🦄 +- GitHub: [Jeppe Ernst](https://github.com/Ern-st) + +#### Name: [Sergey Gorky](https://github.com/sergeygorky) +- Place: Ukraine +- Bio: I've Top Rated status in Upwork +- GitHub: [Sergey Gorky](https://github.com/sergeygorky) + +#### Name: [Ayush Agarwal](https://github.com/thisisayaush) +- Place: Noida, India +- Bio: CSE Student at the Amity University +- GitHub: [Ayush Agarwal](https://github.com/thisisayush) + +#### Name: [Arie Kurniawan](https://github.com/arkwrn) +- Place: Jakarta, Indonesia +- Bio: IT Student at Universiy of Muhammadiyah Jakarta +- GitHub: [Arie Kurniawan](https://github.com/arkwrn) + +#### Name: [Ramón Didier Valdez Yocupicio](https://github.com/xDidier901) +- Place: Hermosillo, Sonora, México +- Bio: Software Developer / Student +- GitHub: [Didier Valdez](https://github.com/xDidier901) + +#### Name: [Jamie Pinheiro](https://github.com/jamiepinheiro) +- Place: Canada +- Bio: Student @ uWaterloo +- GitHub: [jamiepinheiro](https://github.com/jamiepinheiro) + +#### Name: [Alvin Abia](https://github.com/twist295) +- Place: NY, USA +- Bio: Lead Mobile Developer +- Github: [Alvin Abia](https://github.com/twist295) + +### Name: [Carlos Federico Lahrssen](https://github.com/carloslahrssen) +- Place: Miami, Florida, USA +- Bio: CS Student at Florida International University +- GitHub: [Carlos Lahrssen](https://github.com/carloslahrssen) + +#### Name: [Caio Calderari](https://github.com/caiocall) +- Place: Campinas, São Paulo, Brazil +- Bio: Designer +- GitHub: [Caio Calderari](https://github.com/caiocall) + +#### Name: [Chashmeet Singh](https://github.com/chashmeetsingh) +- Place: New Delhi, India +- Bio: CS Student +- GitHub: [Chashmeet Singh](https://github.com/chashmeetsingh) + +#### Name: [Aimee Tacchi](https://github.com/darkxangel84) +- Place: England, UK +- Bio: Female Front-End Developer From England, UK, I love Code, Cats and Tea. Also love travelling. +- GitHub: [darkxangel84](https://github.com/darkxangel84) + +#### Name: [Stuart Wares](https://github.com/StuWares) +- Place: Tamworth, United Kingdom +- Bio: Learning web development to help with a career change! +- GitHub: [Stu Wares](https://github.com/StuWares) + +#### Name: [Aitor Alonso](https://github.com/tairosonloa) +- Place: Madrid, Spain +- Bio: Computer Science and Engineering BSc student at Carlos III University of Madrid +- GitHub: [Aitor Alonso](https://github.com/tairosonloa) + +#### Name: [Veronika Tolpeeva](https://github.com/ostyq) +- Place: Moscow, Russia +- Bio: Web developer +- GitHub: [Veronika Tolpeeva](https://github.com/ostyq) + +#### Name: [Dzmitry Kasinets](https://github.com/dkasinets) +- Place: Brooklyn, NY, USA +- Bio: CS student at Brooklyn College, and The Game of Thrones fan :3 +- Github: [Dzmitry Kasinets](https://github.com/dkasinets) + +#### Name: [Anthony Mineo](https://github.com/amineo) +- Place: New Jersey, USA +- Bio: Web Design & Development +- GitHub: [Anthony Mineo](https://github.com/amineo) + +#### Name: [Brent Scheppmann](https://github.com/bareon) +- Place: Garden Grove, CA, US +- Bio: Student, Geophysicist +- GitHub: [Brent Scheppmann](https://github.com/bareon) + +#### Name: [Andrea Stringham](https://github.com/astringham) +- Place: Phoenix, AZ USA +- Bio: Coffee addict, dog person, developer. +- GitHub: [Andrea Stringham](https://github.com/astringham) + +#### Name: [coastalchief](https://github.com/coastalchief) +- Place: Germany +- Bio: dev +- GitHub: [coastalchief](https://github.com/coastalchief) + +#### Name: [Furkan Arabaci](https://github.com/illegaldisease) +- Place: Turkey +- Bio: Computer Science student +- GitHub: [Furkan Arabaci](https://github.com/illegaldisease) + +#### Name: [Rizki Ramadhana](https://github.com/rizkiprof) +- Place: Yogyakarta, Indonesia +- Bio: Student / Front-end Developer +- GitHub: [Rizki Ramadhana](https://github.com/rizkiprof) + +#### Name: [Sarthak Bhagat](https://github.com/sarthak268) +- Place: Delhi, India +- Bio: ECE Undergraduate +- GitHub: [Sarthak Bhagat](https://github.com/sarthak268) + +#### Name: [Haley C Smith](https://github.com/haleycs) +- Place: Orlando, Florida +- Bio: Web Designer/Developer +- GitHub: [Haley C Smith](https://github.com/haleycs) + +#### Name: [Lesyntheti](https://github.com/lesyntheti) +- Place : Troyes, France +- Bio : Network Engineer at University of Technology of Troyes +- Github: [lesyntheti](https://gitbub.com/lesyntheti) + +#### Name: [Abdullateef](https://github.com/abdullateef97) +- Place: Lagos Island, Lagos State, Nigeria +- Bio: Student Developer +- GitHub: [Abdullateef](https://github.com/abdullateef97) + +#### Name: [Juan Anaya Ortiz](https://github.com/JaoChaos) +- Place: Granada, Spain +- Bio: IT student at the University of Granada +- GitHub: [Juan Anaya Ortiz](https://github.com/JaoChaos) + +#### Name: [Alexander Voigt](https://github.com/alexandvoigt) +- Place: San Francisco, CA, USA +- Bio: Software Engineer +- GitHub: [Alexander Voigt](https://github.com/alexandvoigt) + +#### Name: [Michael Greene] (https://github.com/Greeneink4) +- Place: UT, USA +- Bio: Web Dev Student +- Github: [Michael Greene] (https://github.com/Greeneink4) + +#### Name: [Lee Magbanua](https://github.com/leesenpai) +- Place: Philippines +- Bio: Student / Front-end Web Developer +- GitHub: [leesenpai](https://github.com/leesenpai) + +#### Name: [Damodar Lohani](https://github.com/lohanidamodar) +- Place: Kathmandu, Nepal +- Bio: Technology Consultant at [LohaniTech](https://lohanitech.com) +- GitHub: [Damodar Lohani](https://github.com/lohanidamodar) + +#### Name: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) +- Place: Hafnarfjörður, Iceland +- Bio: Computer Scientist +- GitHub: [Hrafnkell Orri Sigurðsson](https://github.com/hrafnkellos) + +#### Name: [Mitchell Haugen](https://github.com/haugenmitch) +- Place: VA, USA +- Bio: Programmer +- GitHub: [haugenmitch](https://github.com/haugenmitch) + +#### Name: [Felipe Do Espirito Santo](https://github.com/felipez3r0) +- Place: Jaboticabal, SP, Brazil +- Bio: Professor at Fatec, Faculdade São Luís, and Mozilla Volunteer +- GitHub: [Felipe Do E. Santo](https://github.com/felipez3r0) + +#### Name: [Jason Green](https://jason.green) +- Place: Seattle, WA +- Bio: Student of code, eater of sustainable sushi +- GitHub: [Jalence](https://github.com/jalence) + +#### Name: [Elan Ripley](https//github.com/tattarrattat) +- Place: Raleigh, North Carolina, USA +- Bio: Programmer +- Github: [Elan Ripley](https//github.com/tattarrattat) + +#### Name: [Justin Oliver](https://github.com/justinoliver) +- Place: Seattle, WA, USA, Earth! +- Bio: Trying to learn cool new things! +- GitHub: [Justin Oliver](https://github.com/justinoliver) + +#### Name: [RYAN R SMITH](https://github.com/devronsoft) +- Place: Oxford, UK +- Bio: Kiwi dev +- GitHub: [Ryan Smith](https://github.com/devronsoft) +- Website: [Blog](https://devronsoft.github.io/) + +#### Name: [Michael Kaiser](https://github.com/patheticpat) +- Place: Germany +- Bio: Ooooooh, nooooooo, not tonight!! +- GitHub: [Michael Kaiser](https://github.com/patheticpat) + +#### Name: [Igor Rzegocki](https://github.com/ajgon) +- Place: Kraków, PL +- Bio: I do Ruby for living, and hacking for fun +- GitHub: [Igor Rzegocki](https://github.com/ajgon) +- Website: [Online Portfolio](https://rzegocki.pl/) + +#### Name: [JULIE QIU](https://github.com/julieqiu) +- Place: New York City, NY, USA +- Bio: Software Engineer; Loves iced coffee +- GitHub: [Julie Qiu](https://github.com/julieqiu) + +#### Name: [Luis Alducin](https://linkedin.com/luisalduucin) +- Place: Mexico City +- Bio: Software Engineer +- GitHub: [Luis Alducin](https://github.com/luisalduucin) + +#### Name: [Hannah Zulueta](https://github.com/hanapotski) +- Place: North Hollywood, CA +- Bio: Web developer, Calligrapher, Musician, Entrepreneur +- GitHub: [Ryan Smith](https://github.com/hanapotski) +- Website: [Blog](https://homemadecoder.wordpress.com) + +#### Name: [Michele Adduci](https://micheleadduci.net) +- Place: Germany +- Bio: Full Stack Developer, living on a CI/CD pipeline +- GitHub: [madduci](https://github.com/madduci) + +#### Name: [Austin Carey](https://github.com/apcatx) +- Place: Austin, TX, USA +- Bio: Jr Full Stack Developer making my first contribution. +- GitHub: [apcatx](https://github.com/apcatx) + +#### Name: [John Rexter Flores](https://github.com/alldeads) +- Place: Cebu, Philippines +- Bio: Full Stack Developer +- Github: [John Rexter Flores](https://github.com/alldeads) + +#### Name: [Luciano Santana dos Santos](https://github.com/lucianosds) +- Place: Ponta Grossa, PR, Brasil +- Bio: Computer Network Professional +- Github: [Luciano Santana dos Santos](https://github.com/lucianosds) + +#### Name: [Alex Choi](https://github.com/running-cool) +- Place: Athens, GA +- Bio: Student +- Github: [running-cool](https://github.com/running-cool) + +#### Name: [Kshitiz Khanal](https://github.com/kshitizkhanal7) +- Place: Kathmandu, Nepal +- Bio: Open Data and Open Knowledge activist +- GitHub: [Kshitiz Khanal](https://github.com/kshitizkhanal7) + +#### Name: [Manas kashyap](https://github.com/Manas-kashyap) +- Place: New Delhi, India +- Bio: Computer Science Engineering student at Amity University +Noida +-Github: [Manas kashyap](https://github.com/Manas-kashyap) + +#### Name: [Daksh Chaturvedi](https://github.com/daksh249) +- Place: New Delhi, India +- Bio: ECE Undergraduate at IIIT-Delhi +- GitHub: [Daksh Chaturvedi](https://github.com/daksh249) + +#### Name: [SHANAKA ANURADHA](https://github.com/shanaka95) +- Place: Sri Lanka +- Bio: Undergraduate +- GitHub: [Shanaka95](https://github.com/shanaka95) + +### Name: [Brandon Fadairo](https://github.com/BFadairo) +- Place: Columbus, Ohio +- Bio: A guy looking to change career fields +- GitHub: [Brandon Fadairo](https://github.com/BFadairo) + +#### Name: [Lukas A](https://github.com/lukbukkit) +- Place: Kassel, Hesse, Germany +- Bio: Student on his way to the Abitur +- GitHub: [LukBukkit](https://github.com/lukbukkit) + +#### Name: [Eric Briese](https://github.com/Atrolantra) +- Place: Brisbane, Australia +- Bio: Student studying LAw and IT. Currently working as a software engineer. +- GitHub: [Atrolantra](https://github.com/Atrolantra) + +#### Name: [Ayushverma8](https://github.com/Ayushverma8) +- Place: Indore, TN, IN +- Bio: I'm living the best part of my life and the life that I always wanted to. Surrounded by amazing people everyday. Rich in happiness, meager in hate. Seduce me with bikes and roads, invite me to trekking and long drives. I love food and sleep. I'm driven by music and art. +- GitHub: [Ayush](https://github.com/Ayushverma8) From 6c6b343e5d9fd1a7d4c41608a7bd93adfc6bf7d6 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 19 Oct 2017 01:55:20 -0400 Subject: [PATCH 496/531] Rename helloworld.bf to hello_world_omarmjhd.bf --- scripts/{helloworld.bf => hello_world_omarmjhd.bf} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{helloworld.bf => hello_world_omarmjhd.bf} (57%) diff --git a/scripts/helloworld.bf b/scripts/hello_world_omarmjhd.bf similarity index 57% rename from scripts/helloworld.bf rename to scripts/hello_world_omarmjhd.bf index e0a83816c7..265e751c8f 100644 --- a/scripts/helloworld.bf +++ b/scripts/hello_world_omarmjhd.bf @@ -1 +1 @@ -++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. \ No newline at end of file +++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. From c5050bf2beb1152ab75bf4bce25719f47ffda348 Mon Sep 17 00:00:00 2001 From: ProfessorNudelz Date: Thu, 19 Oct 2017 18:25:53 +1100 Subject: [PATCH 497/531] Added my info in CONTRIBUTORS file --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 99c4f1f473..b16a590217 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1101,4 +1101,9 @@ Noida #### Name: [Acquila Santos Rocha](https://github.com/DJAcquila) - Place: Goiânia, Brasil - Bio: Computer Science Student -- GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) \ No newline at end of file +- GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) + +#### Name: [Jesse Lyon](https://github.com/ProfessorNudelz) +- Place: Melbourne, Australia +- Bio: A student who enjoys writing code! +- GitHub: [ProfessorNudelz](https://github.com/ProfessorNudelz) From 90183777452b3d43d4b467172ab01a51389caa6a Mon Sep 17 00:00:00 2001 From: ProfessorNudelz Date: Thu, 19 Oct 2017 18:34:58 +1100 Subject: [PATCH 498/531] Added a file about me --- profiles/Jesse_Lyon.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 profiles/Jesse_Lyon.md diff --git a/profiles/Jesse_Lyon.md b/profiles/Jesse_Lyon.md new file mode 100644 index 0000000000..90f469887f --- /dev/null +++ b/profiles/Jesse_Lyon.md @@ -0,0 +1,29 @@ +# Jesse Lyon + +### Location + +Melbourne, Australia + +### Academics + +Point Cook P-9 College + +### Interests + +- Programming +- Computer Science +- Cooking +- Sport +- Movies + +### Development + +- I just write mobile apps for fun! + +### Projects + +- [Movie Database](https://github.com/DamianLazarR/MovieDatabase) A searchable movie database. + +### Profile Link + +[ProfessorNudelz](https://github.com/ProfessorNudelz) \ No newline at end of file From e5f2468bca77f6fe19cabde3324c82fde831daa6 Mon Sep 17 00:00:00 2001 From: Cristian Livella Date: Thu, 19 Oct 2017 15:35:04 +0200 Subject: [PATCH 499/531] Profiles cristianlivella --- profiles/cristianlivella.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/cristianlivella.md diff --git a/profiles/cristianlivella.md b/profiles/cristianlivella.md new file mode 100644 index 0000000000..2b7add820e --- /dev/null +++ b/profiles/cristianlivella.md @@ -0,0 +1,26 @@ +# Cristian Livella + +### Location + +Bergamo, Lombardia, Italia + +### Academics + +ITIS Pietro Paleocapa - Bergamo + +### Interests +- PHP +- MySQL +- JavaScript + +### Development + +- [BgSchool](https://bgschool.cristianlivella.com/) + +### Projects + +- [ArgoAPI](https://github.com/cristianlivella/ArgoAPI) + +### Profile Link + +[Cristian Livella](https://github.com/cristianlivella) \ No newline at end of file From f5415494d8f27705e2192af84dc421ebb18e72ba Mon Sep 17 00:00:00 2001 From: holah Date: Thu, 19 Oct 2017 22:18:05 +0800 Subject: [PATCH 500/531] Add my name --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..3f32175c1b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,7 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Weilun](https://github.com/holah) +- Place: Singapore +- Bio: Engineer +- GitHub: [Weilun](https://github.com/holah) From e8f89bfc25deeb0926fc75b1b2254813384f368e Mon Sep 17 00:00:00 2001 From: Matteo Mensi Date: Thu, 19 Oct 2017 16:27:46 +0200 Subject: [PATCH 501/531] Added myself to CONTRIBUTORS.md Self-explanatory --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..ffb252e463 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Matteo Mensi](https://github.com/Snatched) +- Place: Italy +- Bio: Chemical Engineering student. C++ developer. I (try to) make high-performance computational programs to help with scientific research. +- GitHub: [Snatched](https://github.com/Snatched) + From 696327c6a40c538997894d0f86d5dd9ab7fa9adc Mon Sep 17 00:00:00 2001 From: 5am Date: Thu, 19 Oct 2017 22:30:19 +0800 Subject: [PATCH 502/531] Make changes to contributors file --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..746f9e33e6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Sam S](https://github.com/samseah) +- Place: Singapore +- Bio: Computer Science Student +- GitHub: [5am](https://github.com/samseah) + From c938ad4510bab11adf102678d4b1f77ea8ef56a1 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Thu, 19 Oct 2017 17:34:46 +0300 Subject: [PATCH 503/531] update contibute md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..036572179b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Oleksiy Ovdiyenko](https://github.com/doubledare704) +- Place: Kyiv, Ukraine +- Bio: Python Dev +- GitHub: [Oleksiy Ovdiyenko](https://github.com/doubledare704) + From de5a46f15ae11e9920cc0138e545c96f75472d53 Mon Sep 17 00:00:00 2001 From: Jeremy Leong Date: Thu, 19 Oct 2017 22:36:06 +0800 Subject: [PATCH 504/531] awesome pawsome --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..6ac095d5dc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,7 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Jeremy](https://github.com/jremeh) +- Place: KL, Malaysia +- Bio: Applied Math with Computing Student +- GitHub: [Jeremy](https://github.com/jremeh) From 8c72e601d58f957556d5dafbe372f9781c1ee836 Mon Sep 17 00:00:00 2001 From: Luis Jaquez Date: Thu, 19 Oct 2017 10:47:37 -0400 Subject: [PATCH 505/531] Added Hello World program made in JS --- scripts/hello_world_LuisJaquez.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_LuisJaquez.js diff --git a/scripts/hello_world_LuisJaquez.js b/scripts/hello_world_LuisJaquez.js new file mode 100644 index 0000000000..982975ca4c --- /dev/null +++ b/scripts/hello_world_LuisJaquez.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Luis Jaquez +// GITHUB: https://github.com/LuisJaquez + +console.log('Hello World!'); \ No newline at end of file From cc75ff9640508a49a057cc54e89ab7c999ccfdce Mon Sep 17 00:00:00 2001 From: Felipe Megale Date: Thu, 19 Oct 2017 12:48:01 -0200 Subject: [PATCH 506/531] Create Felipe_Megale.md --- profiles/Felipe_Megale.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 profiles/Felipe_Megale.md diff --git a/profiles/Felipe_Megale.md b/profiles/Felipe_Megale.md new file mode 100644 index 0000000000..a3c62ec04c --- /dev/null +++ b/profiles/Felipe_Megale.md @@ -0,0 +1,32 @@ +# Felipe Megale + +### Location + +Belo Horizonte/Brazil + +### Academics + +PUC Minas + +### Interests + +- Studying and discovering things +- Programming +- Music (pretty much all genres) +- Driving + +### Development + +- C/C++ +- Java + +### Projects + +- [Graphs](https://github.com/felipemegale/graphs) Implementation of various graphs algorithms to solve commons problems. +- [Flickr Fave Analyzer](https://github.com/felipemegale/aoc3-data-processing) Analysis of a personal database to determine the percentage of faves between users and their distance in the network. +- [MyMoment](https://github.com/felipemegale/MyMoment) A mockup event creator that has Facebook and LinkedIn integration. +- [Deitel C++](https://github.com/felipemegale/deitel-cpp) A repository with implementation of the exercises and examples from Deitel's C++ - How to Program, 8th edition. + +### Profile Link + +[Felipe Megale](https://github.com/felipemegale) \ No newline at end of file From 69cb607ce06c8266afe534c65bc112761f4faad2 Mon Sep 17 00:00:00 2001 From: Kumar Akshay Date: Thu, 19 Oct 2017 20:24:38 +0530 Subject: [PATCH 507/531] My first hacktoberfest PR --- CONTRIBUTORS.md | 5 +++++ KumarAkshay.md | 29 +++++++++++++++++++++++++++++ hello_world_kakshay21.py | 6 ++++++ 3 files changed, 40 insertions(+) create mode 100644 KumarAkshay.md create mode 100644 hello_world_kakshay21.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..f9f1c68669 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [KUMAR AKSHAY](https://github.com/kakshay21) +- Place: Indore, Madhya Pradesh, India +- Bio: Electronics and Communication student. +- GitHub: [Kumar Akshay](https://github.com/kakshay21) + diff --git a/KumarAkshay.md b/KumarAkshay.md new file mode 100644 index 0000000000..6f6104e3ba --- /dev/null +++ b/KumarAkshay.md @@ -0,0 +1,29 @@ +# Kumar Akshay + +### Location + +Indore, India + +### Academics + +I'm a student persuing B.E at SGSITS. + +### Interests + +- I like reading about Machine Learning. + +### Development + +- I'm ML developer. +- Open source contributer at Plone. + +### Projects + +- [Handwritten digits recognizer](https://github.com/kakshay21/ML-tensorflow) Implemented multilayered neural network to recognize handwritten digits with the best accuracy of 99.25%. + +- [AAYAAM](https://github.com/kakshay21/AAYAM) + +### Profile Link + +[kakshay21](https://github.com/kakshay21) Organized Fox Hunter, a treasure hunt competition. + diff --git a/hello_world_kakshay21.py b/hello_world_kakshay21.py new file mode 100644 index 0000000000..568e2a53a4 --- /dev/null +++ b/hello_world_kakshay21.py @@ -0,0 +1,6 @@ +// LANGUAGE: Python +// ENV: Python2.7 +// AUTHOR: Kumar Akshay +// GITHUB: https://github.com/kakshay21 + +print "Hello, World!" From 4593a211ae2f5c6c48143dce7c9409366b119f99 Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Thu, 19 Oct 2017 16:58:04 +0200 Subject: [PATCH 508/531] Added myself as a contributor --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..cf536798a4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,7 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Andrea Zanin](https://github.com/ZaninAndrea) +- Place: Trento, Italy +- Bio: High School Student, passionate about math, coding and open source +- Github: [ZaninAndrea](https://github.com/ZaninAndrea) From b900153d44e761a3f6c2a06f1276393e6fc033a1 Mon Sep 17 00:00:00 2001 From: Jibin Philipose Date: Thu, 19 Oct 2017 20:29:27 +0530 Subject: [PATCH 509/531] Adding My Name to the contributor file --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..da5094b589 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Jibin Thomas Philipose](https://github.com/JIBIN-P) +- Place: Mumbai, India +- Bio: Full-Stack Development, Machine Learning and Having Fun!. +- GitHub: [Jibin Thomas Philipose](https://github.com/JIBIN-P) + From 50878b620ff3335d9074ae24605e892810424d09 Mon Sep 17 00:00:00 2001 From: Matei Date: Thu, 19 Oct 2017 16:03:47 +0100 Subject: [PATCH 510/531] Hacktoberfest! --- CONTRIBUTORS.md | 5 +++++ profiles/MateiDavid.md | 15 +++++++++++++++ scripts/hello_world_matei.java | 11 +++++++++++ 3 files changed, 31 insertions(+) create mode 100644 profiles/MateiDavid.md create mode 100644 scripts/hello_world_matei.java diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..eb6e9c4d6e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +### Name: [Matei David](https://github.com/Matei207) +- Place: Birmingham, UK +- Bio: BSc Student at University of Birmingham +- GitHub: [Matei David](https://github.com/Matei207) + diff --git a/profiles/MateiDavid.md b/profiles/MateiDavid.md new file mode 100644 index 0000000000..0d17ef2dc1 --- /dev/null +++ b/profiles/MateiDavid.md @@ -0,0 +1,15 @@ +# Matei DAvid + +### Birmingham, United Kingdom + +### University of Birmingham, UK +--- + +### Interests + +- Coding, Software Development & anything geeky! <3 +- Besides being a geek, I also like sports, loads of music and I run on coffee + + +### Profile Link +[Matei David](https://github.com/Matei207) diff --git a/scripts/hello_world_matei.java b/scripts/hello_world_matei.java new file mode 100644 index 0000000000..fd5a72a4ba --- /dev/null +++ b/scripts/hello_world_matei.java @@ -0,0 +1,11 @@ +// LANGUAGE: Java +// ENV: Java SDK +// AUTHOR: Matei David +// GITHUB: https://github.com/Matei207 + +public class HelloWorldMatei { + public static void main(String args[]){ + System.out.println("Hello,world!"); + } +} + From ac779dca42bcf105026d98eb910e2e973ea5901c Mon Sep 17 00:00:00 2001 From: venkatesh bellale Date: Thu, 19 Oct 2017 20:40:02 +0530 Subject: [PATCH 511/531] added my script --- scripts/hello_world_venkatesh.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/hello_world_venkatesh.py diff --git a/scripts/hello_world_venkatesh.py b/scripts/hello_world_venkatesh.py new file mode 100644 index 0000000000..0548a672fe --- /dev/null +++ b/scripts/hello_world_venkatesh.py @@ -0,0 +1,15 @@ +#language : python +#env : linix +#author: venkatesh bellale +#github: http://github.com/venkateshbellale +""" +#best resources for python:{ + "books" : "learn python the hard way(zen shaw),"think python 2","byte-of-python" + "online-resources": "udacity(cs101)" + "article" : "medium article:python form zero to hero" + +} +""" +#hello world + +print "hello world" \ No newline at end of file From 4cebac5e2ccc1f8a4ad35d9c67a5cca2717cd2e6 Mon Sep 17 00:00:00 2001 From: CarlosPadilla Date: Thu, 19 Oct 2017 10:10:58 -0500 Subject: [PATCH 512/531] this is my first contribution --- CONTRIBUTORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..52ca7ccd4e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,6 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [CAPS Padilla](https://github.com/CarlosPadilla) +- Place: Jalisco, Mexico +- Bio: A handsome guy with the best work ever From 60745a271bdfd5b2598bae075463729ca6eee226 Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Thu, 19 Oct 2017 17:17:28 +0200 Subject: [PATCH 513/531] introducing myself --- profiles/AndreaZanin.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 profiles/AndreaZanin.md diff --git a/profiles/AndreaZanin.md b/profiles/AndreaZanin.md new file mode 100644 index 0000000000..833d9e891f --- /dev/null +++ b/profiles/AndreaZanin.md @@ -0,0 +1,17 @@ +# Andrea Zanin +## Who am I? +I am an high school student passionate about math, programming, open source and peer-teaching. After playing around with many different languages I settled with JavaScript, as I find it to be one of the most flexible languages out there: you can do functional, object oriented, reactive (ReactJS), front-end, back-end (node), native (electron, React Native) programming. I find that to be extremely useful in developing side-projects, that often require you to be full stack. + +## Open Source you say? +I published some modules to work with React and Electron: +- [react draggable tabs](https://github.com/ZaninAndrea/react-draggable-tabs): atom-like tabs in react +![](https://github.com/ZaninAndrea/react-draggable-tabs/blob/master/screenshot.png?raw=true) +- [react fluid buttons](https://github.com/ZaninAndrea/react-fluid-buttons): nifty button hover highlighting that slides from a button to another +- [yeoman generator react electron](https://github.com/ZaninAndrea/generator-react-electron): fully fledged yeoman generator to create an electron+react app with automatic update delivery, sass, hot reloading,... + +## Peer-teaching you say? +I only recently started publishing tutorials online, also because of a bit of self-consciousness about my english (I am from Italy <3). Still I have created a minicourse on [functional programming in JS](https://tech.io/playgrounds/2980/practical-introduction-to-functional-programming-with-js/pure-functions). +More stuff coming soon on Medium ;) + +## Contact me +If you write me I always reply, Italian Timezone though, so here is my [99.zanin@gmail.com](mailto://99.zanin@gmail.com) From 0c48a82dcfd0d8c46221c46993aef1bef7509a78 Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Thu, 19 Oct 2017 17:18:13 +0200 Subject: [PATCH 514/531] Added trailing spaces to markdown --- profiles/AndreaZanin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/AndreaZanin.md b/profiles/AndreaZanin.md index 833d9e891f..599dd53cb5 100644 --- a/profiles/AndreaZanin.md +++ b/profiles/AndreaZanin.md @@ -10,7 +10,7 @@ I published some modules to work with React and Electron: - [yeoman generator react electron](https://github.com/ZaninAndrea/generator-react-electron): fully fledged yeoman generator to create an electron+react app with automatic update delivery, sass, hot reloading,... ## Peer-teaching you say? -I only recently started publishing tutorials online, also because of a bit of self-consciousness about my english (I am from Italy <3). Still I have created a minicourse on [functional programming in JS](https://tech.io/playgrounds/2980/practical-introduction-to-functional-programming-with-js/pure-functions). +I only recently started publishing tutorials online, also because of a bit of self-consciousness about my english (I am from Italy <3). Still I have created a minicourse on [functional programming in JS](https://tech.io/playgrounds/2980/practical-introduction-to-functional-programming-with-js/pure-functions). More stuff coming soon on Medium ;) ## Contact me From f221437fb2941e69b35dab9553350ee35715bc29 Mon Sep 17 00:00:00 2001 From: "Tomas Alejandro V. Falgui III" Date: Thu, 19 Oct 2017 23:18:51 +0800 Subject: [PATCH 515/531] Created hello_world_tomy8910.py --- scripts/hello_world_tomy8910.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_tomy8910.py diff --git a/scripts/hello_world_tomy8910.py b/scripts/hello_world_tomy8910.py new file mode 100644 index 0000000000..5ef2d823e2 --- /dev/null +++ b/scripts/hello_world_tomy8910.py @@ -0,0 +1,7 @@ +''' +LANGUAGE: Python 3.6 +AUTHOR: Tomas Alejandro V. Falgui III +GITHUB: https://github.com/tomy8910 +''' + +print("Hello World!") From 29c428b70ad344b14ace803c2d4372a176c247ea Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Thu, 19 Oct 2017 17:19:07 +0200 Subject: [PATCH 516/531] I am italian <3 --- profiles/AndreaZanin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/AndreaZanin.md b/profiles/AndreaZanin.md index 599dd53cb5..3b265cec45 100644 --- a/profiles/AndreaZanin.md +++ b/profiles/AndreaZanin.md @@ -1,6 +1,6 @@ # Andrea Zanin ## Who am I? -I am an high school student passionate about math, programming, open source and peer-teaching. After playing around with many different languages I settled with JavaScript, as I find it to be one of the most flexible languages out there: you can do functional, object oriented, reactive (ReactJS), front-end, back-end (node), native (electron, React Native) programming. I find that to be extremely useful in developing side-projects, that often require you to be full stack. +I am an italian high school student passionate about math, programming, open source and peer-teaching. After playing around with many different languages I settled with JavaScript, as I find it to be one of the most flexible languages out there: you can do functional, object oriented, reactive (ReactJS), front-end, back-end (node), native (electron, React Native) programming. I find that to be extremely useful in developing side-projects, that often require you to be full stack. ## Open Source you say? I published some modules to work with React and Electron: From c18ddd1971adfb69eba1e475e543fb4119a27909 Mon Sep 17 00:00:00 2001 From: "Tomas Alejandro V. Falgui III" Date: Thu, 19 Oct 2017 23:21:45 +0800 Subject: [PATCH 517/531] Added me in contributors.md --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..1f5f1bbd8e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,7 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Tomas Alejandro V. Falgui III](https://github.com/tomy8910) +- Place: General Santos City, Philippines +- Bio: High School Student / Developer +- GitHub: [Tomas Alejandro V. Falgui III](https://github.com/tomy8910) From c84fb7c49414d9abeaa87e4fe2251efdbd56c239 Mon Sep 17 00:00:00 2001 From: Aiman Abdullah Anees Date: Thu, 19 Oct 2017 19:24:51 +0400 Subject: [PATCH 518/531] Added_name_to_CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..e8b51678b4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Aiman Abdullah Anees](https://github.com/aimananees) +- Place: Hyderabad, India +- Bio: iOS Developer +- GitHub: [Aiman Abdullah Anees](https://github.com/aimananees) + From 2cd13ce8561ffa05db9a8b193a2a89f92d6151ba Mon Sep 17 00:00:00 2001 From: venkatesh bellale Date: Thu, 19 Oct 2017 20:59:33 +0530 Subject: [PATCH 519/531] contributers name added --- CONTRIBUTORS.md | 4 ++++ scripts/hello_world_aayusharma.cpp | 2 +- scripts/hello_world_venkatesh.py | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..6f1d41b45c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,7 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [VENKATESH BELLALE] (http://venkateshbellale.github.io) +- place:pune , India +- bio : loves computer+science , student +- github: [venketsh bellale] (http://github.com/venkateshbellale) \ No newline at end of file diff --git a/scripts/hello_world_aayusharma.cpp b/scripts/hello_world_aayusharma.cpp index 2033be0b4f..97155273c4 100644 --- a/scripts/hello_world_aayusharma.cpp +++ b/scripts/hello_world_aayusharma.cpp @@ -5,7 +5,7 @@ // GITHUB: https://github.com/aayusharma #include -using namesapce std; +using namespace std; int main() { cout<<"Hello World"< Date: Thu, 19 Oct 2017 11:32:10 -0400 Subject: [PATCH 520/531] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adf6be1752..815c3a9aa1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -# HacktoberFest Starter Project :beers: +# 🎃 HacktoberFest Starter Project 🎃 Use this project to make your first contribution to an open source project on GitHub. Practice making your first Pull Request to a public repository before doing the real thing! Celebrate [HacktoberFest](https://hacktoberfest.digitalocean.com/) by getting involved in the Open Source Community by completing some simple tasks in this project. -This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator. +This repository is open to all members of the GitHub Community. Any member may contribute to this project without being a collaborator. [https://alicewonderland.github.io/hacktoberfest/](https://alicewonderland.github.io/hacktoberfest/) - ## What is Hacktoberfest? A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first Pull Request to any Public Repository on GitHub and contribute to the Open Source Developer Community. From 49f44834b591f413094ed7dadcaaed23ea9f832e Mon Sep 17 00:00:00 2001 From: arjunrajpal Date: Thu, 19 Oct 2017 21:02:26 +0530 Subject: [PATCH 521/531] Script file added --- scripts/hello_world_arjunrajpal.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/hello_world_arjunrajpal.js diff --git a/scripts/hello_world_arjunrajpal.js b/scripts/hello_world_arjunrajpal.js new file mode 100644 index 0000000000..4b1ef192c7 --- /dev/null +++ b/scripts/hello_world_arjunrajpal.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Arjun Rajpal +// GITHUB: https://github.com/arjunrajpal + +console.log('Hello, World!'); \ No newline at end of file From b4b6fef86bd0f7f148f4e012e577314e0730dede Mon Sep 17 00:00:00 2001 From: Carlos Alberto Date: Thu, 19 Oct 2017 13:33:23 -0200 Subject: [PATCH 522/531] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 471e93f34b..1522a84c81 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1108,3 +1108,8 @@ Noida - Bio: Computer Science Student - GitHub: [Acquila Santos Rocha](https://github.com/DJAcquila) +#### Name: [Carlos Lima](https://github.com/kakamg0) +- Place: Belo Horizonte, Brasil +- Bio: Full stack dev +- GitHub: [Carlos Lima](https://github.com/kakamg0) + From 10c9e64f36288ddffb1f8bd2d12fd2219954b831 Mon Sep 17 00:00:00 2001 From: Alice Chuang Date: Thu, 19 Oct 2017 11:37:37 -0400 Subject: [PATCH 523/531] Update hello_world_alicewonderland.js --- scripts/hello_world_alicewonderland.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hello_world_alicewonderland.js b/scripts/hello_world_alicewonderland.js index ae9f4789e4..f76bbea6db 100644 --- a/scripts/hello_world_alicewonderland.js +++ b/scripts/hello_world_alicewonderland.js @@ -5,7 +5,7 @@ // LINK: http://es6-features.org/ // This hello world uses Javascript Objects and Classes. -// Creates a Person object using the Constructor function and a method greeting() that logs out and returns a greeting string. +// Creates a Person object using a Constructor function and a method greeting() that logs out and returns a greeting string. // Written in ES5 and ES6 versions of Javascript. Comment out one of the versions before running. // Try it for yourself here, https://repl.it/MIOm/11 @@ -37,4 +37,4 @@ class Person { } var myself = new Person('Alice','NYC'); -myself.greeting(); \ No newline at end of file +myself.greeting(); From 50c7d0f43cda8cb5436330df5aa365a6bb9225f5 Mon Sep 17 00:00:00 2001 From: Justin Rice Date: Thu, 19 Oct 2017 11:41:56 -0400 Subject: [PATCH 524/531] Added justin_rice.md --- profiles/justin_rice.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 profiles/justin_rice.md diff --git a/profiles/justin_rice.md b/profiles/justin_rice.md new file mode 100644 index 0000000000..fa22754147 --- /dev/null +++ b/profiles/justin_rice.md @@ -0,0 +1,22 @@ +#Justin Rice +#Boston, MA + +#Current Works +- Dev/DevOps + +#Academics +- Kent State Univeristy +- UNH + +#Interests +- JS (ALL OF THEM) +- AWS +- Internet Security and Hacking +- Cool APIs + +#Social +Github: https://github.com/jsrice7391 +LinkedIn: https://www.linkedin.com/in/justinrice1/ + + + From 3a5defca2faab0667baf7fa03234790f1b16f9b5 Mon Sep 17 00:00:00 2001 From: Justin Rice Date: Thu, 19 Oct 2017 11:44:31 -0400 Subject: [PATCH 525/531] Added justin_rice.md --- profiles/justin_rice.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/justin_rice.md b/profiles/justin_rice.md index fa22754147..e3d913d447 100644 --- a/profiles/justin_rice.md +++ b/profiles/justin_rice.md @@ -14,6 +14,8 @@ - Internet Security and Hacking - Cool APIs +#Hobbies +- Programming / Craft Beer #Social Github: https://github.com/jsrice7391 LinkedIn: https://www.linkedin.com/in/justinrice1/ From 44bddcd510e8c8af99bb74a6e6260b4e5fa3fd44 Mon Sep 17 00:00:00 2001 From: Joseph W Becher Date: Thu, 19 Oct 2017 11:44:59 -0400 Subject: [PATCH 526/531] Rename KyleJohnson.md to profiles/KyleJohnson.md --- KyleJohnson.md => profiles/KyleJohnson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename KyleJohnson.md => profiles/KyleJohnson.md (81%) diff --git a/KyleJohnson.md b/profiles/KyleJohnson.md similarity index 81% rename from KyleJohnson.md rename to profiles/KyleJohnson.md index e4b45df22f..6850310400 100644 --- a/KyleJohnson.md +++ b/profiles/KyleJohnson.md @@ -20,4 +20,4 @@ Learning Golang ### Profile Link -[Kyle Johnson](http://github.com/johnson90512) \ No newline at end of file +[Kyle Johnson](http://github.com/johnson90512) From dd0c7d631bc2be02f23aa6ac6e1289e4e37eaee9 Mon Sep 17 00:00:00 2001 From: IKStreamIvo Date: Thu, 19 Oct 2017 17:56:30 +0200 Subject: [PATCH 527/531] Added myself to the profiles folder --- profiles/Ivo_Ketelaar.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 profiles/Ivo_Ketelaar.md diff --git a/profiles/Ivo_Ketelaar.md b/profiles/Ivo_Ketelaar.md new file mode 100644 index 0000000000..689ea20342 --- /dev/null +++ b/profiles/Ivo_Ketelaar.md @@ -0,0 +1,30 @@ +# Ivo Ketelaar + +### Location + +The Netherlands + +### Academics + +Hanze University of Applied Sciences + +### Interests + +- Gaming +- Programming +- Game Design and Development +- Modding + +### Development + +- A Hexagonal World + +### Projects + +- [Koxel](http://github.com/koxel/koxel) Koxel is an open-world, survial, exploration RPG, played in an 'infinite' hexagonal world. +- [BattleHex](http://github.com/ikstreamivo/battlehex) BattleHex is a small game for Ludum Dare 38. +- [HexaTracks](http://github.com/ikstreamivo/hexatracks) HexaTracks is a small game with procedural board generation for Ludum Dare 39. + +### Profile Link + +[IKStreamIvo](http://github.com/ikstreamivo) \ No newline at end of file From bad9cfb500915668cb0ac1634f58b6915d09e361 Mon Sep 17 00:00:00 2001 From: Sameer Khan Date: Thu, 19 Oct 2017 12:11:34 -0400 Subject: [PATCH 528/531] Completed the 3 task on the checklist --- scripts/hello_world_skhan.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/hello_world_skhan.java diff --git a/scripts/hello_world_skhan.java b/scripts/hello_world_skhan.java new file mode 100644 index 0000000000..4c290e6010 --- /dev/null +++ b/scripts/hello_world_skhan.java @@ -0,0 +1,5 @@ +public class hacktoberfest { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} \ No newline at end of file From 1d31cd8db63bad540e56e78a67b014bd3b1d4859 Mon Sep 17 00:00:00 2001 From: Ocean <17968304+ocean0212@users.noreply.github.com> Date: Thu, 19 Oct 2017 11:14:33 -0500 Subject: [PATCH 529/531] Add Ocean --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5875aec8bb..55f2a11479 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1141,3 +1141,8 @@ Noida - place:pune , India - bio : loves computer+science , student - github: [venketsh bellale] (http://github.com/venkateshbellale) + +#### Name: [Ocean](https://github.com/ocean0212) +- Place: Henan, China +- Bio: Chinese food :heart_eyes: +- GitHub: [Ocean](https://github.com/ocean0212) From 61fe5a789a6cdfde0e9e8b30bd8a171454b34548 Mon Sep 17 00:00:00 2001 From: Sameer Khan Date: Thu, 19 Oct 2017 12:16:43 -0400 Subject: [PATCH 530/531] Updated script --- scripts/hello_world_skhan.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/hello_world_skhan.java b/scripts/hello_world_skhan.java index 4c290e6010..32bc485fe5 100644 --- a/scripts/hello_world_skhan.java +++ b/scripts/hello_world_skhan.java @@ -1,3 +1,8 @@ +// LANGUAGE: Java +// ENV: Eclipse +// AUTHOR: Sameer Khan +// GITHUB: https://github.com/sameerkhan116 + public class hacktoberfest { public static void main(String[] args) { System.out.println("Hello world!"); From 4c73e50b0e7fecc5889bf63141fa05c54afc1c4c Mon Sep 17 00:00:00 2001 From: Cesar Omar Date: Wed, 25 Oct 2017 10:34:39 -0500 Subject: [PATCH 531/531] Add my name (Cesar Omar) in CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 242c167ee1..0f88a8d12c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1049,7 +1049,7 @@ #### Name: [Manas kashyap](https://github.com/Manas-kashyap) - Place: New Delhi, India -- Bio: Computer Science Engineering student at Amity University +- Bio: Computer Science Engineering student at Amity University Noida -Github: [Manas kashyap](https://github.com/Manas-kashyap) @@ -1166,3 +1166,8 @@ Noida - Place: Henan, China - Bio: Chinese food :heart_eyes: - GitHub: [Ocean](https://github.com/ocean0212) + +#### Name: [Cesar Omar](https://github.com/wasa4587) +- Place: Tepatitlan de morelos, Jalisco, Mexico +- Bio: Full stack developer, https://indietests.com/ founder +- GitHub: [Cesar Omar](https://github.com/wasa4587)