Skip to content

Instantly share code, notes, and snippets.

View ksauzz's full-sized avatar

Kazuhiro Suzuki ksauzz

View GitHub Profile
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@chetan
chetan / yardoc_cheatsheet.md
Last active May 10, 2024 02:53
YARD cheatsheet
@ksauzz
ksauzz / gist:1688146
Created January 27, 2012 10:14
JVM remote debugging option.
# JVM options on a server side.
# see http://docs.oracle.com/javase/1.4.2/docs/guide/jpda/conninv.html
JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
java $JAVA_OPTS .....
@ksauzz
ksauzz / git-memo.rst
Created January 10, 2012 11:17
Git memo

git memo

commit

git commit -m msg