Giter VIP home page Giter VIP logo

qutil_packages's Introduction

qutil packages

A set of utility packages for kdb+/q, designed for use with qutil

To set up, clone or download repo, and then copy/link each subdirectory into your qutil package dir, typically pointed to by QPATH env var.

serve

Anaconda-Server Badge Anaconda-Server Badge

Simple HTTP server, allows for serving up static content, with a mechanism to tell clients to refresh page via WebSockets. Used in, for example, jonathonmcmurray/qchart

Depends on: port, log

port

Anaconda-Server Badge Anaconda-Server Badge

Check if kdb+ is listening on a port, and if not, randomly assign an available one.

Depends on: log

log

Anaconda-Server Badge Anaconda-Server Badge

Very simple logging functionality, timestamping log messages & colour coding log level (warn, alert etc.). Colours only where supported (e.g. Linux, Windows with cmder).

Depends on: os

console

Anaconda-Server Badge Anaconda-Server Badge

Resizes console to fill terminal by default (removing reliance on COLUMNS & LINES env vars). Also provides functions to resize at run time.

Depends on: log, os

os

Anaconda-Server Badge Anaconda-Server Badge

OS related utilities, so far this includes testing if a command works on current OS (e.g. to check if tty works for log package)

Depends on: none.

json

Anaconda-Server Badge Anaconda-Server Badge

Provides JSON functions for kdb+ <= v3.1, using json.k from kx

Depends on: none.

timer

Timer functionality to extend the basic capabilities of .z.ts

Depends on: log,os

expect

Functionality to check a set of expectation based on current time, alerting when conditions are not met within set time

Depends on: timer,log,os

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.