Skip to content

Instantly share code, notes, and snippets.

View cews7's full-sized avatar

Eric Wahlgren-Sauro cews7

View GitHub Profile
@cews7
cews7 / cews-prework.md
Last active August 14, 2016 20:29 — forked from mbburch/prework.md
:D

Turing School Prework- Eric Wahlgren-Sauro

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist:

Module 1 Week 1 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

For these questions, write a short snippet of code that meets the requirement. Fill in your answers on a second sheet of paper or in your notebook. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

@cews7
cews7 / gist:649e03ed7f6ad44aeaa6c764e603fc08
Created October 24, 2016 19:59
Mod_1: Lightening Talk
OUTLINE
* Hook audience with question
* Explain who David Krakauer is
* Explain Complementary Artifacts
* Explain Competitive Artifacts
* Give link to source

How serious an impact do you think automation will have on our economy from now until you retire?

I think automation will require our species to reconsider how we add value to ourselves and our communities.

Where do you think you fall across the spectrum of people that will be affected by these changes?

Web development is probably safe for years to come, but I don't plan on making it a permanent refuge.

What do you think it means to be a responsible citizen around this issue?

BASH

What is the Shell/BASH?

Shell is a command language. Over time people have developed different varities of shell by adding extra features

  • BASH(Born Again SHell)
  • Other types of command processors
    • zsh - Another type of command processor that is extremely powerful. It was built off of BASH but has more features. You can customize it to autocomplete github repos. Unlike BASH, zsh does not follow POSIX standards.
  • tcsh