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/src/io/nayuki/fastqrcodegen
Project Nayuki e476134828
Changed the words "white"->"light" and "black"->"dark" in comments and local variables, in order to match the vocabulary in the QR Code specification document.
3 years ago
..
BitBuffer.java Added and updated many comments, almost all at the member level (rarely within functions), some with original wording, some synchronizing with the main qrcodegen project. 5 years ago
DataTooLongException.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
Memoizer.java Refactored logic in QrTemplate and ReedSolomonGenerator into new Memozier class. 5 years ago
QrCode.java Changed the words "white"->"light" and "black"->"dark" in comments and local variables, in order to match the vocabulary in the QR Code specification document. 3 years ago
QrCodeGeneratorDemo.java Slightly tweaked demo program for clarity. 6 years ago
QrCodeGeneratorWorker.java Synchronized some code with the parent project, without changing behavior. 5 years ago
QrSegment.java Added/updated/deleted some comments. 6 years ago
QrSegmentAdvanced.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
QrTemplate.java Changed the words "white"->"light" and "black"->"dark" in comments and local variables, in order to match the vocabulary in the QR Code specification document. 3 years ago
ReedSolomonGenerator.java Synchronized some code with the parent project, without changing behavior. 5 years ago
package-info.java Updated readme text, synchronized package-info Javadoc text with the readme. 5 years ago