From 243dc1b1a8e9770485a3bb778399d7ee9ba3bec0 Mon Sep 17 00:00:00 2001 From: Deepu S Nath Date: Sun, 11 Feb 2018 06:38:05 +0530 Subject: [PATCH 1/4] Adds introduction file --- introduction.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 introduction.md diff --git a/introduction.md b/introduction.md new file mode 100644 index 0000000000..f4885310f7 --- /dev/null +++ b/introduction.md @@ -0,0 +1 @@ +Programming is not a zero-sum game. Teaching something to a fellow programmer doesn't take it away from you. I'm happy to share what I can, because I'm in it for the love of programming. From ea714811ef44fbfae78978442dc1c94c80173ccb Mon Sep 17 00:00:00 2001 From: Deepu S Nath Date: Sun, 11 Feb 2018 06:42:09 +0530 Subject: [PATCH 2/4] Fixes formatting issue --- introduction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/introduction.md b/introduction.md index f4885310f7..07a89936d7 100644 --- a/introduction.md +++ b/introduction.md @@ -1 +1,3 @@ -Programming is not a zero-sum game. Teaching something to a fellow programmer doesn't take it away from you. I'm happy to share what I can, because I'm in it for the love of programming. +Programming is not a zero-sum game. +Teaching something to a fellow programmer doesn't take it away from you. +I'm happy to share what I can, because I'm in it for the love of programming. From 1e793055f7f32aff8186f2c797c820473e376d2e Mon Sep 17 00:00:00 2001 From: Deepu S Nath Date: Sun, 11 Feb 2018 07:43:04 +0530 Subject: [PATCH 3/4] Adds deadly skills --- introduction.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/introduction.md b/introduction.md index 07a89936d7..d3109e9577 100644 --- a/introduction.md +++ b/introduction.md @@ -1,3 +1,9 @@ -Programming is not a zero-sum game. -Teaching something to a fellow programmer doesn't take it away from you. +Programming is not a zero-sum game. +Teaching something to a fellow programmer doesn't take it away from you. I'm happy to share what I can, because I'm in it for the love of programming. + +## Skills +* PHP +* Python +* Javacript +* Angular From 046d228ba7641149c1b07f0d0159806b9038fa55 Mon Sep 17 00:00:00 2001 From: Deepu S Nath Date: Sun, 11 Feb 2018 14:22:44 +0530 Subject: [PATCH 4/4] Adds Mysql --- .gitattributes | 1 + introduction.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ea544b2d25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.psd filter=lfs diff=lfs merge=lfs -text diff --git a/introduction.md b/introduction.md index d3109e9577..17fb875732 100644 --- a/introduction.md +++ b/introduction.md @@ -7,3 +7,5 @@ I'm happy to share what I can, because I'm in it for the love of programming. * Python * Javacript * Angular +* Mysql +