Skip to content

Instantly share code, notes, and snippets.

View rae-ralston's full-sized avatar
🎣
good times

Rae Ralston rae-ralston

🎣
good times
View GitHub Profile
@rae-ralston
rae-ralston / Example-Workplan.md
Last active May 28, 2019 02:18
Work-Plans2018

Work Plan Outline

  • Do your best to finish your work plans by end of day Mondays. It's better to have a more detailed work plan that you get done later in the day than having a half-assed workplan. The first time/couple times you do it it might take more than a day!
  • Gists should be properly formatted .md files. Here's a link to markdown formatting information.
  • All work plans should have 3 sections Weekly Goal, Specifications & Implementation Plan

Overview & Weekly Goal

  • This is a short 1-3 sentence overview of what you'll accomplish this week.

Specifications

0 info it worked if it ends with ok
1 verbose cli [ '/Users/rachelralston/.nvm/versions/node/v6.11.2/bin/node',
1 verbose cli '/Users/rachelralston/.nvm/versions/node/v6.11.2/bin/npm',
1 verbose cli 'i' ]
2 info using npm@3.10.10
3 info using node@v6.11.2
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly rollbackFailedOptional Starting
@rae-ralston
rae-ralston / gist:ccf0ed159266887b847c096d27d7c1cd
Last active June 9, 2017 17:45
Overview for Week of June 5th

learn basic python & Get job

  • 30 minutes of python typing practice daily
    • Mon (30 wpm)
    • Tues (32 wpm)
    • Wed (32 wpm)
    • Thurs (31 wpm)
    • Fri
  • Apply to 10 jobs
  • Help someone with something

learn basic python

  • For Fun: Complete 50 levels of code combat for python
    • Tues: Completed 16 lvls
    • Thu: Completed 18 lvls
    • Fri: Completed 17lvls
    • Total: 51 complete
  • 30 minutes of python typing practice daily
    • Tues
  • Wed
# Transfering LG to Slack 💅
Rachel Ralston
Team Name: Vengeful Butterfly
### Project Specs
- [ ] [Issue 1063](https://app.clubhouse.io/learnersguild/story/1063/slack-custom-sso-login)
The simple version is:
- [ ] User loads Slack. If already in an active Slack session, access is granted.
//*JS goes here*//
@rae-ralston
rae-ralston / index.html
Created June 3, 2016 21:59 — forked from anonymous/index.html
Color Picker // source http://jsbin.com/sepugu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Color Picker</title>
<link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<style id="jsbin-css">
h1 {
font-family:'Slabo 27px';
}