2014-09-01から1ヶ月間の記事一覧
http://mkusunoki.net/?p=3307
Cの記述中でSerialライブラリを使うときは グローバル割り込み許可が必要. int main(void){ Serial.begin(9600); Serial.println("Hello, Uno Master."); sei(); //グローバル割り込み許可 while(1){ } return 0; }
http://itchyny.hatenablog.com/entry/20121027/1351299600 http://neruko3114.blogspot.jp/2012/11/latex-1.html https://github.com/zr-tex8r/tcshutwindown/blob/master/tcshutwindown.sty
http://takitoshism.blogspot.jp/2011/06/textexpdf.html ターミナルで, ebb -b figure.pdfとしてfigure.bb(Bounding Box)ファイルを生成する. 全PDFファイルからbbを生成したいときはもちろん $ ebb -b *.pdf
http://tex.stackexchange.com/questions/95944/problems-using-nocite-with-multibbl 1. multibblパッケージの読み込み bibliography.bbl -> 参考文献 publications.bbl -> 発表論文リスト という2つのBIBファイルがある. プリアンブル \usepackage{multib…
英語のペーパーのDocumentClassで日本語を使ったらダサくなったので変えたい. 以下の方式だと,生成されたDVIファイルにdvipdfmxをかけることで フォントを埋め込める. http://qiita.com/tttamaki/items/42332c5b6d8c64e187f5 $ dvipdfmx -f ptex-hiragino…
mitthesis.clsを使って論文を書いてたら,タイトルページ,アブストラクトとかの 間に空白ページが挿入される. クラスファイルにnewpageコマンドが入ってるのかと思ったけど,そうではないらしい. http://kronoseed.blog43.fc2.com/blog-entry-56.html に…
options(repos=structure(c(CRAN="http://cran.ism.ac.jp/")))
http://www.sophos.com/ja-jp/support/knowledgebase/119182.aspx /Library/Sophos Anti-Virus/Remove Sophos Anti-Virus.pkgを実行
http://thyvikings.cool.coocan.jp/wordpress/?p=14311 Time machineが遅いので停止した. $ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist再起動 sudo launchctl load -w /System/Library/LaunchDaemons/com.apple…
作った. https://github.com/shohei/D_Counter 以下は復習 ・開発の流れ http://objc.web.fc2.com/cocoa-2.html ・NSTimerの使い方 http://iphone-tora.sakura.ne.jp/nstimer.html
http://stackoverflow.com/questions/2720014/upgrading-all-packages-with-pip sudo pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U
http://tex.stackexchange.com/questions/86054/how-to-remove-the-whitespace-before-itemize-enumerateプリアンブルに以下を記述 \usepackage{enumitem} enumerate文で以下のパラメータを宣言 \begin{enumerate}[topsep=1pt, partopsep=1pt,itemsep=1pt,pa…
回路図
(参考)ハイサイドスイッチのはなし http://sudoteck.way-nifty.com/blog/2011/04/post-76ae.html参考にした回路図ではゲートドライブにBJT(バイポーラトランジスタ)使うみたいだけど, BJTだとオン電圧もあるし,手持ちがなかったこともあり,N-Ch MOSFE…
http://winavr.scienceprog.com/avr-gcc-tutorial/using-sprintf-function-for-float-numbers-in-avr-gcc.htmllinkerフラグに-Wl,-u,vfprintf -lprintf_flt -lmを渡してやる. Arduino IDEからフラグの指定方法が分からなかったので Arduino-makefileのArdui…
dlopen(/Library/Frameworks/R.framework/Versions/3.1/Resources/library/tcltk/libs/tcltk.so, 10): Library not loaded: /usr/local/lib/libtcl8.6.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.1/Resources/library/tcltk/libs/t…
http://www.cadforum.cz/cadforum_en/setting-the-mouse-wheel-zoom-factor-in-inventor-tip7835