{"id":24528174,"url":"https://github.com/deric-w/chain-encoding","last_synced_at":"2025-03-15T16:43:55.917Z","repository":{"id":111294789,"uuid":"173478225","full_name":"Deric-W/Chain-Encoding","owner":"Deric-W","description":"Python module and description of a encoding with infinite letter space.","archived":false,"fork":false,"pushed_at":"2019-06-08T14:11:35.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T06:37:51.294Z","etag":null,"topics":["decoder","encoder","encoding","python3"],"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/Deric-W.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":"2019-03-02T17:32:20.000Z","updated_at":"2023-11-27T01:03:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6534ce0-f152-40d5-9953-e09f9f232d72","html_url":"https://github.com/Deric-W/Chain-Encoding","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deric-W%2FChain-Encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deric-W%2FChain-Encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deric-W%2FChain-Encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deric-W%2FChain-Encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deric-W","download_url":"https://codeload.github.com/Deric-W/Chain-Encoding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762238,"owners_count":20343976,"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":["decoder","encoder","encoding","python3"],"created_at":"2025-01-22T06:34:06.657Z","updated_at":"2025-03-15T16:43:55.912Z","avatar_url":"https://github.com/Deric-W.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chain-encoding\nChain encoding is a simple, (used with numbers less than 128) ASCII-compatible Unicode based encoding that uses the unused 8th bit of an ASCII byte to concatenate multiple bytes (like a chain).\nAs a result, an infinite number of letters can be stored.\n\n## Syntax\nIf the bit is 1, the other 7 bits are chained to the previous byte.\nIf the bit is 0, a new chain is created.\n\n## Examples\n### E\n**0**1000101 --\u003e new Chain 1000101 --\u003e 1000101 --\u003e 69 --\u003e `E`\n\n### Ä\n**0**0000001 **1**1000100 --\u003e new Chain 0000001 + 1000100 --\u003e 00000011000100 --\u003e 196 --\u003e `Ä`\n\n### 漢\n**0**0000001 **1**1011110 **1**0100010 --\u003e new Chain 0000001 + 1011110 + 0100010 --\u003e 000000110111100100010 --\u003e 28450 --\u003e `漢`\n\n### Invalid\n\n**1**0100110 **1**0010000 --\u003e missing start of Chain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic-w%2Fchain-encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic-w%2Fchain-encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic-w%2Fchain-encoding/lists"}