{"id":24384211,"url":"https://github.com/avram/guphrase","last_synced_at":"2026-04-30T05:32:00.976Z","repository":{"id":21892089,"uuid":"25215944","full_name":"avram/guphrase","owner":"avram","description":"Globally unique phrases","archived":false,"fork":false,"pushed_at":"2015-12-31T23:35:29.000Z","size":1431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T22:57:52.887Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-14T16:32:19.000Z","updated_at":"2014-12-09T19:04:52.000Z","dependencies_parsed_at":"2022-07-16T16:00:48.613Z","dependency_job_id":null,"html_url":"https://github.com/avram/guphrase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avram/guphrase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avram%2Fguphrase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avram%2Fguphrase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avram%2Fguphrase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avram%2Fguphrase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avram","download_url":"https://codeload.github.com/avram/guphrase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avram%2Fguphrase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32456165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","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":"2025-01-19T10:45:42.046Z","updated_at":"2026-04-30T05:32:00.937Z","avatar_url":"https://github.com/avram.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"guphrase\n========\n[![Build Status](https://travis-ci.org/avram/guphrase.svg?branch=master)](https://travis-ci.org/avram/guphrase)\n\nToy utility to represent UUIDs as phrases from an agreed-upon dictionary.\n\n```java\nUUID uuid = UUID.randomUUID();\nDictionary dictionary = new WordListResourceDictionary(\"/354984si.ngl\");\nString output = GuPhrase.phraseForUUID(uuid, dictionary);\nuuid = c6da2d3d-b8c5-49e3-a338-798fae5b3c8b\noutput = pua-yen-gulfs-wage-glucolysis-doorframe-heynne\n```\n\nOr use a morpheme list to make a \"word\":\n\n```java\nUUID uuid = UUID.randomUUID();\nDictionary dictionary = new WordListResourceDictionary(\"/cogna-sorted.morphemes\");\nString output = GuPhrase.pseudoWordForUUID(uuid, dictionary);\nuuid = 3e9d3cae-1780-4768-aa2f-bf63cd92c030\noutput = estrorsephosafuciteginotocosmafunctestereocopistigac\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favram%2Fguphrase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favram%2Fguphrase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favram%2Fguphrase/lists"}