From 33d1864287497c224cbf2c05717661da9fa9fb33 Mon Sep 17 00:00:00 2001 From: S-ishita Date: Thu, 10 Aug 2023 23:16:14 +0530 Subject: [PATCH 1/2] coding blocks added --- database/frontend/online-code-editors.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index 0d148eb1c..fb884fb6f 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -117,5 +117,12 @@ "url": "https://ide.geeksforgeeks.org/", "category": "frontend", "subcategory": "online-code-editors" + }, + { + "name": "Coding Blocks", + "description": "In addition to the IDE with code completion, you can also create an account to save your code on the server, and also share it with others.", + "url": "https://ide.codingblocks.com/", + "category": "frontend", + "subcategory": "online-code-editors" } ] From 3e61452c67167b27350e1ca1ca18849358685a13 Mon Sep 17 00:00:00 2001 From: S-ishita <104543751+S-ishita@users.noreply.github.com> Date: Thu, 10 Aug 2023 23:32:51 +0530 Subject: [PATCH 2/2] fixed description Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- database/frontend/online-code-editors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index fb884fb6f..6e064de54 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -120,7 +120,7 @@ }, { "name": "Coding Blocks", - "description": "In addition to the IDE with code completion, you can also create an account to save your code on the server, and also share it with others.", + "description": "In addition to the IDE with code completion, you can also create an account to save your code on the server and share it with others.", "url": "https://ide.codingblocks.com/", "category": "frontend", "subcategory": "online-code-editors"