Skip to content

Instantly share code, notes, and snippets.

View matsumotory's full-sized avatar
🎯

Ryosuke Matsumoto / @matsumotory matsumotory

🎯
View GitHub Profile
192.168.2.1
192.168.2.2
@matsumotory
matsumotory / github.css
Last active December 16, 2015 05:09 — forked from theconektd/github.css
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 {
@matsumotory
matsumotory / gist:2873356
Created June 5, 2012 07:39 — forked from tsuzakiyo/gist:2872532
mrb_fixnum_value_sample.c
#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);