{"id":15574814,"url":"https://github.com/loki-astari/thorsioutil","last_synced_at":"2026-02-04T05:01:22.759Z","repository":{"id":146060217,"uuid":"121777715","full_name":"Loki-Astari/ThorsIOUtil","owner":"Loki-Astari","description":"Utilities for handling IO in C++","archived":false,"fork":false,"pushed_at":"2026-01-25T05:08:06.000Z","size":774,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-25T06:43:41.384Z","etag":null,"topics":["cpp","formatting","io","printf"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Loki-Astari.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-16T17:11:41.000Z","updated_at":"2026-01-25T05:08:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a6d3235-bf88-4351-9832-7e39060575ba","html_url":"https://github.com/Loki-Astari/ThorsIOUtil","commit_stats":{"total_commits":244,"total_committers":2,"mean_commits":122.0,"dds":"0.024590163934426257","last_synced_commit":"b343bfce8cffbeb0bcde2f5151b2d1bd489f602c"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/Loki-Astari/ThorsIOUtil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loki-Astari%2FThorsIOUtil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loki-Astari%2FThorsIOUtil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loki-Astari%2FThorsIOUtil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loki-Astari%2FThorsIOUtil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Loki-Astari","download_url":"https://codeload.github.com/Loki-Astari/ThorsIOUtil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loki-Astari%2FThorsIOUtil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29070204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cpp","formatting","io","printf"],"created_at":"2024-10-02T18:21:02.737Z","updated_at":"2026-02-04T05:01:22.741Z","avatar_url":"https://github.com/Loki-Astari.png","language":"C++","readme":"[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G216KZR3)\n\n![ThorStream](img/IOUtil.jpg)\n\n# ThorsIOUtil\nProvides IO string formatting functionality that matches that provided by `printf()`.\n\nThis library also uses the same set of tests as used by GNU to test the functionality.\n\n[Full Documentation](https://lokiastari.com/ThorsIOUtil/#introduction)\n\n### Example.cpp\n````\n#include \"ThorsIOUtil/Format.h\"\n#include \u003ciostream\u003e\n\nint main()\n{\n    namespace IO = ThorsAnvil::IOUtil;\n\n    // Plain and simplt:\n    std::cout \u003c\u003c IO::make_format(\"This is string %s followed by a number %d or is it?\", \"The string\", 45);\n    \n    // Some formatting\n    std::cout \u003c\u003c IO::make_format(\"Interesting Long Long %#+21.18llx\", -100LL);\n    // This should output: \"Interesting Long Long  0x00ffffffffffffff9c\"\n}\n````\n","funding_links":["https://ko-fi.com/G2G216KZR3"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floki-astari%2Fthorsioutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floki-astari%2Fthorsioutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floki-astari%2Fthorsioutil/lists"}