FutureInSound
New Contributor
since ‎2014.02.14
‎2021.06.14

User Statistics

  • 26 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,Anyone has an idea of how to implement code coverage in q?So far I've built a simple library that retrieves the list of global functions called in a test and converging until I get the tree of all functions called.However let's say there is an "if...
Has anyone over here had success of implementing Kerberos authentication in kdb+ ? Thanks,Zak
Anyone have an implementation of Base64 to Hexadecimal / Byte implemented in q?Thanks
Hi there,Just wondering if anyone knows where I can get some documentation on the contents of the .h namespace, such as role and arguments of each function, variable...Thanks,Zak
Hi there,I'm currently implementing an options price calculator in q, and so far I've completed calculation for European options using Black Scholes.I was wondering if one of you may be able to share with me how to implement American and Arithmetic A...