Skip to content

Commit 9babc8e

Browse files
committed
過去に合わせ、/2010/acme/2010-12-01 でなく /2010/acme/1 とルーティングするようにする
use strict; use warnings; use Path::Tiny; my $iter = path('content')->iterator({recurse => 1}); while (my $src = $iter->()) { next unless $src->is_file; if ($src->basename =~ m!(?<date>\d\d\d\d-\d\d-(?<day>\d\d))\.txt!) { my $date = $+{date}; my $day = $+{day}; my $name = $day =~ m!0(\d)! ? $1 : $day; my ($raw_meta, $body) = split("\n\n", $src->slurp_utf8, 2); $raw_meta .= "\nmeta-date: $date"; $src->spew_utf8($raw_meta . "\n\n" . $body); my $target = $src->parent->child("$name.txt"); $src->move($target); } }
1 parent e3ffe7b commit 9babc8e

File tree

361 files changed

+361
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+361
-0
lines changed

content/articles/advent-calendar/2010/acme/2010-12-01.txt renamed to content/articles/advent-calendar/2010/acme/1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Hello Acme World!
2+
meta-date: 2010-12-01
23

34
(firstly written in Japanese, later in English)
45

content/articles/advent-calendar/2010/acme/2010-12-10.txt renamed to content/articles/advent-calendar/2010/acme/10.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::Yomeru
22
meta-author: bayashi <[email protected]>
33
meta-tags: perl, acme, joke
4+
meta-date: 2010-12-10
45

56
こんちには 、 みさなん 、<a href="http://twitter.com/#!/bayashi">bayashi</a> です。
67
さくむて かなぜど ひいて いですないか 。

content/articles/advent-calendar/2010/acme/2010-12-11.txt renamed to content/articles/advent-calendar/2010/acme/11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CPAN愛のモジュール - Acmeから始まらない物語
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-11
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-12.txt renamed to content/articles/advent-calendar/2010/acme/12.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::Ikamusumeで侵略しなイカ?
22
meta-author: tomi-ru
33
meta-tags: perl, acme, ikamusume
4+
meta-date: 2010-12-12
45

56
人間どもよ!
67

content/articles/advent-calendar/2010/acme/2010-12-13.txt renamed to content/articles/advent-calendar/2010/acme/13.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::W
22
meta-author: dameninngenn
33
meta-tags: perl, acme
4+
meta-date: 2010-12-13
45

56
こんにちは、冬なのに脇からの発汗が凄まじい<a href="http://twitter.com/dameninngenn">dameninngenn</a>です。
67
脇周りが白くなってるインナーを確認してはニッコリする毎日です。

content/articles/advent-calendar/2010/acme/2010-12-14.txt renamed to content/articles/advent-calendar/2010/acme/14.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::Seclusion::JP
22
meta-author: hide_o_55
33
meta-tags: perl, acme
4+
meta-date: 2010-12-14
45

56
こんにちは。Acme Track 2回目の[http://d.hatena.ne.jp/hide_o_55/:title=hide_o_55]です。
67

content/articles/advent-calendar/2010/acme/2010-12-15.txt renamed to content/articles/advent-calendar/2010/acme/15.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
時にはお伽の話を - Acme::Rumpelstiltskin
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-15
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-16.txt renamed to content/articles/advent-calendar/2010/acme/16.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme合体で猫-トースト装置をつくる
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-16
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-17.txt renamed to content/articles/advent-calendar/2010/acme/17.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::BrainfucktoryでBrainf*ckをもっと簡単に
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-17
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-18.txt renamed to content/articles/advent-calendar/2010/acme/18.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::CPANAuthors::British
2+
meta-date: 2010-12-18
23

34
こんにちは<a href="http://e8y.net/blog/">トミール</a>です。
45

content/articles/advent-calendar/2010/acme/2010-12-19.txt renamed to content/articles/advent-calendar/2010/acme/19.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
AcmeなるモジュールをCPANに求めて
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-19
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-02.txt renamed to content/articles/advent-calendar/2010/acme/2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::Pokemon
22
meta-author: tomi-ru
33
meta-tags: perl, acme, pokemon
4+
meta-date: 2010-12-02
45

56
こんにちは<a href="http://e8y.net/blog/">トミール</a>です。
67

content/articles/advent-calendar/2010/acme/2010-12-20.txt renamed to content/articles/advent-calendar/2010/acme/20.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::HeptaSymbolizeで7記号プログラミング
22
meta-author: sugyan <[email protected]>
33
meta-tags: perl, acme, sym
4+
meta-date: 2010-12-20
45

56
こんにちは、[http://twitter.com/sugyan:title=@sugyan]です。
67
先日、[/articles/advent-calendar/2010/sym/:title=sym track]にて"[/articles/advent-calendar/2010/sym/12:title=7種類の記号だけでPerlプログラムを書く]"という記事を書きまして、せっかくノウハウが出来たので一応モジュール化しておこうと思い"Acme::HeptaSymbolize"というものを作りました。

content/articles/advent-calendar/2010/acme/2010-12-21.txt renamed to content/articles/advent-calendar/2010/acme/21.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Text::MeCab(日本語変換系Acmeモジュールを支える偉大なモジュール)
22
meta-author: tomi-ru
33
meta-tags: perl, acme, mecab
4+
meta-date: 2010-12-21
45

56
こんにちは、とみた<a href="http://twitter.com/tomita">トミール</a>です。
67

content/articles/advent-calendar/2010/acme/2010-12-22.txt renamed to content/articles/advent-calendar/2010/acme/22.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acmeを越えて - 依存されるAcme
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-22
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-23.txt renamed to content/articles/advent-calendar/2010/acme/23.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PerlIO::via で遊ぶ
22
meta-author: tomi-ru
33
meta-tags: perl, acme
4+
meta-date: 2010-12-23
45

56
こんにちは、こんなにトミールを名乗っているのにいつまでたっても<a href="http://www.google.co.jp/search?q=%E3%83%88%E3%83%9F%E3%83%BC%E3%83%AB">トミールの検索結果</a>が抗ウイルス製剤の<a href="http://e8y.net/">トミール</a>です。今年も1位奪還は失敗しました。
67

content/articles/advent-calendar/2010/acme/2010-12-24.txt renamed to content/articles/advent-calendar/2010/acme/24.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dan.pm に迫る
22
meta-author: yappo
33
meta-tags: perl, acme, dankogai
4+
meta-date: 2010-12-24
45

56
<a href="http://atnd.org/events/10336"><img src="http://gyazo.com/9fd86dce549f1851c38bbe4ad77988f5.png" width="400" /></a>
67

content/articles/advent-calendar/2010/acme/2010-12-25.txt renamed to content/articles/advent-calendar/2010/acme/25.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PMのためのAcme - Acme::PM::*
22
meta-author: makamaka
33
meta-tags: perl, acme
4+
meta-date: 2010-12-25
45

56
(firstly written in Japanese, later in English)
67

content/articles/advent-calendar/2010/acme/2010-12-03.txt renamed to content/articles/advent-calendar/2010/acme/3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::JavaTrace
2+
meta-date: 2010-12-03
23

34
こんにちは<a href="http://e8y.net/blog/">トミール</a>です。
45

content/articles/advent-calendar/2010/acme/2010-12-04.txt renamed to content/articles/advent-calendar/2010/acme/4.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::Porn::JP
2+
meta-date: 2010-12-04
23

34
こんにちはOppai-Detectプロジェクト研究室の<a href="http://yusukebe.com/">yusukebe</a>です。今日はAcme::Porn::JPというgithubに僕が置いているAcmeなモジュールについて紹介します。
45

content/articles/advent-calendar/2010/acme/2010-12-05.txt renamed to content/articles/advent-calendar/2010/acme/5.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::Code::Police vs Acme::Code::FreedomFighter
2+
meta-date: 2010-12-05
23

34
こんにちはこんにちは!
45
「x日目」と変換しようとすると「xに痴目」とか出てきてたいへんAcmeな感じの<a href="http://twitter.com/myfinder/">myfinder</a>です。

content/articles/advent-calendar/2010/acme/2010-12-06.txt renamed to content/articles/advent-calendar/2010/acme/6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::PrettyCure
2+
meta-date: 2010-12-06
23

34
こんにちは、MHP3を買ったものの諸般の事情でキャラ作っただけの[http://fushihara.net/:title=kan]です。来年になったら誰か狩りに行きませんか。
45

content/articles/advent-calendar/2010/acme/2010-12-07.txt renamed to content/articles/advent-calendar/2010/acme/7.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acme::AKB48
2+
meta-date: 2010-12-07
23

34
最近大画面テレビを買ったのですが来ている電波がデジタル化されていませんでした。
45
こんばんは。hidekです。

content/articles/advent-calendar/2010/acme/2010-12-08.txt renamed to content/articles/advent-calendar/2010/acme/8.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::Tsu
22
meta-author: hide_o_55
33
meta-tags: perl, acme
4+
meta-date: 2010-12-08
45

56
こんにちは、[http://d.hatena.ne.jp/hide_o_55/:title=hide_o_55]です。
67
みなさんアクメで思い浮かべるものは何でしょうか?

content/articles/advent-calendar/2010/acme/2010-12-09.txt renamed to content/articles/advent-calendar/2010/acme/9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Acme::CheckCharactorsOutsideRange
22
meta-author: xaicron
33
meta-tags: perl, acme
4+
meta-date: 2010-12-09
45

56
こんにちは!相変わらず一週間にわたって風邪をひき続けている [http://blog.livedoor.jp/xaicron/:title=xaicron] です。
67
今日は shibuya.pm ということもあって、perl mongers にとっての最大規模の忘年会的な感じになったんじゃないでしょうか。行ってないのでよくわかりませんが。

content/articles/advent-calendar/2010/casual/2010-12-01.txt renamed to content/articles/advent-calendar/2010/casual/1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Perlの開発環境をCasualに作ろう
2+
meta-date: 2010-12-01
23

34
JPerl Advent Calendar Casual Track 一日目をやる myfinder です。
45
去年はlocal::libがもてはやされたりしていましたが、あれから1年の間にPerlは更に手軽に使えるようになりました。

content/articles/advent-calendar/2010/casual/2010-12-10.txt renamed to content/articles/advent-calendar/2010/casual/10.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Data::Validatorでバリデーションする
22
meta-author: hisaichi5518
33
meta-tags: perl, validator
4+
meta-date: 2010-12-10
45

56
はじめまして!<a href="http://twitter.com.hisaichi5518">@hisaichi5518</a>です。就活生です。誰か雇ってください。
67
Text::Xatenaについて書こうと思っていたんですが、もう<a href="/articles/advent-calendar/2010/meta_adcal/5">Text::Xatenaの記事</a>が他のトラックにあるので、今日はgfxさんによってリリースされた<a href="https://github.com/gfx/p5-Data-Validator">Data::Validator</a>を紹介しようと思います。

content/articles/advent-calendar/2010/casual/2010-12-11.txt renamed to content/articles/advent-calendar/2010/casual/11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Perlで文学を嗜む Net::AozoraBunko
22
meta-author: bayashi <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-11
45

56
今年の Advent Calendar もいよいよ中盤戦。
67
もういくつ寝ると、メリークリ○○ス!

content/articles/advent-calendar/2010/casual/2010-12-12.txt renamed to content/articles/advent-calendar/2010/casual/12.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Image::SizeとImage::Imlib2を使ってCSS Spriteしてみよう
22
meta-author: issm <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-12
45

56

67
* はじめに

content/articles/advent-calendar/2010/casual/2010-12-13.txt renamed to content/articles/advent-calendar/2010/casual/13.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
とある言語の例外処理 またはTry::Tinyの落とし穴
22
meta-author: zentooo <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-13
45

56
今年の Advent Calendar もいよいよ中盤戦。
67
もういくつ寝ると、メリーク×ト×ス!

content/articles/advent-calendar/2010/casual/2010-12-14.txt renamed to content/articles/advent-calendar/2010/casual/14.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
書き捨てスクリプトを書くときに便利なモジュールとPragmatic Module
22
meta-author: punytan <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-14
45

56
先月末から原稿を書こう書こうと延ばし延ばしきて当日に書いている私こと<a href="http://linknode.net">punytan</a>です。
67

content/articles/advent-calendar/2010/casual/2010-12-15.txt renamed to content/articles/advent-calendar/2010/casual/15.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Path::Classで簡単ファイル操作
22
meta-author: koba04 <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-15
45

56
こんにちは!モダンPerlの裏側しか知らない<a href="http://twitter.com/koba04">koba04</a>です。
67

content/articles/advent-calendar/2010/casual/2010-12-16.txt renamed to content/articles/advent-calendar/2010/casual/16.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
HTML::Shakanでフォーム生成・バリデーションからモデル作成まで
22
meta-author: usuihiro <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-16
45

56
こんにちは!先日のYAPC2010では<a href="http://twitter.com/hiratara">hiratara</a>さんと共にgihyo.jpでレポータをさせていただいた<a href="http://twitter.com/usuihiro">usuihiro</a>です。
67

content/articles/advent-calendar/2010/casual/2010-12-17.txt renamed to content/articles/advent-calendar/2010/casual/17.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Perl で Amazon S3 をあつかう Net::Amazon::S3
22
meta-author: dragon3 <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-17
45

56
<a href="http://blog.yappo.jp/yappo/archives/000727.html">もつ鍋で有名な福岡</a>から来ました <a href="http://twitter.com/dragon3">@dragon3</a> です。
67

content/articles/advent-calendar/2010/casual/2010-12-18.txt renamed to content/articles/advent-calendar/2010/casual/18.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@INC にみる Perl のやりかたがいっぱい
22
meta-author: hatyuki <[email protected]>
33
meta-tags: perl
4+
meta-date: 2010-12-18
45

56
こんにちは。最近は PHP ばっかり書いている、永遠の Perl 初心者 [http://twitter.com/#!/hatyuki:title=hatyuki] です。
67
とつぜん質問ですが、みなさんが最も多くみている Perl のエラーはなんですか?

content/articles/advent-calendar/2010/casual/2010-12-19.txt renamed to content/articles/advent-calendar/2010/casual/19.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
WWW::SalesforceでChatterのタイムラインを取得する
22
meta-author: piarra
33
meta-tags: perl, chatter, twitter
4+
meta-date: 2010-12-19
45

56
こんばんは。
67
md5が暗算できる人という噂が流れている(という噂を流している)[http://twitter.com/piarrakun:title=piarra]です。

content/articles/advent-calendar/2010/casual/2010-12-02.txt renamed to content/articles/advent-calendar/2010/casual/2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
PODのコード部分をかっこよくHTMLでみたいよねー
2+
meta-date: 2010-12-02
23

34
全裸で有名なPerlハッカーsugyanの、上司に「ゆーすけくん、最近全然仕事してないね。ウケる!」って言われてるyusukebeです。今日はPerlソースコード内のPODドキュメントをHTMLで出力して、奇麗にみたいなーと思っていた時に考えたモジュールの組み合わせについて紹介します。
45

content/articles/advent-calendar/2010/casual/2010-12-20.txt renamed to content/articles/advent-calendar/2010/casual/20.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
proveをうまく使ってテスト実行を効率化しよう
22
meta-author: yaotti <[email protected]>
33
meta-tags: perl, test, prove
4+
meta-date: 2010-12-20
45

56
こん(にちは|ばんは).最近は卒論でC/アセンブラ,アルバイトでPerl/Objective-Cと高低レイヤーを行ったり来たりな[http://d.hatena.ne.jp/yaotti/:title=yaotti]です.
67
このエントリでは,テストを実行する時に便利なproveコマンド(App::Prove)の便利な機能+αについて紹介します.

content/articles/advent-calendar/2010/casual/2010-12-21.txt renamed to content/articles/advent-calendar/2010/casual/21.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
モジュールのバージョンを確認するときどうやってますか?
2+
meta-date: 2010-12-21
23

34
もう恋なんてしないなんて、言わないよ絶対kamipoです。
45

content/articles/advent-calendar/2010/casual/2010-12-22.txt renamed to content/articles/advent-calendar/2010/casual/22.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
forksでithreadsに思いを馳せてみる
22
meta-author: makamaka
33
meta-tags: perl, casual
4+
meta-date: 2010-12-22
45

56
仕事でいっぱいいっぱいのmakamakaです。
67

content/articles/advent-calendar/2010/casual/2010-12-23.txt renamed to content/articles/advent-calendar/2010/casual/23.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
使っちゃいけない標準モジュール
2+
meta-date: 2010-12-23
23

34
[http://github.org/gfx/:title=gfx]と申します。
45
Perlは後方互換性を重視しているので、標準モジュールはめったに取り除かれる事がありません。しかしそれでも、いくつかのモジュールが将来的に取り除かれる見込みです。そのようなモジュールは使用しないほうがいいでしょう。また、取り除かれはしないものの、様々な理由から使用すべきでないモジュールもいくつかあります。今日は、そういった使うべきでないモジュールを紹介します。なお、このエントリの対象バージョンは5.8から5.14を想定しています。

content/articles/advent-calendar/2010/casual/2010-12-24.txt renamed to content/articles/advent-calendar/2010/casual/24.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Smart::Args でバリデーションする。またはバリデーターとして必要な事
22
meta-author: yappo
33
meta-tags: perl, validator
4+
meta-date: 2010-12-24
45

56
めりめり!<a href="http://twitter.com.hisaichi5518">@yappo</a>です。うっかり Acme Trac を書いてたら、こっちの当番だったんです!
67

content/articles/advent-calendar/2010/casual/2010-12-25.txt renamed to content/articles/advent-calendar/2010/casual/25.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
String::Randomでランダム文字列を作成してニヤニヤする
2+
meta-date: 2010-12-25
23

34
こんばんは。<a href="http://www.twitter.jp/Songmu">Songmu</a>です。
45

content/articles/advent-calendar/2010/casual/2010-12-03.txt renamed to content/articles/advent-calendar/2010/casual/3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
コマンドラインで使えるかもしれないツール等あれこれ
2+
meta-date: 2010-12-03
23

34
鎌倉で毎日[http://bowls-cafe.jp/:title=どんぶり]食べてます、sugyanです こんにちは!
45
皆さん、ターミナルやシェルは何をお使いでしょうか?僕は現在MacにてiTerm2+zshを使っています(あんまり使いこなせてませんが…)。

content/articles/advent-calendar/2010/casual/2010-12-04.txt renamed to content/articles/advent-calendar/2010/casual/4.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
続・Encodeでラクラク日本語処理
22
meta-author: hiratara <[email protected]>
33
meta-tags: perl, charset, encoding
4+
meta-date: 2010-12-04
45

56
こんばんわ。現在ユクモ村にて療養中の<a href="http://d.hatena.ne.jp/hiratara/">id:hiratara</a>です。ATNDにて予定していた順番と多少入れ変わっての登場ですが、よろしくお願いします。
67

content/articles/advent-calendar/2010/casual/2010-12-05.txt renamed to content/articles/advent-calendar/2010/casual/5.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Vim と Perl で音楽プレーヤを作ろう
22
meta-author: mattn <[email protected]>
33
meta-tags: perl, linux, rhythmbox, unite, vim
4+
meta-date: 2010-12-05
45

56
こんにちわ。Perl はあまり得意ではありませんが Vim はある程度使いこなせる、<a href="http://mattn.kaoriya.net/software/lang/zimbu/20100814005428.htm">Zimbu</a>兄さんこと <a href="http://twitter.com/mattn_jp">mattn</a> です。口癖は「カッコつけんなよ」です。
67
さて、最近の Vim 界は <a href="http://github.com/Shougo/unite.vim">Unite</a> というプラグインが流行り出しています。

content/articles/advent-calendar/2010/casual/2010-12-06.txt renamed to content/articles/advent-calendar/2010/casual/6.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MySQL と SQLite に対応した DBIx なモジュールを PostgreSQL に対応させる Tips いくつか
22
meta-author: fujiwara <[email protected]>
33
meta-tags: perl, postgresql, mysql, sqlite, dbi
4+
meta-date: 2010-12-06
45

56
こんにちは。PostgreSQL をよく使っている <a href="http://d.hatena.ne.jp/sfujiwara/">id:sfujiwara</a> (<a href="http://twitter.com/fujiwara">@fujiwara</a>) です。
67

content/articles/advent-calendar/2010/casual/2010-12-07.txt renamed to content/articles/advent-calendar/2010/casual/7.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
アクセスログの解析時のDateTimeによる日付処理
22
meta-author: ジロリアン <http://twitter.com/lhideki>
33
meta-tags: perl, accesslog
4+
meta-date: 2010-12-07
45

56
** はじめに
67

content/articles/advent-calendar/2010/casual/2010-12-08.txt renamed to content/articles/advent-calendar/2010/casual/8.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Kolonでかこう
22
meta-author: Masahiro Chiba(nihen)
33
meta-tags: perl, template
4+
meta-date: 2010-12-08
45

56
nihenです。こんにちは。 今年もブクマ数ビリを目指したいとおもいます!
67

content/articles/advent-calendar/2010/casual/2010-12-09.txt renamed to content/articles/advent-calendar/2010/casual/9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Google Docsの表計算書類をNet::Google::Spreadsheetsを使ってブラウザ抜きで読み書きする
22
meta-author: otsune <[email protected]>
33
meta-tags: perl, google
4+
meta-date: 2010-12-09
45

56
こんばんは。tumblr がサーバーダウンするとネット呼吸が出来ない<a href="http://www.otsune.com/">otsune</a> (<a href="http://www.facebook.com/otsune">Facebook - otsune</a>) です。
67

content/articles/advent-calendar/2010/english/2010-12-01.txt renamed to content/articles/advent-calendar/2010/english/1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Japan Perl Association Wants To Work With You!
2+
meta-date: 2010-12-01
23

34
<i>In today's article, I (<a href="http://twitter.com/lestrrat">Daisuke Maki</a> a.k.a. lestrrat) will briefly describe about a Japanese Perl organization called Japan Perl Association</i>
45

content/articles/advent-calendar/2010/english/2010-12-10.txt renamed to content/articles/advent-calendar/2010/english/10.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Use Perl with UNIX tools
22
meta-author: Kensuke Kaneko
33
meta-tags: perl
4+
meta-date: 2010-12-10
45

56
Perl is very useful programming language for not only programmers but also system administrators.
67

content/articles/advent-calendar/2010/english/2010-12-11.txt renamed to content/articles/advent-calendar/2010/english/11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Sub::Throttle - a tiny module for throttling down an operation
2+
meta-date: 2010-12-11
23

34
<a href="http://search.cpan.org/dist/Sub-Throttle/">Sub::Throttle</a> is a tiny module that is useful for throttling down the load of a certain operation. For example, it can be used to limit the speed of a batch operation against a database so that other operations (such as requests from the web application) would not slow down too much.
45

content/articles/advent-calendar/2010/english/2010-12-12.txt renamed to content/articles/advent-calendar/2010/english/12.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Class::Accessor::Lite - yet another accessor builder
2+
meta-date: 2010-12-12
23

34
Why do accessor builders modify @ISA? Doesn't it slow down method invocation? <a href="http://search.cpan.org/dist/Class-Accessor-Lite/">Class::Accessor::Lite</a> is a yet-another accessor builder. The blurbs are:
45

0 commit comments

Comments
 (0)