Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
### Disable animation of hotkey window on iTerm2:
defaults write com.googlecode.iterm2 HotkeyTermAnimationDuration -float 0.00001
@stvhwrd
stvhwrd / Package Control.sublime-settings
Last active February 12, 2017 22:12
My Sublime Text 3 setup
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Align Arguments",
"Alignment",
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
# Stevie Howard <stvhwrd@outlook.com>
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
# Stevie Howard <stvhwrd@outlook.com>
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
@stvhwrd
stvhwrd / Auto-CSV-Importer.gs
Last active February 3, 2018 01:00
GAS runs on a time-driven trigger to automatically import a daily-updated CSV file
/**
* This script automatically imports a CSV file of specified name to a specified spreadsheet and applies some basic formatting.
* The formatting is only applied on columns A-Z, so if the CSV has more than 26 columns you'll have to adjust line 55 accordingly
*
* Author: Stevie Howard (stvhwrd@uvic.ca)
* Date: November 30, 2015
*
* Libraries used (from Resources menu > Libraries): "BetterLog", with key: MYB7yzedMbnJaMKECt6Sm7FLDhaBgl_dE
* Read more about BetterLog here: https://github.com/peterherrmann/BetterLog
*
@ CSC230 -- Elevator simulation program
@ Template Author: Dr. Micaela Serra
@ Modified by: Stevie Howard
@===== STAGE 0
@ Sets initial outputs and screen
@ Enters IDLE state and updates simulated time every second
@ Polls for left black button to exit simulation
@stvhwrd
stvhwrd / Makefile
Last active May 23, 2016 20:15
This is a sweet boilerplate makefile for cmake
# This is a sweet boilerplate makefile for cmake
CC= gcc
CFLAGS= -Wall -O -g -ansi
SRCS= main.c queue.c
OBJS= main.o queue.o
PROGRAM= queuetest
MKDEP= gccmakedep
${PROGRAM}: ${OBJS}
+ https://www.udacity.com/courses/all
|
| -> Intro Algebra Review [ Must have ]
| |
| | -> College Algebra
| |
| | -> Visualizing Algebra
| |
| | -> Intro to Physics
| |

GFSA (Given-Find-Solution-Answer) Format

General Format Requirements:

  • Green engineering paper (GEP), 1-sided
  • Each problem on new page (or no more than 2 problems per page, separated by double line if 2 problems on a page)
  • Header: name, course #, lecture division, problem #, date