Skip to content

Commit

Permalink
file number removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul committed Jan 23, 2024
1 parent 8f8e66b commit 188001c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ADMIN/MAINTAIN/DOC_DATA.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,23 @@
"folder_number": "5",
"hello_diu": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/hello_diu",
"file_number": "1",
"hello_diu.c": "https://github.com/mursalatul/code-park/tree/master/hello_diu/hello_diu.c"
},
"palindrom": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/palindrom",
"file_number": "1",
"is_palindrom_number.c": "https://github.com/mursalatul/code-park/tree/master/palindrom/is_palindrom_number.c"
},
"prime": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/prime",
"file_number": "1",
"is_prime.cpp": "https://github.com/mursalatul/code-park/tree/master/prime/is_prime.cpp"
},
"search": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/search",
"file_number": "2",
"binary_search.cpp": "https://github.com/mursalatul/code-park/tree/master/search/binary_search.cpp",
"linear_search.cpp": "https://github.com/mursalatul/code-park/tree/master/search/linear_search.cpp"
},
"selection_sort": {
"folder_url": "https://github.com/mursalatul/code-park/tree/master/selection_sort",
"file_number": "1",
"selection_sort_cpp.cpp": "https://github.com/mursalatul/code-park/tree/master/selection_sort/selection_sort_cpp.cpp"
}
}
2 changes: 1 addition & 1 deletion ADMIN/MAINTAIN/classes/handle_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def add_link(self):
for folder, file in self.data.items():
inner_dic = dict()
inner_dic["folder_url"] = "https://github.com/mursalatul/code-park/tree/master/" + folder
inner_dic["file_number"] = f"{len(file)}"
#inner_dic["file_number"] = f"{len(file)}"
# sort is working locally but is not working in github action. will fix it later
# file.sort()
for f in file:
Expand Down

0 comments on commit 188001c

Please sign in to comment.