{"id":19436370,"url":"https://github.com/beached/punycoder","last_synced_at":"2025-06-12T03:13:37.644Z","repository":{"id":149955368,"uuid":"68050369","full_name":"beached/punycoder","owner":"beached","description":"Puny enoder/decoder in C++","archived":false,"fork":false,"pushed_at":"2017-12-15T02:27:33.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T06:46:38.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/beached.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":"2016-09-12T21:38:25.000Z","updated_at":"2017-07-09T20:58:49.000Z","dependencies_parsed_at":"2023-05-05T06:19:14.301Z","dependency_job_id":null,"html_url":"https://github.com/beached/punycoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beached/punycoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fpunycoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fpunycoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fpunycoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fpunycoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beached","download_url":"https://codeload.github.com/beached/punycoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beached%2Fpunycoder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259388124,"owners_count":22849762,"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":[],"created_at":"2024-11-10T15:10:49.657Z","updated_at":"2025-06-12T03:13:37.616Z","avatar_url":"https://github.com/beached.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Puny Coder\nPuny enoder/decoder in C++\n\nTo use, call the to_puny_code or from_puny_code functions with a variable that is a string or a char * that has the domain name to encode.\n#Example\n    std::string domain1 = \"Bücher.ch\";\n    char const * domain2 = \"example.com\";\n    \n    auto enc1 = daw::to_puny_code( domain1 );\n    auto enc2 = daw::to_puny_code( domain2 );\n    auto enc3 = daw::to_puny_code( \"Bücher.ch\" );\n    \n    auto dec1 = daw::from_puny_code( enc1 );\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fpunycoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeached%2Fpunycoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeached%2Fpunycoder/lists"}