dyweb / web-stuff

Excalibur
http://dongyueweb.com/
MIT License
23 stars 5 forks source link

Weekly for 2016/06/22 #80

Closed arrowrowe closed 8 years ago

arrowrowe commented 8 years ago

2016/06/22, 第八循环第三次, 总第三十八期 -> @arrowrowe

投稿:

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago

交大图书馆

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago

https://github.com/a1studmuffin/SpaceshipGenerator

at15 commented 8 years ago
at15 commented 8 years ago

Right now Nuitka is a good replacement for the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3 and 3.4 offer. It translates the Python into a C++ program that then uses "libpython" to execute in the same way as CPython does, in a very compatible way.

cc @gaocegege

at15 commented 8 years ago

Multiplexing for all protocols

Multiplexing 啥意思来着?.....

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago

An API for asynchronous programming with observable streams

看上去好屌.... 有人用过 reactivex 么? @LukeXuan @gaocegege @arrowrowe

不对 .... https://github.com/Reactive-Extensions/RxJS ng2里用到了 rxjs .... 不过我很好奇 php 里怎么 rx ... 没有扩展php本身没办法异步

btw: 没有 rxgo @gaocegege rxrust @mrmiywj

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago

and jwplayer is opensource https://github.com/jwplayer/jwplayer cc @ComMouse

at15 commented 8 years ago

cc @mrmiywj @laohyx @xsfour 我猜是爬虫爬的, 国内有个 MAX+ 的应用也可以看,我猜是调用别人的或者学别人调用的方法写的

at15 commented 8 years ago
at15 commented 8 years ago

Function calls in PHP are very slow, so the model schema data will be built statically, LazyRecord converts all definitions (default value, validator, filter, valid value builder) into classes and static PHP array, this keeps these model classes very lightweight and fast.

btw @ComMouse PHP其实也可以加个 inline 的功能....

at15 commented 8 years ago
arrowrowe commented 8 years ago

Javascript developers, be warned about this crazy JIT bug in V8!

> for (let i = 0; i < 6000; i++) console.log(typeof null);
(6000) object
> for (let i = 0; i < 6000; i++) console.log(typeof null === 'undefined');
(4099) false
(1901) true
> for (let i = 0; i < 6000; i++) console.log(typeof null === 'undefined' ? 'anything' === 'whatever' : 0);
(4099) 0
false
(1900) 0
at15 commented 8 years ago

Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things. http://prettydiff.com/

at15 commented 8 years ago
arrowrowe commented 8 years ago

Please go to #82.

arrowrowe commented 8 years ago

Mails sent by @arrowrowe.