adnan_gazi01
New Contributor
since ‎2013.08.23
‎2021.06.14

User Statistics

  • 41 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Here it is.It's a java process that connects to kdb+ session on a given port on localhost, and then listens for messages from the server that tell it to show/make, hide/destroy and update GUI components. The GUIs are described by creating a dictionar...
I've got a CSV file on a web server that get's updated every now and then and would like to append new rows to a table when I run a q script. I'm using the file at http://code.kx.com/wsvn/code/cookbook_code/yahoo.q as a reference for using http reque...
I'm trying to send data from a variable update over a handle so that changes can be reflected in a GUI. I want .z.vs to send only the data that has been updated, by using i to index value v. This doesn't seem to work when trying to index a single val...
I'm making an abstract gui in java that listens on a given port for a message from a server that contains data to create a gui with, and then renders it.I have a q file which is loaded on the instance which sets a handle on the current port, and func...