Skip to content

Instantly share code, notes, and snippets.

View BodonFerenc's full-sized avatar

Ferenc Bodon BodonFerenc

View GitHub Profile
@rianoc
rianoc / markdown.md
Last active September 26, 2023 06:02
Kdb+ to Markdown
q)t:([] a:1 2 3;s:`lll`h`j;longNameColumn:("ww";"ko";"ooo"))
q)t
a s   longNameColumn
--------------------
1 lll "ww"
2 h   "ko"
3 j   "ooo"
@rianoc
rianoc / dashH.md
Created April 18, 2021 08:06
Kdb+ bytes to KB,MB,GB,TB
`syms _.Q.w[]
used| 10407392
heap| 67108864
peak| 67108864
wmax| 0
mmap| 0
mphy| 8464715776
symw| 1380256
@rianoc
rianoc / part.md
Created December 7, 2021 10:02
Kdb+ find source of 'part' error