UK timezone works best for me. I don't mind evenings 7PM+
Monday-Thursday, Sunday evenings work too. Could be flexible around
afternoons if known in advance.
I use kdb studio to test, debug and develop code and IntelliJ as an
editor. I like IntelliJ because you can easily search for function
usage, jump to definitions etc. It's great when reading code. It also
has a kdb analyst and q plugin so you can act...
Hi,I believe you a referencing to the example here:
https://code.kx.com/q4m3/8_Tables/#81-table-definition8.1.1 Review of
Table as Column DictionaryThis says that a table is a flipped column
dictionary. "When a dictionary’s value items are all same-l...
Hi,so basically you are looking at one of the applications of iterators
(previously known as adverbs). This particular form can be compared to a
"Do" loop in other programming languages. Let's have a look at the code,
for simplicity let's define the ...