Skip to content

Instantly share code, notes, and snippets.

View Lu-Yi-Hsun's full-sized avatar
🐱
Just cute

Anson Lu-Yi-Hsun

🐱
Just cute
  • Tunghai University
  • TAIWAN
View GitHub Profile
@Lu-Yi-Hsun
Lu-Yi-Hsun / cow.sas
Last active December 13, 2017 11:16
cow
/*牛隻分析*/
data a;input breed x1-x8;
cards;
1 2200 51.0 1128 70.9 7 0.25 54.8 1720
1 2250 51.9 1108 72.1 7 0.25 55.3 1575
1 1625 49.9 1011 71.6 6 0.15 53.1 1410
1 4600 53.1 993 68.9 8 0.35 56.4 1595
1 2150 51.2 996 68.6 7 0.25 55.0 1488
@Lu-Yi-Hsun
Lu-Yi-Hsun / 0_reuse_code.js
Created March 14, 2017 15:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console