-
I am in the process of packaging your crate for debian. /usr/bin/qrencode has no man page. I started writing the man page, but I have no idea what the options etc. are. I attached it below.
[qrencode…
-
It is working through localhost, but when I upload it to my domain, I get series of errors.
I'm stack with this error, i need your help
Fatal error: Uncaught Error: Call to undefined function Imag…
kzeke updated
2 years ago
-
This package allowed me to generate the code from the CLI using a pure Python solution
https://pypi.org/project/qrcode/
-
This issue is originally reported to https://bugs.debian.org/719013 .
I just tested this with zbar version 0.22, and sure enough, the problem still exist:
```
$ yes | dd bs=1 count=3000 | qrenc…
-
[greendots.go](https://github.com/V-inz/o3demo/blob/testing/greendots.go)
```go
// This little program uses qrencode to generate the QR-Code you need,
// to get Threema-Status "green" for your bots…
V-inz updated
7 years ago
-
The dependencies list in the readme is incomplete.
Additional:
boost
qrencode
JJK96 updated
4 years ago
-
In the QR spec, section 9, "Structured Append" is defined. This is is an extra tag that lets you encode page numbers onto QR codes: the tag consists of {M: 4 bits, N: 4 bits, parity: 8 bits}, where M …
kousu updated
5 years ago
-
I have make sure GD was installed, but i always got this error
```
Fatal error: Cannot redeclare class QRcode in C:\xampp\htdocs\yanibaru\application\libraries\qrcode\qrencode.php on line 156
A P…
-
/Hi, I couldn't use the configfiles that this script produces as the filenames are longer then the 16 characters that wireguard supports out off the bag.
So I wrote/hacked-up this script that will re…
-
Currently we only support byte as encoding. Not sure how useful other encoding schemes are.