Skip to content

Instantly share code, notes, and snippets.

View kswhyte's full-sized avatar

Kinan Whyte kswhyte

View GitHub Profile
@brianberlin
brianberlin / AWS Cognito + Facebook Login JavaScript Example
Created July 29, 2015 17:14
AWS Cognito + Facebook Login JavaScript Example
<!DOCTYPE html>
<html>
<head>
<title>AWS Cognito + Facebook Login JavaScript Example</title>
<meta charset="UTF-8">
</head>
<body>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.41.min.js"></script>
<script>
@austinczarnecki
austinczarnecki / .block
Last active December 8, 2020 15:00
D3 orthographic map with center on click
license: gpl-3.0
@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.
export NVM_DIR="/Users/stevekinney/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
export GREP_OPTIONS='--color=auto'
export CLICOLOR=1
export LESS='--quit-if-one-screen --RAW-CONTROL-CHARS --no-init --tabs=4'
export LS_COLORS=GxFxCxDxBxegedabagaced
export TREE_COLORS='di=1;36:ln=1;35:so=1;32:pi=1;33:ex=1;31:bd=34;46:cd=34;33:fi=0:or=4;31'
export LSCOLORS=$LS_COLORS
export EDITOR=mate