Skip to content

Commit ea57c6e

Browse files
committed
Update items
1 parent 5fbcf7b commit ea57c6e

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

TODO.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
* [node-inspector](https://github.com/node-inspector/node-inspector)
101101
* [source maps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/)
102102

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.
104104

105-
12. determine strategy for generic validation fcns
105+
12. See [tinycolor](https://github.com/bgrins/TinyColor/blob/master/tinycolor.js)
106106

107107
13. lint filenames
108108

@@ -331,9 +331,7 @@
331331

332332
44. consider using [svgo](https://github.com/svg/svgo) to minimize eqn svgs
333333

334-
45. `*.cpp` vs `*.cc` for C++ files?
335-
336-
* use `*.cpp` and `*.hpp`
334+
45. C++ style guide => use `*.cpp` and `*.hpp`
337335

338336
46. find inspiration for the JS style guide from C++ core [guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
339337

@@ -420,9 +418,12 @@
420418
* should be able to load a REPL context in a browser
421419

422420
- 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)
423422

424423
* [black-screen](https://github.com/shockone/black-screen) terminal emulator
425424

425+
* see hyperterm
426+
426427
53. README to man doc (see above)
427428

428429
* cannot directly print a raw README, as will contain markup
@@ -837,7 +838,7 @@
837838
100. review
838839
839840
* [ ] crypto
840-
* [x] datasets
841+
* [x] datasets (~bib)
841842
* [x] fs
842843
* [x] math/base/blas
843844
* [ ] math/base/dist
@@ -1108,7 +1109,7 @@
11081109
11091110
180. may be worth investigating [klipse](https://github.com/viebel/klipse) for live code editing
11101111
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)
11121113
11131114
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)
11141115
@@ -1404,10 +1405,6 @@
14041405
14051406
317. Investigate [vintage-streams](https://github.com/mafintosh/vintage-streams)
14061407
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-
14111408
14121409
---
14131410

0 commit comments

Comments
 (0)