{"id":44437166,"url":"https://github.com/levelfourab/ylem-ids","last_synced_at":"2026-02-12T14:01:39.618Z","repository":{"id":57742923,"uuid":"283979365","full_name":"LevelFourAB/ylem-ids","owner":"LevelFourAB","description":"Generate, encode and decode identifiers","archived":false,"fork":false,"pushed_at":"2021-03-22T17:58:16.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T21:53:32.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/LevelFourAB.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}},"created_at":"2020-07-31T08:06:25.000Z","updated_at":"2021-03-22T17:58:18.000Z","dependencies_parsed_at":"2022-09-11T03:40:30.607Z","dependency_job_id":null,"html_url":"https://github.com/LevelFourAB/ylem-ids","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LevelFourAB/ylem-ids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelFourAB%2Fylem-ids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelFourAB%2Fylem-ids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelFourAB%2Fylem-ids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelFourAB%2Fylem-ids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LevelFourAB","download_url":"https://codeload.github.com/LevelFourAB/ylem-ids/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelFourAB%2Fylem-ids/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29367818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":[],"created_at":"2026-02-12T14:01:37.962Z","updated_at":"2026-02-12T14:01:39.600Z","avatar_url":"https://github.com/LevelFourAB.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ylem-ids\n\nThe `ylem-ids` project contains code for working with identifiers, such\nas generating them via `LongIdGenerator` and encoding/decoding them using\n`LongIdCodec`.\n\n## Example\n\n```java\n// Generate identifiers\nLongIdGenerator ids = new SimpleLongIdGenerator();\nlong id = ids.next();\n\n// Encoding and decoding\nLongIdCodec\u003cString\u003e codec = new Base62LongIdCodec();\nString encoded = codec.encode(id);\nlong decoded = codec.decode(encoded);\n```\n\n## License\n\nThis project is licensed under the [MIT license](https://opensource.org/licenses/MIT),\nsee the file `LICENSE.md` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelfourab%2Fylem-ids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevelfourab%2Fylem-ids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelfourab%2Fylem-ids/lists"}