タグ

2010年8月18日のブックマーク (6件)

  • Tom's Planner - Gantt charts for the rest of us.

    When project planning in spreadsheets is chaos, and when fancy project management software is overkill — try Tom's Planner. Try Tom's Planner for free: Create and share professional Gantt charts in minutes Break rules and plan your way — it's flexible Zoom in to see who's doing what and when Zoom out to see the overall picture you're missing Drag and drop to make changes on the fly No learning cur

    Hash
    Hash 2010/08/18
    Flashベースの無料&Onlineガントチャート作成ツール。Micsosoft Projectのデータも読み込める(らしいがmppがopenできない)
  • OCamlのまなびかた - まぁ、そんなもんでしょう。

    いけがみさんが素晴しいエントリをあげてらっしゃいます。Inemuri nezumi diary(2009-05-03)。そこで「OCamlのまなびかた」について思うところを改めて書きます。 まず、Web上のチュートリアルを読めば、ざっくりOCamlがどういう言語なのか分かるかと思います。次の二つがお勧めです。 http://www.ocaml-tutorial.org/jaObjective Caml 入門 一緒にOCamlをインストールして使ってみながら学べば、より効率的です。 $ sudo apt-get install ocaml; sudo apt-get install ocaml-mode lennyのパッケージは3.10系でバージョンが一つ古いので、こだわる人はLatest Objective Caml releaseからソースを取って来てコンパイルして下さい。./confi

    Hash
    Hash 2010/08/18
    OCaml、Ubuntuに入れていじってみるか。最近僕の夜はUbuntu遊びで消えてゆく
  • OCamlを使ったシステム開発まとめ - osiire’s blog

    うちの会社(有限会社ITプランニング)でやってきたOCamlを使ったシステム開発の概要を書いておきます。ふと思うと今までまとめて公開したことはなかったなと。別に隠す程のものじゃないし、もしこれからOCamlを使ったプロジェクトを始めてみたい人の参考になれば嬉しいです。 2006年 某証券会社のWebサービスの一部を担当 株価を解析して、その結果をWebAPIとして提供。OCaml + MySQL。HTTPベースで提供されるXMLファイルが生データだったので、この時初めてXMLのパースにxml-lightを使った。これはかなり便利。その後も使い続けている。nc(network cat)ライクなモジュールも作った。行列変換のためにC言語との連携もしたけど、特に問題なし。そういえば、この頃はmarshalingが好きで、DBへmarshalingデータをそのまま保存して「Objectデータベース

    OCamlを使ったシステム開発まとめ - osiire’s blog
    Hash
    Hash 2010/08/18
    OCamlで名のある人じゃないか。すげーなぁ。自分の仕事をこんな風にまとめたい。
  • OCamlで作られている大きめのアプリケーション - osiire’s blog

    LexiFi 金融商品の開発環境。 メイン言語がOCaml。MLFiという専用言語もOCamlで作られている。 http://www.lexifi.com/ http://www.lexifi.com/downloads/frisch_inria_2008-12-15.pdf XenServerのツールスタック(xapi toolstack) 仮想化サーバーXenのツール群。全部OCamlらしい。 13万行 http://www.citrix.com/English/ps2/products/feature.asp?contentID=1686939 http://caml.inria.fr/pub/ml-archives/caml-list/2009/11/d80201600e5f91fbe48ce4856c034a71.en.html http://ocamlnews.blogspot

    OCamlで作られている大きめのアプリケーション - osiire’s blog
  • So You Want To Create WordPress Themes, Huh? - WPDesigner

    Creating a WordPress theme from scratch is not hard. I’ll hold your hand through it. Tutorials on this topic have been written before and the WordPress Codex also has guides for you to follow. But are those tutorials and guides really helpful to you when you don’t understand the lingo? Even I got lost while reading the WordPress guides. Tools – Before we get started tomorrow, you’ll need: WordPres

  • UbuntuでKVM

    以下は,仮想マシン名kvm101のイメージをディレクトリ ~/vm/kvm101 中に作成する例です. ユーザID,ユーザ名,パスワードは適宜変更してください. $ mkdir ~/vm $ cd ~/vm $ sudo ubuntu-vm-builder kvm hardy --suite hardy --arch i386 \ --mem 2047 \ --dest kvm101 \ --libvirt qemu:///system \ --mirror http://192.168.122.1:9999/ubuntu \ --part vmbuilder.partition \ --host kvm101 \ --ip 192.168.122.101 \ --user tamura \ --name 'Naoyuki Tamura' \ --pass 'password' \ --a

    Hash
    Hash 2010/08/18
    KVM(ry Linuxカーネル自体に仮想化の機能が組み込まれているry Xenなどのハイパーバイザ型の仮想化技術とは若干異なり ホストマシンで使用しているLinuxカーネルがハイパーバイザを兼ねています