This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
thesis/general/bibliography.bib

386 lines
11 KiB
BibTeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@misc{git,
month = {{01}},
author = {Linus Torvalds},
title = {{Git - Version Control System}},
year = {2018},
url = {https://git-scm.com/},
}
@misc{latex,
month = {{01}},
Urldate = {{2018-01-03}},
author = {Leslie Lamport},
title = {{LaTeX - A document preparation system}},
year = {2018},
url = {https://www.latex-project.org/},
}
@misc{gplv3,
month = {{01}},
Urldate = {{2018-01-03}},
author = {Free Software Foundation},
title = {{GPLv3}},
year = {2018},
url = {https://www.gnu.org/licenses/gpl-3.0.en.html},
}
@misc{usecase,
month = {{01}},
Urldate = {{2018-01-04}},
author = {Wikipedia},
title = {{Anwendungsfall Wikipedia}},
year = {2018},
url = {https://de.wikipedia.org/wiki/Anwendungsfall},
}
@misc{usecasediagramm,
month = {{01}},
Urldate = {{2018-01-04}},
author = {Wikipedia},
title = {{Anwendungsfalldiagramm Wikipedia}},
year = {2018},
url = {https://de.wikipedia.org/wiki/Anwendungsfalldiagramm},
}
@misc{emacs,
month = {{01}},
Urldate = {{2018-01-04}},
author = {GNU Project},
title = {{GNU Emacs}},
year = {2018},
url = {https://www.gnu.org/software/emacs/},
}
@misc{inkscape,
month = {{01}},
Urldate = {{2018-01-05}},
author = {Inkscape Developers},
title = {{Inkscape}},
year = {2018},
url = {https://inkscape.org/en/},
}
@misc{orgmode,
month = {{01}},
Urldate = {{2018-01-05}},
author = {Carsten Dominik},
title = {{Org mode for Emacs}},
year = {2018},
url = {https://orgmode.org/},
}
@misc{userstory,
month = {{02}},
Urldate = {{2018-02-21}},
author = {Wikipedia},
title = {{User-Story Wikipedia}},
year = {2018},
url = {https://de.wikipedia.org/wiki/User-Story},
}
@misc{borgbackup,
author = {The Borg Collective},
title = {{BorgBackup Deduplicating archiver with compression and authenticated encryption}},
year = {2018},
month = {{07}},
url = {https://www.borgbackup.org/},
}
@misc{jsonapi,
author = {{The Borg Collective}},
title = {{All about JSON: How to develop frontends}},
year = {{2018}},
month = {{07}},
url = {https://borgbackup.readthedocs.io/en/stable/internals/frontends.html},
urldate = {2018-07-21}
}
@misc{cc,
title = {{Creative Commons {\ifmmode---\else\textemdash\fi} Attribution-ShareAlike 4.0 International {\ifmmode---\else\textemdash\fi} CC BY-SA 4.0}},
year = {2018},
month = {Dec},
note = {[Online; accessed 11. Dec. 2018]},
url = {https://creativecommons.org/licenses/by-sa/4.0}
}
@misc{json,
author = {Wikipedia},
title = {{JavaScript Object Notation {\textendash} Wikipedia}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://de.wikipedia.org/wiki/JavaScript_Object_Notation}
}
@misc{bsd,
author = {Open Source Initiative},
title = {{The 3-Clause BSD License {$\vert$} Open Source Initiative}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://opensource.org/licenses/BSD-3-Clause}
}
@misc{libre,
author = {Wikipedia},
title = {{Freie Software {\textendash} Wikipedia}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://de.wikipedia.org/wiki/Freie_Software}
}
@misc{draw,
author = {Atlasian},
title = {{draw.io - free flowchart maker and diagrams online}},
year = {2018},
month = {Dec},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://www.draw.io}
}
@misc{apache,
author = {{Apache Software Foundation}},
title = {{Apache License, Version 2.0}},
year = {2018},
month = {Oct},
note = {[Online; accessed 12. Dec. 2018]},
url = {https://www.apache.org/licenses/LICENSE-2.0}
}
@misc{python,
author = {{Python Software Foundation}},
title = {{History and License {\ifmmode---\else\textemdash\fi} Python 3.7.2rc1 documentation}},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://docs.python.org/3/license.html}
}
@misc{mit,
title = {{MIT License}},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://mit-license.org}
}
@misc{cpp17,
title = {{ISO/IEC 14882:2017}},
journal = {ISO},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://www.iso.org/standard/68564.html}
}
@misc{cpp98,
title = {{ISO/IEC 14882:1998}},
journal = {ISO},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://www.iso.org/standard/25845.html}
}
@misc{csharp,
title = {{Coreclr License}},
journal = {GitHub},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT}
}
@misc{roslyn,
title = {{Roslyn License}},
journal = {GitHub},
year = {2018},
month = {Dec},
note = {[Online; accessed 16. Dec. 2018]},
url = {https://github.com/dotnet/roslyn/blob/master/License.txt}
}
@misc{pep8,
title = {{PEP 8 -- Style Guide for Python Code}},
journal = {Python.org},
year = {2018},
month = {Dec},
note = {[Online; accessed 18. Dec. 2018]},
url = {https://www.python.org/dev/peps/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds}
}
@misc{qtlicense,
author = {{The Qt Company}},
title = {{GNU Lesser General Public License (LGPL) {$\vert$} Qt 5.12}},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://doc.qt.io/qt-5/lgpl.html}
}
@misc{gtk,
author = {Team, The Gtk+},
title = {{The GTK+ Project}},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://www.gtk.org}
}
@misc{gtklicense,
author = {{Gnome Foundation}},
title = {{Gtk License}},
journal = {GitLab},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://gitlab.gnome.org/GNOME/gtk#licensing-terms}
}
@misc{electron,
author = {{Github}},
title = {{Electron {$\vert$} Build cross platform desktop apps with JavaScript, HTML, and CSS.}},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://electronjs.org}
}
@misc{electronlicense,
author = {{Github}},
title = {{Electron License}},
journal = {GitHub},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://github.com/electron/electron/blob/master/LICENSE}
}
@misc{qt,
author = {{The Qt Company}},
title = {{Qt 5.12}},
year = {2018},
month = {Dec},
note = {[Online; accessed 19. Dec. 2018]},
url = {https://doc.qt.io/qt-5/index.html}
}
@misc{meld,
author = {Willadsen, Kai},
title = {{Meld}},
year = {2018},
month = {Nov},
note = {[Online; accessed 21. Dec. 2018]},
url = {http://meldmerge.org}
}
@misc{gtk_setup,
author = {Team, The Gtk+},
title = {{GTK+ Download: Windows}},
year = {2018},
month = {Dec},
note = {[Online; accessed 21. Dec. 2018]},
url = {https://www.gtk.org/download/windows.php}
}
@misc{semver,
author = {Preston-Werner, Tom},
title = {{Semantic Versioning 2.0.0}},
journal = {Semantic Versioning},
year = {2018},
month = {Dec},
note = {[Online; accessed 22. Dec. 2018]},
url = {https://semver.org}
}
@misc{commit,
author = {Beams, Chris},
title = {{How to Write a Git Commit Message}},
year = {2018},
month = {Dec},
note = {[Online; accessed 22. Dec. 2018]},
url = {https://chris.beams.io/posts/git-commit}
}
@misc{typo,
author = {Butterick, Matthew},
title = {{Butterick{'}s Practical Typography}},
year = {2018},
month = {Dec},
note = {[Online; accessed 28. Dec. 2018]},
url = {https://practicaltypography.com}
}
@misc{material,
author = {7span},
title = {{Material Design Colors, Material Colors, Color Palette {$\vert$} Material UI}},
year = {2018},
month = {Dec},
note = {[Online; accessed 28. Dec. 2018]},
url = {https://www.materialui.co/colors}
}
@misc{gnome,
author = {{GNOME Foundation}},
title = {{GNOME {\textendash} Desktop Umgebung.}},
year = {2019},
month = {Jan},
note = {[Online; accessed 5. Jan. 2019]},
url = {https://www.gnome.org}
}
@misc{ubuntu,
author = {Canonical},
title = {{The leading operating system for PCs, IoT devices, servers and the cloud {$\vert$} Ubuntu}},
year = {2019},
month = {Jan},
note = {[Online; accessed 5. Jan. 2019]},
url = {https://www.ubuntu.com}
}
@misc{virtualbox,
author = {{Oracle}},
title = {{Oracle VM VirtualBox}},
year = {2019},
month = {Jan},
note = {[Online; accessed 5. Jan. 2019]},
url = {https://www.virtualbox.org}
}
@misc{vagrant,
title = {{Vagrant}},
author = {Vagrant by HashiCorp},
year = {2018},
month = {Nov},
note = {[Online; accessed 5. Jan. 2019]},
url = {https://www.vagrantup.com}
}
@misc{backintime,
title = {{Back in Time Repository}},
author = {BiT-Team},
journal = {GitHub},
year = {2019},
month = {Jan},
note = {[Online; accessed 14. Jan. 2019]},
url = {https://github.com/bit-team/backintime}
}
@book{hitch,
author = {Reitz, Kenneth and Schlusser, Tanya},
title = {{The Hitchhiker's Guide to Python: Best Practices for Development}},
year = {2016},
month = {Sep},
isbn = {978-149193317-6},
publisher = {O'Reilly Media},
url = {https://www.amazon.com/Hitchhikers-Guide-Python-Practices-Development/dp/1491933178}
}
@book{test,
author = {Percival, Harry J. W.},
title = {{Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript}},
year = {2017},
month = {Aug},
publisher = {O'Reilly Media},
url = {https://www.amazon.com/Test-Driven-Development-Python-Selenium-JavaScript-ebook/dp/B074HXXXLS}
}
@book{hard,
author = {Shaw, Zed A.},
title = {{Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code (Zed Shaw's Hard Way Series)}},
year = {2017},
month = {Jun},
publisher = {limits},
url = {https://www.amazon.com/Learn-Python-Hard-Way-Introduction-ebook/dp/B07378P8W6}
}
@book{rapid,
author = {Summerfield, Mark},
title = {{Rapid GUI Programming with Python and Qt: The Definitive Guide to PyQt Programming (Pearson Open Source Software Development Series)}},
year = {2007},
month = {Oct},
publisher = {limits},
url = {https://www.amazon.com/Rapid-GUI-Programming-Python-Development-ebook/dp/B004YW6LNA}
}
@book{idiomatic,
author = {Knupp, Jeff},
title = {{Writing Idiomatic Python 3}},
year = {2013},
month = {Nov},
publisher = {Jeff Knupp},
url = {https://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG}
}
@book{weniger,
author = {Passig, Kathrin and Jander, Johannes},
title = {{Weniger schlecht programmieren (German Edition)}},
year = {2013},
month = {Dec},
publisher = {O'Reilly Media},
url = {https://www.amazon.com/Weniger-schlecht-programmieren-German-Kathrin-ebook/dp/B06XDGMV7P}
}
@book{qtpython,
author = {Harwani, B. M.},
title = {{Qt5 Python GUI Programming Cookbook: Building responsive and powerful cross-platform applications with PyQt}},
year = {2018},
month = {Jul},
publisher = {Packt Publishing},
url = {https://www.amazon.com/Qt5-Python-Programming-Cookbook-cross-platform-ebook/dp/B079S4Q9T2}
}