Skip to content

Instantly share code, notes, and snippets.

View HerrCraziDev's full-sized avatar
🌴
Norminal laziness

HerrCrazi HerrCraziDev

🌴
Norminal laziness
  • CHEN & CO.
  • Brest, Brittany
View GitHub Profile
@HerrCraziDev
HerrCraziDev / hoverslam.ks
Created January 6, 2018 17:34
Script for performing an hoverslam (aka. suicide burn) in KSP, like SpaceX's rockets. Uses the mod kOS. Start the script on the launchpad, and launch the rocket normally. It will automatically handle the descent and landing for you.
parameter defaultRadarOffset is 7, gearDeployTime is 6.
clearscreen.
print "*****************************".
print "* FAITO Aerospace *".
print "* XASR-3.1 Autolander Pilot *".
print "* © Empire of Fegeland, 2055*".
print "*****************************".
if defaultRadarOffset <> 7
@dabroder
dabroder / i3-gaps.sh
Created June 6, 2018 14:21
Install i3-gaps on ubuntu 18.04
#!/bin/bash
sudo apt install -y libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf libxcb-xrm0 libxcb-xrm-dev automake
cd /tmp
# clone the repository
git clone https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
# compile & install