Skip to content

Instantly share code, notes, and snippets.

View kswhyte's full-sized avatar

Kinan Whyte kswhyte

View GitHub Profile
@kswhyte
kswhyte / grunge_bin.md
Last active February 24, 2017 05:47 — forked from Alex-Tideman/garage_bin.md
Grunge Bin

Grudge Bin

"I'll get to trying this out some day, maybe." — Jeff Casimir

"Finally, a place where I can keep track of my burning hatred for so many people." — Louisa Barrett

"This app is for me. I use it every day. It's critical to my workflow." — Jhun de Andres


@kswhyte
kswhyte / .block
Created January 4, 2017 03:06 — forked from austinczarnecki/.block
D3 orthographic map with center on click
license: gpl-3.0

Module 1 Week 4 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 description or snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

Module 1 Week 3 Diagnostic.

  • What do we mean when we talk about a variable's "scope"?

  • a variable's scope is defined by where it is accessed, such as on a global, instance, or class level.

  • Given the following code, what does the program output?

		def combine_variables(x)
		  puts "inner x is: #{x}"
 puts "and outer b is: #{b}"

Module 1 Week 2 Diagnostic

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

When complete, fill out this form.

For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing

Module 1 Week 1 Diagnostic

Fork this gist. Edit it with your answers, and submit the link here

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"

@kswhyte
kswhyte / kw-prework.md
Last active June 28, 2016 03:21 — forked from mbburch/prework.md
An example template for your Turing pre-work Gist

Turing School Prework - Kinan Whyte

Task A- Practice Typing:

  • screenshots of scores will be posted in comments
  • see screenshots below.

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments
  • see screenshots below.