mruby master(2019-10-18)でのmrbgems動作テスト
https://github.com/takahashim/check_mruby
- 2.1.0リリースが近いらしいので、公開されているmrbgemsの動作テストをしてみた
- ubuntu 18.04LTSで実行
- Dockerfileも作っているけれど、今のところはクラウドに直で実行
rake clean test
するだけ
(original: http://furukawablog.spaces.live.com/Blog/cns!1pmWgsL289nm7Shn7cS0jHzA!2225.entry) | |
(archived: https://web.archive.org/web/20061105073147/http://furukawablog.spaces.live.com/Blog/cns!1pmWgsL289nm7Shn7cS0jHzA!2225.entry) | |
November 04 | |
私のマイコン遍歴、日本のパソコン30年史、その1 | |
私がその昔、秋葉原少年だった頃(今のアキバ系とちょっと違うとは思うのだけど、まぁ普通の人から見ると同類項だったのかな?)秋葉原にはアスターインターナショナル、コンピュータLab、若松通商、ビットイン、本田通商、そして新宿のムーンベース、タンディ・ラジオシャック、御苑前のアスターインターナショナル本店などに当時のマイコン少年は毎日たむろしていたのでした。 | |
当時はTK-80、KIM-1、SCAMP、HitachiやL-Kit16などの10万円ほどする、いわゆるワンボードマイコンが全盛期でありました。Altair、IMSAI、SOL-20、Horizon North Star、クロメムコといったS-100バスのコンピュータはテレタイプに紙テープで操作するもので50万から80万円、8インチのフロッピー・ディスクを搭載したものが100万から150万円もする時代でありました。(ご参考までに、大卒初任給は10万円ぐらいの時代のことです。) |
(original: http://groups.yahoo.com/group/sml-dev/message/4729) | |
(archived: https://web.archive.org/web/20010603012942/http://groups.yahoo.com/group/sml-dev/message/4710) | |
From: "Clark C . Evans" <cce@c...> | |
Date: Fri May 11, 2001 8:50 pm | |
Subject: YAML Draft 0.1 | |
With quite a bit of work, I've tried to come up with |
# https://github.com/yamanekko/M5StickC-IDF-m5mruby | |
# https://github.com/yamanekko/mruby-m5stickc | |
Wire = M5StickC::TwoWire.new(0) | |
Wire.begin(32, 33, 100000) | |
LCD = M5StickC::Display.new | |
LCD.rotation = 1 | |
LCD.clear | |
LCD.fill_screen(M5StickC::Display::BLACK) |
https://github.com/takahashim/check_mruby
rake clean test
するだけ#include "mruby.h" | |
#include "mruby/compile.h" | |
#include "mruby/string.h" | |
#include "mruby/value.h" | |
#include "mruby/array.h" | |
#include "mruby/hash.h" | |
#include "mruby/object.h" | |
#include "mruby/class.h" | |
#include "mruby/proc.h" | |
#include "mruby/range.h" |
\begin{document} | |
\reviewmainfont | |
+\frontmatter | |
+\pagenumbering{arabic} | |
+ | |
<%- if @config["titlepage"] -%> | |
<%- if @custom_titlepage -%> | |
<%= @custom_titlepage %> |
digraph G { | |
rankdir = BT | |
layout = dot | |
node [shape=box,penwidth=2.0]; | |
edge [penwidth=3.0]; | |
chiji_senkyo [label="知事選挙(gubernatorial election) (Q15261477)"] | |
chiho_senkyo [label="地方選挙(municipal election) (Q152450)"] | |
mayoral_election [label="首長選挙(mayoral election) (Q15280243)"] |
%% old: rko-router.herokuapp.com
linode 106.187.37.40
$ od -a jis.html | |
0000000 < h t m l > nl sp sp < h e a d > nl | |
0000020 sp sp sp sp < m e t a sp c h a r s e | |
0000040 t = " I S O - 2 0 2 2 - J P " sp | |
0000060 / > nl sp sp sp sp < t i t l e > esc $ | |
0000100 B % F % 9 % H esc ( B < / t i t l | |
0000120 e > nl sp sp < / h e a d > nl sp sp < | |
0000140 b o d y > nl sp sp sp sp < p > nl sp sp | |
0000160 sp sp sp sp esc $ B $ 3 $ s $ K $ A $ | |
0000200 O esc ( B nl sp sp sp sp < / p > nl sp sp |