docs icon indicating copy to clipboard operation
docs copied to clipboard

Source for documentation site

Results 10 docs issues
Sort by recently updated
recently updated
newest added

# Issue In several locations across code.kx.com we deal with finding all permutations. e.x. - https://code.kx.com/q/learn/reading/strings/#its-more-fun-to-permute - https://code.kx.com/phrases/math/#permutations In both of these cases, I find that duplicate permutations are just...

Have added a useful link about the aggregate function in SQL from the scaler topics.

The `.Q.sha1` example was using `.Q.fc`

currenlty saying how to run the script before loading it, then repeating the info after loading the script.

The example is incorrect: ```q q)@[1 2; ::; ,; 3 4 5] 1 2 3 4 5 ``` It produces a `length` error: ```q q)@[1 2; ::; ,; 3 4...