Skip to content

Instantly share code, notes, and snippets.

View tlgreg86's full-sized avatar

Travis Gregory tlgreg86

  • Denver, CO
View GitHub Profile
@tlgreg86
tlgreg86 / coldoutreach1deliverable.txt
Last active April 17, 2017 05:41
Cold Outreach I Deliverable
Name of contact
- The mentor I contacted is Weston Miller. He isn't a Turing mentor but he does work in the tech indurstry locally.
Date of contact
- 03/16/2017
- Since reaching out to Weston, we have met in person almost every thursday since 3/16 as well as several remote pairing sessions over ScreenHero. We generally work on coding challenges but also work on project material as well. As of right now we are planning on pairing over the intermission on 4/27.

Opening:

Ideas for opening catch-phraseish thing

* Comin atcya perpetually live! The Turing Podcast! Today:
  • Today at lunch:

"Newsletter": Project goings-on

incl. some tid-bits from current students
* M1 BE- 
* M1 FE- 	Till Now: HTML, CSS, Javascript, JQuery,

W4: JSON (JavaScript Object Notation) and local storage, Ideabox (Similar to linked list in functionality but will utilize JQuery and JSON as well as local storage), Static Comp #2

@tlgreg86
tlgreg86 / quizlette-questions.md
Last active February 23, 2017 20:36
Quizlette Questions

Quizlette Questions for Study

HTML

What does WAI-ARIA stand for?

List and describe the three main categories of how WAI-ARIA breaks down.

Refactor this line of code to be more accessible: ``

@tlgreg86
tlgreg86 / ShowGitBranch.md
Last active February 5, 2017 21:17
ADD GIT BRANCH NAME TO TERMINAL PROMPT (MAC)

ADD GIT BRANCH NAME TO TERMINAL PROMPT (MAC)

Copy and paste the below text in your terminal

  • Git branch in prompt.

parse_git_branch() {

git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
@tlgreg86
tlgreg86 / bash-colors.md
Created February 5, 2017 21:09 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple