Parse text file on click - and then display
- by John R
I am thinking of a methodology for rapid retrieval of code snippets.
I imagine an HTML table with a setup like this:
one two ... ten
one oneTwo() oneTen()
two twoOne() twoTen()
...
ten tenOne() tenTwo()
…