タグ

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

  • Performance Testing | Open Source Testing

    When it comes to Load/Performance/Stress/Endurance (Volume) testing there are numerous testing tools available to perform this operation, from free to commercial solutions. That we can look around and fulfill our testing needs some of them are open source and some of them are licensed. The most popular one among open source tools is JMETER and […] Read More

    netiron
    netiron 2009/06/28
    [testing performance for:takajun]
  • Google App Engine上でRubyアプリを動かす手順 - しばそんノート

    前置き Google App Engine(以下GAE)では、公式には現在のところPythonJavaしかサポートされていませんが、JRubyという素晴らしいプロダクトのおかげでJava VM上でRubyスクリプトを実行できるため、考えようによってはRubyも既にサポート対象になっていると言えなくもありません。 実際にググってみても既に結構な量の情報が存在するのですが、どうもJRuby on Railsを対象とした情報が多く、素のRubyアプリケーションを動かすための情報があまり無いように感じました。 Railsももちろん優れたフレームワークなのですが、ちょっとしたアプリケーションを作るのには少々重過ぎますよね…。 ということで、非Railsな、もっとシンプルなRubyアプリをGAE上で動かすための手順を調べてみました。 ポイント 今回は以下の前提で作業を進めていきます。 Railsなど

    Google App Engine上でRubyアプリを動かす手順 - しばそんノート
  • 世界で唯一撃墜されたF-15Jイーグル

    1995年11月22日午前8時38分。小松基地沖合いのG空域において小松基地303飛行隊所属F-15Jイーグルが朝っぱらからACM訓練中、誤ってAIM-9Lサイドワインダーを発射してしまいウィングマンを撃墜してしまうという事故がありました。 原因は当初何かしらの理由による「暴発」であるとパイロットの証言があったため、暴発と発表されました。しかし数日後にそのパイロットは嘘の証言をしていたことが判明し、当の原因はマスターアームスイッチ(安全装置)がARMに入っており、いつでもミサイルが発射可能な状態であったことに気が付かずに発射ボタンを押してしまったためだそうです。 幸いにも被撃墜機のパイロットはサイドワインダーが命中する前に脱出し後に救助されました。 誰から聞いた話かは忘れましたが…ミサイルの一部を作ってる工場のオヤジさんは「ウチで作ったミサイルシーカーちゃんと動いたんか~よかった~よかっ

  • Wii Motion Plus + Arduino = Love

    Ok so I, after much research, have been able to read the gyro data of the new wii motion plus peripheral with the arduino microcontroller. With this code and the code previously developed for the wii nunchuck (here), we are able to create a 6 DOF IMU for under $40. Thanks Nintendo! Best of all, everything is I2C so only 2 analog inputs (A4 and A5 needed for the wire library) are needed to read 6 s

    Wii Motion Plus + Arduino = Love