Skip to content

Instantly share code, notes, and snippets.

View bokuo-okubo's full-sized avatar
🏠
Working from home

Yohei Okubo bokuo-okubo

🏠
Working from home
  • eva
  • Tokyo / Shizuoka
View GitHub Profile
class Person
@name
def hello
p @name ||= 'Michael'
end
end
man = Person.new
"use strict";
// count : Number
var count = 0;
function p(obj) {
console.log(obj);
}
// sumcountup5 : Number, Number -> Countup(Number) 副作用なし
(define (square x)
(* x x))
(define (abs x)
(cond ((< x 0) (- x))
((>= x 0) x)))
(define (sqrt-iter guess x)
(if (good-enough? guess x)
guess
'use strict';
var blacklist = require('./node_modules/react-native/packager/blacklist');
var path = require('path');
/**
* Default configuration for the CLI.
*
* If you need to override any of this functions do so by defining the file