about summary refs log tree commit diff stats
path: root/graphviz.tlv
Commit message (Expand)AuthorAgeFilesLines
* some more reorg of the standard libraryKartik K. Agaram2022-03-271-23/+23
* helper: count permutationsKartik K. Agaram2022-03-271-0/+50
* helper: countKartik K. Agaram2022-03-271-0/+16
* graphviz: show topology in multiple linesKartik K. Agaram2022-03-191-12/+69
* graphviz: for basic stats, show all nodes orderedKartik K. Agaram2022-03-191-0/+196
* standardize common helpers across all appsKartik K. Agaram2022-03-191-35/+62
* graphviz: second sketch to present the FocusKartik K. Agaram2022-03-191-15/+100
* .Kartik K. Agaram2022-03-181-5/+5
* graphviz: draft notion of nodes in 'focus'Kartik K. Agaram2022-03-181-1/+134
* idiom: table.insert for appendingKartik K. Agaram2022-03-181-2/+2
* graphviz: tweak data structure slightlyKartik K. Agaram2022-03-181-4/+3
* graphviz: read multiple .dot filesKartik K. Agaram2022-03-181-0/+30
* graphviz: sketch of the dashboardKartik K. Agaram2022-03-181-0/+83
* graphviz: done parsing directed graphsKartik K. Agaram2022-03-181-1/+83
* graphviz: show error when lacking permissionsKartik K. Agaram2022-03-181-4/+6
* graphviz: don't interpret substrings as regexesKartik K. Agaram2022-03-181-5/+9
* beginnings of a parser for .dot filesKartik K. Agaram2022-03-181-0/+669