Entries from 2012-03-01 to 1 month
ちょうど始めようと思ってたら tiarra+stoneを卒業してZNCを使い始めた - すぎゃーんメモ だったので、参考にしたりしましたクライアントからzncへの接続を閉じた時に名前変えるのとかは @soh335 これ使うのかな(ためしてない) URL2012-03-20 17:08:25 via T…
@soh335 ブログ書いて!2012-03-17 22:22:38 via web to @soh335
google spreadsheetでrowは勝手に追加されるけどcolは明示的に広げないとこのエラー出るのでNet::Google::Spreadsheetsの場合 $worksheet->col_count(30); とかしたほうがいいです。
tmux上から、MacVimをmvimとして起動するとコピペが出来ないという問題に悩まされたけどChrisJohnsen/tmux-MacOSX-pasteboard · GitHubで解決しました。
use strict; use warnings; use Benchmark qw/:all/; use DateTime::Format::Strptime; use DateTime::Format::MySQL; use Time::Piece; use Time::Piece::MySQL; my $strp = DateTime::Format::Strptime->new( pattern => "%Y-%m-%d %H:%M:%S" ); cmpthese(…
test
soh335/Test-MockTime-Guard - GitHubTest::MockTime使うとき - soh335 memoではメソッドを作ったけどめんどくさいのでこういうモジュールがあると嬉しい気がする。 use strict; use warnings; use Test::More; use Test::MockTime::Guard; use Time::Local;…