Skip to content

Instantly share code, notes, and snippets.

absl-py==1.2.0
accelerate==0.12.0
aiohttp==3.8.1
aiosignal==1.2.0
albumentations==0.4.3
altair==4.2.0
antlr4-python3-runtime==4.8
async-timeout==4.0.2
attrs==22.1.0
backports.zoneinfo==0.2.1
@jamiethemorris
jamiethemorris / README.md
Created August 31, 2022 06:08 — forked from lxe/README.md
Disco Diffusion Tips
@jamiethemorris
jamiethemorris / Test2.efi
Created June 17, 2016 07:43 — forked from NickWoodhams/Test2.efi
Recompiled OsxLowMemFixDrv-64.efi Driver to Fix OsxAptioFixDriv Error
4d5a 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 8000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
5045 0000 6486 0400 0000 0000 0000 0000
0000 0000 f000 2e00 0b02 0000 e004 0000
#!/bin/sh
# Download and build OS X Mavericks XNU Source
if [ ! -d "dtrace-118" ]; then
curl -O http://opensource.apple.com/tarballs/dtrace/dtrace-118.tar.gz
tar zxf dtrace-118.tar.gz
rm dtrace-118.tar.gz
fi
if [ ! -d "AvailabilityVersions-6" ]; then
curl -O http://opensource.apple.com/tarballs/AvailabilityVersions/AvailabilityVersions-6.tar.gz
tar zxf AvailabilityVersions-6.tar.gz