{"id":19839054,"url":"https://github.com/litarvan/javamurmur","last_synced_at":"2025-10-28T20:08:07.466Z","repository":{"id":78843045,"uuid":"50383582","full_name":"Litarvan/JavaMurmur","owner":"Litarvan","description":"Simple Java Murmur 3 library ","archived":false,"fork":false,"pushed_at":"2016-01-27T17:20:45.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T11:19:49.852Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Litarvan.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":"2016-01-25T21:52:51.000Z","updated_at":"2016-11-06T11:46:42.000Z","dependencies_parsed_at":"2023-04-21T18:32:04.419Z","dependency_job_id":null,"html_url":"https://github.com/Litarvan/JavaMurmur","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/Litarvan%2FJavaMurmur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Litarvan%2FJavaMurmur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Litarvan%2FJavaMurmur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Litarvan%2FJavaMurmur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Litarvan","download_url":"https://codeload.github.com/Litarvan/JavaMurmur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209528,"owners_count":19927734,"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-12T12:20:08.738Z","updated_at":"2025-10-28T20:08:07.382Z","avatar_url":"https://github.com/Litarvan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaMurmur\r\n\r\nSimple Murmur 3 Java library.\r\nYou can create your Hashing entries, current are : File, String or Byte Array.\r\n\r\n```java\r\nMurmurHasher hasher = new StringMurmurHasher();\r\nMurmurHash hash = hasher.hash(\"Hello !\");\r\n\r\nSystem.out.println(\"Base 32 string hash : \" + hash.toString());\r\nSystem.out.println(\"Raw hash            : \" + hash.toInt());\r\n```\r\n\r\nYou can remplace StringMurmurHasher by BytesMurmurHasher or FileMurmurHasher.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitarvan%2Fjavamurmur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitarvan%2Fjavamurmur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitarvan%2Fjavamurmur/lists"}