Skip to content

Instantly share code, notes, and snippets.

View EragonJ's full-sized avatar
🇯🇵
Learning Japanese

Ryu | Chia-Lung Chen EragonJ

🇯🇵
Learning Japanese
View GitHub Profile
@EragonJ
EragonJ / robot.js
Created December 7, 2012 10:41 — forked from jaskolek/robot.js
jaskolek
var robots = new Array();
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.start = function( ev ){
@EragonJ
EragonJ / robot.js
Created December 7, 2012 10:41 — forked from jaskolek/robot.js
jaskolek
var robots = new Array();
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.start = function( ev ){
@EragonJ
EragonJ / robot.js
Created December 7, 2012 10:41
Zolmeister
var robots = new Array();
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.start = function( ev ){
@EragonJ
EragonJ / exchangeRate.rb
Created June 19, 2012 02:27 — forked from bikewheat/exchangeRate.rb
A quick money exchange-rate converter according the newest rate. (Only for Taiwan.) 快速匯率轉換。根據最新台灣銀行匯率。
#encoding: utf-8
require 'net/http'
# Exchange rate word
ex_rate_word = "
新台幣(TWD)
人民幣(CNY)
日圓(JPY)
韓圜(KRW)
港幣(HKD)