タグ

ブックマーク / ktat.hatenadiary.jp (4)

  • YAPC::Asia 2007 - Practice of Programming

    感想は適当気味。 1日目 英語ばかりでちょっときつかった。 Kwiki and the Symlink デモ動いてなかったけど、依存性を全部リポジトリ内で解決しているから、動きそう。 Spork大好きだし、Kwiki体も使ってみようかな。 Virtualization and Package Deployment with EC2 amazonのEC2の紹介。インスタンスのスペックがよさげ。 Higer-Order Parsing techiniques for Perl HOP::Parserというのがあるらしい。構文解析に使ってみようかなぁ...。 昼飯 中華料理が混んでたので、抜けた。なんか待ち合いでちょっと会釈していただいた方がいたんだが、すんません、誰か分からなかった...。失礼しました...。で、もうちょっと先に行って、パスタべました。 perl i18N in 20 m

    YAPC::Asia 2007 - Practice of Programming
    send
    send 2007/04/06
  • SVKの翻訳2本 - Practice of Programming

    許可が取れず公開してなかった翻訳2つ。YAPC::Asia 2007で、ご人に聞いて、OK取れたので、公開しました。 Thanks! Distributed Version Control with svk Collaborative document editing with svk どちらも古い記事だけど。Collaborative document editing with svk とかは役に立つと思う。 前者は、記事書くときの調査がてらに訳した感じ、だったと思う。 YAPC自体の感想は、明日にでもまとめて、書くかも。 とりあえず、去年も言ってたけど、英語わかんないとつらい...(つまり、成長してねー)。 でも、楽しい。 あっ、一点だけ。 弾さんが、Perlish magazineのネタ(http://jp.rubyist.net/PerlMa/wiki.cgi?page=2006

    SVKの翻訳2本 - Practice of Programming
    send
    send 2007/04/05
  • svkとCVSの連携 - Practice of Programming

    今日は普通の更新。SVKはCVSとの連携もなかなかうまくできます。 % cd ~/cvs/ % svk import //cvs_repos/project_x project_x % cd ~/svk % svk checkout //cvs_repos/project_xとかすると、CVSでチェックアウトしているproject_xが、 svkで管理されます. この際、各ディレクトリにあるCVSディレクトリもimportされているので、checkout先のディレクトリでsvkコマンドを打てばSVKのリポジトリに対してとなり、cvsコマンドを打てば、CVSのリポジトリに対してになるという感じになります。smerge とか、push とか、pull とか, syncは使えないので、cvs update で pull、cvs commit で push みたいなイメージとなりますが。 もう一つ

    svkとCVSの連携 - Practice of Programming
    send
    send 2006/09/25
  • SVK - 分散バージョンコントロール - Part I - Practice of Programming

    Ron BieberさんによるSVK - Distributed Version Control - Part Iの翻訳です。温泉地からアップ。 ※最初っから微妙な訳ですが、許してください。というか、突っ込み歓迎。 Just when you thought version control couldn’t get any cooler (and we all think it’s cool, right??), along comes SVK. SVK is a distributed version control system (a la Bitkeeper) written by Chia-liang Kao. The tool allows you to mirror existing remote repositories, create branches on your ma

    SVK - 分散バージョンコントロール - Part I - Practice of Programming
    send
    send 2006/09/20
  • 1