The Wayback Machine - https://web.archive.org/web/20210902034057/https://github.com/topics/barcode
Here are
751 public repositories
matching this topic...
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
Updated
Jun 4, 2021
Kotlin
Barcode generation library written in JavaScript that works in both the browser and on Node.js
Updated
Aug 30, 2021
JavaScript
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Updated
Jul 17, 2021
Swift
A pure C# Open Source QR Code implementation
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
A QR code scanner component for React Native.
Updated
Aug 12, 2021
JavaScript
The easy to use bar code and QR code scan library for iOS【支持二维码生成、从相册中读取二维码、条形码和二维码扫描】
Updated
Jul 16, 2021
Objective-C
A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
Updated
May 24, 2021
Swift
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Updated
Aug 11, 2021
Java
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
Updated
Sep 1, 2021
TypeScript
Barcode generator in PHP that is easy to use, non-bloated and framework independent.
a barcode creation lib for golang
📠 A simple, fast and useful progressive web application
Updated
Jan 2, 2021
JavaScript
C++ port of ZXing and ZBar for Android.
Laravel 5 Barcode Generator
Universe-HTT barcode reference
Code scanner library for Android, based on ZXing
Updated
Dec 24, 2020
Java
Android App to view passes
Updated
Jul 24, 2021
Kotlin
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Updated
Jul 14, 2021
TypeScript
C# Barcode Image Generation Library
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
Invisible Hyperlinks in Physical Photographs
Updated
Sep 7, 2020
Python
Useful library to help Android developpers to print with (Bluetooth, TCP, USB) ESC/POS thermal printer.
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Updated
Nov 7, 2020
Swift
🔗 android-zbar-sdk, provide jni source, so file and jar file used alone, gradle/maven remote dependencies.
✂️ Detect and crop faces, barcodes and texts in image with iOS 11 Vision api.
Updated
Apr 17, 2019
Swift
Improve this page
Add a description, image, and links to the
barcode
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
barcode
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p