dyweb / weekly

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

Weekly-121 #107

Closed gaocegege-bot closed 5 years ago

gaocegege-bot commented 5 years ago

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

xplorld commented 5 years ago

https://docs.mongodb.com/manual/core/map-reduce/

Mongodb 的 mongod 可以跑 mapreduce 了

at15 commented 5 years ago

@xplorld 很早就可以了吧 .... 只是巨慢 ... 也可能是我打开方式不对 ... cc @arrowrowe 还记得那次 echart 画的学生卡消费情况么 ...

at15 commented 5 years ago

https://github.com/kevinlawler/kona open source implementation of the k language (not the latest q in kdb+)

gaocegege commented 5 years ago

https://github.com/vlang/v

Simple, fast, safe, compiled language for creating maintainable software. Supports translation from C/C++.

很好奇翻译是怎么实现的(估计最多翻译用了标准库的代码吧

at15 commented 5 years ago

@gaocegege 这个我以前投过吧 (不过好像这几天推上又火起来了 ....

gaocegege commented 5 years ago

https://github.com/rhysd/vim.wasm

Vim editor ported to WebAssembly http://rhysd.github.io/vim.wasm

这个也太酷了吧

gaocegege commented 5 years ago

https://github.com/alibaba/collabobot

我喜欢这个工具

A collaborate robot for GitHub open source repositories. Auto weekly report, auto issue label, auto issue translation, etc.

yangwenmai commented 5 years ago

https://github.com/alibaba/collabobot

我喜欢这个工具

A collaborate robot for GitHub open source repositories. Auto weekly report, auto issue label, auto issue translation, etc.

cool!

大家也可以看看我这个 Go 实现:https://github.com/yangwenmai/weekly_digest

还有原生的版本:https://github.com/probot/weekly-digest

at15 commented 5 years ago

https://github.com/bet365/jingo yet another very quick json encoder ...

at15 commented 5 years ago

Go type alias (I think it is used for x/net/context and context), saw it again in k8s related codebase, makes import simpler (when there are too many sub packages ...)

btw: 楼上 @yangwenmai 是不是经常在 tidb 的群里冒泡啊,头像看的很眼熟 (一直潜水的路过 ....

raspberryice commented 5 years ago

CMU course for Deep Learning in NLP

http://phontron.com/class/nn4nlp2019/schedule.html

Submitted via bookmarklet :sparkles:

yangwenmai commented 5 years ago

Go type alias (I think it is used for x/net/context and context), saw it again in k8s related codebase, makes import simpler (when there are too many sub packages ...)

btw: 楼上 @yangwenmai 是不是经常在 tidb 的群里冒泡啊,头像看的很眼熟 (一直潜水的路过 ....

经常冒泡也谈不上,偶尔发发言吧。

skyzh commented 5 years ago

https://rust-embedded.github.io/book/intro/no-std.html

at15 commented 5 years ago

From https://github.com/zenany/weekly/commit/d5ffd4e3c0e30b1d1df03e23bbc684fe546eef6c

https://mp.weixin.qq.com/s/tnoV-RpYn2kzudbYwLoL3g '有一个UI设计师,用了两个多月时间做了一部 Element 动画宣传片,他到底经历了什么..'

(什么时候做个东岳宣传片 .... 我填完现在的坑去试试

at15 commented 5 years ago

https://github.com/dyweb/gommon/releases/tag/v0.0.11 released gommon 0.0.11 simplified logger registry, deprecated packages are moved to https://github.com/dyweb/gommon-legacy

kdplus commented 5 years ago

From zenany/weekly@d5ffd4e

https://mp.weixin.qq.com/s/tnoV-RpYn2kzudbYwLoL3g '有一个UI设计师,用了两个多月时间做了一部 Element 动画宣传片,他到底经历了什么..'

(什么时候做个东岳宣传片 .... 我填完现在的坑去试试

我觉得婶婶可以的

xplorld commented 5 years ago

https://heycam.github.io/webidl/

W3C 出的一个 Interface Defining Language, 将来有可能 WASM 会基于此直接操作 DOM (WASM 工作组慢死)

at15 commented 5 years ago

https://github.com/dyweb/gommon/releases/tag/v0.0.12 gommon 0,0.12 released, add httpclient from go.ice, a high level wrapper around net/http and model after https://github.com/bradfitz/exp-httpclient