Skip to content

Instantly share code, notes, and snippets.

@roundrop
roundrop / env.txt
Created September 28, 2012 15:24 — forked from kimukou/env.txt
facebook4j_twitter4j_compare
GroovyConsleの動きがいまいちの場合は以下を修正すること
(groovyConsoleのシェルの方を治すのも可。特にMac!!)
$GROOVY_HOME/bin
startGroovy
## 先頭に
export JAVA_HOME=/Library/Java/Home
export JAVA_OPTS='-Dgroovy.source.encoding=UTF-8 -Dfile.encoding=UTF-8'
@roundrop
roundrop / uninstall_homebrew.sh
Created March 18, 2012 08:53 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
# check sudo
if [ "`whoami`" != "root" ]; then
echo "You need to be root to run this!"
exit 1
fi