Skip to content

Instantly share code, notes, and snippets.

@aidygus
aidygus / dock.ks
Created April 12, 2017 12:08
Docking script for kOS
if HASTARGET = FALSE {
PRINT "No Target!!!".
} else {
sas off.
rcs off.
SET dp TO SHIP:DOCKINGPORTS.
WHEN dp[0]:STATE = "PreAttached" THEN {
SET f TO 0.
RCS OFF.
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 6, 2024 07:22
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@burgalon
burgalon / sinatra_proxy
Last active September 25, 2020 15:34
Testing client side app (like BackboneJS) with Capybara, VCR, webmock, factory girl
Testing client side app (like BackboneJS) with Capybara, VCR, webmock, factory girl