タグ

2009年6月14日のブックマーク (6件)

  • Imager::Graph のサンプル - 日向夏特殊応援部隊

    今、ちょうど簡単なお仕事でグラフ出さないといけないので、適当に書いてみた。GD::Graph の出力はどう見ても切ない貧弱な表示なので今回は触れない。 #!/usr/bin/perl use utf8; use strict; use warnings; use Carp; use Imager; use Imager::Graph::Pie; my $chart = Imager::Graph::Pie->new; my $font = Imager::Font->new( file => '/path/to/example.ttf', aa => 1 ); $chart->set_style('primary'); $chart->set_font($font); my $img = $chart->draw( width => 500, height => 500, font =>

    Imager::Graph のサンプル - 日向夏特殊応援部隊
  • encoding-warnings-0.11

    To install encoding::warnings, copy and paste the appropriate command in to your terminal. cpanm cpanm encoding::warnings CPAN shell perl -MCPAN -e shell install encoding::warnings For more information on module installation, please visit the detailed CPAN module installation guide.

    encoding-warnings-0.11
    KGA
    KGA 2009/06/14
  • gitorious valhalla

    This is a read-only mirror of the former gitorious.org code hosting website. It is hosted by VPSSD and Archiveteam. Big thanks to Gitlab and the ex-Gitorious folks for working with us to make this happen. Some information about this mirror: To my knowledge, no user data has left Gitorious's custody. This mirror is only public data: source code and wikis. If you want source code hosting for your pr

    KGA
    KGA 2009/06/14
  • 「鉄道むすめ」集合!時東「みんな大人っぽい」 - 芸能 - SANSPO.COM

    タレントの時東ぁみ(21)と、アイドルグループ、アイドリング!!!の遠藤舞(20)、外岡えりか(18)らが14日、東京・虎ノ門のポニーキャニオンで、DVDボックス「ドラマ 鉄道むすめ」(2万6250円)の発売記念イベントを行った。 実際の鉄道事業の現場を舞台に、働く女性たちにスポットを当てたオムニバスドラマ。9月の制作発表から9カ月経ち、時東は「私が最年長なのに、みんな大人っぽくなっていて…」と驚きの表情。 遠藤は「7月に21歳になる。どんどん老いてるので実年齢と精神年齢が一緒になるように頑張りたい」と気持ちを引き締めていた。

  • Debian/lennyで新しいRubyGemを使う - nyaxtのPC作業ログ

    そろそろ真面目に更新再開しようと思う。 http://izna.in/stor InterOp Tokyo 2009では多くの方々にご来場頂き、ありがとうございました。 しました gem update --systemを無理矢理するより、apt-pinningを使った方がまだマシだとおもうよ! gem update --systemをかけてしまうと、apt管理されていたファイル構成が変わったりするので正しくremoveできなくなったりとても危険。 kouhei@pubsrv:~$ cat /etc/apt/preferences Package: * Pin: release a=stable Pin-Priority: 700 Package: * Pin: release a=testing Pin-Priority: 650 kouhei@pubsrv:~$ cat /etc/apt

    Debian/lennyで新しいRubyGemを使う - nyaxtのPC作業ログ
  • wgetとcurlの根本的な違い - ctrlshiftの日記

    UNIXの代表的なダウンローダにwgetとcurlがあります。 たいていの場合どんなOSでも、どちらかのソフトがインストールされているのではないかと思います。 しかし、この2つのダウンローダの機能は、一見似ているようにも見えますが、実はそれぞれに特徴が見られるので、今日はそれについて解説してみます。 wgetの特徴 wgetのスペルは「片手でもコマンドできる」ということもあって、多くの人から気に入られています。 そんなwgetの特徴として、最も際立っているのが、クローラとして動作可能という点です。 オプションで-rを付加してやることで再帰的に動作し、-lでその深さを指定することができます。 また、-Aや-Rを利用すれば、ダウンロードする拡張子のホワイトリストとブラックリストを指定することも可能です。 つまり、特定のサイト内に散らばって存在するファイルを、拡張子によって指定ダウンロードできる

    wgetとcurlの根本的な違い - ctrlshiftの日記
    KGA
    KGA 2009/06/14