Kiwamu Okabe
Kiwamu Okabe
OMakeをReVIEWのビルドラッパーとしてよく使っています。 ファイル更新を監視して自動再ビルドがはしるので便利です。 http://www.slideshare.net/master_q/reviewlibreofficeomake https://github.com/master-q/masterq-docs/blob/master/books/snatcher_ac0097/OMakefile ``` makefile RE_FILES = $(glob *.re) ODG_FILES = $(glob images/*/*.odg) PNG_FILES = $(replacesuffixes .odg, .png, $(ODG_FILES)) BOOKNAME = snatcher_ac0097 OTHER_FILES = $(BOOKNAME).yaml CHAPS PREDEF POSTDEF _cover.tex...
`Implementation` is defined as following: ```haskell data Implementation a = Implement { pos :: a -- snip-- , _iExpression :: Either (StaticExpression a) (Expression a) -- ^ Expression (or static...
I believe this project should make an appeal about performance at every release. How about run aobench at CI? https://github.com/syoyo/aobench/blob/master/ao.c
How about use Travis-CI? https://travis-ci.org/ It's useful for following purpose: * Keep quality of software stack in daily commits * External developer understand how to build it Best regards, Kiwamu...
https://github.com/wakameci/wakame-ci-cluster/tree/c5c81c69bed92bebdbc98b03c94d03c05b5cfa24/kvm-guests/192.168.3.10-vnetdev This version of wakame-ci-cluster has bad "nodeid" for OpenVNet. ``` [kemukins@10-vnetdev openvnet]$ cat vna.conf node { id "vna" addr { protocol "tcp" host "10.0.1.10" port 9103 } } network...
https://github.com/texane/stlink 1. On terminal A, run "sudo st-util". 2. On terminal B, run "make && make gdbwrite" on project directory. 3. On terminal B, you should see GDB prompt. 4....
Infer used `-O0` option to build AST and foo.o file. But on Linux kernel, the source code is written to be used `-O2` optimizer level. We had failure on verifing...
当方日本語キーボードを使っているのですが、WSL2でインストールしたUbuntuからEmacsをXで起動すると、Emacsの画面からcorvusskkを使うと英字キーボードとして認識されてしまいます。 Emacsの画面からWindows標準のIMEに切り替えると日本語キーボードとして認識されます。
Fix compile errors to build examples/demo.rs.