Skip to content

Instantly share code, notes, and snippets.

View tokuhirom's full-sized avatar
💖
Focusing

Tokuhiro Matsuno tokuhirom

💖
Focusing
View GitHub Profile
#!/usr/bin/perl
use strict;
use PadWalker 'peek_my';
my $x = 1;
sub {
sub { $x };
(sub { peek_my(0) })->();
}->();
東京は雨がすごいですが!
@tokuhirom
tokuhirom / Makefile
Created September 17, 2009 09:30 — forked from mattn/gist:188420
hello.txt: hello.as
as -o hello.o hello.as
ld -o hello.txt hello.o
# $ tweet Hi mom!
#
# Put this in ~/.bashrc or wherever.
# If it doesn't work, make sure your ~/.netrc is right
#
# (Thanks to @anildigital and @grundprinzip for curl-fu)
function tweet {
curl -n -d status="$*" https://twitter.com/statuses/update.xml --insecure &> /dev/null
echo "tweet'd"
We couldn’t find that file to show.