feat: vergleich qr-code bibliotheken

This commit is contained in:
2023-01-30 13:25:47 +01:00
parent 2d42eaa169
commit c7c4956c29
7 changed files with 191 additions and 17 deletions

View File

@@ -5,6 +5,13 @@
publisher = {Hochschule Worms},
}
@book{bib:koenig-vorlesung-ux,
author = {Werner König},
title = {Vorlesung: User Experience},
year = {2022},
publisher = {Hochschule Worms},
}
@article{bib:Parviainen_Tihinen_Kaariainen_Teppola_2022,
title={Tackling the digitalization challenge: how to benefit from digitalization in practice},
volume={5},
@@ -181,6 +188,30 @@
note = {Zugriff: Januar 2023}
}
@misc{bib:chillerlan-php-qrcode-demo,
author = {Eugen Rochko},
howpublished = "\url{https://smiley.codes/qrcode}",
title = {{SVG QR Code Generator}},
year = {2023},
note = {Zugriff: Januar 2023}
}
@misc{bib:chillerlan-php-qrcode-composerjson,
author = {Eugen Rochko},
howpublished = "\url{https://github.com/chillerlan/php-qrcode/blob/main/composer.json}",
title = {{composer.json}},
year = {2022},
note = {Zugriff: Januar 2023}
}
@misc{bib:chillerlan-php-settings-container,
author = {Eugen Rochko},
howpublished = "\url{https://github.com/chillerlan/php-settings-container}",
title = {{A container class for immutable settings objects. Not a DI container.}},
year = {2022},
note = {Zugriff: Januar 2023}
}
@misc{bib:kreativkorp-barcode,
author = {Rebecca G Bettencourt},
howpublished = "\url{https://github.com/kreativekorp/barcode}",
@@ -197,6 +228,14 @@
note = {Zugriff: Januar 2023}
}
@misc{bib:packagist-baconqrcode,
author = {{Packagist}},
howpublished = "\url{https://packagist.org/packages/bacon/bacon-qr-code}",
title = {{BaconQrCode is a QR code generator for PHP.}},
year = {2023},
note = {Zugriff: Januar 2023}
}
@misc{bib:github-stars,
author = {{Github}},
howpublished = "\url{https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars}",
@@ -235,3 +274,25 @@
year = {2016},
author = {{Die SOPHISTen}},
}
@misc{bib:opensource-license-mit,
author = {{Opensource.org}},
howpublished = "\url{https://opensource.org/licenses/MIT}",
title = {{The MIT License}},
note = {Zugriff: Januar 2023}
}
@misc{bib:opensource-license-bsd-2,
author = {{Opensource.org}},
howpublished = "\url{https://opensource.org/licenses/BSD-2-Clause}",
title = {{The 2-Clause BSD License}},
note = {Zugriff: Januar 2023}
}
@misc{bib:nodejs-api-cli,
author = {{OpenJS Foundation}},
howpublished = "\url{https://nodejs.org/api/cli.html#command-line-api}",
title = {{Command-line API}},
year = {2023},
note = {Zugriff: Januar 2023}
}