{"id":17092716,"url":"https://github.com/onelivesleft/jai-c-format","last_synced_at":"2026-01-05T21:03:42.321Z","repository":{"id":171691244,"uuid":"370720078","full_name":"onelivesleft/jai-c-format","owner":"onelivesleft","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-18T22:18:42.000Z","size":362,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T16:44:28.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onelivesleft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-05-25T14:22:54.000Z","updated_at":"2022-06-10T18:37:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0cb6441-c9ea-462e-8cf9-18be38c4de0a","html_url":"https://github.com/onelivesleft/jai-c-format","commit_stats":null,"previous_names":["onelivesleft/jai-c-format"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onelivesleft/jai-c-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-c-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-c-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-c-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-c-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onelivesleft","download_url":"https://codeload.github.com/onelivesleft/jai-c-format/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelivesleft%2Fjai-c-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28218585,"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":"2026-01-05T02:00:06.358Z","response_time":57,"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":[],"created_at":"2024-10-14T14:02:15.709Z","updated_at":"2026-01-05T21:03:42.294Z","avatar_url":"https://github.com/onelivesleft.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jai-c-format\n\nThis is an implementation of ideas proposed by @RLuba during the beta-tester Q\u0026A stream.  It includes a native jai implementation of stbsprintf, so there are no binary dependencies.  To use copy the two module folders into your jai modules path, then use the `f` function to format a string using standard sprintf code:\n\n```jai\n#import \"C_Format\";\n\nmain :: () {\n    print(f(\"First letter is: %c\\n\", 65));\n    print(f(\"A number is: %07.4f\\n\", 17.0 / 13.0));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelivesleft%2Fjai-c-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelivesleft%2Fjai-c-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelivesleft%2Fjai-c-format/lists"}