Entries from 2012-03-01 to 1 month

zncはじめ

ちょうど始めようと思ってたら tiarra+stoneを卒業してZNCを使い始めた - すぎゃーんメモ だったので、参考にしたりしましたクライアントからzncへの接続を閉じた時に名前変えるのとかは @soh335 これ使うのかな(ためしてない) URL2012-03-20 17:08:25 via T…

@soh335 ブログ書いて!2012-03-17 22:22:38 via web to @soh335

a response has already been sent for batch operation update

google spreadsheetでrowは勝手に追加されるけどcolは明示的に広げないとこのエラー出るのでNet::Google::Spreadsheetsの場合 $worksheet->col_count(30); とかしたほうがいいです。

MBAに環境構築とかしたので、ついでにscreenからtmuxに乗り換えたら

tmux上から、MacVimをmvimとして起動するとコピペが出来ないという問題に悩まされたけどChrisJohnsen/tmux-MacOSX-pasteboard · GitHubで解決しました。

DateTime:Formatとか

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

Test::MockTime::Guard

soh335/Test-MockTime-Guard - GitHubTest::MockTime使うとき - soh335 memoではメソッドを作ったけどめんどくさいのでこういうモジュールがあると嬉しい気がする。 use strict; use warnings; use Test::More; use Test::MockTime::Guard; use Time::Local;…