-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed a371066 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Nov 22, 2024
0 parents
commit 44fa785
Showing
434 changed files
with
247,635 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
|
||
@misc{dictionary_algorithm, | ||
title = {The C++ Core Guidelines}, | ||
howpublished = {\url{https://www.merriam-webster.com/dictionary/algorithm}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
||
@misc{cpp_core_guidelines, | ||
title = {The C++ Core Guidelines}, | ||
howpublished = {\url{https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
||
@misc{cpp_core_guidelines_functions, | ||
title = {The C++ Core Guidelines, chapter functions}, | ||
howpublished = {\url{https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-functions}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
||
@book{fowler2018refactoring, | ||
title={Refactoring}, | ||
author={Fowler, Martin}, | ||
year={2018}, | ||
publisher={Addison-Wesley Professional} | ||
} | ||
|
||
@book{sutter2004cpp, | ||
title={C++ coding standards: 101 rules, guidelines, and best practices}, | ||
author={Sutter, Herb and Alexandrescu, Andrei}, | ||
year={2004}, | ||
publisher={Pearson Education} | ||
} | ||
|
||
@book{martin2009clean, | ||
title={Clean code: a handbook of agile software craftsmanship}, | ||
author={Martin, Robert C}, | ||
year={2009}, | ||
publisher={Pearson Education} | ||
} | ||
|
||
@book{martin2011clean, | ||
title={The clean coder: a code of conduct for professional programmers}, | ||
author={Martin, Robert C}, | ||
year={2011}, | ||
publisher={Pearson Education} | ||
} | ||
|
||
@book{meyers2005effective, | ||
title={Effective C++: 55 specific ways to improve your programs and designs}, | ||
author={Meyers, Scott}, | ||
year={2005}, | ||
publisher={Pearson Education} | ||
} | ||
|
||
@book{newport2016deep, | ||
title={Deep work: Rules for focused success in a distracted world}, | ||
author={Newport, Cal}, | ||
year={2016}, | ||
publisher={Hachette UK} | ||
} | ||
|
||
@misc{pep_20, | ||
title = {PEP 20 – The Zen of Python}, | ||
howpublished = {\url{https://peps.python.org/pep-0020/}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
||
@misc{hitchhikers_guide_to_python_general_concepts, | ||
title = {The Hitchhiker's Guide to Python, chapter general concepts}, | ||
howpublished = {\url{https://docs.python-guide.org/writing/style/#general-concepts}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
||
@inproceedings{ram2013ropensci, | ||
title={rOpenSci-open tools for open science}, | ||
author={Ram, K}, | ||
booktitle={AGU Fall Meeting Abstracts}, | ||
volume={2013}, | ||
pages={ED43E--04}, | ||
year={2013} | ||
} | ||
|
||
@misc{tidyverse_style_guide_functions, | ||
title = {R Tidyverse style guidelines on functions}, | ||
howpublished = {\url{https://style.tidyverse.org/functions.html}}, | ||
note = {Accessed: 2023-11-28} | ||
} | ||
|
Oops, something went wrong.