Skip to content

Instantly share code, notes, and snippets.

View supermomonga's full-sized avatar
🏠
Working from home

supermomonga supermomonga

🏠
Working from home
View GitHub Profile
#!/bin/sh
## EC CUBE set permission
chmod -R o+w html/install/temp/
chmod -R o+w html/user_data/
chmod -R o+w html/upload/
chmod -R o+w data/class/
chmod -R o+w data/cache/
chmod -R o+w data/logs/
chmod -R o+w data/downloads/
chmod -R o+w data/upload/
# Building/installing the docker client on OS X: https://groups.google.com/forum/#!msg/docker-user/8m0Eh5nw-1U/J3SGYXqn1OMJ
$ go version
go version go1.2 darwin/amd64
$ go env
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
// ==UserScript==
// @name lingr_nicovideo
// @namespace raa0121 & supermomonga
// @description lingr_nicovideo
// @include http://lingr.com/*
// @version 1
// ==/UserScript==
$(function(){
setInterval(function(){
$('.speaker[href="/bot/nicothumb"]').each(function(){$(this).parent().css('display','none')});