From 934f9ac6419ecf352d202f4e66989dd1b59a7862 Mon Sep 17 00:00:00 2001 From: aekagra-dhamani26 <89687201+aekagra-dhamani26@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:05:18 +0530 Subject: [PATCH 01/73] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1e274f6..35e93dd 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,12 @@ EX :- "favorite Quote" : "force for a good" } ] + [ + { + "id" : "2", + "Name" : "Aekagra", + "Year of Graduation" : "2025" + "Intrest of work" : "Business" + "favorite Quote" : "Be fQuite and Composed" + } + ] From e2c539090a382be368362e7fd05a7c1f67272b12 Mon Sep 17 00:00:00 2001 From: devtayade <84332795+devtayade@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:08:59 +0530 Subject: [PATCH 02/73] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 35e93dd..661efa7 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,4 @@ EX :- "favorite Quote" : "force for a good" } ] - [ - { - "id" : "2", - "Name" : "Aekagra", - "Year of Graduation" : "2025" - "Intrest of work" : "Business" - "favorite Quote" : "Be fQuite and Composed" - } - ] + From 617f11ee14d6088e287cd7607dbe33ea3902ac09 Mon Sep 17 00:00:00 2001 From: Rohitkumar2145 <114586556+Rohitkumar2145@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:09:50 +0530 Subject: [PATCH 03/73] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4e13ce..fbba037 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,10 @@ EX :- [ { - "id" : "1", - "Name" : "Piyush", - "Year of Graduation" : "2025" - "Intrest of work" : "Android app development" + "id" : "001", + "Name" : "Rohit", + "Year of Graduation" : "2024" + "Intrest of work" : "Web evelopment" "favorite Quote" : "force for a good" } ] From 7878cf0e2e05c96103cdba764a61885189594e74 Mon Sep 17 00:00:00 2001 From: aekagra-dhamani26 <89687201+aekagra-dhamani26@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:16:31 +0530 Subject: [PATCH 04/73] Update Demo-HF.json --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 05dcb96..1cacb75 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -19,6 +19,14 @@ "favorite Quote" : "-" }, + { + "id" : "3", + "Name" : "Aekagra", + "Year of Graduation" : "2024" + "Intrest of work" : "marketing" + "favorite Quote" : "Be calm n composed" + + } ] From 54a00e087946058c16d473fabc0686afde6cb8b8 Mon Sep 17 00:00:00 2001 From: Aditya Gawali <113929461+Adi-1626@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:21:04 +0530 Subject: [PATCH 05/73] Added id 4 --- Demo-HF.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 1cacb75..a4b6010 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -30,3 +30,20 @@ ] +[ + + { + + "id" : "4", + + "Name" : "Aditya", + + "Year of Graduation" : "2026" + + "Intrest of work" : "Android app development" + + "favorite Quote" : "Nothing is Impossible" + + } + + ] From 13f86bf8e098ac8b899d9ae3981792375929353d Mon Sep 17 00:00:00 2001 From: Ashaikh2003 <113378775+Ashaikh2003@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:34:22 +0530 Subject: [PATCH 06/73] Update CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbba037..9ed8a35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,3 +14,14 @@ EX :- "favorite Quote" : "force for a good" } ] + + + [ + { + "id" : "002", + "Name" : "Aman Shaikh", + "Year of Graduation" : "2024" + "Intrest of work" : "Cloud Development" + "favorite Quote" : "To shine like a sun, Burn like a sun" + } + ] From 64b5ebe7da50ba4c789297dd2dff7eea0a53006c Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 17:34:38 +0530 Subject: [PATCH 07/73] Update Demo-HF.json --- Demo-HF.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 1cacb75..6dd5688 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -11,14 +11,6 @@ //Add your information below as shown above - { - "id" : "2", - "Name" : "-", - "Year of Graduation" : "-" - "Intrest of work" : "-" - "favorite Quote" : "-" - - }, { "id" : "3", "Name" : "Aekagra", From d1e31b77cacb708983a97a99af65c9f85ab00ded Mon Sep 17 00:00:00 2001 From: Aditya Gawali <113929461+Adi-1626@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:39:20 +0530 Subject: [PATCH 08/73] Added id 4 --- Demo-HF.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index a4b6010..91a7988 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -25,25 +25,22 @@ "Year of Graduation" : "2024" "Intrest of work" : "marketing" "favorite Quote" : "Be calm n composed" + - } - + }, + { + "id : "4", + "Name" : "Aditya", + "Year of Graduation" : "2025", + "Intrest of work" : "Coding", + "favorite Quote" : "Nothing is Impossible", + }, + ] -] -[ - { - "id" : "4", - "Name" : "Aditya", - - "Year of Graduation" : "2026" - - "Intrest of work" : "Android app development" + - "favorite Quote" : "Nothing is Impossible" - } - ] From 3e4b4b94d82b696b9bf93c01805c10e3f22ac465 Mon Sep 17 00:00:00 2001 From: Aditya Gawali <113929461+Adi-1626@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:41:58 +0530 Subject: [PATCH 09/73] Changed id --- Demo-HF.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 91a7988..ce95228 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -29,9 +29,9 @@ }, { - "id : "4", + "id : "5", "Name" : "Aditya", - "Year of Graduation" : "2025", + "Year of Graduation" : "2026", "Intrest of work" : "Coding", "favorite Quote" : "Nothing is Impossible", }, From 18b9eb9fc72d461d4b3a554aab0366b95b9b0e72 Mon Sep 17 00:00:00 2001 From: Aman Shaikh <113378775+Ashaikh2003@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:42:09 +0530 Subject: [PATCH 10/73] Practice 2 PR --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ed8a35..991dcb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,3 +25,13 @@ EX :- "favorite Quote" : "To shine like a sun, Burn like a sun" } ] + +[ + { + "id" : "002", + "Name" : "Aman Shaikh", + "Year of Graduation" : "2024", + "Intrest of work" : "Cloud Development", + "favorite Quote" : "To shine like a sun, Burn like a sun", + } + ] From 414cec8a53e7c76e07fddee50364bd50ef82e877 Mon Sep 17 00:00:00 2001 From: Aditya Gawali <113929461+Adi-1626@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:42:19 +0530 Subject: [PATCH 11/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index ce95228..6e097b7 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -29,7 +29,7 @@ }, { - "id : "5", + "id" : "5", "Name" : "Aditya", "Year of Graduation" : "2026", "Intrest of work" : "Coding", From dcd1eb70a9c6ebef4ed3cd5ba5efc60e423264ee Mon Sep 17 00:00:00 2001 From: Vedant Dhage <113800155+vedantgithub23@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:45:39 +0530 Subject: [PATCH 12/73] Update CONTRIBUTING.md added info at line no:-18 --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbba037..f721ce3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,3 +14,13 @@ EX :- "favorite Quote" : "force for a good" } ] + + [ + { + "id" : "002", + "Name" : "Vedant", + "Year of Graduation" : "2025" + "Intrest of Work" : "cyber security" + "Favroite Quote" : "Speak less,Think more" + } + ] From 9a1eb303871602b82c9b49af78c9cedcf63500b0 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 17:45:54 +0530 Subject: [PATCH 13/73] Update Demo-HF.json --- Demo-HF.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 6e097b7..f0aa248 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -19,7 +19,8 @@ "favorite Quote" : "-" }, - { + + { "id" : "3", "Name" : "Aekagra", "Year of Graduation" : "2024" @@ -28,7 +29,8 @@ }, - { + + { "id" : "5", "Name" : "Aditya", "Year of Graduation" : "2026", From 930fa14f1d0fbf39f02f7eef7ee27cf65d69950d Mon Sep 17 00:00:00 2001 From: A10-g <77630063+A10-g@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:48:12 +0530 Subject: [PATCH 14/73] sample pr practice for hacktoberfest --- Demo-HF.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6dd5688..b4a613a 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -20,5 +20,19 @@ } + + + + + + + + { + "id" : "6", + "Name" : "Abhishek", + "Year of Graduation" : "2024" + "Intrest of work" : "Android app development" + "favorite Quote" : "Just do it" + }, ] From 4636f98c7a73d2a3d9e1d7b4591d26c03402f534 Mon Sep 17 00:00:00 2001 From: SanskrutiThorve <110231512+SanskrutiThorve@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:49:05 +0530 Subject: [PATCH 15/73] added new id --- Demo-HF.json | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 0324de6..e36c045 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -11,40 +11,23 @@ //Add your information below as shown above - - { - "id" : "2", - "Name" : "-", - "Year of Graduation" : "-" - "Intrest of work" : "-" - "favorite Quote" : "-" - - }, - - { - + { "id" : "3", "Name" : "Aekagra", "Year of Graduation" : "2024" "Intrest of work" : "marketing" "favorite Quote" : "Be calm n composed" - - }, - - { - "id" : "5", - "Name" : "Aditya", - "Year of Graduation" : "2026", - "Intrest of work" : "Coding", - "favorite Quote" : "Nothing is Impossible", - }, - ] - - - - + } + "id" : "15", + "Name" : "Sanskruti", + "Year of Graduation" : "2025" + "Intrest of work" : "Web Development" + "favorite Quote" : "Be Positive" + } + - + +] From cde18a1ef44870eab29e9a5b7a588b2e19040623 Mon Sep 17 00:00:00 2001 From: ChavanAnuja <113609795+ChavanAnuja@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:52:18 +0530 Subject: [PATCH 16/73] added id 20 --- Demo-HF.json | 56 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 160b4ff..416304b 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -11,37 +11,45 @@ //Add your information below as shown above - { + + { + "id" : "2", + "Name" : "-", + "Year of Graduation" : "-" + "Intrest of work" : "-" + "favorite Quote" : "-" + + }, + + { + "id" : "3", "Name" : "Aekagra", "Year of Graduation" : "2024" "Intrest of work" : "marketing" "favorite Quote" : "Be calm n composed" + - } - "id" : "15", - "Name" : "Sanskruti", - "Year of Graduation" : "2025" - "Intrest of work" : "Web Development" - "favorite Quote" : "Be Positive" - } + }, + + { + "id" : "5", + "Name" : "Aditya", + "Year of Graduation" : "2026", + "Intrest of work" : "Coding", + "favorite Quote" : "Nothing is Impossible", + }, + ] + + "id" : "20", + "Name" : "Anuja", + "Year of Graduation" : "2025", + "Intrest of work" : "Learning new programming langauges", + "favorite Quote" : "Stay focused", + }, + + - - - - - - - - - { - "id" : "6", - "Name" : "Abhishek", - "Year of Graduation" : "2024" - "Intrest of work" : "Android app development" - "favorite Quote" : "Just do it" - }, -] From 80d8269114b7da707a70a8c48507bd2dfaad6abb Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 17:53:23 +0530 Subject: [PATCH 17/73] Revert "Update CONTRIBUTING.md" --- CONTRIBUTING.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de42a59..9ed8a35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,21 +14,11 @@ EX :- "favorite Quote" : "force for a good" } ] - - [ - { - "id" : "002", - "Name" : "Vedant", - "Year of Graduation" : "2025" - "Intrest of Work" : "cyber security" - "Favroite Quote" : "Speak less,Think more" - } - ] [ { - "id" : "003", + "id" : "002", "Name" : "Aman Shaikh", "Year of Graduation" : "2024" "Intrest of work" : "Cloud Development" From ff2989e1f31946ac086db0e7f3bf52ab09eaaa65 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 17:56:28 +0530 Subject: [PATCH 18/73] Update Demo-HF.json --- Demo-HF.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 416304b..ec42a15 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -39,14 +39,16 @@ "Intrest of work" : "Coding", "favorite Quote" : "Nothing is Impossible", }, - ] + "id" : "20", "Name" : "Anuja", "Year of Graduation" : "2025", "Intrest of work" : "Learning new programming langauges", "favorite Quote" : "Stay focused", - }, + } + +] From 8b10543cf583bd6efbb061885f92ad5d97b668a5 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 17:56:51 +0530 Subject: [PATCH 19/73] Update Demo-HF.json --- Demo-HF.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo-HF.json b/Demo-HF.json index ec42a15..337de83 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -41,6 +41,7 @@ }, + { "id" : "20", "Name" : "Anuja", "Year of Graduation" : "2025", From 8fb3b70f8e969aa2152d81d333ef504fe5b30802 Mon Sep 17 00:00:00 2001 From: Aman Shaikh <113378775+Ashaikh2003@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:57:45 +0530 Subject: [PATCH 20/73] Practice PR 1 --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 1cacb75..a9ae9b9 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -28,5 +28,13 @@ } + { + "id" : "4", + "Name" : "Aman", + "Year of Graduation" : "2024" + "Intrest of work" : "Cloud Developing" + "favorite Quote" : "Stay Hungry, Stay Foolish" + + }, ] From 48794afc9fb84c28572d448599649276cbcf2fbd Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:01:31 +0530 Subject: [PATCH 21/73] Delete CONTRIBUTING.md --- CONTRIBUTING.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 991dcb6..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,37 +0,0 @@ -How to Contribute? - - -In this repo you have to add your Name, Year of Graduation and Intrest of work. - -EX :- - - [ - { - "id" : "001", - "Name" : "Rohit", - "Year of Graduation" : "2024" - "Intrest of work" : "Web evelopment" - "favorite Quote" : "force for a good" - } - ] - - - [ - { - "id" : "002", - "Name" : "Aman Shaikh", - "Year of Graduation" : "2024" - "Intrest of work" : "Cloud Development" - "favorite Quote" : "To shine like a sun, Burn like a sun" - } - ] - -[ - { - "id" : "002", - "Name" : "Aman Shaikh", - "Year of Graduation" : "2024", - "Intrest of work" : "Cloud Development", - "favorite Quote" : "To shine like a sun, Burn like a sun", - } - ] From 344578fa9fcbb65cf5a0f83d702d3d1c664ad16a Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:03:18 +0530 Subject: [PATCH 22/73] Create CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ + From 53d418050706236184438729ad9bc2603e2a82dd Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:04:29 +0530 Subject: [PATCH 23/73] Update CONTRIBUTING.md --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b13789..6ec77fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,18 @@ +How to Contribute? check CONTRIBUTING.md +In this repo you have to add your Name, Year of Graduation and Intrest of work in json file + +EX :- + + + [ + + { + "id" : "1", + "Name" : "Piyush", + "Year of Graduation" : "2025" + "Intrest of work" : "Android app development" + "favorite Quote" : "force for a good" + } + + ] From c4d939e6db652961db59dc47c5ddb15bba33b790 Mon Sep 17 00:00:00 2001 From: Vaishnavi Khot <107037426+VaishnaviKhot@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:09:57 +0530 Subject: [PATCH 24/73] Added my Info --- Demo-HF.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6c068e9..5efe043 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -59,6 +59,13 @@ "Intrest of work" : "Learning new programming langauges", "favorite Quote" : "Stay focused", } + { + "id" : "21", + "Name" : "Vaishnavi", + "Year of Graduation" : "2024", + "Intrest of work" : "Full Stack Web Development", + "favorite Quote" : "Be Yourself", + } ] From d80049d6444a5023ec08c0d001d8e3d27bd1290a Mon Sep 17 00:00:00 2001 From: Vedant Dhage <113800155+vedantgithub23@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:12:03 +0530 Subject: [PATCH 25/73] added id :-9 added info at line no:-29 --- Demo-HF.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 160b4ff..d6293a6 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -26,9 +26,13 @@ "favorite Quote" : "Be Positive" } - - - + { + "id" : "9", + "Name" : "Vedant", + "Year of Graduation" : "2025" + "Intrest of work" : "Cyber Security" + "favorite Quote" : "Speak less,Think more" + }, From f48a1d30ab3a443c2bbaefecc395351b02f0c8a8 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:13:28 +0530 Subject: [PATCH 26/73] Update Demo-HF.json --- Demo-HF.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 5efe043..c4a9cd5 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -10,16 +10,6 @@ }, //Add your information below as shown above - - - { - "id" : "2", - "Name" : "-", - "Year of Graduation" : "-" - "Intrest of work" : "-" - "favorite Quote" : "-" - - }, { From c4dc32a362167df662c33ca64d41590b61083172 Mon Sep 17 00:00:00 2001 From: Pratiksha Hodade <114475318+Tembhurni@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:14:46 +0530 Subject: [PATCH 27/73] add id 25 --- Demo-HF.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 5efe043..ef8c48d 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -66,7 +66,12 @@ "Intrest of work" : "Full Stack Web Development", "favorite Quote" : "Be Yourself", } - + "id" : "25", + "Name" : "Pratiksha", + "Year of Graduation" : "2025" + "Intrest of work" : "web development" + "favorite Quote" : "Don't quit" + } ] From b97cd5d69cd66725165a5aa6bb16fd8fd42b8217 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:15:34 +0530 Subject: [PATCH 28/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 8e87da9..2a89cbe 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -56,7 +56,7 @@ "Intrest of work" : "Learning new programming langauges", "favorite Quote" : "Stay focused", } - { + { "id" : "21", "Name" : "Vaishnavi", "Year of Graduation" : "2024", From 47847d93971fb742854058346b9a7df047abe615 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:15:54 +0530 Subject: [PATCH 29/73] Update Demo-HF.json --- Demo-HF.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 2a89cbe..2aadf2c 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -55,14 +55,14 @@ "Year of Graduation" : "2025", "Intrest of work" : "Learning new programming langauges", "favorite Quote" : "Stay focused", - } + }, { "id" : "21", "Name" : "Vaishnavi", "Year of Graduation" : "2024", "Intrest of work" : "Full Stack Web Development", "favorite Quote" : "Be Yourself", - } + }, ] From 96c66442d872e412fcee1678bdfb7e5bf8e0c770 Mon Sep 17 00:00:00 2001 From: Pranav-95 <112325374+Pranav-95@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:16:07 +0530 Subject: [PATCH 30/73] Update Demo-HF.json I have added my name and some details. It is really helpful practice. --- Demo-HF.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 5efe043..b1a4611 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -31,7 +31,7 @@ - } + }, { "id" : "4", @@ -47,7 +47,7 @@ "Name" : "Aditya", "Year of Graduation" : "2026", "Intrest of work" : "Coding", - "favorite Quote" : "Nothing is Impossible", + "favorite Quote" : "Nothing is Impossible" }, @@ -57,15 +57,22 @@ "Name" : "Anuja", "Year of Graduation" : "2025", "Intrest of work" : "Learning new programming langauges", - "favorite Quote" : "Stay focused", - } + "favorite Quote" : "Stay focused" + }, { "id" : "21", "Name" : "Vaishnavi", "Year of Graduation" : "2024", "Intrest of work" : "Full Stack Web Development", - "favorite Quote" : "Be Yourself", - } + "favorite Quote" : "Be Yourself" + }, + { + "id" : "43", + "Name" : "Pranav", + "Year of Graduation" : "2025", + "Intrest of work" : "Web Development", + + }, ] From 6dad0e558fdfeef0f4be4e78177add75d8f1eaf7 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:16:16 +0530 Subject: [PATCH 31/73] Update Demo-HF.json --- Demo-HF.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 2aadf2c..a16ee67 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -45,9 +45,6 @@ "Intrest of work" : "Coding", "favorite Quote" : "Nothing is Impossible", }, - - - { "id" : "20", @@ -56,6 +53,8 @@ "Intrest of work" : "Learning new programming langauges", "favorite Quote" : "Stay focused", }, + + { "id" : "21", "Name" : "Vaishnavi", From b069a716b81dd31618aa64b7f2e201ce536e3a46 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:17:29 +0530 Subject: [PATCH 32/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index a16ee67..4dc5cba 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -61,7 +61,7 @@ "Year of Graduation" : "2024", "Intrest of work" : "Full Stack Web Development", "favorite Quote" : "Be Yourself", - }, + } ] From a15b8a02aa6929af008d2353c1618f8a4eb788cb Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:29:20 +0530 Subject: [PATCH 33/73] Update CONTRIBUTING.md --- CONTRIBUTING.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ec77fa..3514cc8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,14 +5,12 @@ In this repo you have to add your Name, Year of Graduation and Intrest of work i EX :- - [ - - { - "id" : "1", - "Name" : "Piyush", - "Year of Graduation" : "2025" - "Intrest of work" : "Android app development" - "favorite Quote" : "force for a good" - } - - ] + [ + { + "id" : "1", + "Name" : "Piyush", + "Year of Graduation" : "2025" + "Intrest of work" : "Android app development" + "favorite Quote" : "force for a good" + } + ] From 5852539b8b36de88c322f5759e428492c6c8b1eb Mon Sep 17 00:00:00 2001 From: shreyash dhanawade <68527969+shreyash00007@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:30:06 +0530 Subject: [PATCH 34/73] Update Demo-HF.json --- Demo-HF.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index c7d2ab1..e1bf7f3 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -80,7 +80,14 @@ "Year of Graduation" : "2025" "Intrest of work" : "web development" "favorite Quote" : "Don't quit" - } + }, + { + "id" : "26", + "Name" : "Shreyash", + "Year of Graduation" : "2022" + "Intrest of work" : "UI/UX" + "favorite Quote" : "Talk is cheap, show me the code" + }, ] From e23543166b08ed7564c704b68b39ff8c0e97244d Mon Sep 17 00:00:00 2001 From: Shreya Sahu <113013276+shreying@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:32:41 +0530 Subject: [PATCH 35/73] Updated Demo-HF.json added details! thank you for helping us --- Demo-HF.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index e1bf7f3..676b433 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -81,13 +81,14 @@ "Intrest of work" : "web development" "favorite Quote" : "Don't quit" }, - { - "id" : "26", - "Name" : "Shreyash", - "Year of Graduation" : "2022" - "Intrest of work" : "UI/UX" - "favorite Quote" : "Talk is cheap, show me the code" - }, + + { + "id" : "27", + "Name" : "Shreya", + "Year of Graduation" : "2026", + "Intrest of work" : "web development", + "favorite Quote" : "We've got this" + } ] From cefa53ea06dcae595beb1bdcd551b1992e17f1d3 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 18:35:23 +0530 Subject: [PATCH 36/73] Update Demo-HF.json --- Demo-HF.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 676b433..d8961b7 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -63,7 +63,6 @@ "Name" : "Vaishnavi", "Year of Graduation" : "2024", "Intrest of work" : "Full Stack Web Development", - "favorite Quote" : "Be Yourself" }, { From 785eec291c021a061f1c1d3e1a1969e759317ac8 Mon Sep 17 00:00:00 2001 From: SanskrutiThorve <110231512+SanskrutiThorve@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:55:07 +0530 Subject: [PATCH 37/73] Update Demo-HF.json --- Demo-HF.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6dd5688..2864daa 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -21,4 +21,13 @@ } + + + { + "id": "19", + "name": "Sanskruti", + "year_of_graduation":"2025", + "interest_of_work": "Web Development", + "favourite_quote": "Be positive" + }, ] From 2454b58ef36c6963e32ea8933e847298e901a115 Mon Sep 17 00:00:00 2001 From: SanskrutiThorve <110231512+SanskrutiThorve@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:56:06 +0530 Subject: [PATCH 38/73] added new id 19 --- Demo-HF.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo-HF.json b/Demo-HF.json index 2864daa..5f031a3 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -30,4 +30,5 @@ "interest_of_work": "Web Development", "favourite_quote": "Be positive" }, + ] From 5056f7f89dcfa793acc1973a6ab896e3a03499dd Mon Sep 17 00:00:00 2001 From: PrathameshAdinawar <64590280+PrathameshAdinawar@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:56:14 +0530 Subject: [PATCH 39/73] Added a line a littke about me --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index d8961b7..cd8c3f1 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -87,6 +87,14 @@ "Year of Graduation" : "2026", "Intrest of work" : "web development", "favorite Quote" : "We've got this" + }, + + { + "id" : "28", + "Name" : "Prathamesh", + "Year of Graduation" : "3278", + "Intrest of work" : "Android Development", + "favorite Quote" : "Give your 100% no matter what" } ] From e5991a69f2016926c0d4e6b9859a3d5d044ff614 Mon Sep 17 00:00:00 2001 From: Gunjan Ahirrao <113527875+Gunjan1224@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:57:01 +0530 Subject: [PATCH 40/73] added my information --- Demo-HF.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index d8961b7..a7b5950 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -87,7 +87,14 @@ "Year of Graduation" : "2026", "Intrest of work" : "web development", "favorite Quote" : "We've got this" - } + }, + { + "id" : "12", + "Name" : "Gunjan", + "Year of Graduation" : "2025" + "Intrest of work" : "web development" + "favorite Quote" : "Believe in you" + }, ] From 65d9110693cdb14adf486dce953498135350f99f Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 19:00:03 +0530 Subject: [PATCH 41/73] Update Demo-HF.json --- Demo-HF.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 1af5056..90a3518 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -63,6 +63,8 @@ "year_of_graduation":"2025", "interest_of_work": "Web Development", "favourite_quote": "Be positive" + + }, { From df0b666a277eb605a136b13ff835ab6eda53063c Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:59:32 +0700 Subject: [PATCH 42/73] Update Demo-HF.json --- Demo-HF.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index c24936e..65840d0 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -101,10 +101,10 @@ { "id" : "28", - "Name" : "Prathamesh", - "Year of Graduation" : "3278", - "Intrest of work" : "Android Development", - "favorite Quote" : "Give your 100% no matter what" + "name" : "Prathamesh", + "yearOfGraduation" : "3278", + "intrestOfWork" : "Android Development", + "favoriteQuote" : "Give your 100% no matter what" }, From 3f2474e016488b9173af5675bf3d003b8367a0b5 Mon Sep 17 00:00:00 2001 From: Pranav-95 <112325374+Pranav-95@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:52:58 +0530 Subject: [PATCH 43/73] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 661efa7..009794e 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ EX :- { "id" : "1", "Name" : "Piyush", - "Year of Graduation" : "2025" - "Intrest of work" : "Android app development" + "Year of Graduation" : "2025", + "Intrest of work" : "Android app development", "favorite Quote" : "force for a good" - } + }, ] From 9bd89d59b1935d3f8f37917b8de58cdd159919dc Mon Sep 17 00:00:00 2001 From: Pranav-95 <112325374+Pranav-95@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:53:59 +0530 Subject: [PATCH 44/73] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3514cc8..dac8942 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,8 @@ EX :- { "id" : "1", "Name" : "Piyush", - "Year of Graduation" : "2025" - "Intrest of work" : "Android app development" + "Year of Graduation" : "2025", + "Intrest of work" : "Android app development", "favorite Quote" : "force for a good" - } + }, ] From 91017aac4bc440ce87377992b677b4258f45a221 Mon Sep 17 00:00:00 2001 From: Krantisatkar <114471850+Krantisatkar@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:13:40 +0530 Subject: [PATCH 45/73] Update Demo-HF.json Added my info --- Demo-HF.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 65840d0..d451104 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -114,8 +114,17 @@ "Year of Graduation" : "2025" "Intrest of work" : "web development" "favorite Quote" : "Believe in you" - }, + }, + + { + "id" : "5", + "Name" : "Aekagra", + "Year of Graduation" : "2025" + "Intrest of work" : "web development" + "favorite Quote" : "start with new things" + + }, ] From 33de97261c02cf0eff93ed3b90a58ed41b137285 Mon Sep 17 00:00:00 2001 From: DiyaGandhi16 <100201656+DiyaGandhi16@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:18:04 +0530 Subject: [PATCH 46/73] Added id - 26 --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 65840d0..8af1d47 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -115,6 +115,14 @@ "Intrest of work" : "web development" "favorite Quote" : "Believe in you" }, + + { + "id" : "26", + "Name" : "Diya", + "Year of Graduation" : "2025" + "Intrest of work" : "machine learning" + "favorite Quote" : "live like a child" + }, ] From 7bcf6f4dc8c4cab92deac9e3c51f67d5304a807e Mon Sep 17 00:00:00 2001 From: Shajahan Sayyed <111757756+Shajahan30@users.noreply.github.com> Date: Thu, 29 Sep 2022 20:48:27 +0530 Subject: [PATCH 47/73] Added my info from line 141. --- Demo-HF.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index f1b3aaa..1052a72 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -138,6 +138,16 @@ ] + [ + { + "id" : "7", + "Name" : "Shajahan", + "Year of Graduation" : "2025", + "Intrest of work" : "web development and machine learning", + "favorite Quote" : "consistency is key to success." + }, + ] + From 6457c107c9a6369f7f4a6cf924b95990468dfac0 Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:20:40 +0700 Subject: [PATCH 48/73] added id 41 --- Demo-HF.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index f1b3aaa..62b2a9c 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -135,6 +135,30 @@ "favorite Quote" : "start with new things" }, + + { + "id" : "41", + "name" : "Prajakta", + "year_of_graduation" : "2025", + "interest_of_work" : "Software Developement", + "favourite_quote" : "Believe In Yourself" + }, + + + + + + + + + + + + + + + + ] From 9b4df515203d227cbb9e937968882630bcb78bbe Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:28:26 +0700 Subject: [PATCH 49/73] Update Demo-HF.json --- Demo-HF.json | 55 ++++++++++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 34 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 55fb724..6a81679 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -15,8 +15,8 @@ "id" : "3", "Name" : "Aekagra", - "Year of Graduation" : "2024" - "Intrest of work" : "marketing" + "Year of Graduation" : "2024", + "Intrest of work" : "marketing", "favorite Quote" : "Be calm n composed" }, @@ -25,8 +25,8 @@ { "id" : "9", "Name" : "Vedant", - "Year of Graduation" : "2025" - "Intrest of work" : "Cyber Security" + "Year of Graduation" : "2025", + "Intrest of work" : "Cyber Security", "favorite Quote" : "Speak less,Think more" }, @@ -34,8 +34,8 @@ { "id" : "4", "Name" : "Aman", - "Year of Graduation" : "2024" - "Intrest of work" : "Cloud Developing" + "Year of Graduation" : "2024", + "Intrest of work" : "Cloud Developing", "favorite Quote" : "Stay Hungry, Stay Foolish" }, @@ -79,14 +79,14 @@ "Name" : "Pranav", "Year of Graduation" : "2025", "Intrest of work" : "Web Development", - "favorite Quote" : "Be Yourself", + "favorite Quote" : "Be Yourself" }, { "id" : "25", "Name" : "Pratiksha", - "Year of Graduation" : "2025" - "Intrest of work" : "web development" + "Year of Graduation" : "2025", + "Intrest of work" : "web development", "favorite Quote" : "Don't quit" }, @@ -111,8 +111,8 @@ { "id" : "12", "Name" : "Gunjan", - "Year of Graduation" : "2025" - "Intrest of work" : "web development" + "Year of Graduation" : "2025", + "Intrest of work" : "web development", "favorite Quote" : "Believe in you" }, @@ -120,8 +120,8 @@ { "id" : "26", "Name" : "Diya", - "Year of Graduation" : "2025" - "Intrest of work" : "machine learning" + "Year of Graduation" : "2025", + "Intrest of work" : "machine learning", "favorite Quote" : "live like a child" }, @@ -130,8 +130,8 @@ { "id" : "5", "Name" : "Aekagra", - "Year of Graduation" : "2025" - "Intrest of work" : "web development" + "Year of Graduation" : "2025", + "Intrest of work" : "web development", "favorite Quote" : "start with new things" }, @@ -144,25 +144,6 @@ "favourite_quote" : "Believe In Yourself" }, - - - - - - - - - - - - - - - - -] - - [ { "id" : "7", "Name" : "Shajahan", @@ -170,6 +151,12 @@ "Intrest of work" : "web development and machine learning", "favorite Quote" : "consistency is key to success." }, + + + + + + ] From a84c6317b4c21237e3361f625fa679522dc7450f Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:37:47 +0700 Subject: [PATCH 50/73] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 009794e..cc3f845 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ In this repo you have to add your Name, Year of Graduation and Intrest of work i EX :- - [ + [ { "id" : "1", - "Name" : "Piyush", - "Year of Graduation" : "2025", - "Intrest of work" : "Android app development", - "favorite Quote" : "force for a good" + "name" : "Piyush", + "yearOfGraduation" : "2025", + "interestOfWork" : "Android app development", + "favouriteQuote" : "force for a good" }, - ] + ] From 5c32979d4b5312cb620bcd0d1320bab9bb0dd95a Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:39:03 +0700 Subject: [PATCH 51/73] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cc3f845..0eb0bea 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,20 @@ In this repo you have to add your Name, Year of Graduation and Intrest of work i EX :- [ + { + "id" : "1", + "name" : "Piyush", + "yearOfGraduation" : "2025", + "interestOfWork" : "Android app development", + "favouriteQuote" : "force for a good" + }, + ] From 27fa44b6b379a674b8cea2e12a3af67ff551c1c5 Mon Sep 17 00:00:00 2001 From: Chandrakant <83269908+nightfury000@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:11:32 +0530 Subject: [PATCH 52/73] Update Demo-HF.json --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6a81679..1dacbb8 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -152,6 +152,14 @@ "favorite Quote" : "consistency is key to success." }, + { + "id" : "8, + "name" : "Chandrakant", + "year_of_graduation" : "2023", + "interest_of_work" : "Machine Learning", + "favourite_quote" : "Little things everday does matter." + }, + From b9fd621995f817a9de173569dab95c7034f256eb Mon Sep 17 00:00:00 2001 From: Chandrakant <83269908+nightfury000@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:12:06 +0530 Subject: [PATCH 53/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 1dacbb8..e982013 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -153,7 +153,7 @@ }, { - "id" : "8, + "id" : "8", "name" : "Chandrakant", "year_of_graduation" : "2023", "interest_of_work" : "Machine Learning", From 4a1658ac7e409c1d455f55ad351177c4ad1fd33b Mon Sep 17 00:00:00 2001 From: Chandrakant <83269908+nightfury000@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:13:23 +0530 Subject: [PATCH 54/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index e982013..fa8987a 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -157,7 +157,7 @@ "name" : "Chandrakant", "year_of_graduation" : "2023", "interest_of_work" : "Machine Learning", - "favourite_quote" : "Little things everday does matter." + "favourite_quote" : "Little things everday do matter." }, From 7a56d5440371e4fdab03a5e1e1a1242b7d938a71 Mon Sep 17 00:00:00 2001 From: Nishant Deshmukh <106433476+Nishant2116@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:18:45 +0530 Subject: [PATCH 55/73] Update Demo-HF.json --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6a81679..a11341f 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -153,6 +153,14 @@ }, + { + "id" : "22", + "Name" : "Nishant", + "Year of Graduation" : "2024", + "Intrest of work" : "Machine learning & AI", + "favorite Quote" : "Just be you with positive vibe." + }, + From 390d8daca63a20afdedde10f02c0ce8136d6a91b Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:53:05 +0700 Subject: [PATCH 56/73] Update Demo-HF.json --- Demo-HF.json | 125 +++++++++++++++++++++++++++------------------------ 1 file changed, 67 insertions(+), 58 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 6a81679..db48e40 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -2,59 +2,68 @@ [ { - "id" : "1", - "Name" : "Piyush", - "Year of Graduation" : "2025" - "Intrest of work" : "Android app development" - "favorite Quote" : "force for a good" + "id" : "1", + "name" : "Piyush", + "yearOfGraduation" : "2025", + "intrestOfWork" : "Android app development", + "favouriteQuote" : "force for a good" }, //Add your information below as shown above + + { + "id" : " ", + "name" : " ", + "yearOfGraduation : " ", + "intrestOfWork" : " ", + "favouriteQuote" : " " + }, + { - "id" : "3", - "Name" : "Aekagra", - "Year of Graduation" : "2024", - "Intrest of work" : "marketing", - "favorite Quote" : "Be calm n composed" + "id" : "3", + "name" : "Aekagra", + "yearOfGraduation" : "2024", + "intrestOfWork" : "marketing", + "favouriteQuote" : "Be calm n composed" }, { "id" : "9", - "Name" : "Vedant", - "Year of Graduation" : "2025", - "Intrest of work" : "Cyber Security", - "favorite Quote" : "Speak less,Think more" + "name" : "Vedant", + "yearOfGraduation" : "2025", + "intrestOfWork" : "Cyber Security", + "favouriteQuote" : "Speak less,Think more" }, { "id" : "4", - "Name" : "Aman", - "Year of Graduation" : "2024", - "Intrest of work" : "Cloud Developing", - "favorite Quote" : "Stay Hungry, Stay Foolish" + "name" : "Aman", + "yearOfGraduation" : "2024", + "intrestOfWork" : "Cloud Developing", + "favouriteQuote" : "Stay Hungry, Stay Foolish" }, { "id" : "5", - "Name" : "Aditya", - "Year of Graduation" : "2026", - "Intrest of work" : "Coding", - "favorite Quote" : "Nothing is Impossible" + "name" : "Aditya", + "yearOfGraduation" : "2026", + "intrestOfWork" : "Coding", + "favouriteQuote" : "Nothing is Impossible" }, { "id" : "20", - "Name" : "Anuja", - "Year of Graduation" : "2025", - "Intrest of work" : "Learning new programming langauges", + "name" : "Anuja", + "yearOfGraduation" : "2025", + "intrestOfWork" : "Learning new programming langauges", - "favorite Quote" : "Stay focused" + "favouriteQuote" : "Stay focused" }, { @@ -69,33 +78,33 @@ { "id" : "21", - "Name" : "Vaishnavi", - "Year of Graduation" : "2024", - "Intrest of work" : "Full Stack Web Development", - "favorite Quote" : "Be Yourself" + "name" : "Vaishnavi", + "yearOfGraduation" : "2024", + "intrestOfWork" : "Full Stack Web Development", + "favouriteQuote" : "Be Yourself" }, { "id" : "43", - "Name" : "Pranav", - "Year of Graduation" : "2025", - "Intrest of work" : "Web Development", - "favorite Quote" : "Be Yourself" + "name" : "Pranav", + "yearOfGraduation" : "2025", + "intrestOfWork" : "Web Development", + "favouriteQuote" : "Be Yourself" }, { "id" : "25", - "Name" : "Pratiksha", - "Year of Graduation" : "2025", - "Intrest of work" : "web development", - "favorite Quote" : "Don't quit" + "name" : "Pratiksha", + "yearOfGraduation" : "2025", + "intrestOfWork" : "web development", + "favouriteQuote" : "Don't quit" }, { "id" : "27", - "Name" : "Shreya", - "Year of Graduation" : "2026", - "Intrest of work" : "web development", - "favorite Quote" : "We've got this" + "name" : "Shreya", + "yearOfGraduation" : "2026", + "intrestOfWork" : "web development", + "favouriteQuote" : "We've got this" }, @@ -110,29 +119,29 @@ { "id" : "12", - "Name" : "Gunjan", - "Year of Graduation" : "2025", - "Intrest of work" : "web development", - "favorite Quote" : "Believe in you" + "name" : "Gunjan", + "yearOfGraduation" : "2025", + "intrestOfWork" : "web development", + "favouriteQuote" : "Believe in you" }, { "id" : "26", - "Name" : "Diya", - "Year of Graduation" : "2025", - "Intrest of work" : "machine learning", - "favorite Quote" : "live like a child" + "name" : "Diya", + "yearOfGraduation" : "2025", + "intrestOfWork" : "machine learning", + "favouriteQuote" : "live like a child" }, { "id" : "5", - "Name" : "Aekagra", - "Year of Graduation" : "2025", - "Intrest of work" : "web development", - "favorite Quote" : "start with new things" + "name" : "Aekagra", + "yearOfGraduation" : "2025", + "intrestOfWork" : "web development", + "favouriteQuote" : "start with new things" }, @@ -146,10 +155,10 @@ { "id" : "7", - "Name" : "Shajahan", - "Year of Graduation" : "2025", - "Intrest of work" : "web development and machine learning", - "favorite Quote" : "consistency is key to success." + "name" : "Shajahan", + "yearOfGraduation" : "2025", + "intrestOfWork" : "web development and machine learning", + "favouriteQuote" : "consistency is key to success." }, From 9ecc2b7dccbcb3429952713495afbe68a886c4f5 Mon Sep 17 00:00:00 2001 From: Abhiraj Rode <98207222+Abhiraj-1604@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:12:35 +0530 Subject: [PATCH 57/73] added my info --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 2f675e4..8e6a7a8 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -178,6 +178,14 @@ "favorite Quote" : "Just be you with positive vibe." }, + { + "id" : "33", + "Name" : "Abhiraj", + "Year of Graduation" : "2025", + "Intrest of work" : "cyber security", + "favorite Quote" : "Do what you love" + }, + From 58119f7293072fa300160bb7eb959a91351dcf90 Mon Sep 17 00:00:00 2001 From: Piyush Chavan Date: Thu, 29 Sep 2022 22:23:17 +0530 Subject: [PATCH 58/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 2f675e4..6133439 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -14,7 +14,7 @@ { "id" : " ", "name" : " ", - "yearOfGraduation : " ", + "yearOfGraduation" : " " , "intrestOfWork" : " ", "favouriteQuote" : " " }, From 570f4edc4c787e1654860e1182fb6b7793ff8e75 Mon Sep 17 00:00:00 2001 From: Gawade15 <95995255+Gawade15@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:27:35 +0530 Subject: [PATCH 59/73] Update Demo-HF.json i have added my name , graduation year and my favouriteQuote --- Demo-HF.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 2f675e4..cae0078 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -179,6 +179,20 @@ }, + { + + "id" : "1", + + "name" : "koomal", + + "yearOfGraduation" : "2024", + + "interestOfWork" : "Android app development", + + "favouriteQuote" : "shine like sun" + + }, + From 0c516725275d4aa0fda82aeddab4071c9f8b1aa3 Mon Sep 17 00:00:00 2001 From: Sanket Mardhekar <113464637+SanketMardhekar@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:33:11 +0530 Subject: [PATCH 60/73] Practice PR 01 --- Demo-HF.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index b0cadad..ea516e6 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -186,8 +186,13 @@ "favorite Quote" : "Do what you love" }, - - + { + "id" : "34", + "Name" : "Sanket", + "Year of Graduation" : "2024", + "Intrest of work" : "Cloud Developer", + "favorite Quote" : "Believe in time" + }, ] From 15e1b4bc60d46ce7c4dc111ad2996b27da2ed6c2 Mon Sep 17 00:00:00 2001 From: Amitesh Patra <96640527+AmiteshPatra@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:52:29 +0530 Subject: [PATCH 61/73] Added My Details --- Demo-HF.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index b0cadad..9a5a8ee 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -186,9 +186,13 @@ "favorite Quote" : "Do what you love" }, - - - + { + "id" : "424", + "Name" : "Amitesh", + "Year of Graduation" : "2024", + "Intrest of work" : "AI & Web Development", + "favorite Quote" : "You can't change the future but you can change the past. By interpreting the past it's possible to change how you see things" + }, ] From c1a400953893e3d7ad3f0eb747b04082066c6982 Mon Sep 17 00:00:00 2001 From: preshitadighe <95408491+preshitadighe@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:54:41 +0530 Subject: [PATCH 62/73] Update Demo-HF.json --- Demo-HF.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index f1b3aaa..0b5ef58 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -135,6 +135,16 @@ "favorite Quote" : "start with new things" }, + + { + "id" : "24", + "Name" : "Preshita", + "Year of Graduation" : "2024" + "Intrest of work" : "cyber security" + "favorite Quote" : "good things take time!" + + }, + ] From 08333bf15cddbe8d6ee5715e960e18fbebe17a3d Mon Sep 17 00:00:00 2001 From: Ayush Dudhani <79262758+ayush-dudhani@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:05:53 +0530 Subject: [PATCH 63/73] Demo Contribution! #hacktoberfest2022 --- Demo-HF.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 890e3ab..0b4f9c4 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -220,6 +220,13 @@ "Intrest of work" : "AI & Web Development", "favorite Quote" : "You can't change the future but you can change the past. By interpreting the past it's possible to change how you see things" }, + { + "id" : "143", + "name" : "Ayush", + "yearOfGraduation" : "2024", + "intrestOfWork" : "Full Stack Web + CP + OpenSource", + "favouriteQuote" : "Let's change education system to educated system :)" + } ] From cb31680e395d59f589473f711b7782790159998a Mon Sep 17 00:00:00 2001 From: Atharva Gupta <110369275+alexmercer07@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:54:59 +0530 Subject: [PATCH 64/73] Added my info Added some info including my interest and other things --- Demo-HF.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 890e3ab..1a11b0f 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -224,7 +224,17 @@ ] - +{ + + "id" : "07", + "name" : "Atharva", + "yearOfGraduation" : "2024", + "interestOfWork" : "Content Writing", "Web development" + "favouriteQuote" : "Keep it going!!" + + }, + +] From 717d6e147670cf8eb301cfa65436f57ff0db2e50 Mon Sep 17 00:00:00 2001 From: Atharva Gupta <110369275+alexmercer07@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:56:24 +0530 Subject: [PATCH 65/73] Update Demo-HF.json --- Demo-HF.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 1a11b0f..d152043 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -232,7 +232,7 @@ "interestOfWork" : "Content Writing", "Web development" "favouriteQuote" : "Keep it going!!" - }, + } ] From 8b017b3dfa6cff9d63fcbfc7e4a19f461174fb07 Mon Sep 17 00:00:00 2001 From: AmiteshPatra Date: Fri, 30 Sep 2022 09:00:22 +0530 Subject: [PATCH 66/73] Fixed missing brackets, commas and other syntax errors --- Demo-HF.json | 394 ++++++++++++++++++++++++--------------------------- 1 file changed, 185 insertions(+), 209 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 1956a58..6276e64 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -1,260 +1,236 @@ -<-- DO NOT CHANGE THIS SECTIION --> +< --DO NOT CHANGE THIS SECTIION-- > [ + { - "id" : "1", - "name" : "Piyush", - "yearOfGraduation" : "2025", - "intrestOfWork" : "Android app development", - "favouriteQuote" : "force for a good" + "id": "1", + "name": "Piyush", + "yearOfGraduation": "2025", + "intrestOfWork": "Android app development", + "favouriteQuote": "force for a good" }, //Add your information below as shown above - + { - "id" : " ", - "name" : " ", - "yearOfGraduation" : " " , - "intrestOfWork" : " ", - "favouriteQuote" : " " - }, - - - { - - "id" : "3", - "name" : "Aekagra", - "yearOfGraduation" : "2024", - "intrestOfWork" : "marketing", - "favouriteQuote" : "Be calm n composed" - - }, - - + "id": " ", + "name": " ", + "yearOfGraduation": " ", + "intrestOfWork": " ", + "favouriteQuote": " " + }, + { - "id" : "9", - "name" : "Vedant", - "yearOfGraduation" : "2025", - "intrestOfWork" : "Cyber Security", - "favouriteQuote" : "Speak less,Think more" + + "id": "3", + "name": "Aekagra", + "yearOfGraduation": "2024", + "intrestOfWork": "marketing", + "favouriteQuote": "Be calm n composed" }, { - "id" : "4", - "name" : "Aman", - "yearOfGraduation" : "2024", - "intrestOfWork" : "Cloud Developing", - "favouriteQuote" : "Stay Hungry, Stay Foolish" - + "id": "9", + "name": "Vedant", + "yearOfGraduation": "2025", + "intrestOfWork": "Cyber Security", + "favouriteQuote": "Speak less,Think more" + }, - - { - "id" : "5", - "name" : "Aditya", - "yearOfGraduation" : "2026", - "intrestOfWork" : "Coding", - "favouriteQuote" : "Nothing is Impossible" - }, - + { - "id" : "20", - "name" : "Anuja", - "yearOfGraduation" : "2025", - "intrestOfWork" : "Learning new programming langauges", - - "favouriteQuote" : "Stay focused" - }, - - { - "id": "19", - "name": "Sanskruti", - "year_of_graduation":"2025", - "interest_of_work": "Web Development", - "favourite_quote": "Be positive" - + "id": "4", + "name": "Aman", + "yearOfGraduation": "2024", + "intrestOfWork": "Cloud Developing", + "favouriteQuote": "Stay Hungry, Stay Foolish" + }, { + "id": "5", + "name": "Aditya", + "yearOfGraduation": "2026", + "intrestOfWork": "Coding", + "favouriteQuote": "Nothing is Impossible" + }, - "id" : "21", - "name" : "Vaishnavi", - "yearOfGraduation" : "2024", - "intrestOfWork" : "Full Stack Web Development", - "favouriteQuote" : "Be Yourself" - }, { - "id" : "43", - "name" : "Pranav", - "yearOfGraduation" : "2025", - "intrestOfWork" : "Web Development", - "favouriteQuote" : "Be Yourself" - }, - - { - "id" : "25", - "name" : "Pratiksha", - "yearOfGraduation" : "2025", - "intrestOfWork" : "web development", - "favouriteQuote" : "Don't quit" + "id": "20", + "name": "Anuja", + "yearOfGraduation": "2025", + "intrestOfWork": "Learning new programming langauges", + + "favouriteQuote": "Stay focused" }, { - "id" : "27", - "name" : "Shreya", - "yearOfGraduation" : "2026", - "intrestOfWork" : "web development", - "favouriteQuote" : "We've got this" + "id": "19", + "name": "Sanskruti", + "year_of_graduation": "2025", + "interest_of_work": "Web Development", + "favourite_quote": "Be positive" + }, + { + + "id": "21", + "name": "Vaishnavi", + "yearOfGraduation": "2024", + "intrestOfWork": "Full Stack Web Development", + "favouriteQuote": "Be Yourself" + }, { - "id" : "28", - "name" : "Prathamesh", - "yearOfGraduation" : "3278", - "intrestOfWork" : "Android Development", - "favoriteQuote" : "Give your 100% no matter what" + "id": "43", + "name": "Pranav", + "yearOfGraduation": "2025", + "intrestOfWork": "Web Development", + "favouriteQuote": "Be Yourself" }, - - { - "id" : "12", - "name" : "Gunjan", - "yearOfGraduation" : "2025", - "intrestOfWork" : "web development", - "favouriteQuote" : "Believe in you" + { + "id": "25", + "name": "Pratiksha", + "yearOfGraduation": "2025", + "intrestOfWork": "web development", + "favouriteQuote": "Don't quit" + }, + { + "id": "27", + "name": "Shreya", + "yearOfGraduation": "2026", + "intrestOfWork": "web development", + "favouriteQuote": "We've got this" }, - - { - "id" : "26", - "name" : "Diya", - "yearOfGraduation" : "2025", - "intrestOfWork" : "machine learning", - "favouriteQuote" : "live like a child" - - }, - - - { - "id" : "5", - "name" : "Aekagra", - "yearOfGraduation" : "2025", - "intrestOfWork" : "web development", - "favouriteQuote" : "start with new things" - + + { + "id": "28", + "name": "Prathamesh", + "yearOfGraduation": "3278", + "intrestOfWork": "Android Development", + "favoriteQuote": "Give your 100% no matter what" }, - - { - "id" : "24", - "Name" : "Preshita", - "Year of Graduation" : "2024" - "Intrest of work" : "cyber security" - "favorite Quote" : "good things take time!" - + { + "id": "12", + "name": "Gunjan", + "yearOfGraduation": "2025", + "intrestOfWork": "web development", + "favouriteQuote": "Believe in you" + }, + { + "id": "26", + "name": "Diya", + "yearOfGraduation": "2025", + "intrestOfWork": "machine learning", + "favouriteQuote": "live like a child" + + }, { - "id" : "41", - "name" : "Prajakta", - "year_of_graduation" : "2025", - "interest_of_work" : "Software Developement", - "favourite_quote" : "Believe In Yourself" + "id": "5", + "name": "Aekagra", + "yearOfGraduation": "2025", + "intrestOfWork": "web development", + "favouriteQuote": "start with new things" + }, - + { - "id" : "7", - "name" : "Shajahan", - "yearOfGraduation" : "2025", - "intrestOfWork" : "web development and machine learning", - "favouriteQuote" : "consistency is key to success." - }, - - { - "id" : "8", - "name" : "Chandrakant", - "year_of_graduation" : "2023", - "interest_of_work" : "Machine Learning", - "favourite_quote" : "Little things everday do matter." + "id": "24", + "Name": "Preshita", + "Year of Graduation": "2024" + "Intrest of work": "cyber security" + "favorite Quote": "good things take time!" + }, - - + { - "id" : "22", - "Name" : "Nishant", - "Year of Graduation" : "2024", - "Intrest of work" : "Machine learning & AI", - "favorite Quote" : "Just be you with positive vibe." - }, - - { - "id" : "33", - "Name" : "Abhiraj", - "Year of Graduation" : "2025", - "Intrest of work" : "cyber security", - "favorite Quote" : "Do what you love" - }, - + "id": "41", + "name": "Prajakta", + "year_of_graduation": "2025", + "interest_of_work": "Software Developement", + "favourite_quote": "Believe In Yourself" + }, + { + "id": "7", + "name": "Shajahan", + "yearOfGraduation": "2025", + "intrestOfWork": "web development and machine learning", + "favouriteQuote": "consistency is key to success." + }, - { + { + "id": "8", + "name": "Chandrakant", + "year_of_graduation": "2023", + "interest_of_work": "Machine Learning", + "favourite_quote": "Little things everday do matter." + }, - "id" : "34", - "Name" : "Sanket", - "Year of Graduation" : "2024", - "Intrest of work" : "Cloud Developer", - "favorite Quote" : "Believe in time" - }, - + { + "id": "22", + "Name": "Nishant", + "Year of Graduation": "2024", + "Intrest of work": "Machine learning & AI", + "favorite Quote": "Just be you with positive vibe." + }, - - "id" : "1", - - "name" : "koomal", - - "yearOfGraduation" : "2024", - - "interestOfWork" : "Android app development", - - "favouriteQuote" : "shine like sun" - - }, - - - + { + "id": "33", + "Name": "Abhiraj", + "Year of Graduation": "2025", + "Intrest of work": "cyber security", + "favorite Quote": "Do what you love" + }, { - "id" : "424", - "Name" : "Amitesh", - "Year of Graduation" : "2024", - "Intrest of work" : "AI & Web Development", - "favorite Quote" : "You can't change the future but you can change the past. By interpreting the past it's possible to change how you see things" - }, + + "id": "34", + "Name": "Sanket", + "Year of Graduation": "2024", + "Intrest of work": "Cloud Developer", + "favorite Quote": "Believe in time" + }, + { - "id" : "143", - "name" : "Ayush", - "yearOfGraduation" : "2024", - "intrestOfWork" : "Full Stack Web + CP + OpenSource", - "favouriteQuote" : "Let's change education system to educated system :)" - } + "id": "1", + "name": "koomal", + "yearOfGraduation": "2024", + "interestOfWork": "Android app development", + "favouriteQuote": "shine like sun" - - ] - -{ - - "id" : "07", - "name" : "Atharva", - "yearOfGraduation" : "2024", - "interestOfWork" : "Content Writing", "Web development" - "favouriteQuote" : "Keep it going!!" - - } - -] - + }, + { + "id": "424", + "Name": "Amitesh", + "Year of Graduation": "2024", + "Intrest of work": "AI & Web Development", + "favorite Quote": "You can't change the future but you can change the past. By interpreting the past it's possible to change how you see things" + }, + { + "id": "143", + "name": "Ayush", + "yearOfGraduation": "2024", + "intrestOfWork": "Full Stack Web + CP + OpenSource", + "favouriteQuote": "Let's change education system to educated system :)" + }, + + { + "id": "07", + "name": "Atharva", + "yearOfGraduation": "2024", + "interestOfWork": "Content Writing, Web development", + "favouriteQuote": "Keep it going!!" + } +] \ No newline at end of file From d44c337df2f12711e6b6db5ff653a2727582e6a5 Mon Sep 17 00:00:00 2001 From: Sarthak Katwate <78206858+Sarthak191@users.noreply.github.com> Date: Fri, 30 Sep 2022 09:54:04 +0530 Subject: [PATCH 67/73] Update Demo-HF.json --- Demo-HF.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 1956a58..c1088da 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -251,6 +251,19 @@ "interestOfWork" : "Content Writing", "Web development" "favouriteQuote" : "Keep it going!!" + }, + { + + "id" : "2", + + "name" : "Sarthak", + + "yearOfGraduation" : "2024", + + "interestOfWork" : "Data Science and Illustration", + + "favouriteQuote" : "Be water" + } ] From 9190cb5add66a4e90ad1a0546a2e38ae8c983251 Mon Sep 17 00:00:00 2001 From: Prajaktalandge <110158865+Prajaktalandge@users.noreply.github.com> Date: Fri, 30 Sep 2022 12:16:11 +0700 Subject: [PATCH 68/73] Update Demo-HF.json --- Demo-HF.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 033cae8..6a96563 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -209,10 +209,7 @@ }, - - ] - -{ + { "id" : "07", "name" : "Atharva", @@ -221,6 +218,7 @@ "favouriteQuote" : "Keep it going!!" }, + { "id" : "2", @@ -235,11 +233,7 @@ } -] - - - - { + { "id": "424", "Name": "Amitesh", "Year of Graduation": "2024", @@ -263,4 +257,4 @@ "favouriteQuote": "Keep it going!!" } -] \ No newline at end of file +] From 384a8f41d5e7d75ae576efefddec3081b9120374 Mon Sep 17 00:00:00 2001 From: Kapil Motwani <51946007+motwanikapil@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:51:35 +0530 Subject: [PATCH 69/73] Update Demo-HF.json I have updated my name in this file. :) --- Demo-HF.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6a96563..1bebccc 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -255,6 +255,13 @@ "yearOfGraduation": "2024", "interestOfWork": "Content Writing, Web development", "favouriteQuote": "Keep it going!!" + }, + { + "id" : "144", + "Name" : "Kapil Motwani", + "Year of Graduation" : "2023", + "Intrest of work" : "Web Application Development", + "favorite Quote" : "Never Stop Dreaming" } ] From b6a61b4ccece09950d556e40986cb5074df780ce Mon Sep 17 00:00:00 2001 From: Sanket Mane <68066761+sanket560@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:00:32 +0530 Subject: [PATCH 70/73] Update Demo-HF.json updated my details --- Demo-HF.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6a96563..4b9d2c9 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -19,6 +19,14 @@ "intrestOfWork": " ", "favouriteQuote": " " }, + + { + "id" : "100", + "Name" : "sanket", + "Year of Graduation" : "2025", + "Intrest of work" : "web devlopment", + "favorite Quote" : "code the world" + }, { From 15eb00c5bb9dbc3d58dab857c8bb2edd280828eb Mon Sep 17 00:00:00 2001 From: ayroti dey sarkar <76876452+ayrotideysarkar@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:27:26 +0530 Subject: [PATCH 71/73] Update Demo-HF.json --- Demo-HF.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Demo-HF.json b/Demo-HF.json index 6a96563..c0899bc 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -55,6 +55,16 @@ "intrestOfWork": "Coding", "favouriteQuote": "Nothing is Impossible" }, + + { + + "id": "8", + "name": "Ayroti", + "yearOfGraduation": "2022", + "intrestOfWork": "learning new things", + "favouriteQuote": "Be strong and keep smiling" + + }, { "id": "20", From 274cb529baffde982d2e5cbecf0005c3d381556c Mon Sep 17 00:00:00 2001 From: atharva-0123-cs <112416167+atharva-0123-cs@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:05:32 +0530 Subject: [PATCH 72/73] Update info --- Demo-HF.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo-HF.json b/Demo-HF.json index 172dd4d..27f839e 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -13,11 +13,11 @@ //Add your information below as shown above { - "id": " ", - "name": " ", - "yearOfGraduation": " ", - "intrestOfWork": " ", - "favouriteQuote": " " + "id": "001", + "name": "Atharva", + "yearOfGraduation": "2025", + "intrestOfWork": "Frontend Web Development", + "favouriteQuote": "Dead Pepole Recive way more Flowers than the Living because REGRET is Stonger than GRATITUDE ~Anne Frank" }, { From 2489407ac4693336d9469b2b075911141c56bd12 Mon Sep 17 00:00:00 2001 From: Soham Maji Date: Fri, 30 Sep 2022 15:51:38 +0530 Subject: [PATCH 73/73] modified Demo-HF.json file --- Demo-HF.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Demo-HF.json b/Demo-HF.json index 27f839e..e6b9c6b 100644 --- a/Demo-HF.json +++ b/Demo-HF.json @@ -280,6 +280,13 @@ "Year of Graduation" : "2023", "Intrest of work" : "Web Application Development", "favorite Quote" : "Never Stop Dreaming" - } + }, + { + "id" : "18", + "Name" : "Soham", + "Year of Graduation" : "2024", + "Intrest of work" : "Machine Learning and Data Science", + "favorite Quote" : "If you change nothing, nothing will change" + } ]