factor/extra
Björn Lindqvist 62f9acdbbc opengl.shaders: probably better to call the gl functions directly 2018-01-31 01:42:04 +01:00
..
24-game Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
99-bottles factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
alien Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
anagrams assocs: moving collect-by from math.statistics. 2016-12-28 12:56:19 -08:00
annotations functors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR> 2017-08-05 20:41:19 -05:00
arrays/shaped math: using ``v.`` instead of ``v* sum`` in a few places. 2017-10-24 12:26:39 -07:00
asn1 extra/: ensuring tests have an IN:-line ending with .tests 2016-08-20 06:01:16 +02:00
assoc-heaps basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
assocs/extras git: Add repo that can do some git things in native Factor. 2017-08-31 20:44:24 -05:00
audio Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
backticks backticks: use interpolate to allow parameterized commands. 2015-04-20 15:48:56 -07:00
backtrack Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s 2017-07-03 12:47:19 -07:00
bank basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
base85 change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
benchmark factor: disable benchmarks in a better way to get travis and macs unstuck. 2017-12-22 11:40:50 -06:00
bencode bencode: adding bencoding vocabulary. 2016-05-09 21:38:05 -07:00
bitcoin/client basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
bitly bitly: move from bit.ly to bitly. 2016-03-15 17:19:20 -07:00
bloom-filters *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
boids boids: remove extra whitespace. 2018-01-19 09:22:29 -08:00
boolean-expr boolean-expr: shorten some code 2018-01-22 03:13:11 +01:00
boyer-moore basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
brainfuck peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
bson bson.writer: make more words private. 2018-01-22 16:30:03 -08:00
bubble-chamber frame-buffer: move to ui.gadgets.frame-buffer. 2018-01-22 13:51:32 -08:00
build-support moving build-support/factor.(sh|cmd) to ./build.(sh|cmd). 2016-03-15 03:17:36 -07:00
bunny factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
c basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
cairo-demo use MAIN-WINDOW: in a few places. 2016-04-21 17:00:06 -07:00
cairo-gadgets unmaintained: reanimated cairo demos, mostly working. 2014-10-24 21:39:18 -07:00
cairo-samples unmaintained: reanimated cairo demos, mostly working. 2014-10-24 21:39:18 -07:00
calendar Fix the existing IN: suffixes for the test vocabs 2018-01-24 16:03:48 -08:00
cap cap: use find-gl-context. 2018-01-19 15:09:48 -08:00
cgi basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
changer basis/extra: removing '[ @ ] in favor of _ for fried quotations. 2018-01-19 23:40:23 -08:00
checksums sodium: add not loaded tag for now. 2018-01-22 11:25:06 -08:00
chess960
chipmunk core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
classes Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
cli/git bootstrap.image.upload: Upload images per-branch. 2017-08-31 21:06:17 -05:00
clutter basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
codebook Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
color-picker color-picker: small refactoring 2015-11-04 10:03:52 +01:00
color-table ui.gadgets.search-tables: remove slot-protocol. 2017-10-25 15:41:23 -07:00
colors colors: adding some ABOUT: links. 2017-02-06 10:51:12 -08:00
combinators Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
compiler/cfg Revert "compiler.cfg.gvn.avail: use ?infimum" 2017-06-27 10:03:41 -07:00
constructors Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
contributors contributors: to read from a git process I think utf8 should always be used 2015-10-15 00:13:54 +02:00
coroutines Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
couchdb basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
cpu cpu.arm.assembler: Use arrays for unit-tests 2017-12-23 16:08:19 -08:00
crypto basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
ctags ctags.etags: cleanup. 2016-04-19 08:40:42 -07:00
cuckoo-filters cuckoo-filters: less duplication in cuckoo-insert. 2016-08-08 19:39:24 -07:00
cuda Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
cuesheet Adding escaping to CHAR: " -> CHAR: \" 2016-09-04 06:40:43 +02:00
curl basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
curses curses.tests: only run the color test if term is color capable 2016-08-20 06:33:15 +02:00
cursors Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
decimals basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
demos demos: use <filled-pile> 2018-01-22 08:50:33 -08:00
descriptive Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
dice dice: little bit faster this way. 2015-07-14 20:35:10 -07:00
digraphs factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
dns io.sockets: Special-case 0.0.0.0 and f for outgoing sockets so we can use 2016-03-08 02:27:01 -08:00
dwarf core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
ecdsa using [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*. 2016-07-11 19:50:37 -07:00
echo-server basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
elf basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
emojify emojify: I ❤️ Factor 👍. 2016-03-29 17:53:32 -07:00
enigma core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
env Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
etc-hosts basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
euler math: using ``v.`` instead of ``v* sum`` in a few places. 2017-10-24 12:26:39 -07:00
fastcgi basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
fftw travis: don't test fftw. 2017-12-22 12:43:22 -06:00
file-monitor cleanup some uses of current-directory. 2016-03-18 17:04:05 -07:00
file-picker file-picker.linux: fixing open-file-dialog and save-file-dialog 2017-06-24 23:49:07 +02:00
file-server basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
fjsc Adding escaping to CHAR: " -> CHAR: \" 2016-09-04 06:40:43 +02:00
flatland processing.shapes: some cleanup. 2017-01-22 15:06:01 -08:00
flip-text basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
fluids core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
freetype basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
fuel FUEL: improved fuel-get-uses 2018-01-29 12:12:07 +01:00
furnace/mongodb
game Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
gdbm gdbm: patch over an ABI change in version 1.14 2018-01-27 22:44:26 +01:00
geo-ip use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
geobytes Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
gesture-logger tools.deploy.backend: ui depends on (full) io so it needs to be loaded first 2014-07-03 21:57:07 +00:00
git git: use with-test-directory. 2017-09-04 19:45:25 -07:00
gml ui.gadgets.labeled: cleanup labeled-gadget words. 2017-10-25 15:00:22 -07:00
google basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
gopher gopher.ui: open non-gopher urls using webbrowser vocab. 2017-11-19 14:04:45 -08:00
gpu opengl.shaders: probably better to call the gl functions directly 2018-01-31 01:42:04 +01:00
graphviz *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
grid-meshes Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
grouping/extras grouping.extras: add <n-groups> and n-group. 2017-09-18 14:51:58 -07:00
gstreamer Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
gtk-samples extra/: more uses of the do-state combinator 2018-01-27 22:44:26 +01:00
hacker-news basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
hamurabi basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
hash-sets/numbers hash-sets/hashtables: remove wrapped-key, use slot-types for errors. 2017-07-06 11:25:11 -07:00
hashcash basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
hashtables/numbers hash-sets/hashtables: remove wrapped-key, use slot-types for errors. 2017-07-06 11:25:11 -07:00
hello-ui tools.deploy.backend: ui depends on (full) io so it needs to be loaded first 2014-07-03 21:57:07 +00:00
hello-unicode tools.deploy.backend: ui depends on (full) io so it needs to be loaded first 2014-07-03 21:57:07 +00:00
hello-world
help/pdf vocabs.metadata.resources,help.pdf: gather used 2016-11-28 02:04:28 +01:00
html Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s 2017-07-03 12:47:19 -07:00
icfp/2006 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
id3 basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
ifaddrs basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
images images.testing: fix typo in docs. 2017-10-25 11:19:22 -07:00
imap imap: Disable tests until we start using dovecot locally. 2017-12-18 17:50:19 -06:00
infix peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
ini-file basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
io basis/extra: removing '[ @ ] in favor of _ for fried quotations. 2018-01-19 23:40:23 -08:00
irc basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
jamshred Fix the existing IN: suffixes for the test vocabs 2018-01-24 16:03:48 -08:00
key-handlers Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
key-logger
koszul core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
lcd calendar.model: delete in favor of inline timers in lcd vocab. 2017-10-25 11:53:37 -07:00
ldcache basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
libtls basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
libudev basis/extra: removing '[ @ ] in favor of _ for fried quotations. 2018-01-19 23:40:23 -08:00
libusb Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
lint core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
lisppaste basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
literate use suffix! and append!. 2014-12-03 11:37:34 -08:00
llvm llvm.ffi: make the binding linux-specific for now 2017-08-09 12:56:35 +02:00
log-viewer tags.txt: Remove empty files. 2016-03-30 22:14:50 -07:00
lru-cache basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
lua basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
machine-learning machine-learning.functions: Add selu 2017-07-30 11:40:25 -05:00
macho core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
magic extra/: ensuring tests have an IN:-line ending with .tests 2016-08-20 06:01:16 +02:00
managed-server Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
marvel basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
mason mason.child: Compile for Windows Vista+ in the build farm. Fixes 1867. 2017-12-30 00:05:10 -08:00
math extra/: more uses of the do-state combinator 2018-01-27 22:44:26 +01:00
maze extra/: more uses of the do-state combinator 2018-01-27 22:44:26 +01:00
memcached Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s 2017-07-03 12:47:19 -07:00
memory Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
merger merger: remove platforms.txt. 2017-10-25 15:06:03 -07:00
metar basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
method-chains Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
midi basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
model-viewer using when instead of [ ] if. 2017-02-09 16:29:14 -08:00
models models: change some article names. 2017-10-25 12:10:51 -07:00
monads factor: Rename GENERIC# to GENERIC#:. 2017-06-01 13:58:58 -05:00
money money: adding support for floats. 2017-01-25 16:44:25 -08:00
mongodb basis/extra: removing '[ @ ] in favor of _ for fried quotations. 2018-01-19 23:40:23 -08:00
morse basic/, extra/: even more tags 2017-07-07 01:45:13 +02:00
msgpack change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
msxml-to-csv tags.txt: Remove empty files. 2016-03-30 22:14:50 -07:00
multi-methods Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s 2017-07-03 12:47:19 -07:00
native-thread-test factor: rename system:vm -> vm-path to differentiate it from vm:vm (which is a STRUCT:) 2015-07-20 00:10:29 -07:00
nehe nehe: use border around buttons. 2018-01-22 08:50:41 -08:00
noise iota: Fix second iota -> <iota> in line several times. 2017-06-02 15:41:51 -05:00
ntp basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
numbers-game number-game: need to flush the output 2017-07-03 00:13:06 +02:00
nurbs Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
oauth1 basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
oauth2 basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
odbc odbc: Minor style fixes and add an error function. 2017-06-08 21:05:03 -05:00
ogg basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
openal openal.alut: fixing alut so it should throw better error messages 2016-09-14 15:53:29 +02:00
opencl change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
opengl gpu.*: docs 2018-01-27 22:44:26 +01:00
pair-methods Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
pair-rocket Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
pairs Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
parser-combinators add DOCTYPE html in most places. 2017-01-05 09:03:46 -08:00
partial-continuations *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
path-finding basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
pcre basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
pdf pdf.layout: change-last needs prefix due to name clash from accessors 2018-01-24 18:20:30 +01:00
peg peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
picomath basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
ping factor: clean up spaces in -tests files 2015-07-02 10:34:01 -07:00
poker Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
pong basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
pop3 basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
processing/shapes extra/: more uses of the do-state combinator 2018-01-27 22:44:26 +01:00
progress-bars progress-bars.models: rename <file-progress-display> to <progress-display>. 2016-11-08 14:14:15 -08:00
project-euler core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
python python.syntax: Make a couple python tests long-unit-test. 2017-12-09 16:31:21 -06:00
qtkit
quadtrees quadtrees: Remove creative stack effects and {names}. 2017-08-20 11:36:17 -05:00
qw Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
random core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
readline factor: more function messups 2015-07-19 20:09:21 -07:00
readline-listener readline-listener: implement vocab-word-completions. 2018-01-24 17:11:44 -08:00
reddit assocs: moving collect-by from math.statistics. 2016-12-28 12:56:19 -08:00
redis redis.command-writer: adding SWAPDB command. 2016-10-14 16:54:32 -07:00
reports/noise Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
resolv-conf basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
robohash robohash: adding a robot-based hashing tool. 2015-04-01 14:56:23 -07:00
robots calendar.parser,robots: hhmm>timestamp -> hhmm>duration 2017-01-04 09:10:15 +01:00
roles Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
roms roms.lunar-rescue: Fix docs link. 2017-07-03 21:01:47 -07:00
rosetta-code rosetta-code.bitmap-bezier: use assocs. 2018-01-19 14:24:18 -08:00
rot13 rot13: adding some tests. 2013-02-22 09:50:26 -08:00
rpn factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
s3 basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
semantic-versioning docs: cleanup some article titles that can be strings. 2017-10-25 11:11:44 -07:00
sequences sequences.extras: adding 3each-from and 3map-reduce. 2017-10-24 17:25:26 -07:00
sets/extras basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
shell peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
site-watcher Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
slides slides: fix illegible code snippets on Windows 2017-10-09 11:23:42 +03:00
slots Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
smalltalk peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
snake-game snake-game.ui: load game textures in graft, dispose in ungraft. 2018-01-19 15:11:41 -08:00
sodium sodium: add not loaded tag for now. 2018-01-22 11:25:06 -08:00
sorting core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
spelling basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
spheres core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
spider Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
splitting/extras splitting.extras-docs: mark -slice variants as related-words 2017-01-20 08:21:54 -08:00
spotlight basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
stream/extras stream.extras: add print-flush, write-flush, etc. 2016-05-09 17:18:08 -07:00
subrip-subtitles calendar.format: moving parsing words to a new vocab calendar.parser 2017-01-04 08:50:24 +01:00
successor successor: new vocab. 2016-04-28 20:51:39 -07:00
sudoku core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
svg peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
synth basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
talks talks.galois-talk: fix a mistake on a slide 2017-10-09 11:23:38 +03:00
tar basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
taxes/usa change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
terminal basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
terminfo terminfo: new platforms.txt 2016-08-05 01:07:31 +02:00
terrain Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
tetris core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
text-analysis basic/, extra/: even more tags 2017-07-07 01:45:13 +02:00
text-to-pdf core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
text-to-speech basic/, extra/: even more tags 2017-07-07 01:45:13 +02:00
time basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
time-server basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
tnetstrings Adding escaping to CHAR: " -> CHAR: \" 2016-09-04 06:40:43 +02:00
tokyo functors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR> 2017-08-05 20:41:19 -05:00
tools basis/extra: removing '[ @ ] in favor of _ for fried quotations. 2018-01-19 23:40:23 -08:00
trails trails: remove unused paused. 2018-01-22 12:27:46 -08:00
trees core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
tty-server extra: cleanup some example servers, allow port to be specified on command line. 2017-01-31 15:55:31 -08:00
turing tags.txt: Remove empty files. 2016-03-30 22:14:50 -07:00
twitter oauth: let's rename vocab to oauth1 2016-10-17 08:03:48 +02:00
txon Revert "sequences: swap stack arguments for start/start*/subseq?." 2017-01-21 07:20:14 -08:00
tzinfo change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
ui frame-buffer: move to ui.gadgets.frame-buffer. 2018-01-22 13:51:32 -08:00
unicode/control-pictures unicode.control-pictures: adding a test. 2017-10-23 16:48:25 -07:00
units units.[imperial|si]: add a couple of Unicode aliases 2018-01-22 07:58:17 -08:00
usa-cities change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
uu uu: simplify a little bit. 2015-12-27 10:00:22 -08:00
variables Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
variants Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
vocabs/git Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
wake-on-lan io.sockets: Add more utility words for working with udp. 2016-02-19 19:21:13 -08:00
web-services/github web-services.github: Fix the IN:. 2017-08-08 16:09:52 -05:00
webapps webapps.mason.backend.watchdog: simplify. 2017-01-22 14:44:20 -08:00
webkit-demo
websites websites.factorcode: fix examples usage of <iota>. 2018-01-18 15:33:08 -08:00
wikipedia basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
window-controls-demo Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
windows windows.fullscreen: fix IN: declaration 2017-07-04 03:29:14 +02:00
wolfram-alpha basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
wordtimer factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
xkcd regexp: one R/ syntax to rule them all, simpler this way. 2016-03-30 21:09:08 -07:00
yahoo urls: fix for the test failure in the yahoo vocab 2015-11-16 11:41:21 +01:00
yaml *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
youtube basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
z-algorithm factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
zeromq core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
zoneinfo basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00