Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
397 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- dlenski/zxing Java
- dlenski/python-fitparse Python
- dlenski/cpython Python
- dlenski/openflights PHP
- dlenski/github-lockify Python
- dlenski/what-cloud Python
Created a pull request in zxing/zxing that received 2 comments
Aztec Code: decode ECI and FNC1
Addresses #1327.
Decode FNC1 (as 0x1d/escape character; same as Code128, DataMatrix, others appear to do)
Decode ECI (modeled on PDF417 DecodedBit…
Created an issue in zxing/zxing that received 2 comments
Aztec decoder does not handle FNC1 or ECI sequences
In Aztec's PUNCT mode, the sequence 00000 encodes a FLG(n) code which can be used to insert either FNC1 or an ECI indication.
ZXing's Aztec decoder…