Skip to content

Instantly share code, notes, and snippets.

@ykanda
ykanda / 0_reuse_code.js
Last active August 29, 2015 14:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ykanda
ykanda / form.pc
Last active October 16, 2015 13:28
pkg-config .pc files for goncurses, see: http://mrcook.uk/how-to-install-go-ncurses-on-mac-osx
prefix=/usr/local/opt/ncurses
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/ncurses
major_version=6
version=6.0.20150808
Name: form
Description: ncurses 6.0 add-on library
Version: ${version}