Skip to content

Instantly share code, notes, and snippets.

@nitehawk
nitehawk / mods.ckan
Last active March 21, 2018 01:58
KSP - GSP - Mods
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
@nitehawk
nitehawk / mods.1.3.ckan
Created March 9, 2018 07:12
KSP Mods 1.3
{
"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": [
{
@nitehawk
nitehawk / Troll-group.md
Last active August 29, 2015 14:21
#UnityCraft Information

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
@nitehawk
nitehawk / Nitehawk's Streaming Music.md
Last active April 6, 2016 00:26
Nitehawk's Stream information Addendum
@nitehawk
nitehawk / reactorcontrol
Last active August 6, 2017 22:31
Big Reactors reactor control
--[[
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
@nitehawk
nitehawk / buildroom.lua
Last active December 12, 2015 02:28
ComputerCraft programs
-- 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
--
@nitehawk
nitehawk / redmon
Last active December 11, 2015 00:19
Rednet Monitor app
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)
@nitehawk
nitehawk / cronlist.sh
Last active September 27, 2015 05:08
Script to list all cron events on a system - found on stackoverflow.com: http://bit.ly/nkFwD9
#!/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