Skip to content

Instantly share code, notes, and snippets.

View orlp's full-sized avatar
⚠️
This user's social credit score is unknown.

Orson Peters orlp

⚠️
This user's social credit score is unknown.
  • Leiden, Netherlands
View GitHub Profile
@orlp
orlp / build.txt
Last active December 16, 2015 20:39
New build.
CPU: Intel Core i5 2500K - 190.00
GPU: GTX 560Ti 2g Twin Frozr - 125.00
PSU: Corsair Builder Series CX430 - 41.90
Motherboard: MSI Z68A-G43 (G3) - 65.00
RAM: Crucial Ballistix BLS2CP4G3D1609DS1S00CEU - 54.90
Case: Corsair Carbide 300R - 64.90
Cooler: Gelid Tranquillo Rev.2 - 27.90
Hard Disk: Seagate Barracuda ST1000DM003 - 56.50
Monitor: Dell UltraSharp U2312HM - 189.90
SSD: Crucial M4 128gb - 100.90
@orlp
orlp / excavate.lua
Last active October 13, 2015 19:38
Excavation program for turtles in minecraft.
-- run by calling: f=fs.open("/startup", "w");f.write(http.get("https://gist.github.com/raw/4246007").readAll());f.close();dofile("/startup")
-- orientation: 0 = N, 1 = E, 2 = S, 3 = W
function save_state()
f = fs.open("/excavate_state", "w")
f.write("state = ")
f.write(textutils.serialize(state))
f.close()