-
Updated
Dec 27, 2021 - Java
#
barcode
Here are 804 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 | 编译运行一下说不定会找到惊喜
java
share
tools
utils
qrcode
dialog
barcode
progressbar
toast
sidebar
alipay
seat
wxpay
netspeed
wechatpay
shoppingview
likeview
zip4j
-
Updated
Dec 27, 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.
macos
swift
ios
generator
tvos
watchos
qrcode
barcode
barcode-generator
recognizer
qrcode-scanner
hacktoberfest
qrcodes
qrcode-generator
barcodes
qrcode-reader
barcode-scanner
-
Updated
Nov 26, 2021 - Swift
A pure C# Open Source QR Code implementation
-
Updated
Dec 12, 2021 - C#
code-generator
code
scanner
qrcode
barcode
qr-code
scan
zxing
zbar
qrcode-scanner
scancode
barcode-scanner
zxing-library
zxing-lite
zxinglib
zxinglibrary
alipay-scan
wechat-scan
qbar
camerax
-
Updated
Sep 18, 2021 - Java
A QR code scanner component for React Native.
-
Updated
Dec 7, 2021 - JavaScript
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
google
translation
barcode
text-recognition
face-detection
object-detection
barcode-scanner
mlkit
language-identification
image-labeling
ml-kit
smart-reply
mlkit-android
-
Updated
Dec 21, 2021 - Java
A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
-
Updated
Dec 7, 2021 - Swift
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
-
Updated
Nov 7, 2021 - TypeScript
A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org
-
Updated
Dec 26, 2021 - TypeScript
a barcode creation lib for golang
go
golang
qrcode
barcode
ean13
qrcode-generator
datamatrix
ean8
pdf417
aztec-code
code128
code39
code93
codabar
-
Updated
Jan 21, 2021 - Go
pwa
progressive-web-app
scanner
qrcode
barcode
qr-code
qr-codes
qr
qrcode-scanner
qrcode-reader
barcode-scanner
pwa-apps
-
Updated
Jan 2, 2021 - JavaScript
C++ port of ZXing and ZBar for Android.
-
Updated
Aug 29, 2021 - C++
Code scanner library for Android, based on ZXing
-
Updated
Dec 15, 2021 - Java
C# Barcode Image Generation Library
-
Updated
Aug 15, 2021 - C#
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
-
Updated
Dec 29, 2021 - C++
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.
-
Updated
Nov 18, 2021 - C
Useful library to help Android developpers to print with (Bluetooth, TCP, USB) ESC/POS thermal printer.
android
qrcode
barcode
android-library
escpos
thermal-printer
thermal-printing
escpos-printer
bluetooth-printer
usb-printer
tcp-printer
-
Updated
Oct 11, 2021 - Java
Invisible Hyperlinks in Physical Photographs
-
Updated
Sep 7, 2020 - Python
chrikrah
commented
Mar 13, 2019
Lucas-C
commented
Oct 29, 2021
This function is defined here:
https://github.com/PyFPDF/fpdf2/blob/master/fpdf/fpdf.py#L3717
It allows to render part of an image:
with pdf.rect_clip(x=..., y=...w=..., h=...):
pdf.image(img_filepath, x=.., y=...)Usage examples can be found in https://github.com/Lucas-C/undying-dusk
I introduced this function last year (in commit https://github.com/PyFPDF/fpdf2/comm
-
Updated
Dec 27, 2021 - Python
Improve this page
Add a description, image, and links to the barcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the barcode topic, visit your repo's landing page and select "manage topics."


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