Skip to content

Instantly share code, notes, and snippets.

@withgallantry
withgallantry / windowOpenerNegation.js
Created March 22, 2016 12:32
Protect against window.opener
var w = window.open(href);
w.opener = null;
w.location = this.href;
@withgallantry
withgallantry / gist:fa3b2b8554d73d22a512
Last active August 29, 2015 14:27 — forked from jordelver/gist:3139365
How to write an image file to an SD card under Mac OS X (for Raspberry Pi)

Find the SD card device

In this case, the SD card is /dev/disk4. DO NOT get this wrong or you may destroy all the data on the wrong disk/card/drive.

diskutil list

/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *160.0 GB   disk0

1: EFI 209.7 MB disk0s1