2013-01-01から1年間の記事一覧

Adele BBC Londonから:Chasing pavements / Adele

インターネットラジオの録音と分割 インターネットラジオの録音にはstreamripperを使っている。使い方は簡単。作成されるmp3ファイルは巨大な一つのファイルになるので、分割したい。ちょっと調べたら、mp3spltが使えるらしいとのこと。 mp3splt -t 10.0 -d …

X240sのタッチパッドの設定とfcitxの設定 Ubuntu13.10 X240sのタッチパッドはこのページの設定をすると非常に快適になった。でも中ボタン+トラックポイントのスクロールは以前不可。これはたぶん当分直らない雰囲気だ。 http://mydevelopedworld.wordpress.…

File `dvipdfm.def’ not found. dvipdfmをdvipdfmxにすればよいとのこと。 http://d.hatena.ne.jp/Yusk/20131016/1381902811

X240sのタッチパッドの設定 Ubuntu 13.10をX240sにインストールしたが、中ボタンや右ボタンが使えない。グーグルでX240*として情報を探しても全く見つからない。ふと思い立ってX440sで探すといくつかの情報が見つかり助けとなった。わかったこと。synaptics…

Ubuntu 13.10へのアップグレード Ubuntu 13.10で日本語周りの環境が大きく変化した。そのあたりはちょっとググれば良質な情報があちこちにみつかる。それに従い日本語変換はうまくできるようになった。次にキーボードの再配置を行おうとしてつまづいた。 現…

gnuplot 3Dで距離を等しくプロットする set view equal xyz

Ubuntu 13.04 無線LAN WPA-WPA2 enterprise繋がらない /etc/NetworkManager/system-connectionsの下にある設定ファイル内の、 system-ca-certs=true をfalseにすればよい。 https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1104476追記 May…

Latexでslide メモ http://en.wikipedia.org/wiki/Beamer_(LaTeX)

3TBのHDDのフォーマット(gpartedを使ってターミナルから) HDD全部をひとつのパーティションにする場合。 % parted -a optimal /dev/sdc GNU Parted 2.3 Using /dev/sdc Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) mklabel g…

Digg readerに登録できない http://steps.dodgson.org/ http://parametron.blogspot.jp/ Cのポインタのサイズ (void*)と(int*)のサイズは違ってもよいということですか。 http://stackoverflow.com/questions/3520059/does-the-size-of-pointers-vary-in-c

ThinkPad Bluetooth ワイヤレス・トラックポイント・キーボード うわわわ。 http://ascii.jp/elem/000/000/800/800318/

Web上で回路シミュレーション https://www.circuitlab.com/

Pythonの*と** http://agiliq.com/blog/2012/06/understanding-args-and-kwargs/

Pythonでssh spurというライブラリが使いやすそうだったので、テストを始めた。 https://github.com/mwilliamson/spur.py まず、Ubuntuにpipをインストールして、pipでspurをインストールする。 import spur shell = spur.SshShell(hostname="hogehoge", use…

Python listとreference counter ずっと前に、PyList_Appendを使ってメモリリークしてしまったので、PyList_SetItemを使うようにしていたが、その理由を理解していなかった。PyList_Appendはreference countを増やしてしまうが、PyList_SetItemはreferenceを…

データポイントをmatplotlibで密度分布としてプロットする np.histogram2dを使っていもいいし、plt.hist2dというのもある。 http://stackoverflow.com/questions/2369492/generate-a-heatmap-in-matplotlib-using-a-scatter-data-set

Pythonの==とisの違い ==は値を比べる。isはidを比べる。http://stackoverflow.com/questions/1504717/python-vs-is-comparing-strings-is-fails-sometimes-why

matplotlibの図の大きさ Figureでコントロール http://matplotlib.org/api/figure_api.html#matplotlib.figure.FigurercParamsのリスト http://matplotlib.org/users/customizing.html

Materials scienceとComputer science Materials scienceが非常に微細なサイズを取り扱うようになってきたので、コンピュータシミュレーションと現実がどんどん近づいてきた。でも、現実の現象はサイズが小さいからといって、単純ともかぎらないし、サイズが…

NumpyとCのデータタイプの互換性 Cでint, doubleにしたい場合は、numpyでそれぞれdtype='intc', dtype='double'とすればいいのかな。http://docs.scipy.org/doc/numpy/reference/arrays.scalars.html

小型無線ルータ http://ascii.jp/elem/000/000/782/782828/index-5.html

メモリサイズ numpy 32 & 64 bit Numpy array : http://docs.scipy.org/doc/numpy/user/basics.types.html Numpy scaler: http://docs.scipy.org/doc/numpy/reference/arrays.scalars.html Numpy C-API : http://docs.scipy.org/doc/numpy/reference/c-api.d…

gitのタグ(コミット)を表に持ってくる git checkout tagname

Ubuntu 13.04にしたらvmware playerが動かなくなった。 この情報で解決できました。 http://b0ner.go-th.net/ubuntu/vmware-error-when-kernel-upgrade5月9日追記 別のコンピュータで同じ事をしてみたけどうまくいかなかった。 ここ(http://communities.v…

Ubuntu 13.04 wifiの調子がおかしい(iwlwifi) /etc/modprobe.d/iwlwifi.confの最初に options iwlwifi 11n_disable=1 を書いて解決できた感じ。 http://www.unixmen.com/resolve-slow-connexion-when-using-wifi-in-ubuntu-1104-natty-narwhal/ sudo rmmod i…

力率について W/VAが力率。 http://www.atmarkit.co.jp/fwin2k/pchard/01pwrsup/01pwrsup_02.html

Ubuntuで現在のDNS serverを表示する nm-tool ubuntu 12.04 serverでLDAPのrootDNができない dpkg-reconfigure slapd する。 http://www.supportsages.com/blog/2012/06/ldap-configuration-for-user-and-group-centralization-on-ubuntu-12-04-lts-part-1/ …

特注電源ケーブル http://www.aim-ele.co.jp/products/custom-powercable/ タップ http://www.americandenki.co.jp/P/P-6/P6O/P-6O.html ケーブル http://www.kk-mitsuboshi.co.jp/densen/densen_pdf_1.html 公称断面積2mm^2 3心

% parted /dev/sdcmklabel gpt mkpart primary 0 -0