Skip to content

Instantly share code, notes, and snippets.

View jpelton-stroud's full-sized avatar

Joshua Pelton-Stroud jpelton-stroud

  • Albany, NY, USA
View GitHub Profile
@jpelton-stroud
jpelton-stroud / 00 - notes.md
Last active December 29, 2023 14:13
Six Sigma Lecture Notes

‎‎​

@jpelton-stroud
jpelton-stroud / color-combos.md
Last active February 9, 2023 21:41
MTG General

Allied Guilds / Dragon Broods (2 Color)

  • W/U: Azorius Senate / Ojutai's Brood
  • G/W: Selesnya Conclave / Dromoka's Brood
  • U/B: House Dimir / Silumgar's Brood
  • R/G: Gruul Clans / Atarka's Brood
  • B/R: Cult of Rakdos / Kolaghan's Brood

Enemy Guilds / Strixhaven Colleges (2 Color)

@jpelton-stroud
jpelton-stroud / choas-incarnate.md
Last active February 15, 2023 14:30
MTG Precon Upgrades

‎‎​

@jpelton-stroud
jpelton-stroud / optix-jira-search-closed.sql
Last active June 24, 2022 16:59
JQL Queries for Optix Repair
(Project = EIQV_COARELEASEMGMT OR Project = KFTV_COFEEREPAIR)
AND Status = Closed
AND Bucket = SimplexRepair
AND Resolved > startOfYear()
AND (Type = Bug OR Type = AdHoc)
AND (Summary ~ "Optix Repair" OR Summary ~ "Simplex Repair")
AND (Summary !~ "Admin Tool" OR Summary !~ "D&SS")
ORDER BY Created DESC
@jpelton-stroud
jpelton-stroud / chrome-cache-reset.ps1
Last active August 3, 2021 14:36
Chrome cache reset
# Chrome app location
$App = "${env:ProgramFiles(x86)}\Google\Chrome\Application\chrome.exe"
# Chrome user data location
$UserFolder = "${env:LOCALAPPDATA}\Google\Chrome\User Data\Default"
# Chrome datastores
$CacheData = @(
'Cookies'
'Web Data'

PowerShell Shortcuts

Cmds

rundll32 keymgr.dll,KRShowKeyMgr
rundll32 sysdm.cpl,EditEnvironmentVariables
rundll32.exe shell32.dll,Control_RunDLL access.cpl
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

Refs

Computing Devices & Accessories

PCs

  • [HP EliteDesk 800 G5 Desktop Mini][8NB71UP#ABA]
    • [Intel Core i5-9600 Processor][i5-9600]
      Intel UHD Graphics 630
  • [Google Pixelbook i5][Google-C0A]
    • [Intel Core i5-7Y57 Processor][i5-7Y57]
      Intel HD Graphics 615
  • [Samsung Chromebook Plus][XE513C24-K01US]