{"id":17623776,"url":"https://github.com/wiseaidev/code_distancing","last_synced_at":"2025-03-30T01:36:19.275Z","repository":{"id":104014536,"uuid":"363736998","full_name":"wiseaidev/code_distancing","owner":"wiseaidev","description":"A simple script that separates the content of a given file.","archived":false,"fork":false,"pushed_at":"2021-05-02T20:04:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T03:38:48.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiseaidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-02T19:49:33.000Z","updated_at":"2021-05-02T20:04:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c226514c-a2ba-434b-adef-8e80845d80b0","html_url":"https://github.com/wiseaidev/code_distancing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Fcode_distancing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Fcode_distancing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Fcode_distancing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiseaidev%2Fcode_distancing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiseaidev","download_url":"https://codeload.github.com/wiseaidev/code_distancing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246265374,"owners_count":20749634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-22T21:42:56.461Z","updated_at":"2025-03-30T01:36:19.243Z","avatar_url":"https://github.com/wiseaidev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code_distancing\nA simple script that separates the content of a given file.\n\n## How it works!\n\nIt takes a file as input and generates another file with separated lines!\n\n```sh\n\n$ ./distancing.py -f main.c \n\n[*] Before Corona: \n\n#include \u003cstdio.h\u003e\nint main() {\n   printf(\"Hello, World!\");\n   return 0;\n}\n\n[*] After Corona: \n\n#include \u003cstdio.h\u003e\n\nint main() \n\n{\n\n   printf(\"Hello, World!\");\n\n   return 0;\n\n}\n\n\n[*] The modified version of your file has been generated as main_out.c!\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseaidev%2Fcode_distancing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiseaidev%2Fcode_distancing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseaidev%2Fcode_distancing/lists"}