dyweb / weekly

DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)
https://dyweb-weekly.netlify.com/
66 stars 5 forks source link

Weekly-162 #195

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

联合周报第 162 期开始投稿 :tada:

at15 commented 4 years ago

https://balsamiq.cloud/ online wireframe collaboration (found it from pingcap/chaos-mesh

xplorld commented 4 years ago

https://github.com/ruffle-rs/ruffle http://ruffle-rs.s3-website-us-west-1.amazonaws.com/builds/web-demo/index.html?file=synj1.swf

Flash player written in Rust -> WASM online

at15 commented 4 years ago

TIL: you can use go mod to manage binary tools, though it seems you need to set $GOBIN and put it in $PATH

at15 commented 4 years ago

Database basics: writing a SQL database from scratch in Go code can be found in https://github.com/eatonphil/gosql

at15 commented 4 years ago

https://github.blog/2020-04-14-github-is-now-free-for-teams/ cc @gaocegege

at15 commented 4 years ago

https://github.com/gotoz/runq run regular Docker images in KVM/Qemu

at15 commented 4 years ago

https://github.com/aaronjanse/3mux a terminal multiplexer with i3-like keybindings. Imagine tmux with a smaller learning curve and more sane defaults.

xplorld commented 4 years ago

https://docs.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-3.1

M$FT's frontend solution, C# -> Wasm