Commit Graph

11071 Commits (777528fd4057a6ff76b6fd79dce2c7cc23e4cd31)

Author SHA1 Message Date
Doug Coleman b3e8ecf738 factor: more function messups 2015-07-19 20:09:21 -07:00
Doug Coleman 6e46c08b7e readline.ffi: give all the parameters a name 2015-07-19 20:03:04 -07:00
Doug Coleman 6f6007570a factor: Fix rename issues. 2015-07-19 19:56:16 -07:00
John Benediktsson b5a671cd88 peg: replace uses of digits>integer with string>number. 2015-07-19 19:18:47 -07:00
John Benediktsson f59d8ef0c1 project-euler.common: add a digits>number. 2015-07-19 19:18:47 -07:00
Doug Coleman af553861e0 factor: fix a few spots where FUNCTION: was malformed 2015-07-19 17:43:09 -07:00
Doug Coleman 5f8426cfbe factor: rename files that are not loadable on mac, too 2015-07-19 16:55:36 -07:00
Doug Coleman 0176591527 factor: actual patch to remove ; from all c/fortran functions 2015-07-19 16:25:30 -07:00
Doug Coleman 14ba179254 factor: change FUNCTION: and similar to not have trailing ; 2015-07-19 16:24:47 -07:00
John Benediktsson 81fdcd6f64 graphviz.render: add preview-open which uses open-file. 2015-07-19 15:26:21 -07:00
John Benediktsson 109c7328bb rosetta-code.probabilistic-choice: cleanup. 2015-07-19 12:36:07 -07:00
John Benediktsson c25fb5f55e update some more MACRO: effects. 2015-07-19 11:42:46 -07:00
Doug Coleman 2c257f399c factor: Rename MACRO: and MACRO: to have quot as the output in stack effects. 2015-07-18 22:16:11 -07:00
Doug Coleman 9fb130791b factor: trim more whitespace from #! comments 2015-07-18 20:36:42 -07:00
Doug Coleman 4ec2311406 factor: Trim whitespace after ! comments and a few USING: lines that got skipped before. 2015-07-18 20:14:22 -07:00
Doug Coleman fafff4041d tools.image-analyzer: fix using 2015-07-18 12:50:58 -07:00
Doug Coleman d953038b30 tools.image-analyzer.gc-info: Fix unit test since llvm is unmaintained 2015-07-18 08:51:36 -07:00
Doug Coleman 3b3e349a99 Revert "tools.image-analyzer.gc-info: don't use unmaintained llvm."
This reverts commit 3ddfd9d92c.
2015-07-18 08:51:26 -07:00
John Benediktsson 3ddfd9d92c tools.image-analyzer.gc-info: don't use unmaintained llvm. 2015-07-18 08:44:09 -07:00
Doug Coleman bc20d1e9f9 llvm: move to unmaintained. it segfaults and the tests are disabled. 2015-07-18 02:27:00 -07:00
John Benediktsson 8d4d0d356f math.numerical-integration: make sure length is an integer. 2015-07-17 16:44:44 -07:00
Doug Coleman 9946eefc88 release.archive: pretty sure the path to Factor.app/ is right now. 2015-07-16 12:23:39 -07:00
John Benediktsson cd6ccdadc3 peg: use escaped character classes. 2015-07-16 08:44:59 -07:00
John Benediktsson 39ebe15156 base85: cleanup using. 2015-07-16 07:59:49 -07:00
John Benediktsson d9e6784db8 base85: simplify (encode-base85). 2015-07-16 07:35:51 -07:00
Doug Coleman c960bac0fd mason.release.archive: not sure which directory we are in for release 2015-07-16 00:55:54 -07:00
John Benediktsson eea048dae2 base64: big speedup and cleanup. 2015-07-15 22:34:15 -07:00
Doug Coleman 916d8a12d9 base85: same as base64 patch. 2015-07-15 20:04:19 -07:00
John Benediktsson 5b50bf43f3 base85: use literals to compute the inverse array instead of hardcoding. 2015-07-15 18:20:35 -07:00
Doug Coleman 19bf287d67 mason.release.archive: use code-array literal 2015-07-15 14:31:38 -07:00
Doug Coleman a488d47dfb mason.release.archive: Sign the .app if ~/config/mac_app.cer exists. 2015-07-15 13:11:08 -07:00
John Benediktsson 41629dce2f Fix some things broken by hashtable capacity changes. 2015-07-14 21:45:39 -07:00
John Benediktsson a98bbb672a project-euler.150: use cum-sum. 2015-07-14 20:55:43 -07:00
John Benediktsson 6bb65fcfd3 opencl: cleanup strings>char*-array and fix cl-queue-read-buffer. 2015-07-14 20:45:13 -07:00
John Benediktsson 58695edbd6 dice: little bit faster this way. 2015-07-14 20:35:10 -07:00
John Benediktsson c329631e25 images.viewer.prettyprint: don't default to prettyprinting images this way, make it configurable. 2015-07-14 16:21:35 -07:00
John Benediktsson 7fc906383c xkcd: save the comic number with XKCD: syntax. 2015-07-14 16:17:17 -07:00
John Benediktsson 8ccb173da0 units.reduction: avoid double length calls in find-unit-suffix. 2015-07-14 15:58:23 -07:00
Björn Lindqvist a5fbd7e3f8 tools.image-analyzer.gc-info.tests: the test for scrub-bits was
completey baked, remove it
2015-07-12 16:00:16 -07:00
Björn Lindqvist d3a6fa85e5 tools.image-analyzer.data-heap-reader: payload should be unsigned bytes
not chars
2015-07-12 16:00:16 -07:00
John Benediktsson d1262ca2d7 redis: fix using. 2015-07-10 14:28:50 -07:00
John Benediktsson dbdff8e880 bloom-filters: adding a working url. 2015-07-10 14:17:09 -07:00
John Benediktsson 752ceb57fc redis: adding a read timeout to the socket. 2015-07-10 09:31:21 -07:00
Björn Lindqvist dea0b49283 tools.image-analyzer.*: fix the loading of the .32 and .64 vocabs 2015-07-10 02:25:12 +02:00
Björn Lindqvist 4669c8a4eb tools.image-analyzer.*: fixes so that the vocab should work both on 32
and 64 bit
2015-07-10 02:25:12 +02:00
Björn Lindqvist cd8fd7b2a0 tools.image-analyzer.gc-info: ported the docs so now tools.gc-decode is
not needed anymore
2015-07-10 02:25:12 +02:00
Björn Lindqvist f2a85d1b13 tools.image-analyzer.*: support for callstack reading 2015-07-10 02:25:12 +02:00
Björn Lindqvist 16029fa0c9 tools.image-analyzer.gc-info.tests: "translates" all the tests from tools.gc-decode.tests 2015-07-10 02:25:12 +02:00
Björn Lindqvist 0f128cedb2 tools.image-analyzer: new set of vocabs for reading and analyzing factor images 2015-07-10 02:25:12 +02:00
Doug Coleman 892c62e1dc factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
Doug Coleman 9e8ceb87d6 yaml.conversion: Use the R" syntax. No big deal, just easier to parse.... 2015-07-03 08:43:31 -07:00
Doug Coleman 43d6f1d3e2 factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
Doug Coleman 1b2b39133d extra: regularizing some unit tests. removing a """ literal.. 2015-07-02 15:06:08 -07:00
Doug Coleman 59f3b1ea57 Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.

This reverts commit 7e54cc2824.
2015-07-02 13:47:06 -07:00
Doug Coleman 7e54cc2824 factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool! 2015-07-02 11:36:08 -07:00
Doug Coleman 999aa7c897 factor: clean up spaces in -tests files 2015-07-02 10:34:01 -07:00
Doug Coleman e3cb325040 factor: clean up whitespace in -docs files 2015-07-02 10:31:22 -07:00
Doug Coleman 352e5de16a core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
Doug Coleman fdcbe26cbc compiler.graphviz: use graphviz finder word. 2015-06-24 19:25:16 -07:00
Doug Coleman b3f953c6b4 graphviz.render: Find the graphviz binary using find-in-standard-login-path. 2015-06-24 18:45:51 -07:00
John Benediktsson 4550294227 sorting.quick: speedup by inline sort!. 2015-06-15 20:44:26 -07:00
Doug Coleman 59ba0ef341 mason.child: fix test in a better way. 2015-06-10 19:56:11 -07:00
Doug Coleman 43b5eab7a4 mason.git: rename git-pull to git-clone-or-pull since that's what it does. 2015-06-10 18:52:53 -07:00
Doug Coleman a7958c65b2 mason.child: Fix unit test for Windows. 2015-06-10 17:59:43 -07:00
Doug Coleman 2451fea0a1 mason.child: On Windows, commands launch relative to parent process
binary location instead of cwd. Launch factor.com with full path to get
the correct binary location.
Rename "test" and friends.
2015-06-10 15:36:36 -07:00
John Benediktsson 950cbc5e7d infix: fix bug with recent locals refactor. 2015-06-09 09:59:29 -07:00
John Benediktsson d68175f48f Some more general fixes for recent refactors. 2015-06-08 19:15:29 -07:00
Doug Coleman 64578ba362 webapps.wiki: fix lcs 2015-06-08 17:51:11 -07:00
Doug Coleman 45344deb82 extra: be more explicit about which 'run' 2015-06-08 17:24:59 -07:00
Doug Coleman f185259cae webapps.benchmark: rename generically named word. 2015-06-08 17:22:32 -07:00
Doug Coleman a2de784312 backtrack: rename generically named require 2015-06-08 17:19:32 -07:00
Doug Coleman b12dd73d91 benchmark: oops, used wrong word. so confusing. 2015-06-08 17:00:08 -07:00
Doug Coleman f0799a7bc3 core: fix word link.
extra: fix word
2015-06-08 16:53:54 -07:00
Doug Coleman 0f105e399e graphviz.notation: missed a create -> create-word 2015-06-08 15:22:58 -07:00
John Benediktsson 90111600b9 Fix two places that should be "all-disk-vocabs-recursive". 2015-06-08 14:37:36 -07:00
Doug Coleman 6e60c811ac core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
Doug Coleman a4c5a748ad core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
Björn Lindqvist c631ba8dfe FUEL: the web reference have next and prev links for each word, let's add them to the fuel
help too
2015-06-07 17:00:56 -07:00
John Benediktsson 78685042a4 benchmark.sieve: calculating the number of primes in [1,100,000,000]. 2015-06-07 11:30:04 -07:00
Doug Coleman 5c22650960 mason: rename some vague words like build to do-build, build? to
should-build? for clarity and because they're too generic and conflict
with kernel:build.
2015-06-06 17:04:30 -07:00
John Benediktsson 2dba00745a metar: simplify <taf-report>. 2015-06-06 09:28:01 -07:00
John Benediktsson fbc146d97a assocs.extras: minor changes to assoc-merge. 2015-06-03 08:59:41 -07:00
John Benediktsson ec6e3c218c benchmark.backtrack: some cleanup. 2015-06-01 19:46:40 -07:00
John Benediktsson 343e8d7b87 game.models.obj: some cleanup. 2015-06-01 19:46:15 -07:00
John Benediktsson 6480a46c1e backtrack: some cleanup. 2015-06-01 19:46:08 -07:00
John Benediktsson de9094b8d5 tools.which: add a convenience for "which or". 2015-06-01 09:11:19 -07:00
John Benediktsson 69a6fa72bc io.binary.fast: adding fast version of signed> words. 2015-05-31 08:44:55 -07:00
John Benediktsson ddb636c4c0 io.binary.fast: easier to read using stdint types. 2015-05-31 08:09:05 -07:00
John Benediktsson b1ac83c908 io.binary.fast: speed up when used by byte-arrays. 2015-05-31 07:08:07 -07:00
John Benediktsson 040e61cbe7 english: fix copyright. 2015-05-30 21:55:16 -07:00
Doug Coleman a2913d6bd7 sequences.extras: Add selector* which saves the output from the quotation
not the original value.
2015-05-21 22:35:23 -07:00
John Benediktsson 10dc967494 picomath: simplify. 2015-05-13 14:47:15 -07:00
John Benediktsson ba3c232c65 project-euler.026: simplify, use coprime? from math.primes. 2015-05-13 14:46:59 -07:00
John Benediktsson 4af2c7ea1f io.streams.peek: fix test using. 2015-05-13 06:29:05 -07:00
Doug Coleman aeb03fff38 io.streams.peek: Peek streams can break on file input. Fixes #1317. 2015-05-12 21:50:01 -07:00
John Benediktsson 296968580a use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
John Benediktsson b366a06c41 use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
John Benediktsson 6071ea98f7 sequences: adding reject/reject-as/reject!. 2015-05-12 18:39:19 -07:00
John Benediktsson 5ea4e26bc5 sequences.rotated: can be a lot faster if we don't circular-wrap. 2015-05-11 19:41:01 -07:00
Jon Harper 46fd0b5794 sequences.extras: add start-all and count-subseq for searching/counting all occurences of a subseq 2015-05-10 11:05:16 -07:00
Benjamin Pollack e1e29b7647 Add a couple minor extra docs for math.extras 2015-05-08 14:12:09 -07:00
John Benediktsson 52043e60d5 math.transforms.bwt: slightly faster, remove suffixes because it seems buggy. 2015-05-05 17:20:04 -07:00
John Benediktsson e62da0bc64 math.transforms.bwt: faster version of bwt if only needing transform. 2015-05-05 16:08:55 -07:00
John Benediktsson 5f3ded0b1a file-monitor: simplify. 2015-05-05 15:36:49 -07:00
John Benediktsson 2565c72b61 file-monitor: use with-monitor. 2015-05-05 15:33:17 -07:00
Björn Lindqvist f9812d9874 compiler.cfg.stacks.*: possible fix for #1289
instead of delaying outputting ##replace instructions to when they are
needed, output them directly in the block so that "holes" in the
stacks are avoided.
2015-04-29 09:31:56 -07:00
Björn Lindqvist acc1bd3221 compiler.*: removing the check-d and check-r slots from gc-map and adjusting code that depended on those 2015-04-29 09:31:53 -07:00
Björn Lindqvist ded3760d46 compiler.*: merge of ##inc-r and ##inc-d into one instruction ##inc with a loc slot
this is nice because it leads to simpler code and matches how ##peek and ##replace instructions work
2015-04-29 09:31:53 -07:00
John Benediktsson 6f3f4e8fb8 math.transforms.bwt: faster versions of Burrows-Wheeler Transform. 2015-04-28 19:28:14 -07:00
John Benediktsson 16213f8779 sequences.rotated: adding all-rotations. 2015-04-28 18:55:23 -07:00
John Benediktsson a9fc7d828b geekcode: moving to re-factor for now. 2015-04-28 17:10:42 -07:00
John Benediktsson 1707ec83b6 midi: make write-chunk generic. 2015-04-28 14:13:42 -07:00
John Benediktsson 93a0838ddf geekcode: The Code of the Geeks. 2015-04-28 09:11:58 -07:00
John Benediktsson 501b54ce52 sequences.extras: adding find-last-index. 2015-04-27 21:26:34 -07:00
John Benediktsson bbb06ee814 midi: readers and writers for MIDI files. 2015-04-24 14:30:41 -07:00
John Benediktsson d2043d67d9 io.streams.peek: fix stack effect for [stream-]peek1. 2015-04-21 11:55:16 -07:00
John Benediktsson 7c2d4ad4ea file-server: allow serving CGI using --cgi. 2015-04-20 17:37:25 -07:00
John Benediktsson 2db2cab09d backticks: use interpolate to allow parameterized commands. 2015-04-20 15:48:56 -07:00
John Benediktsson 5cc7bfb067 html.parser.printer: add helper words with string output. 2015-04-20 09:31:40 -07:00
John Benediktsson 94cc259ba2 smalltalk.parser: make sure to escape \ 2015-04-20 08:02:04 -07:00
John Benediktsson db1485b8bf backticks: remove workaround for simple-tokenizer bug. 2015-04-19 20:49:32 -07:00
John Benediktsson 4e219f04c7 file-monitor: adding some metadata. 2015-04-19 17:44:22 -07:00
John Benediktsson 7e842fbf4a file-server: adding some metadata. 2015-04-19 17:44:11 -07:00
John Benediktsson 4502973df8 file-monitor: command-line file change monitor. 2015-04-19 17:18:22 -07:00
John Benediktsson 529bf91643 file-server: command-line http file server. 2015-04-19 17:18:01 -07:00
John Benediktsson 24de8af6e5 backticks: adding backtick syntax experiment. 2015-04-17 17:40:12 -07:00
John Benediktsson 12f87c2678 rosetta-code.dice7: adding some docs for the problem being solved. 2015-04-16 18:34:59 -07:00
John Benediktsson 07874dbb71 rosetta-code.dice7: some cleanup from @erg. 2015-04-11 18:30:07 -07:00
John Benediktsson 8857633db0 rosetta-code.dice7: moving to proper location, dos2unix. 2015-04-11 18:23:20 -07:00
John Benediktsson 72d3c986b6 english: words for working with english language text. 2015-04-11 10:06:00 -07:00
John Benediktsson 008b653951 text-to-speech: enable use from command-line. 2015-04-09 10:44:18 -07:00
John Benediktsson 45ebfcf4eb curl: enable use from command-line. 2015-04-09 10:44:03 -07:00
John Benediktsson 01d244c829 brainfuck: enable use from command-line. 2015-04-09 10:43:54 -07:00
John Benediktsson 174f0f02a1 math.extras: change kelly criterion tests to use ratios. 2015-04-02 08:03:49 -07:00
John Benediktsson a4c0ae98c5 math.extras: adding the Kelly criterion. 2015-04-01 21:34:54 -07:00
John Benediktsson ce48bb2ebf robohash: adding a robot-based hashing tool. 2015-04-01 14:56:23 -07:00
John Benediktsson 5e1c0580d7 tools.echo: adding "echo" tool. 2015-04-01 14:51:32 -07:00
John Benediktsson 197b944c7e tools.grep: adding "grep" tool. 2015-04-01 14:41:41 -07:00
John Benediktsson b8cbe9d64d tools.uniq: adding "uniq" tool. 2015-04-01 14:37:53 -07:00
John Benediktsson becc1bc728 tools.tree: adding "tree" tool. 2015-04-01 14:37:39 -07:00
John Benediktsson a1b3886327 tools.seq: adding "seq" tool. 2015-04-01 14:37:00 -07:00
John Benediktsson 54595382ff tools.move: adding "move" tool. 2015-04-01 14:31:02 -07:00
John Benediktsson 24bd7c098f tools.copy: adding "copy" tool. 2015-04-01 14:30:49 -07:00
John Benediktsson 2e56aebcb2 tools.cat: adding "cat" tool. 2015-04-01 14:26:22 -07:00
John Benediktsson be1a8d085d tools.which: enable use from command-line. 2015-04-01 14:22:11 -07:00
John Benediktsson 44bfc19e3b tools.dns: enable use from command-line. 2015-04-01 14:18:31 -07:00
John Benediktsson 96ea327702 metar: adding METAR and TAF weather parsers. 2015-04-01 14:07:40 -07:00
John Benediktsson 59ec7f599e text-to-speech: simple cross-platform text-to-speech. 2015-04-01 14:05:55 -07:00
John Benediktsson 05b087fb07 text-to-pdf: simple text to pdf utility 2015-04-01 14:05:01 -07:00
John Benediktsson 9a12c7125c picomath: implementation of picomath.org small math words. 2015-04-01 14:03:53 -07:00
John Benediktsson dc0833a4c4 flip-text: fun with text flipping. 2015-04-01 14:03:09 -07:00
John Benediktsson 2a17c47736 enigma: implementation of Enigma cipher machine. 2015-04-01 13:57:25 -07:00
John Benediktsson 79b8ee5a24 colors.flex-hex: implementation of "flex hex" color algorithm. 2015-04-01 13:55:39 -07:00
Doug Coleman 299e4ff3ce forestdb.ffi: Update for latest ffi changes. 2015-03-27 13:32:48 -07:00
John Benediktsson e237b49f83 websites.factorcode: fix <br> so maybe our string>xml example works. 2015-03-03 07:12:22 -08:00
Doug Coleman ec896cd5ad images.tiff: Fix partial refactor rollback and offeset typo. 2015-02-13 20:53:36 -08:00
Doug Coleman 7f40cadf8b images.tiff: Fix infinite loop bug exposed by AFL test suite. IDFs are found at certain offsets, then the next offset is after the IDF. If a next-offset is its own previous offset, then it would loop. Now we record the offset and stop if it would loop. 2015-02-13 14:58:18 -08:00
John Benediktsson 1728e99254 opencl: remove <size_t> (use size_t <ref> instead). 2015-02-11 17:38:44 -08:00
Doug Coleman 65d72d48bc forestdb.ffi: Update ffi. 2015-02-10 14:52:33 -08:00
Doug Coleman 91ba68cafe forestdb: Embrace the forestdb handle vs kvs handle idiom. Update tests. 2015-02-10 14:21:21 -08:00
Benjamin Pollack 4ada328880 Make fuel more discoverable when browsing Factor help 2015-02-03 15:27:46 -08:00
Benjamin Pollack 21fd64b271 Add more documentation to sequences.extras 2015-02-02 20:11:30 -05:00
Doug Coleman 9a2e5534fe tools.gc-decode: Remove duplicate line/dumb fix, maybe it was bootstrapping that actually
fixed it.
2015-01-31 15:22:57 -08:00
John Benediktsson ac23acc2c9 Fix some minor errors in help-lint. 2015-01-30 17:04:40 -08:00
Benjamin Pollack ab5bfd90ef Add more documentation for sequences.extras 2015-01-30 17:04:40 -08:00
Doug Coleman fde83ae6f1 gc-decode: Fix test for win64. 2015-01-30 15:52:21 -08:00
Björn Lindqvist 4a1877544e tools.gc-decode.tests: make test case work on 32 bit 2015-01-28 07:32:50 -08:00
Doug Coleman 6a7ef7662f forestdb.lib: Forestdb currently doesn't compile on Windows x86.
https://groups.google.com/forum/#!topic/forestdb/V9dwLOLCyCg
2015-01-23 19:43:47 -08:00
Björn Lindqvist 71b054cf39 compiler.cfg.stacks.*: updated tests to match 2015-01-22 12:17:21 -08:00
John Benediktsson d732195dad sequences.extras: removing contains? (probably a bad name or a bad definition). 2015-01-17 10:27:39 -08:00
Doug Coleman f015d3d6f6 forestdb: Remove unix only forestdb. Fix segfault for fdb-get-kv. 2015-01-08 19:26:28 -06:00
John Benediktsson ee8be0a8dd mason.git: fix status check. 2014-12-30 19:29:05 -08:00
John Benediktsson 9fd568267d io.launcher: add versions of with-process that preserve process and status. 2014-12-30 14:51:23 -08:00
John Benediktsson cd003fbef9 mason.git: fix use. 2014-12-30 14:48:21 -08:00
John Benediktsson 527177963e mason.git: fix for rename. 2014-12-30 12:51:33 -08:00
John Benediktsson 83f7b31910 io.launcher: cleanup public interface, make some things private or internal. 2014-12-30 10:04:09 -08:00
John Benediktsson e68c0ae8bd gopher: set 1 minute timeout by default. 2014-12-26 19:20:22 -08:00
John Benediktsson b2dec21d3e brainfuck: cleanup tests. 2014-12-26 19:20:11 -08:00
John Benediktsson 28ca2f5275 unix: some using cleanups. 2014-12-24 11:16:11 -08:00
John Benediktsson 3f98ac4a30 python: rename startup/shutdown hooks. 2014-12-24 08:10:52 -08:00
John Benediktsson 592764ded4 math.extras: adding the Möbius function. 2014-12-23 20:08:23 -08:00
John Benediktsson e60c661f72 gopher: use contents now that it works. 2014-12-23 19:22:35 -08:00
John Benediktsson b68174511c gopher: fix bug where empty lines weren't printed properly in menus. 2014-12-21 09:42:54 -08:00
John Benediktsson 9858753c43 gopher: simplify. 2014-12-20 12:27:51 -08:00
John Benediktsson c45e4e1c68 gopher: change gopher-text to use split1. 2014-12-20 12:11:23 -08:00
John Benediktsson ee6ae8a63c io.encodings.detect: simplify prolog-tag. 2014-12-20 12:06:54 -08:00
John Benediktsson 12050a0db9 gopher: add way to get result without converting to objects. 2014-12-20 11:28:23 -08:00
Doug Coleman 7bbf5a65c1 subrip-subtitles: Add parser for .srt files. Kind of ugly. 2014-12-17 16:49:52 -08:00
John Benediktsson 45cf47c290 gml.viewer: fix using. 2014-12-17 14:45:31 -08:00
John Benediktsson 979b3b6ab1 gopher: make default selector the menu. 2014-12-17 14:30:31 -08:00
John Benediktsson ac9c983c93 gopher-ui: remember scroll position in history. 2014-12-17 14:20:18 -08:00
John Benediktsson d93eb719c7 gopher: fix query params for searching. 2014-12-17 14:12:06 -08:00
John Benediktsson cc625546c0 gopher: don't require UI by default. 2014-12-17 13:54:14 -08:00
John Benediktsson a5632a8649 gopher-ui: adding a UI for gopher browsing. 2014-12-17 13:40:11 -08:00
John Benediktsson 9a47d60873 gopher: handle query params, maybe (not tested). 2014-12-17 13:38:29 -08:00
John Benediktsson cba72871c9 gopher: initial commit of gopher lib. 2014-12-17 13:07:15 -08:00
John Benediktsson f6af1da32f ui: use control-value/set-control-value in a few places. 2014-12-17 13:05:00 -08:00
Doug Coleman 9b6133d081 file-picker.windows: Basic file-picker works! 2014-12-16 13:45:31 -08:00
John Benediktsson defd931d21 file-picker.windows: mock up some code for windows. 2014-12-15 15:36:03 -08:00
John Benediktsson 0edddbafd2 file-picker: adding start of cross-platform file-picker. 2014-12-15 15:16:41 -08:00