{"id":51296852,"url":"https://github.com/me7/barcode","last_synced_at":"2026-06-30T15:03:09.223Z","repository":{"id":33879523,"uuid":"37589920","full_name":"me7/barcode","owner":"me7","description":"Sample barcode reader using golang and zbar","archived":false,"fork":false,"pushed_at":"2015-06-17T11:06:46.000Z","size":308,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-28T17:41:48.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/me7.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":"2015-06-17T11:03:11.000Z","updated_at":"2019-12-21T03:30:53.000Z","dependencies_parsed_at":"2022-09-12T17:10:34.297Z","dependency_job_id":null,"html_url":"https://github.com/me7/barcode","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/me7/barcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me7","download_url":"https://codeload.github.com/me7/barcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me7%2Fbarcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34971635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":"2026-06-30T15:02:52.690Z","updated_at":"2026-06-30T15:03:09.207Z","avatar_url":"https://github.com/me7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"// `sudo apt-get install libzbar-dev` to get zbar\n\npackage main\n\nimport (\n\t\"fmt\"\n\t\"image/jpeg\"\n\t\"os\"\n\n\t\"gopkg.in/bieber/barcode.v0\"\n)\n\nfunc main() {\n\tfin, _ := os.Open(\"card12.jpg\")\n\tdefer fin.Close()\n\tsrc, _ := jpeg.Decode(fin)\n\n\timg := barcode.NewImage(src)\n\tscanner := barcode.NewScanner().\n\t\tSetEnabledAll(true)\n\n\tsymbols, _ := scanner.ScanImage(img)\n\tfor _, s := range symbols {\n\t\tfmt.Println(s.Type.Name(), s.Data, s.Quality, s.Boundary)\n\t}\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fbarcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme7%2Fbarcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme7%2Fbarcode/lists"}