Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 27, 2012
1 parent 4257c0c commit d5638b0
Show file tree
Hide file tree
Showing 282 changed files with 24,707 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vendor/
composer.lock
composer.phar
phpunit.xml

.idea/
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.3

before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install --dev

script: phpunit -c phpunit.xml.dist

notifications:
email:
- [email protected]
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2012-2012 Jeroen van den Enden

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
17 changes: 15 additions & 2 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
QrCode
======
Endroid QR Code
==============

[![Build Status](https://secure.travis-ci.org/endroid/QrCode.png)](http://travis-ci.org/endroid/QrCode)

Tile helps you generate images containing a QR code.

```php
<?php

$qrCode = new Endroid\QrCode\QrCode();
$qrCode->setText("Life is too short to be generating QR codes");
$qrCode->setSize(300);
$qrCode->render();
```
Binary file added assets/data/qrv10_0.dat
Binary file not shown.
Binary file added assets/data/qrv10_1.dat
Binary file not shown.
Binary file added assets/data/qrv10_2.dat
Binary file not shown.
Binary file added assets/data/qrv10_3.dat
Binary file not shown.
Binary file added assets/data/qrv11_0.dat
Binary file not shown.
Binary file added assets/data/qrv11_1.dat
Binary file not shown.
Binary file added assets/data/qrv11_2.dat
Binary file not shown.
Binary file added assets/data/qrv11_3.dat
Binary file not shown.
Binary file added assets/data/qrv12_0.dat
Binary file not shown.
Binary file added assets/data/qrv12_1.dat
Binary file not shown.
Binary file added assets/data/qrv12_2.dat
Binary file not shown.
Binary file added assets/data/qrv12_3.dat
Binary file not shown.
Binary file added assets/data/qrv13_0.dat
Binary file not shown.
Binary file added assets/data/qrv13_1.dat
Binary file not shown.
Binary file added assets/data/qrv13_2.dat
Binary file not shown.
Binary file added assets/data/qrv13_3.dat
Binary file not shown.
Binary file added assets/data/qrv14_0.dat
Binary file not shown.
Binary file added assets/data/qrv14_1.dat
Binary file not shown.
Binary file added assets/data/qrv14_2.dat
Binary file not shown.
Binary file added assets/data/qrv14_3.dat
Binary file not shown.
Binary file added assets/data/qrv15_0.dat
Binary file not shown.
Binary file added assets/data/qrv15_1.dat
Binary file not shown.
Binary file added assets/data/qrv15_2.dat
Binary file not shown.
Binary file added assets/data/qrv15_3.dat
Binary file not shown.
Binary file added assets/data/qrv16_0.dat
Binary file not shown.
Binary file added assets/data/qrv16_1.dat
Binary file not shown.
Binary file added assets/data/qrv16_2.dat
Binary file not shown.
Binary file added assets/data/qrv16_3.dat
Binary file not shown.
Binary file added assets/data/qrv17_0.dat
Binary file not shown.
Binary file added assets/data/qrv17_1.dat
Binary file not shown.
Binary file added assets/data/qrv17_2.dat
Binary file not shown.
Binary file added assets/data/qrv17_3.dat
Binary file not shown.
Binary file added assets/data/qrv18_0.dat
Binary file not shown.
Binary file added assets/data/qrv18_1.dat
Binary file not shown.
Binary file added assets/data/qrv18_2.dat
Binary file not shown.
Binary file added assets/data/qrv18_3.dat
Binary file not shown.
Binary file added assets/data/qrv19_0.dat
Binary file not shown.
Binary file added assets/data/qrv19_1.dat
Binary file not shown.
Binary file added assets/data/qrv19_2.dat
Binary file not shown.
Binary file added assets/data/qrv19_3.dat
Binary file not shown.
Binary file added assets/data/qrv1_0.dat
Binary file not shown.
Binary file added assets/data/qrv1_1.dat
Binary file not shown.
Binary file added assets/data/qrv1_2.dat
Binary file not shown.
Binary file added assets/data/qrv1_3.dat
Binary file not shown.
Binary file added assets/data/qrv20_0.dat
Binary file not shown.
Binary file added assets/data/qrv20_1.dat
Binary file not shown.
Binary file added assets/data/qrv20_2.dat
Binary file not shown.
Binary file added assets/data/qrv20_3.dat
Binary file not shown.
Binary file added assets/data/qrv21_0.dat
Binary file not shown.
Binary file added assets/data/qrv21_1.dat
Binary file not shown.
Binary file added assets/data/qrv21_2.dat
Binary file not shown.
Binary file added assets/data/qrv21_3.dat
Binary file not shown.
Binary file added assets/data/qrv22_0.dat
Binary file not shown.
209 changes: 209 additions & 0 deletions assets/data/qrv22_1.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv22_2.dat
Binary file not shown.
Binary file added assets/data/qrv22_3.dat
Binary file not shown.
Binary file added assets/data/qrv23_0.dat
Binary file not shown.
217 changes: 217 additions & 0 deletions assets/data/qrv23_1.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv23_2.dat
Binary file not shown.
Binary file added assets/data/qrv23_3.dat
Binary file not shown.
Binary file added assets/data/qrv24_0.dat
Binary file not shown.
225 changes: 225 additions & 0 deletions assets/data/qrv24_1.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv24_2.dat
Binary file not shown.
Binary file added assets/data/qrv24_3.dat
Binary file not shown.
233 changes: 233 additions & 0 deletions assets/data/qrv25_0.dat

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions assets/data/qrv25_1.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv25_2.dat
Binary file not shown.
Binary file added assets/data/qrv25_3.dat
Binary file not shown.
241 changes: 241 additions & 0 deletions assets/data/qrv26_0.dat

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions assets/data/qrv26_1.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv26_2.dat
Binary file not shown.
241 changes: 241 additions & 0 deletions assets/data/qrv26_3.dat

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions assets/data/qrv27_0.dat

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions assets/data/qrv27_1.dat

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions assets/data/qrv27_2.dat

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions assets/data/qrv27_3.dat

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions assets/data/qrv28_0.dat

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions assets/data/qrv28_1.dat

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions assets/data/qrv28_2.dat

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions assets/data/qrv28_3.dat

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions assets/data/qrv29_0.dat

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions assets/data/qrv29_1.dat

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions assets/data/qrv29_2.dat

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions assets/data/qrv29_3.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv2_0.dat
Binary file not shown.
Binary file added assets/data/qrv2_1.dat
Binary file not shown.
Binary file added assets/data/qrv2_2.dat
Binary file not shown.
Binary file added assets/data/qrv2_3.dat
Binary file not shown.
273 changes: 273 additions & 0 deletions assets/data/qrv30_0.dat

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions assets/data/qrv30_1.dat

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions assets/data/qrv30_2.dat

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions assets/data/qrv30_3.dat

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions assets/data/qrv31_0.dat

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions assets/data/qrv31_1.dat

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions assets/data/qrv31_2.dat

Large diffs are not rendered by default.

281 changes: 281 additions & 0 deletions assets/data/qrv31_3.dat

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions assets/data/qrv32_0.dat

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions assets/data/qrv32_1.dat

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions assets/data/qrv32_2.dat

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions assets/data/qrv32_3.dat

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions assets/data/qrv33_0.dat

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions assets/data/qrv33_1.dat

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions assets/data/qrv33_2.dat

Large diffs are not rendered by default.

297 changes: 297 additions & 0 deletions assets/data/qrv33_3.dat

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions assets/data/qrv34_0.dat

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions assets/data/qrv34_1.dat

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions assets/data/qrv34_2.dat

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions assets/data/qrv34_3.dat

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions assets/data/qrv35_0.dat

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions assets/data/qrv35_1.dat

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions assets/data/qrv35_2.dat

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions assets/data/qrv35_3.dat

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions assets/data/qrv36_0.dat

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions assets/data/qrv36_1.dat

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions assets/data/qrv36_2.dat

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions assets/data/qrv36_3.dat

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions assets/data/qrv37_0.dat

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions assets/data/qrv37_1.dat

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions assets/data/qrv37_2.dat

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions assets/data/qrv37_3.dat

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions assets/data/qrv38_0.dat

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions assets/data/qrv38_1.dat

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions assets/data/qrv38_2.dat

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions assets/data/qrv38_3.dat

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions assets/data/qrv39_0.dat

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions assets/data/qrv39_1.dat

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions assets/data/qrv39_2.dat

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions assets/data/qrv39_3.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv3_0.dat
Binary file not shown.
Binary file added assets/data/qrv3_1.dat
Binary file not shown.
Binary file added assets/data/qrv3_2.dat
Binary file not shown.
Binary file added assets/data/qrv3_3.dat
Binary file not shown.
353 changes: 353 additions & 0 deletions assets/data/qrv40_0.dat

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions assets/data/qrv40_1.dat

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions assets/data/qrv40_2.dat

Large diffs are not rendered by default.

353 changes: 353 additions & 0 deletions assets/data/qrv40_3.dat

Large diffs are not rendered by default.

Binary file added assets/data/qrv4_0.dat
Binary file not shown.
Binary file added assets/data/qrv4_1.dat
Binary file not shown.
Binary file added assets/data/qrv4_2.dat
Binary file not shown.
Binary file added assets/data/qrv4_3.dat
Binary file not shown.
Binary file added assets/data/qrv5_0.dat
Binary file not shown.
Binary file added assets/data/qrv5_1.dat
Binary file not shown.
Binary file added assets/data/qrv5_2.dat
Binary file not shown.
Binary file added assets/data/qrv5_3.dat
Binary file not shown.
Binary file added assets/data/qrv6_0.dat
Binary file not shown.
Binary file added assets/data/qrv6_1.dat
Binary file not shown.
Binary file added assets/data/qrv6_2.dat
Binary file not shown.
Binary file added assets/data/qrv6_3.dat
Binary file not shown.
Binary file added assets/data/qrv7_0.dat
Binary file not shown.
Binary file added assets/data/qrv7_1.dat
Binary file not shown.
Binary file added assets/data/qrv7_2.dat
Binary file not shown.
Binary file added assets/data/qrv7_3.dat
Binary file not shown.
Binary file added assets/data/qrv8_0.dat
Binary file not shown.
Binary file added assets/data/qrv8_1.dat
Binary file not shown.
Binary file added assets/data/qrv8_2.dat
Binary file not shown.
Binary file added assets/data/qrv8_3.dat
Binary file not shown.
Binary file added assets/data/qrv9_0.dat
Binary file not shown.
Binary file added assets/data/qrv9_1.dat
Binary file not shown.
Binary file added assets/data/qrv9_2.dat
Binary file not shown.
Binary file added assets/data/qrv9_3.dat
Binary file not shown.
21 changes: 21 additions & 0 deletions assets/data/qrvfr1.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
111111100000001111111
100000100000001000001
101110100000001011101
101110100000001011101
101110100000001011101
100000100000001000001
111111101010101111111
000000000000000000000
000000100000000000000
000000000000000000000
000000100000000000000
000000000000000000000
000000100000000000000
000000001000000000000
111111100000000000000
100000100000000000000
101110100000000000000
101110100000000000000
101110100000000000000
100000100000000000000
111111100000000000000
57 changes: 57 additions & 0 deletions assets/data/qrvfr10.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
111111100000000000000000000000000000000000000011001111111
100000100000000000000000000000000000000000000001001000001
101110100000000000000000000000000000000000000011001011101
101110100000000000000000000000000000000000000001001011101
101110100000000000000000001111100000000000000001001011101
100000100000000000000000001000100000000000000010001000001
111111101010101010101010101010101010101010101010101111111
000000000000000000000000001000100000000000000000000000000
000000100000000000000000001111100000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000011111000000000000000001111100000000000000000111110000
000010001000000000000000001000100000000000000000100010000
000010101000000000000000001010100000000000000000101010000
000010001000000000000000001000100000000000000000100010000
000011111000000000000000001111100000000000000000111110000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000
101001100000000000000000000000000000000000000000000000000
111110000000000000000000000000000000000000000000000000000
000000100000000000000000001111100000000000000000111110000
000000001000000000000000001000100000000000000000100010000
111111100000000000000000001010100000000000000000101010000
100000100000000000000000001000100000000000000000100010000
101110100000000000000000001111100000000000000000111110000
101110100000000000000000000000000000000000000000000000000
101110100000000000000000000000000000000000000000000000000
100000100000000000000000000000000000000000000000000000000
111111100000000000000000000000000000000000000000000000000
61 changes: 61 additions & 0 deletions assets/data/qrvfr11.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
1111111000000000000000000000000000000000000000000001101111111
1000001000000000000000000000000000000000000000000001101000001
1011101000000000000000000000000000000000000000000011101011101
1011101000000000000000000000000000000000000000000010101011101
1011101000000000000000000000111110000000000000000011001011101
1000001000000000000000000000100010000000000000000010001000001
1111111010101010101010101010101010101010101010101010101111111
0000000000000000000000000000100010000000000000000000000000000
0000001000000000000000000000111110000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000111110000000000000000000111110000000000000000000111110000
0000100010000000000000000000100010000000000000000000100010000
0000101010000000000000000000101010000000000000000000101010000
0000100010000000000000000000100010000000000000000000100010000
0000111110000000000000000000111110000000000000000000111110000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000
0011111000000000000000000000000000000000000000000000000000000
1110100000000000000000000000000000000000000000000000000000000
1111001000000000000000000000111110000000000000000000111110000
0000000010000000000000000000100010000000000000000000100010000
1111111000000000000000000000101010000000000000000000101010000
1000001000000000000000000000100010000000000000000000100010000
1011101000000000000000000000111110000000000000000000111110000
1011101000000000000000000000000000000000000000000000000000000
1011101000000000000000000000000000000000000000000000000000000
1000001000000000000000000000000000000000000000000000000000000
1111111000000000000000000000000000000000000000000000000000000
65 changes: 65 additions & 0 deletions assets/data/qrvfr12.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
11111110000000000000000000000000000000000000000000000001001111111
10000010000000000000000000000000000000000000000000000000101000001
10111010000000000000000000000000000000000000000000000010101011101
10111010000000000000000000000000000000000000000000000011001011101
10111010000000000000000000000011111000000000000000000000101011101
10000010000000000000000000000010001000000000000000000010001000001
11111110101010101010101010101010101010101010101010101010101111111
00000000000000000000000000000010001000000000000000000000000000000
00000010000000000000000000000011111000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00001111100000000000000000000011111000000000000000000000111110000
00001000100000000000000000000010001000000000000000000000100010000
00001010100000000000000000000010101000000000000000000000101010000
00001000100000000000000000000010001000000000000000000000100010000
00001111100000000000000000000011111000000000000000000000111110000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00000010000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000
00110110000000000000000000000000000000000000000000000000000000000
10010000000000000000000000000000000000000000000000000000000000000
01101010000000000000000000000011111000000000000000000000111110000
00000000100000000000000000000010001000000000000000000000100010000
11111110000000000000000000000010101000000000000000000000101010000
10000010000000000000000000000010001000000000000000000000100010000
10111010000000000000000000000011111000000000000000000000111110000
10111010000000000000000000000000000000000000000000000000000000000
10111010000000000000000000000000000000000000000000000000000000000
10000010000000000000000000000000000000000000000000000000000000000
11111110000000000000000000000000000000000000000000000000000000000
69 changes: 69 additions & 0 deletions assets/data/qrvfr13.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
111111100000000000000000000000000000000000000000000000000011101111111
100000100000000000000000000000000000000000000000000000000000001000001
101110100000000000000000000000000000000000000000000000000010001011101
101110100000000000000000000000000000000000000000000000000000101011101
101110100000000000000000000000001111100000000000000000000010101011101
100000100000000000000000000000001000100000000000000000000010001000001
111111101010101010101010101010101010101010101010101010101010101111111
000000000000000000000000000000001000100000000000000000000000000000000
000000100000000000000000000000001111100000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000011111000000000000000000000001111100000000000000000000000111110000
000010001000000000000000000000001000100000000000000000000000100010000
000010101000000000000000000000001010100000000000000000000000101010000
000010001000000000000000000000001000100000000000000000000000100010000
000011111000000000000000000000001111100000000000000000000000111110000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
000000100000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000
101011100000000000000000000000000000000000000000000000000000000000000
100000000000000000000000000000000000000000000000000000000000000000000
100110100000000000000000000000001111100000000000000000000000111110000
000000001000000000000000000000001000100000000000000000000000100010000
111111100000000000000000000000001010100000000000000000000000101010000
100000100000000000000000000000001000100000000000000000000000100010000
101110100000000000000000000000001111100000000000000000000000111110000
101110100000000000000000000000000000000000000000000000000000000000000
101110100000000000000000000000000000000000000000000000000000000000000
100000100000000000000000000000000000000000000000000000000000000000000
111111100000000000000000000000000000000000000000000000000000000000000
Loading

0 comments on commit d5638b0

Please sign in to comment.