Skip to content

Instantly share code, notes, and snippets.

View ericwo's full-sized avatar

Eric Wu ericwo

  • The Plant
  • Hangzhou
View GitHub Profile
@ericwo
ericwo / telegram.rb
Last active August 29, 2015 14:26
The Telegram Problem
class Telegram
attr_reader :elements
def initialize file
context = File.open(file).read
context.gsub!("\n", ' ')
@elements = context.split(' ')
end
def container
@ericwo
ericwo / jiecaobi.md
Last active October 29, 2015 09:14
Jiecaobi system requirement

Features

  • User can register, signin, logout
  • User A can send a jiecaobi to User B
  • One user can only send 10 jiecaobi per month to others
  • User can view all jiecaobi they got this month
  • A monthly report for all users

Tech stack