{"id":27072810,"url":"https://github.com/hong539/coding_collects","last_synced_at":"2025-04-05T23:33:53.789Z","repository":{"id":153103173,"uuid":"624430343","full_name":"hong539/coding_collects","owner":"hong539","description":"coding_collects for practice coding with any other Programming languages","archived":false,"fork":false,"pushed_at":"2025-02-21T23:56:30.000Z","size":219,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T00:27:32.076Z","etag":null,"topics":["c","coding","cpp","csharp","javascript","python","python3","rust"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hong539.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":"2023-04-06T13:00:15.000Z","updated_at":"2025-02-21T23:56:34.000Z","dependencies_parsed_at":"2024-01-07T07:25:44.773Z","dependency_job_id":"14e556de-e432-48b3-bb12-665674af337d","html_url":"https://github.com/hong539/coding_collects","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/hong539%2Fcoding_collects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong539%2Fcoding_collects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong539%2Fcoding_collects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hong539%2Fcoding_collects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hong539","download_url":"https://codeload.github.com/hong539/coding_collects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415825,"owners_count":20935384,"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":["c","coding","cpp","csharp","javascript","python","python3","rust"],"created_at":"2025-04-05T23:33:53.190Z","updated_at":"2025-04-05T23:33:53.780Z","avatar_url":"https://github.com/hong539.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coding_collects\ncodesignal code colletcs for practice coding with any other Programming languages\n\n## Setting up dev_enviroment on Linux\n\n* [programing_languages](https://github.com/hong539/setup_dev_environment/tree/main/programing_languages)\n\n## Start coding\n\n* With Python\n\n```shell\n#!/usr/bin/env bash\nset -euxo pipefail\n\n#install uv\ncurl -LsSf https://astral.sh/uv/install.sh | sh\nuv --version\n\n#generate-shell-completion\necho -e 'eval \"$(uv generate-shell-completion bash)\"' \u003e\u003e ~/.bashrc\nsource ~/.bashrc\n\n#init\nuv init\n\n#dependencies check\nuv pip check\n\n#sync\nuv sync\n\n#Use a specific Python version in the current directory:\nuv python pin 3.10\n\n#Viewing Python installations\nuv python list\n\n#Importing dependencies\n#docs: https://docs.astral.sh/uv/concepts/projects/dependencies/#importing-dependencies\nuv add -r requirements.txt\n\n# add some Python packages\nuv add fastapi --extra standard\n```\n\n## many others\n\n* kotlin\n    * map/reduce/filter\n\n## Important!!!\n\n== We're Using GitHub Under Protest ==\n\nThis project is currently hosted on GitHub.  This is not ideal; GitHub is a\nproprietary, trade-secret system that is not Free and Open Souce Software\n(FOSS).  We are deeply concerned about using a proprietary system like GitHub\nto develop our FOSS project.  We have an\n[open {bug ticket, mailing list thread, etc.} ](INSERT_LINK) where the\nproject contributors are actively discussing how we can move away from GitHub\nin the long term.  We urge you to read about the\n[Give up GitHub](https://GiveUpGitHub.org) campaign from\n[the Software Freedom Conservancy](https://sfconservancy.org) to understand\nsome of the reasons why GitHub is not a good place to host FOSS projects.\n\nIf you are a contributor who personally has already quit using GitHub, please\n[check this resource](INSERT_LINK) for how to send us contributions without\nusing GitHub directly.\n\nAny use of this project's code by GitHub Copilot, past or present, is done\nwithout our permission.  We do not consent to GitHub's use of this project's\ncode in Copilot.\n\n![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhong539%2Fcoding_collects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhong539%2Fcoding_collects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhong539%2Fcoding_collects/lists"}