This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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() |
NewerOlder