This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
192.168.2.1 | |
192.168.2.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
/* padding-top: 10px;*/ | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 0 30px 30px 30px; } | |
body > *:first-child { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <mruby.h> | |
#include "mruby/string.h" | |
#include "mruby/proc.h" | |
#include "mruby/compile.h" | |
struct RClass *class; | |
struct RClass *class_int; | |
mrb_value mrb_num_init(mrb_state *mrb, mrb_value str); | |
mrb_value ap_mrb_get(mrb_state *mrb, mrb_value str); |