John Benediktsson
dc3a11bfc4
talks.tc-lisp-talk: fix typo.
2020-09-26 11:58:03 -07:00
John Benediktsson
7bd1adb1c3
command-line: cleanup some documentation, change terminology slightly.
...
Refer to "options" instead of "VM args" or "Factor arguments".
2020-09-26 10:52:32 -07:00
John Benediktsson
11f060719a
benchmark.completion: fix use of name-completions.
2020-09-22 11:32:52 -07:00
John Benediktsson
0b5cb42d95
cuda.libraries: remove duplicate definition of ?delete-at.
2020-09-01 13:20:49 -07:00
Doug Coleman
46be019527
assocs.extras: better implementation of rekey-new-assoc
2020-08-29 19:06:48 -05:00
Doug Coleman
ce3049decd
assocs.extra: Add a word to keep only certain keys in an assoc to the same assoc or to a new one.
2020-08-29 19:05:41 -05:00
Alexander Iljin
00fc565111
sodium: add the "bindings" tag
2020-08-20 18:04:42 +00:00
John Benediktsson
8eb78b9212
Revert "checksums.multi: make multi-checksum an instance of checksum"
...
This reverts commit fbeb409979
.
2020-08-13 16:09:31 -07:00
Alexander Iljin
53d741a6ef
L-system: rename some words to new conventions
...
Move the angle brackets from tuple names to their <constructors>.
2020-08-04 19:57:23 +00:00
Alexander Iljin
42855b4c44
L-system: reformat for brevity
2020-08-04 19:57:23 +00:00
Alexander Iljin
0bee527143
L-system: use named color constants
2020-08-04 19:57:23 +00:00
Alexander Iljin
bfe2140148
L-system: fix compilation
2020-08-04 19:57:23 +00:00
Alexander Iljin
28bdbf8a2c
L-system: resurrect from unmaintained to extra
2020-08-04 19:57:23 +00:00
Alexander Iljin
5d0827ed4e
totp[-docs]: accept TOTP keys in Base 32 encoding
...
Base 32 is the encoding, in which keys are given to Google Authenticator.
2020-07-29 17:44:07 +00:00
Alexander Iljin
92b7c32e19
totp[-docs]: change default totp-hash value to SHA-1
...
SHA-1 is the hash used by the Google Authenticator application, which this
vocab wanted to imitate in the first place.
2020-07-29 17:44:07 +00:00
Alexander Iljin
fbeb409979
checksums.multi: make multi-checksum an instance of checksum
...
Previously it was declared to be an instance of block-checksum, which is
not necessarily the case, since the participating checksums don't have to
be block-checksums.
2020-07-29 17:42:02 +00:00
John Benediktsson
9c60c202e9
sequences.extras: move some words to assocs.extras.
2020-07-19 20:18:15 -07:00
Doug Coleman
2c488736e4
sequences.extras: Add {filter,reject}-{keys,values}
2020-07-19 10:41:51 -05:00
Doug Coleman
be6d8cae27
tools.dns.public: Add cloudflare dns
2020-06-23 18:20:39 -05:00
John Benediktsson
09c867f747
images.pbm: use not.
2020-05-28 09:13:51 -07:00
John Benediktsson
6e23222187
logic: use not.
2020-05-28 09:13:44 -07:00
John Benediktsson
8f3ce6f49a
punycode: adding basic support for Punycode (RFC 3492).
2020-05-26 10:05:43 -07:00
Doug Coleman
131c91b786
gesture-logger: Add as a demo!
2020-05-22 18:18:31 -05:00
John Benediktsson
0db8b2d012
help: some test fixes for recent behavior changes.
2020-05-22 14:41:00 -07:00
John Benediktsson
ad1e4dcd11
help: change the "help" word-prop to store the actual documentation.
...
Change word-help to massage the $inputs and $outputs when requested.
Revert the help.lint.coverage checks to still look for $values.
2020-05-22 10:48:34 -07:00
John Benediktsson
409ce057f3
Revert "help.lint.coverage: change $values to $inputs and $outputs."
...
This reverts commit 61102548f4
.
2020-05-22 10:47:27 -07:00
John Benediktsson
61102548f4
help.lint.coverage: change $values to $inputs and $outputs.
2020-05-22 08:06:36 -07:00
John Benediktsson
27215982e6
help.html: copy image resources to output directory.
...
This helps avoid needing so many different static responders in
webapps.help, and makes the documentation more self-contained.
2020-05-21 19:17:56 -07:00
John Benediktsson
4e498ad3b7
webapps.help: whoops.
2020-05-21 17:25:03 -07:00
John Benediktsson
2e2f1d673a
help.html: support ui/tools/error-list/icons also.
2020-05-21 17:23:47 -07:00
John Benediktsson
15b0f07b37
metar: add a main.
2020-05-20 19:47:47 -07:00
John Benediktsson
918436af7e
websites.factorcode: update macos screenshot.
2020-05-20 11:11:57 -07:00
John Benediktsson
abb1755311
logic.examples.money: use lnth and leach.
2020-05-16 11:26:16 -07:00
John Benediktsson
5f89facf9e
basis/extra: replace "/ >integer" with "/i" in a few places.
2020-05-16 11:17:42 -07:00
John Benediktsson
7b023ad59d
brainfuck: inline (?) because it's not a language command.
2020-05-16 10:13:10 -07:00
Alexander Iljin
484d564b5d
sodium.ffi: add the scrypt functions
2020-05-10 18:31:37 -05:00
Alexander Iljin
882050600e
sodium: update copyright years in the header
2020-05-10 18:31:37 -05:00
Alexander Iljin
39ab923224
sodium: add sodium-bin>base64
2020-05-10 18:31:37 -05:00
Alexander Iljin
cefb0c6e9e
sodium: add sodium-base64>bin
2020-05-10 18:31:37 -05:00
John Benediktsson
d27c259928
tensors: updated with the latest tensors vocab.
...
rebased and merged #2283
2020-04-27 20:15:33 -07:00
John Benediktsson
298bbddeb1
visionect: change http-backend to use CRLF.
2020-04-23 11:23:58 -07:00
John Benediktsson
2f8e96a6b6
visionect: handle non-post-data in visionect-post.
2020-04-21 21:18:42 -07:00
John Benediktsson
eef4e17727
visionect: fix get-tclv and set-tclv.
2020-04-21 12:33:55 -07:00
John Benediktsson
ecf9352a25
visionect: get http-backend working properly.
2020-04-21 12:25:37 -07:00
Steve Ayerhart
e04a6e39f3
added srv parsing
2020-04-21 18:00:17 +00:00
Steve Ayerhart
b9469a4acc
incorrect SRV enum
2020-04-21 18:00:17 +00:00
John Benediktsson
75d82c2a93
visionect: new vocab for Visionect Server Management API.
2020-04-20 14:58:51 -07:00
John Benediktsson
8d4f0be202
io.files.trash: use normalize-path.
2020-04-18 09:58:40 -07:00
John Benediktsson
4cb4308a11
io.files.trash: add tags.txt for now.
2020-04-18 09:48:22 -07:00
John Benediktsson
8cf877a1cd
websites.concatenative: rename cgi to gitweb.
2020-04-17 22:11:25 -07:00