bwhmather
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
BDC is a simple library for updating the DOM to match a javascript description. Does not require JSX or a compilation step. clobber( document.body, h("marquee", [ h("span", {"style": "font-weight: bold"}, "Hello"), ",…
- Show HN: SSort – The Python source code sorter (github.com)
Hi HN - SSort is a tool I've been working on that sorts the contents of python modules in dependency order. It's like isort, but for the rest of the file. It's starting to get a bit of momentum. We have users across a…