Skip to content

Instantly share code, notes, and snippets.

View kerryhatcher's full-sized avatar
🔨
I may be slow to respond.

Kerry Hatcher kerryhatcher

🔨
I may be slow to respond.
View GitHub Profile
@kerryhatcher
kerryhatcher / angfire.md
Last active May 29, 2023 15:10
Angular Firebase How-To

Install PreReqs:

  1. nvm
  2. git

Setup Project:

  1. Create GIT Repo
  2. cd to repo
@kerryhatcher
kerryhatcher / pushoffsideofMini.gcode
Last active September 17, 2023 19:19
GCODE Snipts
; WARNING!!!!!
; THis only works with prints that are below the level of the mini cross bars when the head is all the way at the bed. see https://www.icloud.com/photos/#0b7vfzKzxbK8bWF9dSPXntOYg
; USE AT YOUR OWN RISK!!!
; Shared under MIT License https://opensource.org/license/mit/
G1 Z100 F900 ;Move Z way up
G1 E-1 F2100 ; retract
G1 X178 Y178 F4200 ; park print head
G4 ; waitaac
M104 S0 ;Turn hotend off
@kerryhatcher
kerryhatcher / Label_Rolls.md
Created February 28, 2024 21:08
Brother TD-4110D Info

sudo brpapertoollpr_td4410d -P TD-4410D -n dymo30334 -w 55 -h 33 -g 10 -t 0 -b 0 -l 1

#!/bin/bash
i=0
for (( ; i < 20 ; ))
do
/opt/jfrog/artifactory/app/third-party/java/bin/jstack -l $1 > "artifactory.$(date +%Y%m%d%H%M%S).td"
i=$((i+1))
sleep 5
done
@kerryhatcher
kerryhatcher / Groups.tf
Created August 22, 2024 21:51
GHEC EMU Managment
data "github_external_groups" "example_external_groups" {}
locals {
local_groups = data.github_external_groups.example_external_groups
}
output "groups" {
value = local.local_groups
}
@kerryhatcher
kerryhatcher / .python-version
Created November 6, 2024 02:27
GA Election Data Grabber
3.10