From a1041c6bfc4f2f795098fcdc5e556b537da230f5 Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 1 Feb 2025 20:34:28 +0530 Subject: [PATCH 01/11] Update package.json --- version/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/package.json b/version/package.json index 046f7d7ac..650cae2ee 100644 --- a/version/package.json +++ b/version/package.json @@ -11,4 +11,4 @@ "dependencies": { "express": "^4.17.1" } -} +} From d67d8af3e6c01e70454163201b7b28d14e627d0e Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:52:55 +0530 Subject: [PATCH 02/11] LICENSE --- LICENSE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE b/LICENSE index 261eeb9e9..74e6b5ab8 100644 --- a/LICENSE +++ b/LICENSE @@ -188,6 +188,8 @@ Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at From 645a55f297dab75e568eada9f0783b4fd9a1b56c Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:54:32 +0530 Subject: [PATCH 03/11] LICENSE --- LICENSE | 2 -- 1 file changed, 2 deletions(-) diff --git a/LICENSE b/LICENSE index 74e6b5ab8..261eeb9e9 100644 --- a/LICENSE +++ b/LICENSE @@ -188,8 +188,6 @@ Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at From 903d8f710dc1888bb7cdc16abc1b3cee19d3ebec Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:54:49 +0530 Subject: [PATCH 04/11] LICENSE --- LICENSE | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9e9..b5d6648e7 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,6 @@ http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, From 87bdb24b535b0942a6da2e4c5b76ff1e5279444a Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:55:00 +0530 Subject: [PATCH 05/11] LICENSE --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index b5d6648e7..261eeb9e9 100644 --- a/LICENSE +++ b/LICENSE @@ -3,6 +3,7 @@ http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, From 8f771701a345f9185d9c228acacfb7eca89163ae Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:55:34 +0530 Subject: [PATCH 06/11] .gitignore From 907aac849b4b5c8f91d443042e45cc46dcf15fb0 Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:55:46 +0530 Subject: [PATCH 07/11] .gitignore From e558a32ae1de2fcc48d9999a57c79fe0d73938a1 Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Sat, 15 Mar 2025 20:56:10 +0530 Subject: [PATCH 08/11] .gitignore From 5e1576d124908f694f5d2b6ad36d96494e18a08f Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Mon, 14 Jul 2025 16:45:58 +0530 Subject: [PATCH 09/11] Create simple changes --- simple changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 simple changes diff --git a/simple changes b/simple changes new file mode 100644 index 000000000..8b8b6460c --- /dev/null +++ b/simple changes @@ -0,0 +1,12 @@ +# Linux +sudo apt-get install python3-venv # If needed +python3 -m venv .venv +source .venv/bin/activate + +# macOS +python3 -m venv .venv +source .venv/bin/activate + +# Windows +py -3 -m venv .venv +.venv\scripts\activate From 42d1e4fc737495ae6ca22a4dad74260fea84afea Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Wed, 16 Jul 2025 13:38:42 +0530 Subject: [PATCH 10/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a68f383..2a1ee2843 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# DO101-apps +# DO101-apps. Apps for the DO101 course. From 12933ccd661354663391a22ac9733ba9d8104247 Mon Sep 17 00:00:00 2001 From: RANJEET DHARMENDRA SHINDE Date: Wed, 16 Jul 2025 19:50:05 +0530 Subject: [PATCH 11/11] Update Readme Update Readme Co-Authored-By: Ranjeet-bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1ee2843..5cfdb1048 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # DO101-apps. -Apps for the DO101 course. +Apps for the DO101 Course.