Philip Weaver
Philip Weaver
Adding WebAssembly Quickstart example. - [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).
Adding entry for "goodshow".
Hi Stewart, I love your work. Happy anniversary for Q.js! When run XHHH in your live editor, the results make sense to me. But the results you give are inconsistent...
I've been on a mission lately to create lots of [quantum computing examples](https://github.com/simplygreatwork/obvious) in JavaScript. I had been using dabbling with [qcsimulator](http://qcsimulator.github.io/), [qics](https://github.com/adamisntdead/qics/), and [jsqubits](https://github.com/davidbkemp/jsqubits/) but I finally settled on...
I am working with isomorphic-git in the browser. I will be able to connect to node-git-server using a proxy server - but I'm also exploring adding cors headers upon node-git-server...
When working with transform streams in Node.js, it's obvious how to push new values onto the stream - you simply just push additional values onto the next stream handler. With...
Please consider including a dead simple example in the docs for writing to a Lazy.js stream. The existing example for Lazy.createWrapper() is too complicated. Also, consider renaming Lazy.createWrapper to something...