{"id":13743648,"url":"https://github.com/jbpin/as3-qrcode-encoder","last_synced_at":"2026-02-13T23:32:29.570Z","repository":{"id":1004025,"uuid":"819025","full_name":"jbpin/as3-qrcode-encoder","owner":"jbpin","description":"A QR code encoder in as3","archived":false,"fork":false,"pushed_at":"2016-08-18T16:04:16.000Z","size":407,"stargazers_count":92,"open_issues_count":3,"forks_count":28,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-09-22T18:49:49.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jbpin.wordpress.com","language":"ActionScript","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/jbpin.png","metadata":{"files":{"readme":"README","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":"2010-08-05T11:28:11.000Z","updated_at":"2022-10-05T11:09:21.000Z","dependencies_parsed_at":"2022-08-16T11:45:27.266Z","dependency_job_id":null,"html_url":"https://github.com/jbpin/as3-qrcode-encoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jbpin/as3-qrcode-encoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbpin%2Fas3-qrcode-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbpin%2Fas3-qrcode-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbpin%2Fas3-qrcode-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbpin%2Fas3-qrcode-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbpin","download_url":"https://codeload.github.com/jbpin/as3-qrcode-encoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbpin%2Fas3-qrcode-encoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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":[],"created_at":"2024-08-03T05:00:54.439Z","updated_at":"2026-02-13T23:32:29.495Z","avatar_url":"https://github.com/jbpin.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":["QR Code"],"readme":"AS3 QR Code encoder is an adaptation of qrencode open source C library to as3 language. This library allow you to generate a qr code from your application (Flex, Flash, AIR) on offline mode.\n\nHow to use it ?\n\nvar qr:QRCode = new QRCode();\nqr.encode(\"String to encode\");\nvar bitMap:Bitmap = new Bitmap(qr.bitmapData);\n\nThat is just the first version of the library, I will try to optimize it and fixing some problem soon as possible..\nThe choice to just provide a bitmap data object has been made to allow you to display the qrcode or to encoding it and save it to a png or jpeg file.\n\nA flash demo:\n\nimport flash.display.Sprite;\rimport org.qrcode.QRCode;\rimport flash.display.Bitmap;\r\rvar sp:Sprite = new Sprite();\rvar qr:QRCode = new QRCode();\rqr.encode(\"TEST\");\rvar img:Bitmap = new Bitmap(qr.bitmapData);\r\rsp.addChild(img);\r\raddChild(sp);\n\nThe project is under MIT License. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbpin%2Fas3-qrcode-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbpin%2Fas3-qrcode-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbpin%2Fas3-qrcode-encoder/lists"}