{"id":13421145,"url":"https://github.com/truvorskameikin/routines-cpp","last_synced_at":"2025-03-15T08:30:58.437Z","repository":{"id":20805583,"uuid":"24091027","full_name":"truvorskameikin/routines-cpp","owner":"truvorskameikin","description":"The collection of header-only routines for C++","archived":false,"fork":false,"pushed_at":"2018-04-26T09:52:44.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-31T22:58:05.008Z","etag":null,"topics":["c-plus-plus","cpp","header-only","no-dependencies"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"odoo/odoo","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truvorskameikin.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}},"created_at":"2014-09-16T08:10:30.000Z","updated_at":"2021-07-22T21:22:25.000Z","dependencies_parsed_at":"2022-08-19T15:20:46.632Z","dependency_job_id":null,"html_url":"https://github.com/truvorskameikin/routines-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truvorskameikin%2Froutines-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truvorskameikin%2Froutines-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truvorskameikin%2Froutines-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truvorskameikin%2Froutines-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truvorskameikin","download_url":"https://codeload.github.com/truvorskameikin/routines-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707118,"owners_count":20334611,"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":["c-plus-plus","cpp","header-only","no-dependencies"],"created_at":"2024-07-30T22:01:50.417Z","updated_at":"2025-03-15T08:30:54.920Z","avatar_url":"https://github.com/truvorskameikin.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"# Routines-cpp #\n\nThe collection of header-only routines.\n\nThe idea is: you can get any header file with the name *[feature]_routines.h* and use it in your project without any compiler or linker setup. This repository also includes unit tests for all features.\n\n## Base64 ##\n\nHeader-only implementation of [Base64](https://en.wikipedia.org/wiki/Base64) Encode/Decode algorithms. The implementation is not intended to be super fast, it just works.\n\n__Location:__\n\n    routines-cpp/base64/base64_routines.h\n\n__Usage:__\n\n    #include \u003cassert.h\u003e\n    #include \"routines-cpp/base64/base64_routines.h\"\n    std::string test_string = \"1234567\";\n    std::string encoded = base64routines::Encode(test_string);\n    std::string decoded = base64routines::Decode(encoded);\n    assert(test_string == decoded);\n\n## Coming soon ##\n\n*  Some secure hash algorithms such as md5, sha1, sha256\n*  Endianness routines\n*  Big integer routines\n*  Unicode routines (Unicode UTF-8 sequense parser, code position categories etc.)\n*  String routines (split, strip, substitute etc.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruvorskameikin%2Froutines-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruvorskameikin%2Froutines-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruvorskameikin%2Froutines-cpp/lists"}