{"id":22518584,"url":"https://github.com/bakirgracic/bih-registration-plates","last_synced_at":"2026-02-07T23:02:39.543Z","repository":{"id":262026592,"uuid":"871603104","full_name":"BakirGracic/bih-registration-plates","owner":"BakirGracic","description":"Registration Plates of Bosnia and Herzegovina","archived":false,"fork":false,"pushed_at":"2024-11-10T01:12:16.000Z","size":13615,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T09:58:41.762Z","etag":null,"topics":["bosnia","cpp","registration-plate"],"latest_commit_sha":null,"homepage":"https://bakir.dev/blog/exploring-bosnian-car-registration-plates-structure-variations-unique-cpp-project","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/BakirGracic.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":"2024-10-12T12:26:15.000Z","updated_at":"2025-02-22T20:40:20.000Z","dependencies_parsed_at":"2024-11-10T02:29:07.324Z","dependency_job_id":null,"html_url":"https://github.com/BakirGracic/bih-registration-plates","commit_stats":null,"previous_names":["bakirgracic/bih-registration-plates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BakirGracic/bih-registration-plates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BakirGracic%2Fbih-registration-plates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BakirGracic%2Fbih-registration-plates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BakirGracic%2Fbih-registration-plates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BakirGracic%2Fbih-registration-plates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BakirGracic","download_url":"https://codeload.github.com/BakirGracic/bih-registration-plates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BakirGracic%2Fbih-registration-plates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:58:45.823Z","status":"ssl_error","status_checked_at":"2026-02-07T22:58:45.272Z","response_time":63,"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":["bosnia","cpp","registration-plate"],"created_at":"2024-12-07T04:16:04.432Z","updated_at":"2026-02-07T23:02:39.529Z","avatar_url":"https://github.com/BakirGracic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿## Registration Plates of Bosnia and Herzegovina\n\nThis project contains all possible variations from 3 types of registration plates in Bosnia and Herzegovina\nProject includes C++ code, executable (shell, .exe) \u0026 text files\n\n### Regular plates\n\n- Format: `X00-X-000`\n- 9 characters per plate\n- `X` is one of letters: `A, E, O, J, K, M, T`\n- `00` or `000` is a number from 0-99 or 0-999\n- `-` (dash) is a syntax character\n- 4.900.000 combinations\n- regex pattern: `^[AEOJKMT][0-9]{2}-[AEOJKMT]-[0-9]{3}$`\n\n### Taxi plates\n\n- Format: `TA-000000`\n- 9 characters per plate\n- `TA` are syntax characters\n- `000000` is a number from 0-999999\n- `-` (dash) is a syntax character\n- 1.000.000 combinations\n- regex pattern: `^TA-[0-9]{6}$`\n\n### Diplomatic plates\n\n- Format: `CC-X-000` or `CCCC-X-000`\n- 8 or 10 characters per plate\n- CC or CCCC are [diplomatic codes](https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Bosnia_and_Herzegovina#Diplomatic,_consular_and_foreign_mission_plate_prefixes)\n- `X` is one of letters: `A, C, M, E`\n- `000` is a number from 0-999\n- `-` (dash) is a syntax character\n- 368.000 combinations\n- ~2.8mb .txt file\n- regex pattern for `CC-X-000` format: `^[A-Z]{2}-[ACME]-[0-9]{3}$`\n- regex pattern for `CCCC-X-000` format: `^[A-Z]{4}-[ACME]-[0-9]{3}$`\n\n### License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n### Disclaimer\n\nI am not responsible for malicious use of this information and the consequences.\nI hope this information helps you in any way!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakirgracic%2Fbih-registration-plates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakirgracic%2Fbih-registration-plates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakirgracic%2Fbih-registration-plates/lists"}