Skip to content

Instantly share code, notes, and snippets.

View gogotanaka's full-sized avatar

Kazuki Tanaka gogotanaka

View GitHub Profile
@gogotanaka
gogotanaka / 0_reuse_code.js
Created November 28, 2016 01:24
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
@gogotanaka
gogotanaka / libvips-installer.sh
Last active June 6, 2016 13:32 — forked from h2non/libvips-installer.sh
libvips 7.42.x cross-platform simple installer script (supports OSX, Debian, Ubuntu, CentOS, Fedora, Amazon Linux)
#!/bin/sh
#
# Orinally made by Lovell Fuller for sharp
# https://github.com/lovell/sharp
#
# Usage:
# curl -s https://gist.githubusercontent.com/h2non/89bb2f87c6499d0b25f1/raw/bf3d0743107f02f5db2b93c53f7f0e07a1c33112/libvips-installer.sh | sudo bash -
#