Difference between revisions of "References"

From Coder Merlin
(Created page with "== References == === Git === [https://www.youtube.com/watch?v=HVsySz-h9r4 Introductory Tutorial to Git] === Emacs === Emacs-HowToCopyFromOneFileToAnother|How To Copy From...")
 
Line 1: Line 1:
== References ==
= References =
== Bash ==
# [http://mywiki.wooledge.org/BashGuide Bash Guide]
# [https://astrobiomike.github.io/bash/basics Bash Basics]
# [https://www.computervillage.org/articles/CommandLine.pdf Bash Tutorial (PDF)]
== Computer Science ==
* [[:File:ComputerScienceOne.pdf|Computer Science Textbook by Bourke]]
* Algorithms
** Sorting
*** [https://www.geeksforgeeks.org/bubble-sort/ Bubble Sort]
*** [https://www.geeksforgeeks.org/insertion-sort/ Insertion Sort]
*** [https://www.geeksforgeeks.org/merge-sort/ Merge Sort]
*** [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]
== Git ==
# [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]
# Official Documentation
## [https://git-scm.com/book/en/v1/Getting-Started-About-Version-Control What is Version Control (Single page)]
## [https://git-scm.com/book/en/v1/Getting-Started-Git-Basics Getting Started - Git Basics (Single page)]
## [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]
== GitHub ==
# [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://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]


=== Git ===
== Emacs ==
[https://www.youtube.com/watch?v=HVsySz-h9r4 Introductory Tutorial to Git]
# [http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ Beginner's Guide]
 
# [https://www.gnu.org/software/emacs/tour/ Emacs Tour]
=== Emacs ===
# How-Tos
[[Emacs-HowToCopyFromOneFileToAnother|How To Copy From One File To Another]]
## [[Emacs-HowToCopyFromOneFileToAnother|How To Copy From One File To Another]]
# [[Emacs-VersionControl|Version Control Within Emacs]]
# [[Magit|Magit Version Control Within Emacs]]
# [https://xkcd.com/378/ Butterflies]
== Swift ==
* [https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html Swift Language Guide]
* Helpful blogs
** [https://www.swiftbysundell.com Swift by Sundell]
== AP Computer Science A Exam ==
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf Java Subset]

Revision as of 17:09, 24 December 2018