Commit Graph

30773 Commits (1b95fba17870eb7defe77f5dc83ed6419b367134)

Author SHA1 Message Date
Alexander Iljin 1386b556af windows.kernel32: add the FILE_* constants for GetVolumeInformation 2018-03-04 21:27:28 +01:00
Alexander Iljin bc3a4ceb9a db.types-docs: mention the +primary-key+ in the appropriate help section 2018-03-04 21:27:22 +01:00
Alexander Iljin b197af9446 db.sqlite: support the +primary-key+ modifier 2018-03-04 21:16:15 +01:00
Alexander Iljin 97a2a9533c multiline-docs: amend the help for /* 2018-03-04 21:16:07 +01:00
John Benediktsson 6f408e38bd gobject-introspection: cleanup using. 2018-03-03 16:14:48 -08:00
John Benediktsson 75168c1964 gobject-introspection: using xdg vocab. 2018-03-03 16:13:23 -08:00
John Benediktsson 8d672a382a checksums.metrohash: fix using in tests. 2018-03-03 16:11:33 -08:00
John Benediktsson 7a23242460 checksums.metrohash: adding a first version of MetroHash algorithm. 2018-03-03 14:17:45 -08:00
John Benediktsson b2de82042c io.encodings.8-bit: adding KZ-1048 and KOI8-U. 2018-03-02 16:09:21 -08:00
John Benediktsson 6d2abd0122 io.encodings.8-bit: adding cp424. 2018-03-01 10:48:08 -08:00
John Benediktsson e0d53267f5 minesweeper: adding deploy file.
right now it includes too much stuff so the file sizes are a little big.
2018-03-01 10:45:32 -08:00
John Benediktsson ac5980d55b io.encodings.detect: fix tests. 2018-02-28 15:10:43 -08:00
John Benediktsson 7836dc0fc9 quoted-printable: whoops tests needs latin2, not latin1. 2018-02-28 11:08:45 -08:00
John Benediktsson 6d1bb9e1ba io.encodings.8-bit: reimplement M\ 8-bit encode-string. 2018-02-28 10:35:33 -08:00
John Benediktsson f43f88e7f0 io.encodings.latin1: re-implement M\ latin1 encode-string. 2018-02-28 10:35:23 -08:00
John Benediktsson 1b3a07ca44 io.encodings.8-bit: save 37% memory space by "compressing" codetable.
Instead of a biassoc with from/to hashtables, we make a from array that
is 256 length, using indexing instead of hashing since we know 8-bit
characters are [0,255] and the to hashtable.
2018-02-28 10:22:13 -08:00
John Benediktsson c8d1b756d4 dbf: use substitute instead of replace in parse-numeric. 2018-02-28 09:56:12 -08:00
John Benediktsson 557a6cca69 io.encodings.8-bit: remove latin1 help for now. 2018-02-28 09:56:04 -08:00
John Benediktsson 7c5496085e alien.strings: remove latin1 dependency. 2018-02-28 08:58:30 -08:00
John Benediktsson e11009d1a8 Revert "tools.deploy: bump image sizes."
This reverts commit 980b426760.
2018-02-28 08:56:01 -08:00
John Benediktsson 0ab7ed6979 io.encodings: use new latin1 instead of 8-bit encoding from file. 2018-02-28 08:56:01 -08:00
John Benediktsson 093e6411be io.encodings.latin1: adding a memory efficient latin1 encoding. 2018-02-28 08:56:01 -08:00
John Benediktsson 7dd32181dd io.encodings.euc: make encoding table read-only. 2018-02-28 08:56:01 -08:00
Björn Lindqvist 1887593b8e tools.test: improved docs 2018-02-27 13:20:57 +01:00
Björn Lindqvist fa2a0dc779 machine-learning.data-sets: renaming slots in the data-set tuple
"features" is a better name for the slot than "data"
2018-02-27 13:20:57 +01:00
Björn Lindqvist b672ed91fb math.affine-transforms: some docs for the vocab 2018-02-27 13:20:57 +01:00
John Benediktsson 5098628f57 tools.scaffold.windows: handle rename of touch. 2018-02-26 20:45:14 -08:00
John Benediktsson 93bd01109d project-euler.060: solution for #60. 2018-02-26 20:43:35 -08:00
John Benediktsson ce1de81ec6 cleanup a few resource paths. 2018-02-26 17:38:07 -08:00
John Benediktsson b139a896ef fix a couple more tilde paths. 2018-02-26 17:33:36 -08:00
John Benediktsson 9276c26f4c help.pdf: use tilde paths. 2018-02-26 17:29:10 -08:00
John Benediktsson 43af9df6e0 tools.scaffold: rename ``touch.`` to ``scaffold-file``. 2018-02-26 17:21:27 -08:00
John Benediktsson 8af27125ec use tilde paths instead of home append-path. 2018-02-26 17:17:15 -08:00
John Benediktsson d32d06577d io.files.trash.unix: use xdg vocab. 2018-02-26 17:16:43 -08:00
John Benediktsson ca2612b906 io.encodings.8-bit: simplify by not implementing encode-string. 2018-02-26 15:19:53 -08:00
John Benediktsson be5c7055ef io.encodings.japanese: not used. 2018-02-26 15:02:44 -08:00
John Benediktsson b74e8d3c22 Revert "io.encodings.8-bit: adding CP874."
This reverts commit 9cccb4de95.
2018-02-26 12:30:11 -08:00
John Benediktsson 980b426760 tools.deploy: bump image sizes. 2018-02-26 12:13:35 -08:00
John Benediktsson 9cccb4de95 io.encodings.8-bit: adding CP874. 2018-02-26 11:45:11 -08:00
John Benediktsson 216057d255 minesweeper: ignore space keypress for hint cheat. 2018-02-26 11:32:04 -08:00
John Benediktsson 7c5012da67 dbf: beginning to parse dBase database files. 2018-02-26 10:32:53 -08:00
John Benediktsson 85b69b5b49 io.encodings.8-bit: more encodings, and reduce hierarchy. 2018-02-26 10:21:35 -08:00
John Benediktsson f1030159af io.encodings.iana: need IN: form for tests. 2018-02-25 20:25:37 -08:00
John Benediktsson 607de53ad3 more test IN: cleanup. 2018-02-25 15:44:16 -08:00
John Benediktsson 07d92b48e1 vocabs.refresh: slight cleanup. 2018-02-25 14:12:54 -08:00
John Benediktsson 4788bfba4c vocabs.refresh: changing ``changed-vocabs`` to a hash-set. 2018-02-25 12:00:07 -08:00
John Benediktsson 737abe0f9a classes.error: adding a summary.txt. 2018-02-25 11:38:58 -08:00
John Benediktsson d8813bf61a help.vocabs: continue using convert-prefixes in $vocabs. 2018-02-24 18:11:26 -08:00
John Benediktsson c48d3da8b5 tools.scaffold: revert previous commit. 2018-02-24 18:01:55 -08:00
John Benediktsson b7d763a6e0 tools.scaffold: include vocab-root in error message. 2018-02-24 16:07:24 -08:00