Top/article
English | Japanese
English | Japanese

Menu

  • Top
  • Akihiko Yamaguchi 山口 明彦
  • Project プロジェクト
  • Text テキスト
  • Recent articles 最近の記事
  • Articles 記事一覧 (a to z)
  • Search 検索

Tags タグ †

  • [c++][bash][python][latex][php]
  • [linux][windows][mac][android]
  • [math][algorithm][idea][trick]
  • [liboctave][opencv][git][ros]
  • [setting][bug][general]
↑

Recent articles 最近の記事 †

2019-07-02
  • article/Display-Unix-Time
  • article/Synchronize-Linux-Time-to-Remote
2018-09-27
  • article/python-multimode-singleton
2018-09-02
  • article/rosinstall-git-default-remote
2017-07-28
  • article/SubMenu
2017-03-05
  • article/Import-a-different-version-of-OpenCV-in-Python
2015-08-17
  • article/DRC-finals-2015
2015-01-05
  • article/Upgrade-Android-to-Lollipop
2015-01-01
  • article/Kernel-panic-of-Linux-when-using-Xtion
  • article/Do-not-skip-freeing-data-when-using-tri-mesh-in-ODE
Access: 1/10520 - Admin

List of articles (a to z)

記事一覧 (a to z)

< Previous 20 pages | 101 to 120 | Next 20 pages >
article/Trouble-shooting-of-ODE-installation-for-graphics-X11

Trouble shooting of ODE installation for graphics (X11) problems

ODEのインストール時にグラフィック(X11)で問題が起きる場合は

[c++][linux][bug]
2012-07-25

ODE (Open Dynamics Engine) を Linux (ここでは Ubuntu) にインストールするときに,以下のようなエラーが出る場合の対処法.

x11.cpp:108: error: undefined reference to 'XOpenDisplay'
x11.cpp:123: error: undefined reference to 'XCreateColormap'
...
... read more (article/Trouble-shooting-of-ODE-installation-for-graphics-X11)
article/Upgrade-Android-to-Lollipop

Upgrade Android to Lollipop

AndroidをLollipopにアップグレード

[android]
2015-01-05

I upgraded Android to Lollipop (5.0.1) more than one month ago. Here I summarize the troubles and their solutions.

AndroidをLollipop (5.0.0) にアップグレードして1ヶ月ちょっと経ったので,トラブルと対策についてまとめる.

... read more (article/Upgrade-Android-to-Lollipop)
article/Use-function-for-alias-with-arguments-in-bash

Use a function for an alias with arguments in bash

bash で引数つきのエイリアスを使うには関数を使えばいいらしい

[bash][trick][linux]
2012-06-01

tcsh だったら !* を使うのだが, bash の場合は関数を定義しないとダメらしい.

例 (tcsh, bash の順):

alias   pless   '/usr/share/source-highlight/src-hilite-lesspipe.sh \!* | less -R'
function pless(){ /usr/share/source-highlight/src-hilite-lesspipe.sh $@ | less -R;}

bash を使わないので知らなかった.ちなみに pless はソースコードを端末上でハイライトできるようになる.

... read more (article/Use-function-for-alias-with-arguments-in-bash)
article/Using-Joystick-in-C++-on-Linux

It's easy! to use Joystick in C++ on Linux

意外に簡単! LinuxでジョイスティックをC++から使う方法

[linux][trick][c++]
2013-07-29

デバイスをオープンし,ちょっとした設定のあと,Linuxで提供されている js_event 構造体に読みこむだけ.Cでも同様.PlayStation 2/3用のコントローラをUSB接続したものでも使えた.

参考: joystick tutorial and code

... read more (article/Using-Joystick-in-C++-on-Linux)
article/Using-other-template-class-member-types-in-a-template

Using other template class' member types in a template

Another usage of typename and template

テンプレートの中でほかのテンプレートクラスのメンバ型を使う方法

typename や template の別の用法について

[c++]
2010-06-12

あるテンプレート関数(テンプレート型引数 T)で,例えば std::vector<T>::iterator itr を定義しようとすると,コンパイルエラーとなる(std::vector<T>::iterator が型であると認識されない).この場合 typename std::vector<T>::iterator itr のように,前に typename をつけて,型であることを明示する.もし,iterator に相当するものが,テンプレートクラスの場合,template キーワードを使ってテンプレートであることを明示しなければならない.

... read more (article/Using-other-template-class-member-types-in-a-template)
article/We-must-initialize-floating-point-variables

We must initialize floating point variables

浮動小数点型変数は必ず初期化する

[c++]
2010-07-26

使用する・しないに関わらず,float, double, long double 型の変数は必ず初期化するポリシーで生きることにする.

... read more (article/We-must-initialize-floating-point-variables)
< Previous 20 pages | 101 to 120 | Next 20 pages >

Last-modified:2015-01-04 (Sun) 22:24:36 (3780d)
Link: MenuBar(2844d) Top(2844d)
Site admin: Akihiko Yamaguchi.
Written by: Akihiko Yamaguchi.
System: PukiWiki 1.5.0. PHP 5.2.17. HTML conversion time: 0.014 sec.