Commit Graph

11946 Commits (clean-linux-x86-32)

Author SHA1 Message Date
John Benediktsson 0a155def04 smalltalk: cleanup usings. 2019-09-27 08:26:02 -07:00
John Benediktsson 689c18c374 toml: minor cleanup, note a fixme for later. 2019-09-25 20:51:27 -07:00
John Benediktsson cc858f633f toml: some updates. 2019-09-25 14:41:06 -07:00
John Benediktsson cb854c0801 toml: adding support for Tom's Obvious Markup Language (TOML). 2019-09-25 14:24:05 -07:00
John Benediktsson df295d5ef9 ini-file: cleanup using \f\v escapes. 2019-09-24 20:13:40 -07:00
John Benediktsson 04f96c83f1 colors: moving some color definitions from extra/ to basis/. 2019-09-10 12:02:43 -07:00
John Benediktsson bf84e85126 numbers-game: simplify for readability. 2019-09-10 04:52:59 -07:00
John Benediktsson 001cb1746f cbor: cleanup tests a bit. 2019-08-20 16:45:23 -07:00
John Benediktsson 336da664ba cbor: read bignums, read/write timestamps and urls. 2019-08-20 14:48:03 -07:00
John Benediktsson 56fbf4643d cbor: support write of bignums. 2019-08-20 09:13:26 -07:00
John Benediktsson a7447cd783 cbor: support writing negative integers. 2019-08-20 07:41:54 -07:00
John Benediktsson 0b78157744 cbor: support read/write of simple values and tagged items.
Fix issue with long array lengths.
2019-08-20 07:34:29 -07:00
John Benediktsson 5aedc3cc57 cbor: add support for reading simple values and tagged data items. 2019-08-20 07:21:37 -07:00
John Benediktsson 63f1727ede cbor: fix empty bytestrings, add a bunch more parsing tests. 2019-08-19 21:32:17 -07:00
John Benediktsson 4ac8628a98 cbor: basic support for Concise Binary Object Representation (CBOR)
This is defined in RFC 7049.
2019-08-19 20:49:20 -07:00
John Benediktsson 1cba716637 gap-buffer: some cleanup. 2019-08-05 13:15:48 -07:00
John Benediktsson cad867a3e9 io.files.trash.windows: cleanup using. 2019-08-05 13:07:25 -07:00
John Benediktsson 4201c2149b boids: fix wrap-pos to wrap at row/col 511 instead of 510. 2019-07-26 18:38:08 -07:00
John Benediktsson 9135c82eb6 trails: use ``f`` to represent "invisible" points. 2019-07-25 09:19:23 -07:00
John Benediktsson 4b246b6130 math.extras: add test for stirling numbers. 2019-07-10 09:42:03 -07:00
Niklas Larsson c3197c36c3 math.extras: Fix stirling
Fixes #2149
2019-07-10 09:42:03 -07:00
John Benediktsson 81f2e9a0a7 sequences.extras: adding extract!.
It's similar to reject! but returns the items that were removed.
2019-06-28 11:27:23 -07:00
John Benediktsson 00a0edb199 raylib.demo: cleanup change-player-position. 2019-06-11 19:36:59 -07:00
John Benediktsson bc7680969f raylib.gui-demo: adding MAIN: 2019-06-11 19:18:26 -07:00
Jack Lucas a8200d61b2 Raylib: Add Raylib 2.5 + Raygui 2019-06-11 19:14:00 -07:00
John Benediktsson 74313e9b52 Revert "slides: make it work on windows (no gradients)."
This reverts commit 9d428cbcaf.
2019-06-08 18:47:41 +02:00
Alexander Iljin 3d56615d19 Revert "slides: fix illegible code snippets on Windows"
This reverts commit 4b1e2b8af8.
2019-06-08 18:47:40 +02:00
John Benediktsson 056d8acad4 cap: use locals to make screenshot simpler. 2019-05-20 20:15:53 -07:00
John Benediktsson 1b10b8dbf4 base32-crockford: swap stack effects and update tests. 2019-05-20 10:20:47 -07:00
John Benediktsson 53d404a150 base16/32/64/85/91: declare base>ch as fixnum. 2019-05-19 16:23:35 -07:00
Alexander Iljin 0007789795 continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
Alexander Iljin 4d5548d62d extra: cleanup USING: lists 2019-04-21 11:24:11 -07:00
John Benediktsson ba41385f10 extra: remove unnecessary yield. 2019-04-21 11:07:28 -07:00
Alexander Iljin 9063cfc61b sodium: use a more conventional parameter name 2019-04-14 08:42:54 -05:00
Alexander Iljin 18b896e54d sodium: add wrapper words for working with detached signatures 2019-04-14 08:42:49 -05:00
John Benediktsson 824fc16a0f base91: adding version of base91 encoding/decoding. 2019-04-05 13:43:05 -07:00
John Benediktsson 38e8c5aeb1 base16: adding RFC 3548 version of base 16 encoding/decoding. 2019-04-05 13:40:23 -07:00
John Benediktsson fa1f9aa5a0 base64/32/85: adding tests for all byte values. 2019-04-05 13:38:00 -07:00
John Benediktsson d89d4590ab game-of-life: adding deploy file. 2019-04-05 13:04:01 -07:00
John Benediktsson 103b15df97 base85: change alphabet to byte-array. 2019-04-05 13:03:19 -07:00
John Benediktsson 83d6c5b382 base32-crockford: separate Douglas Crockford version of Base 32. 2019-04-05 12:10:52 -07:00
John Benediktsson 77c5a4b7ff base32: adding authors.txt 2019-04-05 12:10:33 -07:00
John Benediktsson d53ef800e2 base32: change to RFC 3548 version. 2019-04-05 12:05:21 -07:00
John Benediktsson 66652c4903 geohash: adding first version of Geohash geocoding vocab. 2019-04-02 17:32:15 -07:00
John Benediktsson 338b739f30 base32: faster inverse operation. 2019-04-02 17:32:15 -07:00
John Benediktsson 88abc4e4c2 gravatar: wrapper for Gravatar.com service. 2019-03-28 13:50:35 -07:00
John Benediktsson 2bb6e58eb0 crontab: simplify logic max days of month. 2019-03-24 15:41:19 -07:00
John Benediktsson 6e1d23a931 crontab: better input validation for stuff like Feb 30 or Apr 31. 2019-03-24 13:32:57 -07:00
John Benediktsson 92bf1786de crontab: adding some Feb 29th tests. 2019-03-24 08:34:03 -07:00
John Benediktsson 6f8ee02569 crontab: test a lot more things. 2019-03-23 14:16:07 -07:00