Skip to content

Instantly share code, notes, and snippets.

View dariusz21p's full-sized avatar

Dariusz Panasiuk dariusz21p

View GitHub Profile
@dariusz21p
dariusz21p / bridge.lua
Created June 8, 2020 13:57 — forked from Dav1dde/bridge.lua
This is a program for ComputerCraft, it tells the turtle to build a one wide bridge
function refuel()
local fueled = false
for i=12,16 do
turtle.select(i)
fueled = turtle.refuel()
end
return fueled
end
@dariusz21p
dariusz21p / INSTALL.md
Created July 30, 2019 22:43 — forked from takeit/INSTALL.md
Write to NTFS on macOS Sierra (osxfuse + ntfs-3g)
  1. Install osxfuse:
brew cask install osxfuse
  1. Reboot your Mac.

  2. Install ntfs-3g: