Samuel Marks
Samuel Marks
PR isn't ready, just wanted to start the discussion. --- Justification: Everyone has uses a different library for there project, e.g.: Angular, MooTools, JQuery. Rather than write one for each,...
On Windows I ran: ``` > go version go version go1.4.2 windows/amd64 > go get -u github.com/apcera/gnatsd > python --version && pip --version Python 2.7.9 pip 1.5.6 from Python27\lib\site-packages (python...
I've done some work to upgrade to the latest d3; and also rewrote in TypeScript. @syntagmatic ; not sure what your plans are for this library.
Details: https://www.fsfla.org/ikiwiki/selibre/linux-libre/ In terms of .deb packages, you can see a directory listing here https://linux-libre.fsfla.org/pub/linux-libre/freesh/pool/main/l/
WiP. If you want me to finish this just @ me.
[.editorconfig] Init; [*.py] Docstring improvements; typo fix; Autoformat; [setup.py] Added Python 3
I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue with the TensorFlow codebase: inconsistent use of `Args:` and...
Added CMake support. WiP, likey just the generated headers to go. @ tag me if you want this finished
What I'm imagining is using `ast` to find and modify nodes, and when ready to emit (unparse) align with the FST so that only what the AST has changed will...