Nitehawk includes additional music from the following arists on his streams:
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
#!/bin/bash | |
# System-wide crontab file and cron job directory. Change these for your system. | |
CRONTAB='/etc/crontab' | |
CRONDIR='/etc/cron.d' | |
# Single tab character. Annoyingly necessary. | |
tab=$(echo -en "\t") | |
# Given a stream of crontab lines, exclude non-cron job lines, replace |
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
term.clear() | |
term.setCursorPos(1,1) | |
rednet.open("left") | |
while true do | |
id, message = rednet.receive() | |
redstone.setOutput("back", true) | |
local nTime = os.time() | |
write(textutils.formatTime( nTime, false)) | |
print (" - "..message) |
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
-- Dig out area to create room | |
-- Ensures there is floor, ceiling, walls for room | |
-- | |
-- Place turtle at floor level facing long ways on left wall | |
-- Turtle will dig out 'w' blocks, then turn right and dig 'l' blocks | |
-- | |
-- Note - for now, L will be treated as an even number | |
-- | |
-- Place ender chest in slot 1, filler blocks in slot 2 | |
-- |
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
--[[ | |
Big Reactors controller script | |
Uses wired modems to connect to computer control port on reactor | |
Prefers monitor connection (also via wired modem) for local display and potentially control | |
Uses wireless modem channel to send status and accept control commands from central system | |
If present, wireless modem must be on top of the computer | |
Note: Do not connect more than one reactor to the same controlling computer | |
]]-- | |
-- Global settings |
By Donating / Tipping via the Donation / Tip Link you can make things in this list happen.
Budget:
Price | Effect |
---|---|
$1.00 | Random Item |
$1.25 | Turns it to Day time |
- Random Item $1.00
- Turns it to Day Time $1.25
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
{ | |
"kind": "metapackage", | |
"abstract": "A list of modules installed on the ksp-1.3-mods KSP instance", | |
"name": "installed-ksp-1.3-mods", | |
"license": "unknown", | |
"version": "2018.03.09.07.11.14", | |
"identifier": "installed-ksp-1.3-mods", | |
"spec_version": "v1.6", | |
"recommends": [ | |
{ |
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
KSP: 1.3.1 (Win64) - Unity: 5.4.0p4 - OS: Windows 10 (10.0.0) 64bit | |
000_AT_Utils - 1.5 | |
TexturesUnlimited - 1.0.0.8 | |
Toolbar - 1.7.16.5 | |
USI Tools - 0.10.2 | |
AirlockPlus - 0.0.9 | |
B9 Part Switch - 2.1.1 | |
BD Animation Modules - 0.6.5.1 | |
ChampagneBottleRedux - 0.3.7 | |
Colorful Fuel Lines - 0.3.3 |