0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified a bit of TypeScript code. More... over 1 year ago
Simplified demo TypeScript code by using the HTML element hidden attribute instead of CSS display:none. More... over 1 year ago
Fixed wrong refactoring in commit 8329a7108fc2. More... over 1 year ago
Simplified some Rust code by using slice.chunks(). More... almost 2 years ago
Tweaked some length calculations to panic on overflow. More... almost 2 years ago
Simplified a bit of code with usize.div_ceil() (Rust 1.73). More... almost 2 years ago
Simplified HTML code by nesting <input> in <label>, tweaked CSS to fit, with no visual changes. More... almost 2 years ago
Simplified some unrelated pieces of code. More... almost 2 years ago
Slightly simplified the calculation of alignment pattern spacing in a non-obvious way, adapted from David Evans's "Lean QR" project. More... almost 2 years ago
Changed type hints to use native types (Python 3.9+) instead of the typing module. More... about 2 years ago
Added missing generic type parameters. More... about 2 years ago
Added a missing optional type hint. More... about 2 years ago
Fixed the package name in documentation comments for the qrcode-no-heap crate. More... over 2 years ago
Updated heapless example with new name More... over 2 years ago
Added missing metadata to Rust-no-heap's Cargo.toml, bumped the version because qrcodegen-no-heap 1.8.0 was already published on Crates.io. More... about 3 years ago
Renamed the Rust-no-heap implementation in Cargo.toml. More... about 3 years ago
Changed the TypeScript input demo to add a download link for bitmap and vector output formats, and stop displaying the SVG XML code. More... over 3 years ago
Fixed TypeScript code style. More... over 3 years ago
Enabled constant evaluation of Rust Version/Mask functions/methods. More... over 3 years ago
Replaced some Rust object method calls with primitive arithmetic in order to support constant evaluation. More... over 3 years ago
Added directives to Rust code to suppress a stylistic lint check. More... over 3 years ago
Clarified a magic value in C code and reflowed some associated comments. More... over 3 years ago
Simplified Unicode string handling logic in TypeScript code thanks to ES6 features. More... almost 4 years ago
Changed calls of the non-standard method String.substr() to substring(). More... almost 4 years ago
Updated package version numbers. More... over 4 years ago
Copied paragraphs in Rust comments for top-level QR-encoding functions for consistency. More... over 4 years ago
Rewrote comments for top-level QR-encoding functions in C, to correspond better to other language ports. More... over 4 years ago
Fixed a misspelled word in C comments. More... over 4 years ago
Changed to standard error classes in TypeScript code. More... over 4 years ago
Marked Rust code to forbid unsafe. More... over 4 years ago