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

emacs C++ 開発環境 link集

emacsでc++開発を行うための情報を集めました。まとめをここでしています 以下それぞれのリンク Emacs で C 言語プログラミングを始める人へのイントロダクション 初心者向けdocment 以下の2項目が役立つ タグジャンプ ここで説明しているtagファイルの作成…

tips

手抜きTAGファイル生成 etags /usr/local/include/* etags /usr/local/include/*/* etags /usr/local/include/*/*/* ...

ecb problem

http://osdir.com/ml/emacs.jdee/2007-07/msg00008.html - Subject: ede-save-cache: Buffer is read-only: # A new problem: After just upgrading JDE, ecb, and CEDET whenever I try to quit emacs (even if I never opened a file to edit) I get:ede-s…

Debianの軽い環境

Debian ( Debian 4.0r1(Etch) )を古いPCでも動く様に軽く設定する方法が以下で紹介されていたので転載する オススメLinuxディストリビューションは? Part24 http://pc11.2ch.net/test/read.cgi/linux/1196815968/ Debian install Debian公式サイトからbus…

SICP memo for boost user

Structure and Interpretation of Computer Programs (SICP) http://mitpress.mit.edu/sicp/full-text/book/book.html はlispを学びつつ様々なprograming techniqueを学べる本だ.上記のlinkで全文を読むことができる.section 3までで紹介されているtechniq…

OpenCV

Intsall install to home http://makingx.net/blog/2008/01/02/opencv-install-at-sakura/

.emacs

某掲示板での質問用に .emacs を張ります - ;;; 初期設定ファイルの指定 (setq user-init-file "~/.emacs.el") ;;; 言語環境の指定 (set-language-environment "Japanese") ;;; 漢字コードの設定 (set-default-coding-systems 'euc-jp) (set-buffer-file-cod…

boost.pythonをcmakeでコンパイルする方法

boost.pythonをcmakeでコンパイルする方法です. ubuntu7.10,centos5で動作を確認しています. cmake はunix windos両方で動くクロスプラットフォームなmakeです. boost.python cmake をインストールしてください. ubuntuの場合は apt-get install cmake boost…

3次元画像処理

http://www.openscenegraph.org/projects/osg

BIAS - Basic Image AlgorithmS Library

この記事の英語版 BIAS http://www.mip.informatik.uni-kiel.de/tiki-index.php?page=BIAS http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/ は様々な3次元幾何学処理アルゴリズムがインプリメントされた画像処理ライブラリー. 基礎行列の計算や…

画像処理ライブラリ リンク集

OpenCV http://opencv.jp/ ITK http://www.itk.org/ Boost GIL http://www.boost.org/doc/libs/1_55_0/libs/gil/doc/index.html http://stlab.adobe.com/gil/html/giltutorial.html 日本語翻訳 https://sites.google.com/site/twinkleofsilence/japanese-tra…

DNS server memo

CentOS5でDNS serverを作った。設定の際に有用だったサイトのリンク リンク 名前解決の仕組みとゾーンファイルの設定 http://www.atmarkit.co.jp/flinux/rensai/bind02/bind02.html はじめての自宅サーバー構築 〜 Fedora/CentOS 〜 http://kajuhome.com/bin…

ebuild メモ

buildの作成メモ(前半) http://d.hatena.ne.jp/kakurasan/20081022/p1 ebuildの作り方 http://www.gaku.net/ukki/ebuild%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9.html オレオレGentoo overlayを作ってlaymanで管理する http://prototype030.blogspot.jp/2011/0…

Longman Dictionary of Contemporary English 5th Edition(LDOCE) with emacs

Install ftp.sra.co.jp/pub/misc/freepwing/freepwing-1.6.1.tar.bz2 never install emerge app-text/freepwing emerge app-emacs/lookup app-dicts/eblook cp /dvd/ldoce5.data /tmp/ cd /tmp wget http://www.geocities.jp/taka_depo/ldoce5-fpw-20120906.…

NetworkManager

# emerge net-misc/networkmanager # rc-update del net.eth0 # nano /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="your eth0 mac address", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL…

grub1 + hibernate

# emerge hibernate-script # rc-update add hibernate-cleanup boot # nano /boot/grub/grub.conf title Gentoo Linux genkernel root (hd0,2) kernel /boot/kernel-genkernel root=/dev/sda3 real_root=/dev/sda3 resume=swap:/dev/sda5 real_resume=/dev/…

wwwoffle

Install echo "net-proxy/wwwoffle -ipv6" >> /etc/portage/package.use emerge wwwoffle rc-update add wwwoffled /etc/init.d/wwwoffled start firefox setting set auto proxy scripthttp://localhost:8080/wwwoffle.pac Usage browse online $ wwwofle -…

popfile

install # echo "mail-filter/popfile xmlrpc" >> /etc/portage/package.use # emerge popfile add file /etc/conf.d/popfile POPFILE_ROOT=/usr/share/popfile POPFILE_USER=/usr/share/popfile add file /etc/init.d/popfile #!/sbin/runscript # Copyrigh…

C++ AMP

Install wget https://bitbucket.org/multicoreware/cppamp-driver-ng/downloads/clamp-0.2.0-milestone5-135-g2580-Linux.tar.gz wget https://bitbucket.org/multicoreware/cppamp-driver-ng/downloads/libcxxamp-0.2.0-milestone5-135-g2580-Linux.tar.gz…

redmine

eselect ruby list eselect ruby set [ruby19 (with Rubygems)] echo www-apps/redmine >> /etc/portage/package.unmask echo "www-apps/redmine sqlite3" >> /etc/portage/package.use echo "dev-ruby/activerecord sqlite3" >> /etc/portage/package.use e…

Install opencv-2.4.9 + opencl1.2 AMD Radeon

manual install rm /usr/lib64/OpenCL/vendors/amd/* /usr/lib32/OpenCL/vendors/amd/* /usr/include/CL/* rm /usr/lib/libOpenCL.so* /usr/lib64/libOpenCL.so* /usr/lib32/libOpenCL.so* tar zxf AMD-APP-SDK-v2.9-lnx64.tgz sh Install-AMD-APP.sh tar zx…

[linux][gentoo] hiragino font

# mkdir /tmp/hiragino # cd /tmp/hiragino/ # cp "/Library/Fonts/ヒラギノ明朝 Pro W3.otf" ./HiraMinPro-W3.otf # cp "/Library/Fonts/ヒラギノ明朝 Pro W6.otf" ./HiraMinPro-W6.otf # cp "/Library/Fonts/ヒラギノ丸ゴ Pro W4.otf" ./HiraMaruPro-W4.ot…

Thinkpad X201

/etc/thinkfan.conf hwmon /sys/class/hwmon/hwmon1/temp2_input hwmon /sys/class/hwmon/hwmon1/temp4_input #thermal /proc/acpi/ibm/thermal (0, 0, 55) (1, 48, 60) (2, 50, 61) (3, 52, 63) (4, 56, 65) (5, 59, 66) # (7, 63, 32767) (7, 63, 82) (127…