Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active April 6, 2017 08:17
Show Gist options
  • Save kjunichi/1123713114bdfbbba82a3ec127cc6bb8 to your computer and use it in GitHub Desktop.
Save kjunichi/1123713114bdfbbba82a3ec127cc6bb8 to your computer and use it in GitHub Desktop.
2017/4/6

English

How can I do 名詞 in 言語

mruby

time bin/mruby aorun.rb                                                                            
fname = ao.ppm

real    0m1.320s
user    0m1.312s
sys     0m0.004s
macmini2014:mruby junichi$ time bin/mruby aorun.rb 
fname = ao.ppm

real    0m1.332s
user    0m1.322s
sys     0m0.005s

最新版の結果

time bin/mruby aorun.rb                                                           
fname = ao.ppm

real    0m1.391s
user    0m1.374s
sys     0m0.008s
macmini2014:mruby junichi$ time bin/mruby aorun.rb 
fname = ao.ppm

real    0m1.406s
user    0m1.340s
sys     0m0.015s
macmini2014:mruby junichi$ time bin/mruby aorun.rb 
fname = ao.ppm

real    0m1.326s
user    0m1.319s
sys     0m0.004s

mrubyプロジェクトの問題

brewでupgradeしたライブラリを使っていると リビルドが必要

libhoge.dylib を指してリンクできないものか?

サーバインベントリシステム

数千台規模のサーバ情報を一括管理可能

CLIやAPIでサーバ情報を取得

glu.hがない問題

xcode-select --installしてれば以下にあるはず

/System/Library/Frameworks/OpenGL.framework/Headers/

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment