Difference between revisions of "References"

From Coder Merlin
Line 1: Line 1:
= References =
= Bash =
== Bash ==
# [http://mywiki.wooledge.org/BashGuide Bash Guide]
# [http://mywiki.wooledge.org/BashGuide Bash Guide]
# [https://astrobiomike.github.io/bash/basics Bash Basics]
# [https://astrobiomike.github.io/bash/basics Bash Basics]
# [https://www.computervillage.org/articles/CommandLine.pdf Bash Tutorial (PDF)]
# [https://www.computervillage.org/articles/CommandLine.pdf Bash Tutorial (PDF)]
== Computer Science ==
= Computer Science =
* [[:File:ComputerScienceOne.pdf|Computer Science Textbook by Bourke]]
* [[:File:ComputerScienceOne.pdf|Computer Science Textbook by Bourke]]
* Algorithms
* Algorithms
Line 13: Line 12:
*** [https://github.com/raywenderlich/swift-algorithm-club/tree/master/Quicksort#lomutos-partitioning-scheme Quick Sort (Lomuto’s Partitioning Scheme)]
*** [https://github.com/raywenderlich/swift-algorithm-club/tree/master/Quicksort#lomutos-partitioning-scheme Quick Sort (Lomuto’s Partitioning Scheme)]
*** [https://www.geeksforgeeks.org/selection-sort/ Selection Sort]
*** [https://www.geeksforgeeks.org/selection-sort/ Selection Sort]
== Git ==
= Git =
# [https://www.youtube.com/watch?v=HVsySz-h9r4 Introductory Tutorial to Git (Video)]
# [https://www.youtube.com/watch?v=HVsySz-h9r4 Introductory Tutorial to Git (Video)]
# [https://thenewstack.io/tutorial-git-for-absolutely-everyone/ Brief Introduction and Tutorial]
# [https://thenewstack.io/tutorial-git-for-absolutely-everyone/ Brief Introduction and Tutorial]
Line 21: Line 20:
## [https://git-scm.com/book/en/v1/Git-Basics Git Basics (Entire chapter)]
## [https://git-scm.com/book/en/v1/Git-Basics Git Basics (Entire chapter)]
# [https://alistapart.com/article/the-art-of-the-commit Useful Commits - Message Style]
# [https://alistapart.com/article/the-art-of-the-commit Useful Commits - Message Style]
== GitHub ==
= GitHub =
# [https://thenewstack.io/git-with-the-program-getting-started-with-github/ Brief Introduction and Tutorial]
# [https://thenewstack.io/git-with-the-program-getting-started-with-github/ Brief Introduction and Tutorial]
# [https://help.github.com/articles/basic-writing-and-formatting-syntax/ Basic Formatting Syntax (for README.md)]
# [https://help.github.com/articles/basic-writing-and-formatting-syntax/ Basic Formatting Syntax (for README.md)]
# [https://thenewstack.io/getting-legit-with-git-and-github-readme-loud-and-clear-using-git-markdown/ Markdown Magic - Tutorial]
# [https://thenewstack.io/getting-legit-with-git-and-github-readme-loud-and-clear-using-git-markdown/ Markdown Magic - Tutorial]
# [https://dillinger.io Online README.md Editor]
# [https://dillinger.io Online README.md Editor]
 
= Emacs =
== Emacs ==
# [http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ Beginner's Guide]
# [http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ Beginner's Guide]
# [https://www.gnu.org/software/emacs/tour/ Emacs Tour]
# [https://www.gnu.org/software/emacs/tour/ Emacs Tour]
Line 35: Line 33:
# [[Magit|Magit Version Control Within Emacs]]
# [[Magit|Magit Version Control Within Emacs]]
# [https://xkcd.com/378/ Butterflies]
# [https://xkcd.com/378/ Butterflies]
== Swift ==
= Swift =
* [https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html Swift Language Guide]
* [https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html Swift Language Guide]
* Helpful blogs
* Helpful blogs
** [https://www.swiftbysundell.com Swift by Sundell]
** [https://www.swiftbysundell.com Swift by Sundell]
== AP Computer Science A Exam ==
= AP Computer Science A Exam =
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf Java Subset]
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf Java Subset]

Revision as of 17:10, 24 December 2018