Difference between revisions of "Pathway W1000s"

From Coder Merlin
Line 32: Line 32:
* Source Control
* Source Control
** Basics with Git
** Basics with Git
*** [[Project-1061|1061 Git]]
*** [[W1061 Git]]
** GitHub
** GitHub
*** [[Project-1062|1062 GitHub]]
*** [[W1062 GitHub]]
** Merging  
** Merging  
*** [[Project-1063|1063 Merging]]
*** [W1063 Merging]]
* Mutt
* Mutt
* Screen
* Screen

Revision as of 19:23, 19 June 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Numbers[edit]

Boolean Algebra[edit]

Computer History Architecture[edit]

Encoding[edit]

Operating Systems[edit]

Lab Basics[edit]

  • Wiki
  • Client/Server Technology
  • Logging On
  • The "Shell"
    • Files and Directories
    • The Basics
    • Space Management
    • Self-service Snapshot Retrieval
    • GREP
  • Emacs
  • Source Control
  • Mutt
  • Screen

Coding Basics[edit]

  • Source Files
  • Interpretations vs Compilation
  • Reading Error Messages
  • Flycheck
  • The Swift REPL
  • Merlin

Algorithms[edit]

  • Algorithm Basics
  • Flow Charts

Literals and Types[edit]

Variables and Constants[edit]

Operators[edit]

String Interpolation[edit]

Basic Input and Output[edit]

Conditionals[edit]

  • Binary Tests
  • Ternary Operator

Loops[edit]

Common Algorithms[edit]

  • Largest Number of Three
  • Greatest Common Divisor
  • Finding Primes
  • Making Change

Scope[edit]

Functions[edit]

Defensive Programming[edit]

  • Assertions
  • Preconditions

Best Practices[edit]

Random Numbers[edit]

Arrays[edit]

Higher Order Functions[edit]

Encapsulation, Classes, and Objects[edit]

Packages and Libraries[edit]

  • Project Organization
  • Packages
  • Libraries
  • Curses

Basic Graphics[edit]

Basic Animation[edit]

Static Variables[edit]

Protocols[edit]

  • Custom String Convertible

Sorting[edit]

Finite State Machine[edit]

Data Visualization[edit]

Program Correctness[edit]

  • Ideal Test Cases