|
100 | 100 | * [node-inspector](https://github.com/node-inspector/node-inspector) |
101 | 101 | * [source maps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) |
102 | 102 |
|
103 | | -11. add CONTRIBUTING.md |
| 103 | +11. [livegrep](https://github.com/livegrep/livegrep) for `stdlib`? Maybe have sthg hosted? Would be an advance over GitHub search as GitHub search often shows results which happened far back in commit history, when what you want is results from the current state of the repo. |
104 | 104 |
|
105 | | -12. determine strategy for generic validation fcns |
| 105 | +12. See [tinycolor](https://github.com/bgrins/TinyColor/blob/master/tinycolor.js) |
106 | 106 |
|
107 | 107 | 13. lint filenames |
108 | 108 |
|
|
331 | 331 |
|
332 | 332 | 44. consider using [svgo](https://github.com/svg/svgo) to minimize eqn svgs |
333 | 333 |
|
334 | | -45. `*.cpp` vs `*.cc` for C++ files? |
335 | | - |
336 | | - * use `*.cpp` and `*.hpp` |
| 334 | +45. C++ style guide => use `*.cpp` and `*.hpp` |
337 | 335 |
|
338 | 336 | 46. find inspiration for the JS style guide from C++ core [guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) |
339 | 337 |
|
|
420 | 418 | * should be able to load a REPL context in a browser |
421 | 419 |
|
422 | 420 | - meaning, should be able to fairly seamlessly have a session in a terminal which is "transferred" to a browser context, including shell history and, say, charts (ASCII to an SVG equivalent) |
| 421 | + - would allow "sharing" a REPL sequence (work in the terminal; load session to browser; generate page; send link/page; recipient load and can start where sender left off) |
423 | 422 |
|
424 | 423 | * [black-screen](https://github.com/shockone/black-screen) terminal emulator |
425 | 424 |
|
| 425 | + * see hyperterm |
| 426 | + |
426 | 427 | 53. README to man doc (see above) |
427 | 428 |
|
428 | 429 | * cannot directly print a raw README, as will contain markup |
|
837 | 838 | 100. review |
838 | 839 |
|
839 | 840 | * [ ] crypto |
840 | | - * [x] datasets |
| 841 | + * [x] datasets (~bib) |
841 | 842 | * [x] fs |
842 | 843 | * [x] math/base/blas |
843 | 844 | * [ ] math/base/dist |
|
1108 | 1109 |
|
1109 | 1110 | 180. may be worth investigating [klipse](https://github.com/viebel/klipse) for live code editing |
1110 | 1111 |
|
1111 | | -181. update tools/scripts to latest `remark-lint` API for linting Markdown files |
| 1112 | +181. See if anything good from [here](https://github.com/panzerdp/voca) |
1112 | 1113 |
|
1113 | 1114 | 182. [disk](https://www.backblaze.com/blog/hard-drive-reliability-stats-q1-2016/) [drive](https://www.backblaze.com/b2/hard-drive-test-data.html) [data](https://github.com/poofyleek/tensorblaze) |
1114 | 1115 |
|
|
1404 | 1405 |
|
1405 | 1406 | 317. Investigate [vintage-streams](https://github.com/mafintosh/vintage-streams) |
1406 | 1407 |
|
1407 | | -318. See if anything good from [here](https://github.com/panzerdp/voca) |
1408 | | -
|
1409 | | -319. See [tinycolor](https://github.com/bgrins/TinyColor/blob/master/tinycolor.js) |
1410 | | -
|
1411 | 1408 |
|
1412 | 1409 | --- |
1413 | 1410 |
|
|
0 commit comments