Skip to content

Commit 40794b4

Browse files
authored
Merge pull request #332 from sshanks-kx/refactor
refactor
2 parents b6e9ede + d3e750e commit 40794b4

24 files changed

+15
-2266
lines changed

docs/basics/cmdline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ q)h"aa:10#aa"
8585
q)
8686
```
8787

88-
Use `\_` to check if client write-access is blocked:
88+
Use [`\_`](syscmds.md#_-hide-q-code) to check if client write-access is blocked:
8989

9090
```q
9191
~/q$ q -b
@@ -184,7 +184,7 @@ Log updates to filesystem.
184184
-L
185185
```
186186

187-
As `-l`, but sync logging.
187+
As [`-l`](#-l-log-updates), but sync logging.
188188

189189
:fontawesome-solid-graduation-cap:
190190
[Logging](../kb/logging.md)

docs/basics/memory-backed.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/basics/syscmds.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,9 @@ q)read0`:t1.q_ / file contents are scrambled
998998
"S\014%\210\0273\245"
999999
```
10001000

1001+
:fontawesome-solid-book-open:
1002+
[Protecting proprietary code](../wp/permissions/index.md#protecting-proprietary-code)
1003+
10011004

10021005
## `\` (terminate)
10031006

docs/data/white-papers.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
"slug": "astronomy",
55
"authors": ["Andrew Magowan", "James Neill"]
66
},
7-
{
8-
"title": "Storing and exploring the Bitcoin blockchain",
9-
"slug": "blockchain",
10-
"date": "December 2018",
11-
"authors": ["Daniel Irwin", "Jeremy Lucid"]
12-
},
137
{
148
"title": "C API for kdb+",
159
"slug": "capi",
@@ -129,12 +123,6 @@
129123
"date": "May 2018",
130124
"authors": ["Peter Lyness"]
131125
},
132-
{
133-
"title": "Lightning tickerplants: Pay-per-ticker with micropayments on the Lightning network",
134-
"slug": "lightning-tickerplants",
135-
"date": "May 2019",
136-
"authors": ["Jeremy Lucid"]
137-
},
138126
{
139127
"title": "Machine Learning in kdb+: k-Nearest Neighbor classification and pattern recognition with q",
140128
"slug": "machine-learning",
@@ -281,4 +269,4 @@
281269
"slug": "transaction-cost",
282270
"date": "December 2012",
283271
"authors": ["Colm Earley"]
284-
}]
272+
}]

docs/github.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@ GitHub topic queries:  
151151
</td>
152152
</tr>
153153
<tr markdown>
154-
<td markdown class="nowrap"><a href="https://github.com/jlucid/qbitcoind">qbitcoin</a></td>
155-
<td markdown>Enables communication with a running Bitcoin core node and wallet, via HTTP JSON-RPC messages; supports most calls in bitcoin-cli. <span class="author"><a href="https://github.com/jlucid?tab=repositories">
156-
(Jeremy Lucid)
157-
</a></span>
158-
</td>
159-
</tr>
160-
<tr markdown>
161154
<td markdown class="nowrap"><a href="https://github.com/sandybradley/qMachineTrader">qMachineTrader</a></td>
162155
<td markdown>Reinforcement learning method for incrementally estimating the optimal action-value function. <span class="author"><a href="https://github.com/sandybradley?tab=repositories">
163156
(Sandy Bradley)
@@ -774,28 +767,18 @@ GitHub topic queries:&nbsp;&nbsp;
774767
<td markdown>:fontawesome-brands-bitcoin: Bitcoin</td>
775768
<td markdown>
776769
:fontawesome-brands-github: [bitmx/btceQ](https://github.com/bitmx/btceQ)<br/>
777-
:fontawesome-brands-github: [jlucid/qbitcoind](https://github.com/jlucid/qbitcoind)<br/>
778-
:fontawesome-brands-github: [jlucid/qexplorer](https://github.com/jlucid/qexplorer)
779770
</td>
780771
</tr>
781772
<tr markdown><td markdown>BosonNLP</td><td markdown>:fontawesome-brands-github: [FlyingOE/q_BosonNLP](https://github.com/FlyingOE/q_BosonNLP)</td></tr>
782773
<tr markdown><td markdown>COMTRADE</td><td markdown>:fontawesome-brands-github: [diamondrod/q_comtrade](https://github.com/diamondrod/q_comtrade)</td></tr>
783774
<tr markdown><td markdown>Expat XML parser</td><td markdown>:fontawesome-brands-github: [felixlungu/qexpat](https://github.com/felixlungu/qexpat)</td></tr>
784-
<tr markdown>
785-
<td markdown>Factom blockchain</td>
786-
<td markdown>
787-
:fontawesome-brands-github: [jlucid/qfactom](https://github.com/jlucid/qfactom)<br/>
788-
:fontawesome-brands-github: [jlucid/qfactomconnect](https://github.com/jlucid/qfactomconnect)
789-
</td>
790-
</tr>
791775
<tr markdown><td markdown>ForexConnect</td><td markdown>:fontawesome-brands-github: [mortensorensen/qfxcm](https://github.com/mortensorensen/qfxcm)</td></tr>
792776
<tr markdown><td markdown>[gRPC](https://grpc.io)</td><td markdown>:fontawesome-brands-github: [diamondrod/qrpc](https://github.com/diamondrod/qrpc)</td></tr>
793777
<tr markdown><td markdown>Interactive Brokers</td><td markdown>:fontawesome-brands-github: [mortensorensen/QInteractiveBrokers](https://github.com/mortensorensen/QInteractiveBrokers)</td></tr>
794778
<tr markdown><td markdown>[IEX](https://iextrading.com)</td><td markdown>:fontawesome-brands-github: [himoacs/iex_q](https://github.com/himoacs/iex_q)</td></tr>
795779
<tr markdown><td markdown>J</td><td markdown>[Q client for J](https://github.com/kxcontrib/zuoqianxu/tree/master/qj)</td></tr>
796780
<tr markdown><td markdown>JDBC</td><td markdown>:fontawesome-brands-github: [CharlesSkelton/babel](https://github.com/CharlesSkelton/babel)</td></tr>
797781
<tr markdown><td markdown>Kafka</td><td markdown>:fontawesome-brands-github: [ajayrathore/krak](https://github.com/ajayrathore/krak)</td></tr>
798-
<tr markdown><td markdown>Lightning</td><td markdown>:fontawesome-brands-github: [jlucid/qlnd](https://github.com/jlucid/qlnd)</td></tr>
799782
<tr markdown><td markdown>MQTT</td><td markdown>:fontawesome-brands-github: [himoacs/mqtt-q](https://github.com/himoacs/mqtt-q)</td></tr>
800783
<tr markdown><td markdown>ODBC</td><td markdown>:fontawesome-brands-github: [johnanthonyludlow/kdb/docs/odbc.pdf](https://github.com/johnanthonyludlow/kdb/blob/master/docs/odbc.pdf)</td></tr>
801784
<tr markdown><td markdown>Philips Hue</td><td markdown>:fontawesome-brands-github: [jparmstrong/qphue](https://github.com/jparmstrong/qphue)</td></tr>
@@ -1165,13 +1148,6 @@ GitHub topic queries:&nbsp;&nbsp;
11651148
</td>
11661149
</tr>
11671150
<tr markdown>
1168-
<td markdown class="nowrap"><a href="https://github.com/jlucid/qhandle">qhandle</a></td>
1169-
<td markdown>Manage open handles and backup switchover. <span class="author"><a href="https://github.com/jlucid?tab=repositories">
1170-
(Jeremy Lucid)
1171-
</a></span>
1172-
</td>
1173-
</tr>
1174-
<tr markdown>
11751151
<td markdown class="nowrap"><a href="https://github.com/nugend/qjson">qjson</a></td>
11761152
<td markdown>[JSON](http://www.json.org/) output. <span class="author"><a href="https://github.com/nugend?tab=repositories">
11771153
(Daniel Nugent)
-77 KB
Binary file not shown.
-86.6 KB
Binary file not shown.
-13.6 KB
Binary file not shown.
-178 KB
Binary file not shown.
-57.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)