Skip to content

Instantly share code, notes, and snippets.

View cconard96's full-sized avatar
💭
Cleaning up after "vibe coders" 🤢

Curtis Conard cconard96

💭
Cleaning up after "vibe coders" 🤢
  • CJ Development Studios
  • Pennsylvania, United States
  • 10:41 (UTC -04:00)
  • X @cconard96
View GitHub Profile
@efrecon
efrecon / run.tpl
Last active May 6, 2025 12:04
`docker inspect` template to regenerate the `docker run` command that created a container
docker run \
--name {{printf "%q" .Name}} \
{{- with .HostConfig}}
{{- if .Privileged}}
--privileged \
{{- end}}
{{- if .AutoRemove}}
--rm \
{{- end}}
{{- if .Runtime}}
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active May 1, 2025 19:48
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S