You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/java/io/nayuki/qrcodegen
Project Nayuki 0482a1ec5b
Simplified a small bit of variables and logic of QrCode.getPenaltyScore() in all language versions, but in a subtly different way per language.
8 years ago
..
BitBuffer.java Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
QrCode.java Simplified a small bit of variables and logic of QrCode.getPenaltyScore() in all language versions, but in a subtly different way per language. 8 years ago
QrCodeGeneratorDemo.java Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
QrCodeGeneratorWorker.java Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
QrSegment.java Simplified/deoptimized Java and JavaScript code to use string search instead of lookup table for alphanumeric mode encoding, without changing functionality. This is similar to the previous commit 106e31d9c7. By comparison, the Python code had always used a proper dictionary, and the C code implemented string search from the start. 8 years ago
QrSegmentAdvanced.java Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago