我的电脑
517 subscribers
1.81K photos
40 videos
12 files
1.17K links
你已在电脑登录,可传文件到电脑
Download Telegram
Forwarded from Beet Yang
Forwarded from LWL 的通知栏 - Archive
Forwarded from 羽毛与心形锁
https://classicoldsong.github.io/Drag.js/
Demo先行,下午补上README
各位端午节快乐!
吓!
STEAM就是盗版游戏的反面。盗版是不花钱玩。STEAM是花了钱不玩。
Forwarded from Sìona
发现个好玩的骗子,谁去把那个IIS6.0给攻破2333333333333333333333333333
http://tvaagm.cc/
有毒hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
⚯ +1s

👍🏿
Forwarded from 暗之城 - 至日之城
class pipe{constructor(x){this.x=x}pipe(x){return new pipe(x(this.x))}done(){return this.x}}
Forwarded from 暗之城 - 至日之城
new pipe(12)
.pipe(x => x * 2)
.pipe(y => y/Math.PI)
.pipe(Math.floor)
.done()