{"id":20449098,"url":"https://github.com/glanguage/homework_list","last_synced_at":"2026-06-06T19:31:51.123Z","repository":{"id":133842775,"uuid":"243758400","full_name":"GLanguage/homework_list","owner":"GLanguage","description":"A list of homework :P","archived":false,"fork":false,"pushed_at":"2020-03-12T14:41:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T22:26:55.438Z","etag":null,"topics":["cpp","homework"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GLanguage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2020-02-28T12:33:36.000Z","updated_at":"2020-03-12T14:40:20.000Z","dependencies_parsed_at":"2023-08-31T06:25:01.106Z","dependency_job_id":null,"html_url":"https://github.com/GLanguage/homework_list","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2Fhomework_list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2Fhomework_list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2Fhomework_list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GLanguage%2Fhomework_list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GLanguage","download_url":"https://codeload.github.com/GLanguage/homework_list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241997530,"owners_count":20055118,"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":["cpp","homework"],"created_at":"2024-11-15T10:38:48.842Z","updated_at":"2026-06-06T19:31:51.117Z","avatar_url":"https://github.com/GLanguage.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homework_list\nA list of homework :P  \n[CHANGELOG](CHANGELOG.md)\n\n## Usage\n*NOTE: Unix-like OS only!*  \nAfter cloning the repo, you need to do some settings.\n### Change the Path\nOpen `./src/cli.cpp`, then you will find something like:\n```cpp\nconst string ROOT = \"/Users/Alan/homework_list/\";\n```\nChange it to the path to *your* repo.  \n*NOTE: Remember to add `/` at the end!*\n### Create Folders\n`cd` into the repo, and add 2 folders: `./obj` and `./bin`.\n### Set PATH Variable\nOpen (or create) terminal profile (`.bash_profile`, `.bashrc`, `.zshrc` or something like that under `~/` or `etc/`) and add:\n```shell\nexport PATH=[path-to-the-repo]/bin/:PATH\n```\nAnd, obviously, `[path-to-the-repo]` means the path to the repo (without `/` at the end) .  \nAfter doing all these complicated settings, you can finally `cd` into the repo and run:\n```shell\n$ make\n$ make clean\n```\nwhere `make` will compile the repo and `make clean` will remove the `*.o` files.  \nThen, you can start the program by command `homework`. Run\n```shell\n$ homework help\n```\nfor further information.  \nIf you want to uninstall the program *(which is strongly not recommended)* , run:\n```shell\n$ make uninstall\n```\nwhich will remove the executable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fhomework_list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglanguage%2Fhomework_list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglanguage%2Fhomework_list/lists"}