From b9df09e017244c80842f94eca0e74bf71d6d7c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dio=20Cerati=20Neto?= <35771797+darthHunterous@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:04:34 -0300 Subject: [PATCH 1/3] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e6d6ad2..4a7b65e1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1067,3 +1067,8 @@ - Place: Delhi, India - Bio: Learner, Programmer - GitHub: [ayush163](https://github.com/ayush163) + +#### Name: [Édio Cerati Neto](https://github.com/darthHunterous) +- Place: São Paulo, Brazil +- Bio: CS Student, Programmer +- GitHub: [darthHunterous](https://github.com/darthHunterous) From bd7116c3a3b1a0ade630d1637424099deda5fbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dio=20Cerati=20Neto?= <35771797+darthHunterous@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:13:41 -0300 Subject: [PATCH 2/3] Create Edio_Cerati.md --- profiles/Edio_Cerati.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 profiles/Edio_Cerati.md diff --git a/profiles/Edio_Cerati.md b/profiles/Edio_Cerati.md new file mode 100644 index 00000000..bd078916 --- /dev/null +++ b/profiles/Edio_Cerati.md @@ -0,0 +1,27 @@ +# Édio Cerati Neto + +### Location + +São Paulo/Brazil + +### Academics + +University of São Paulo + +### Interests + +- Code +- Movies +- Games + +### Development + +- CS Student at IME-USP (Brazil) + +### Projects + +- [Doaki](https://gitlab.com/tecprog/doaki) A platform made in Rails for donations + +### Profile Link + +[Édio Cerati Neto](https://github.com/darthHunterous) From a449fcc6ad1f0207736c494206650bb53337de6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dio=20Cerati=20Neto?= <35771797+darthHunterous@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:19:36 -0300 Subject: [PATCH 3/3] Create javascript_helloworld_darthhunterous.js --- scripts/javascript_helloworld_darthhunterous.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/javascript_helloworld_darthhunterous.js diff --git a/scripts/javascript_helloworld_darthhunterous.js b/scripts/javascript_helloworld_darthhunterous.js new file mode 100644 index 00000000..13b161b0 --- /dev/null +++ b/scripts/javascript_helloworld_darthhunterous.js @@ -0,0 +1,6 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Édio Cerati Neto +// GITHUB: https://github.com/darthHunterous + +console.log('Hello [za] World!');