k4200’s notes and thoughts

Programmer side of k4200

2011-03-01から1ヶ月間の記事一覧

JGitその2

前回、JGitのインストールとかについて少し書いた。今回は使い方について簡単に。サンプルコードは例によってScalaだけど、Javaでも文法が違う以外は全く一緒。Javaプログラマーはこれを機にScalaを勉強してもいいんじゃないかな。前準備 import org.eclipse…

Parallel Collectionのベンチマークやってみた

xuwei_kさんが面白そうなこと(scala2.9のparallel collection の benchmark をしてみた)をやってたので、ちょっと自分でもやってみることにした。 準備 まずはScalaの最新版を取ってきてビルド。この辺を参考に。 さてscalaを起動 あとJVMの引数のXmx を 4…

Lifthub is now in alpha. Need some help for testing.

Hi guys,It's been a week or so since the last update. I've fixed several bugs and added some functionality and I think now is the time to show it to more people. It's far from anything like production level, but I think it's got some inter…

chroot

I've been working on Lifthub, which started as my personal project and then a friend joined me, and maybe I spent half of my time on playing around with "chroot". I did a lot of trial and errors and learned quite a bit. Well, the environme…

JGitその1

ここ最近作りかけのサイトでJGitというライブラリを使ってる。その名の通り、JavaからGitのレポジトリを操作したり出来るもの。Javaプログラムからgitコマンドを呼び出すという選択肢もあったんだけど、以下の2つの理由からJGitを選択。 環境依存を減らした…

Lifthub status (Mar 1st)

Background of Lifthub The idea of creating a hosting site for Lift applications came up to mind maybe at the beginning of this year. At the time, I was still learning Lift and making a small web application just for my learning. After fini…