Kartik Chandra
Kartik Chandra
``` define concept A {} define concept B {} emit A {}; emit B {}; return; ``` ``` Emit. B{} Emit. A{} : ~[multiple][] Response. unit : Unit ``` The...
I was wondering where the proof described in http://www.mathcs.duq.edu/simon/Fall04/notes-6-20/node3.html came from. It's a clever argument, and it seems different from the one in Russell and Norvig, this one (http://arxiv.org/pdf/cs/0606084.pdf), and...
There is currently no way to clear the full compilation class in JAX — something like `f._clear_cache()`, but which applies to _all_ JIT-ted functions that have been compiled so far....
Can you add [nearley](http://github.com/Hardmath123/nearley) as a generic parser? We've been working on it for a while now, and I think it's ready to be shown to other people.
This is a no-brainer to clean up the grainy edges around the pen trails. Might even make the L1 regularization unnecessary.
I often use `ic` to print intermediate values of computations that might take a little bit of time. It would be great if there were an optional mode where `ic`...
As discussed here: https://forum.snap.berkeley.edu/t/snap-project-to-animated-gif/4895 (Don't worry! Not a "real" PR!) This is a proof-of-concept/discussion-starting Snap! library that uses [gif.js](http://jnordberg.github.io/gif.js/) to create GIF animations of whatever's happening on the stage. Discussion...
### Bug summary When rendered as part of a graph's axis label or title, Devanagari text renders incorrectly: the "matras" get affixed to the wrong letters (see the attached image,...
Hi NNW developers - first, thank you as always for this truly wonderful piece of software. :) This morning I was skimming a very long article that had a table...
This PR creates a new primitive, `subprocess-signal`, which allows users to send arbitrary POSIX signals to a subprocess. There are many, many use-cases for this, such as communicating with obscure...