about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* use markdown syntax for images HEAD mainKartik K. Agaram2023-11-262-2/+3
* smol.tv: get a few feeds reliably parsingKartik K. Agaram2022-04-231-0/+96
* smol.tlv: start of a browser for the small webKartik K. Agaram2022-04-231-0/+1581
* document `arg` var for commandline argumentsKartik K. Agaram2022-04-221-2/+7
* avoid overly long lines in manualKartik K. Agaram2022-04-221-2/+2
* .Kartik K. Agaram2022-04-161-1/+1
* a sharp edge in Lua's dorequire()Kartik K. Agaram2022-04-111-1/+1
* fix a few sample appsKartik K. Agaram2022-04-114-0/+272
* actually _use_ the ask permissionKartik K. Agaram2022-04-071-1/+29
* new perm: files under dir specified at commandlineKartik K. Agaram2022-04-051-1/+16
* new permission: any file specified at commandlineKartik K. Agaram2022-04-051-0/+19
* experiment: ask for permission on file operationsKartik K. Agaram2022-04-052-34/+83
* show common suggestions when editing permissionsKartik K. Agaram2022-04-052-1/+17
* toot-toot: stop clobbering existing filesKartik K. Agaram2022-03-311-0/+62
* toot-toot: disable ctrl-kKartik K. Agaram2022-03-301-0/+51
* some more reorg of the standard libraryKartik K. Agaram2022-03-278-672/+138
* helper: count permutationsKartik K. Agaram2022-03-278-10/+400
* helper: countKartik K. Agaram2022-03-278-2/+130
* reorgKartik K. Agaram2022-03-201-2/+5
* disallow all relative paths (./ or ../)Kartik K. Agaram2022-03-204-1/+25
* graphviz: show topology in multiple linesKartik K. Agaram2022-03-193-12/+91
* graphviz: for basic stats, show all nodes orderedKartik K. Agaram2022-03-199-184/+527
* standardize common helpers across all appsKartik K. Agaram2022-03-199-62/+883
* 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-189-24/+230
* idiom: table.insert for appendingKartik K. Agaram2022-03-186-14/+14
* graphviz: tweak data structure slightlyKartik K. Agaram2022-03-181-4/+3
* graphviz: read multiple .dot filesKartik K. Agaram2022-03-181-0/+30
* fix a warningKartik K. Agaram2022-03-181-1/+1
* 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-189-5/+41
* show current definition being editedKartik K. Agaram2022-03-182-6/+8
* stale references to callerKartik K. Agaram2022-03-181-2/+2
* beginnings of a parser for .dot filesKartik K. Agaram2022-03-181-0/+669
* fake to stand in for start_reading in testsKartik K. Agaram2022-03-181-0/+44
* break.tlv: nascent live-updating stack languageKartik K. Agaram2022-03-176-12/+824
* sandbox os.removeKartik K. Agaram2022-03-171-5/+18
* fix some warningsKartik K. Agaram2022-03-171-3/+3
* file handles vs file objects, ughKartik K. Agaram2022-03-171-2/+3
* function names from globals rather than debug infoKartik K. Agaram2022-03-161-22/+22
* bring back hack when caller is mainKartik K. Agaram2022-03-161-0/+2
* cache function namesKartik K. Agaram2022-03-161-10/+46
* standardize some namesKartik K. Agaram2022-03-163-11/+12
* stop running task.scheduler by defaultKartik K. Agaram2022-03-165-42/+36
* delete dead codeKartik K. Agaram2022-03-161-25/+0
* simplify function call instrumentationKartik K. Agaram2022-03-163-41/+20
* drop a headerKartik K. Agaram2022-03-161-1/+0