Skip to content

Instantly share code, notes, and snippets.

@wb213
wb213 / stock.py
Created September 21, 2016 14:07
Stock Price Question
#!/bin/env python
import sys
import random
global arr_len
global run_times
global ran_max
arr_len = 20 # Max length of the Array
run_times = 1 # How many times this program will run
ran_max = 10 # Max int random number will generate
@wb213
wb213 / whitesilk.md
Last active December 15, 2015 16:29
白丝编年史
  • 2013.04.03 N←警察叔叔就是这个人

画画唱歌(´・_・`)。音游狗。我就是我。硬●阳光美少年です!!!!!

  • 2013.04.04 N←骚尼粉SEGA黑

画画唱歌(´・_・`)。音游狗。我就是我。硬●阳光美少年です!!!!!

  • 2013.04.04 N←(。zzzzzz)

画画唱歌(´・_・`)。音游狗。等毕业=L=

  • 2013.04.05 N←专业瘦腿70年
@wb213
wb213 / editor.html
Created February 19, 2013 07:50 — forked from minikomi/editor.html
data:text/html,
<style type="text/css">
#e {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
font-size:16px;
}