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

{'practice add-ons':'skelton', 'ver':2.58.0}

Blender2.58も出たことだし Python3.2の勉強に、bpy弄る>< Reference Blender Documentation contents — Blender v2.58.1 - API documentation basic Operator 基本の雛形やる。 まずはExample Operatorを写経。 Reference Operator Operator(bpy_struct) …

RubyでのGmailの読み込み失敗

ruby-gmailってgemで読み込めない>< なんかバグ踏んだ? ruby-1.9.2-p180 :001 > require 'gmail' ruby-1.9.2-p180 :002 > gmail = Gmail.new("hogehoge@gmail.com","hogehoge_password") ruby-1.9.2-p180 :003 > email = gmail.inbox.emails(:all).first …

{'memo':'PyCUDA install','Ver':'0.94.?'}

前回CUDAインストール出来たので、次はPyCUDAいれりゅ>< で、再びぶっちゃけるとリファレンス読め>< PyCUDA って、訳にもイカないのでメモっとく。 環境はUbuntu10.04 amd64とpython2.6とCUDA4.0です。 CUDA by Example 汎用GPUプログラミング入門posted…

{'memo':'cuda 4.0 install','GPU':'GTS450'}

Ubuntu10.04 amd64に、CUDA4.0インストールメモ。 reference ぶっちゃけ、リファレンス読めばよい>< CUDA Toolkit Documentation CUDA by Example 汎用GPUプログラミング入門posted with amazlet at 11.06.13Jason Sanders Edward Kandrot インプレスジャ…

Ubuntu10.04にpython3.2をインストール

この3.2がイイねと、Blenderたんが言ったから6月12日はPython記念日,,,

{'memo':'driver install','GPU':'GTS450', 'ver':3}

{'memo':'driver install','GPU':'GTS450', 'ver':2} - 会者定離で以降の続き。 ん〜、結局270.41.19のインストール時にエラーがでなければ nvidia-currentの上書きとか、blacklist.confの追加とかは 不要っぽいよなw; NVIDIA-Linux-x86_64-270.41.19.run…

{'memo':'driver install','GPU':'GTS450', 'ver':2}

{'memo':'driver install','GPU':'GTS450'} - 会者定離で以降の続き。 以下ubuntu10.04 amd64 desktopへのnVidiaドライバインストールの走り書きメモ*1その2。 aptからOS管理のnvidia-current(195.36.24)を一旦インストール*2して、 CUDA4.0対応の270.41.19…