{"id":18777708,"url":"https://github.com/daelsepara/zil-numbers","last_synced_at":"2026-01-25T18:31:55.343Z","repository":{"id":142354136,"uuid":"277882559","full_name":"daelsepara/zil-numbers","owner":"daelsepara","description":"Demonstration of how to get number from user input. Can convert numbers up to base 36 (digits 0-9 and characters A-Z). ","archived":false,"fork":false,"pushed_at":"2020-07-07T17:59:18.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T05:11:38.317Z","etag":null,"topics":["z-machine","zil"],"latest_commit_sha":null,"homepage":"","language":"ZIL","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/daelsepara.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":"2020-07-07T17:36:41.000Z","updated_at":"2021-03-26T06:51:28.000Z","dependencies_parsed_at":"2023-04-16T07:13:33.642Z","dependency_job_id":null,"html_url":"https://github.com/daelsepara/zil-numbers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daelsepara/zil-numbers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelsepara%2Fzil-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelsepara%2Fzil-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelsepara%2Fzil-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelsepara%2Fzil-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daelsepara","download_url":"https://codeload.github.com/daelsepara/zil-numbers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daelsepara%2Fzil-numbers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28756442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["z-machine","zil"],"created_at":"2024-11-07T20:13:22.766Z","updated_at":"2026-01-25T18:31:55.324Z","avatar_url":"https://github.com/daelsepara.png","language":"ZIL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zil-numbers\n\nDemonstrates how to get numbers from user input using **READLINE**. It can also be used with different bases, e.g. base 2, 10, 16, etc, up to base 36 (using characters a-z for numbers greater than 10)\n\n## POWER (BASE EXP)\n\n- Computes **BASE**^**EXP** (or **BASE** to **EXP**-th power)\n- Can only handle positve values for **EXP** and **0**.\n- Recursive\n\n## CONVERT-TO-NUMBER (N \"OPT\" BASE)\n\n- Converts the N-th word of the user input to integer. To be used after calling **READLINE**\n- If **BASE** is not provided, it defaults to 10.\n- actual conversion is done by **GET-DIGIT** and **TO-INTEGER** routines\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaelsepara%2Fzil-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaelsepara%2Fzil-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaelsepara%2Fzil-numbers/lists"}