{"id":13747844,"url":"https://github.com/VTSTech/VTSPS2-CRC32","last_synced_at":"2025-05-09T10:32:07.579Z","repository":{"id":147884368,"uuid":"267699503","full_name":"VTSTech/VTSPS2-CRC32","owner":"VTSTech","description":"An example CRC32 implementation for the PS2","archived":false,"fork":false,"pushed_at":"2022-06-18T17:48:58.000Z","size":1209,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T07:01:34.679Z","etag":null,"topics":["c","crc32","ps2","ps2sdk"],"latest_commit_sha":null,"homepage":"https://www.vts-tech.org/homebrew","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/VTSTech.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,"governance":null}},"created_at":"2020-05-28T21:22:36.000Z","updated_at":"2024-08-03T07:01:34.680Z","dependencies_parsed_at":"2023-05-27T19:30:39.529Z","dependency_job_id":null,"html_url":"https://github.com/VTSTech/VTSPS2-CRC32","commit_stats":null,"previous_names":["vtstech/vtsps2-crc32","veritas83/vtsps2-crc32"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVTSPS2-CRC32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVTSPS2-CRC32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVTSPS2-CRC32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VTSTech%2FVTSPS2-CRC32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VTSTech","download_url":"https://codeload.github.com/VTSTech/VTSPS2-CRC32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253234178,"owners_count":21875561,"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","crc32","ps2","ps2sdk"],"created_at":"2024-08-03T07:00:25.845Z","updated_at":"2025-05-09T10:32:07.169Z","avatar_url":"https://github.com/VTSTech.png","language":"C","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# libcrc for PS2 v0.24 by VTSTech\nAn example CRC32 implementation for the PS2\n\n\u003cimg src=\"https://i.gyazo.com/0390b8a840ca63d952f7971cae086e93.png\"\u003e\n\n# Usage:\n# file_crc32(char device[], char path[], char fn[])\n\nExpected param format\n\ndevice \"mc0:/\"\n\npath   \"APPS/\"\n\nfn     \"FILE.EXT\"\n\n\u003cpre\u003e\n\tstrcpy(ldevice,\"mc0:/\");\n\tstrcpy(path,\"APPS/\");\n\tstrcpy(fn,\"1MB.BIN\");\n\tscr_printf(\"%s \\n\",file_crc32(ldevice,path,fn));\n\u003c/pre\u003e\n\n# str_crc32(char str[])\nExpected param format\n\nstr    \"any string\"\n\n\u003cpre\u003e\n\tstrcpy(str,\"a string\");\n\tscr_printf(\"CRC32: %s \\n\",str_crc32(str));\n\u003c/pre\u003e\n\ncrc32.c written by Lammert Bies, (c) 1999-2016 Lammert Bies. File is licensed under the MIT License\nhttps://github.com/lammertb/libcrc/blob/master/src/crc32.c\n\nCompiled with PS2SDK\nhttps://github.com/ps2dev/ps2sdk","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVTSTech%2FVTSPS2-CRC32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVTSTech%2FVTSPS2-CRC32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVTSTech%2FVTSPS2-CRC32/lists"}