You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builtin-programs/web/programs.folk
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,12 @@ Wish the web server handles route "/programs" with handler {
5
5
set returnList [list "<details data-label='$label' data-count='[llength $programList]'><summary>$prettyLabel ([llength $programList])</summary>"]
6
6
lappend returnList "<ul>"
7
7
foreach item $programList {
8
-
lappend returnList "<li><details><summary>[dict get $item programName]</summary><pre><code>[htmlEscape [dict get $item programCode]]</code></pre></details></li>"
- wslay is from <https://github.com/tatsuhiro-t/wslay/tree/0e7d106ff89ad6638090fd811a9b2e4c5dda8d40>
12
12
-`vk_mem_alloc` is from <https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/blob/e722e57c891a8fbe3cc73ca56c19dd76be242759/include/vk_mem_alloc.h>
0 commit comments