Skip to content

Instantly share code, notes, and snippets.

View 2ajoyce's full-sized avatar

Aaron Joyce 2ajoyce

View GitHub Profile
@2ajoyce
2ajoyce / packages.config
Last active November 12, 2018 15:08
Installation file for chocolatey
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="sql-server-management-studio" />
<package id="autodesk-fusion360" />
<package id="autohotkey" />
<package id="spotify" />
<package id="ditto" />
<package id="dotnet4.5" />
<package id="dotnetcore-sdk" />
<package id="filezilla" />
@2ajoyce
2ajoyce / aliases.cmd
Last active August 2, 2018 14:52
Aliases on windows cmd
@echo off
:: Save this file as %USERPROFILE%\aliases.bat
:: Run regedit and go to HKEY_CURRENT_USER\Software\Microsoft\Command Processor
:: Add String Value entry with the name AutoRun and the full path of your .bat/.cmd file.
:: Copied from: https://stackoverflow.com/questions/20530996/aliases-in-windows-command-prompt
DOSKEY ls=dir /B
DOSKEY ll=dir
class Player {
constructor() {
this.health = 20;
this.healing = false;
}
playTurn(warrior) {
if (warrior.health() > 12 && !this.healing) {
this.sense(warrior);
} else if (warrior.health() < this.health) {

When You Buy A Used Car

Change All Fluids

  • Flush radiator & change antifreeze
  • Change oil and oil filter
  • Change transmission fluid & filter
  • Change fluid in transfer case ( if applicable )
  • Change gear oil in front & rear differential
  • Top off brake fluid & bleed or flush if dark
  • Top off power steering fluid & flush if dirty
@2ajoyce
2ajoyce / .bash_profile
Last active August 2, 2018 14:53
Bash Profile
# SSH Agent
# Note: ~/.ssh/environment should not be used, as it
# already has a different purpose in SSH.
# source : https://www.schoonology.com/technology/ssh-agent-windows/
env=~/.ssh/agent.env
# Note: Don't bother checking SSH_AGENT_PID. It's not used
# by SSH itself, and it might even be incorrect
# (for example, when using agent-forwarding over SSH).
@2ajoyce
2ajoyce / PasteInGitBash.ahk
Last active October 5, 2022 09:43
Autohotkey Paste In Git Bash
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetTitleMatchMode, 1
I_Icon = C:\Program Files\AutoHotkey\Letter Icons\paste.ico
ICON [I_Icon] ;Changes a compiled script's icon (.exe)
if I_Icon <>
IfExist, %I_Icon%
@2ajoyce
2ajoyce / makeGifs.py
Created March 28, 2018 22:15
A python script to generate gifs from a data file using gfycat
import json
import requests
import time
class Video:
"A class to store video information"
id = ''
title = ''
start = 0
end = 0

Dips

  • Back Dip
  • Crazy Arm Dip
  • Deep Dip (Over-the-Shoulder Deep Dip) (Step Behind Deep Dip)
  • Doug's Dip
  • Faint Dip
  • Hair Sweep
  • Leaning Dip
  • Memories Dip
  • Neck Dip
DIPS - Back Dip
DIPS - Crazy Arm Dip
DIPS - Doug's Dip
DIPS - FLIP - Deep Dip (Deep Dip Flip) (Over-the-Shoulder Deep Dip) (Step Behind Deep Dip)
DIPS - Faint Dip
DIPS - Hair Sweep
DIPS - Leaning Dip
DIPS - Memories Dip
DIPS - Neck Dip
DIPS - Nutcracker

Aerial Swing Dance Leveling System

Beginner

Level 0

  • Basic Step
  • Rock Gallop
  • Rock Plant
  • J-Hook
  • Lead Out
  • Base

Level 1