{"id":25799583,"url":"https://github.com/spejamchr/chbsrs","last_synced_at":"2025-10-07T20:46:17.003Z","repository":{"id":227587391,"uuid":"771365744","full_name":"spejamchr/chbsrs","owner":"spejamchr","description":"Convert between numerical bases (support for bases \u003e36 \u0026 floating-point bases)","archived":false,"fork":false,"pushed_at":"2024-11-04T06:49:09.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T08:51:47.874Z","etag":null,"topics":["base-conversion","leptos","number-base-converter"],"latest_commit_sha":null,"homepage":"https://spejamchr.github.io/chbsrs/","language":"Rust","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/spejamchr.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":"2024-03-13T06:59:38.000Z","updated_at":"2024-11-04T06:49:13.000Z","dependencies_parsed_at":"2024-04-03T06:32:42.246Z","dependency_job_id":"4b49e549-7944-4937-8af0-a139d68d6139","html_url":"https://github.com/spejamchr/chbsrs","commit_stats":null,"previous_names":["spejamchr/chbsrs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spejamchr/chbsrs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spejamchr%2Fchbsrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spejamchr%2Fchbsrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spejamchr%2Fchbsrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spejamchr%2Fchbsrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spejamchr","download_url":"https://codeload.github.com/spejamchr/chbsrs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spejamchr%2Fchbsrs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278845036,"owners_count":26056080,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["base-conversion","leptos","number-base-converter"],"created_at":"2025-02-27T15:47:18.546Z","updated_at":"2025-10-07T20:46:16.962Z","avatar_url":"https://github.com/spejamchr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/spejamchr/chbsrs/main/preview-dark.png\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/spejamchr/chbsrs/main/preview-light.png\"\u003e\n        \u003cimg width=\"40%\" alt=\"Representing 123.45 as a base-pi number: 10220.00012120...\" src=\"https://raw.githubusercontent.com/spejamchr/chbsrs/main/preview-light.png\"\u003e\n    \u003c/picture\u003e\n\u003c/div\u003e\n\n# ChangeBase\n\nConvert numbers from one [positional notation](https://en.wikipedia.org/wiki/Positional_notation) to\nanother. Either base can be a\n[non-integer](https://en.wikipedia.org/wiki/Non-integer_base_of_numeration), such as `pi` or `e`.\n\nBuilt with [Leptos](https://github.com/leptos-rs/leptos).\n\n## Why?\n\nI read that [base-`e`](https://en.wikipedia.org/wiki/Non-integer_base_of_numeration#Base_e) has the\nlowest [radix economy](https://en.wikipedia.org/wiki/Radix_economy#e_has_the_lowest_radix_economy),\nand I wanted to see what numbers would look like in base-`e`. Also, I wanted to try out Leptos.\n\n## Running Locally\n\nThis site uses Rust `nightly` and requires that you've installed the `wasm` compilation target for\nyour toolchain. See [getting started with\nLeptos](https://book.leptos.dev/getting_started/index.html).\n\nIf you don't have Rust nightly, you can install it with\n\n```sh\nrustup toolchain install nightly --allow-downgrade\n```\n\nYou can add the `wasm` compilation target to rust using\n\n```sh\nrustup target add wasm32-unknown-unknown\n```\n\nThen clone the project\n\n```sh\ngit clone https://github.com/spejamchr/chbsrs.git\n```\n\n## Developing\n\nTo run the app use [Trunk](https://github.com/trunk-rs/trunk):\n\n```sh\ntrunk serve --port 3000 --open\n```\n\n## Deploying\n\nAll pushes to `main` are automatically deployed by GitHub Actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspejamchr%2Fchbsrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspejamchr%2Fchbsrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspejamchr%2Fchbsrs/lists"}