Skip to content
View davidcrossey's full-sized avatar
🇦🇺
🇦🇺
Block or Report

Block or report davidcrossey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dash-direct-perms dash-direct-perms Public

    Simple permissions handler for Dashboards Direct

    q 1

  2. qWordle qWordle Public

    Forked from rianoc/qWordle

    An implementation of the Wordle game in q/kdb

    q

  3. maint-blog maint-blog Public

    Source code used in kdb/q Insights: Maintenance with q blog

    q 1

  4. script-blog script-blog Public

    Source code used in kdb/q Insights: Scripting with q blog

    q

  5. Lower / upper bound number Lower / upper bound number
    1
    /lower upper bounds
    2
    lub:{x+-1 1*x*y}
  6. Quick estimate of object size in memory Quick estimate of object size in memory
    1
    checkNamespaces:{`sumSizes xdesc {kx:key x;sizes:{@[{-22!x};x;0]} each x each kx;sumSizes:sum sizes;`nameSpace`sumSizes`Vars!(x;sumSizes;kx!sizes)}each  `$".",/: string each `,key `};
    2
    drilldownNamespace:{[namespace] desc flip exec Vars from checkNamespaces[] where nameSpace=namespace};