Skip to content

Instantly share code, notes, and snippets.

View rinopo's full-sized avatar

Ryo Inoue rinopo

  • SETENV
  • Tokyo, Japan
View GitHub Profile
@rinopo
rinopo / homebrew_fontforge_error.txt
Created April 6, 2012 14:22
homebrew fails to install fontforge
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/fontforge-20110222.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode
./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
@rinopo
rinopo / HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install inkscape
Last active December 16, 2015 11:38
Output from failed build of inkscape on OSX 10.8
/usr/bin/env perl -e use XML::Parser
/usr/bin/env perl -e use XML::Parser
==> Downloading http://downloads.sourceforge.net/project/inkscape/inkscape/0.48.4/inkscape-0.48.4.tar.gz
Already downloaded: /Library/Caches/Homebrew/inkscape-0.48.4.tar.gz
tar xf /Library/Caches/Homebrew/inkscape-0.48.4.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/inkscape/0.48.4 --enable-lcms --disable-poppler-cairo
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/inkscape/0.48.4 --enable-lcms --disable-poppler-cairo
checking build system type... x86_64-apple-darwin12.3.0
checking host system type... x86_64-apple-darwin12.3.0
checking for a BSD-compatible install... /usr/bin/install -c
@rinopo
rinopo / 0_reuse_code.js
Last active August 29, 2015 14:11
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
@rinopo
rinopo / Codetree_Repository_Column.user.js
Last active August 29, 2015 14:13
Codetree Repository Column
// ==UserScript==
// @name Codetree Repository Column
// @namespace https://gist.github.com/rinopo/64537f6a73a39424b2cf
// @downloadURL https://gist.github.com/rinopo/64537f6a73a39424b2cf/raw/Codetree_Repository_Column.user.js
// @description Add Repository Column to Issue List
// @match https://codetree.com/projects/*/issues*
// @version 1.0.2
// @grant GM_addStyle
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
// allow pasting
@rinopo
rinopo / gist:12b6b29f0def98fb1531
Created March 7, 2015 14:21
homebrew-file error
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local
WARNING: Improper use of the sudo command could lead to data loss
@rinopo
rinopo / tokyocaravan.jp.user.js
Last active May 11, 2018 09:42
Re-enable context menu, selection, and dragging.
// ==UserScript==
// @name tokyocaravan.jp.user.js
// @namespace https://gist.github.com/rinopo/0ae45995c314c0329fff425b56e408ec
// @updateURL https://gist.github.com/rinopo/0ae45995c314c0329fff425b56e408ec/raw/tokyocaravan.jp.user.js
// @downloadURL https://gist.github.com/rinopo/0ae45995c314c0329fff425b56e408ec/raw/tokyocaravan.jp.user.js
// @version 0.4
// @description Re-enable context menu, selection, and dragging.
// @author rinopo
// @match *://tokyocaravan.jp/*
// @match *://*.tokyocaravan.jp/*
@rinopo
rinopo / gist:92a2b1464ddc0bc8a8a22091fb7bd60b
Last active March 7, 2019 08:20
POP3 DELE command for deleting the first 10k messages. Quits at the end.
This file has been truncated, but you can view the full file.
dele 1
dele 2
dele 3
dele 4
dele 5
dele 6
dele 7
dele 8
dele 9
dele 10