From 255d63b956de06b07fa3e5ecf370401f4dc17cee Mon Sep 17 00:00:00 2001 From: Priyanshu Mittal Date: Sun, 7 Oct 2018 01:43:37 +0530 Subject: [PATCH 1/4] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..2bfb87ceae 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,7 @@ +#### Name: [PRIYANSHU MITTAL](https://github.com/Spidyhog) +- Place: India +- Bio: Always ready for places to go!! +- GitHub: [Spidyhog](https://github.com/Spidyhog) #### Name: Vallenain - Place: Lyon, France - Bio: Software engineer. Graduated from INSA Lyon. @@ -2426,4 +2430,4 @@ Noida #### Name: [Ítalo Epifânio](https://github.com/itepifanio) - Place: Natal, Brazil - Bio: Web developer PHP and Python -- Github: [Ítalo Epifânio](https://github.com/itepifanio) \ No newline at end of file +- Github: [Ítalo Epifânio](https://github.com/itepifanio) From ad82a9f6f1c741a43b68e7645a76830e07918a0d Mon Sep 17 00:00:00 2001 From: Priyanshu Mittal Date: Sun, 7 Oct 2018 02:11:55 +0530 Subject: [PATCH 2/4] Create Priyanshu Mittal --- profiles/Priyanshu Mittal | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 profiles/Priyanshu Mittal diff --git a/profiles/Priyanshu Mittal b/profiles/Priyanshu Mittal new file mode 100644 index 0000000000..c2e76d35d2 --- /dev/null +++ b/profiles/Priyanshu Mittal @@ -0,0 +1,32 @@ +# Priyanshu Mittal + +### Location + +Agra, India + +### Academics + +Jaypee University of Engineering and Technology + +### Interests + +Acting +Listening Music +Photography +Lawn Tennis + +### Development + +Backend developer +html +Javascript +PHP + +### Projects + +- [E commerce website](https://github.com/Spidyhog/TIS) +- [Quiz Portal](https://github.com/Spidyhog/Portal) + +### Profile Link + +[Priyanshu Mittal](https://github.com/Spidyhog) From da3344e784897c4cbd20e6fdfe550fb2263f8a73 Mon Sep 17 00:00:00 2001 From: Priyanshu Mittal Date: Sun, 7 Oct 2018 02:20:15 +0530 Subject: [PATCH 3/4] Create Hello_world_spidy --- scripts/Hello_world_spidy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/Hello_world_spidy diff --git a/scripts/Hello_world_spidy b/scripts/Hello_world_spidy new file mode 100644 index 0000000000..b2e3064de2 --- /dev/null +++ b/scripts/Hello_world_spidy @@ -0,0 +1,6 @@ +// LANGUAGE: python +// ENV: python ide +// AUTHOR: Priyanshu Mittal +// GITHUB: https://github.com/Spidyhog + +print('Hello, World!') From 3e5c07ea1103a90bf6089b981da5883fea707269 Mon Sep 17 00:00:00 2001 From: Priyanshu Mittal Date: Sun, 7 Oct 2018 02:21:29 +0530 Subject: [PATCH 4/4] Rename Hello_world_spidy to Hello_world_spidy.py --- scripts/{Hello_world_spidy => Hello_world_spidy.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{Hello_world_spidy => Hello_world_spidy.py} (100%) diff --git a/scripts/Hello_world_spidy b/scripts/Hello_world_spidy.py similarity index 100% rename from scripts/Hello_world_spidy rename to scripts/Hello_world_spidy.py