This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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')}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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/ |