]> gitweb.factorcode.org Git - factor.git/history - extra/project-euler
webapps.wiki: simplify and fix table layouts
[factor.git] / extra / project-euler /
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemanfactor: refactor subseq-start
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonextra: a few more math.ranges syntax.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-25 John Benediktssonextra: fix a couple wrong file-exists? renames.
2021-12-22 John Benediktssonmisc cleanup.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-10 John Benediktssoncalendar: rename zeller-congruence to (day-of-week).
2020-05-16 John Benediktssonbasis/extra: replace "/ >integer" with "/i" in a few...
2020-02-26 John Benediktssonmath.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm.
2019-11-07 John Benediktssonproject-euler.common: cleanup.
2019-11-07 John Benediktssonproject-euler: cleanup main vocab, don't USE: the children.
2019-11-07 John Benediktssonproject-euler.064: adding description and SOLUTION:.
2019-11-07 John Benediktssonproject-euler.087: adding description and SOLUTION:.
2019-10-15 Kye W. Shiproject-euler: add solutions to 064, 087
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-27 John Benediktssonproject-euler.060: solution for #60.
2018-02-15 John Benediktssonproject-euler.186: simpler with if instead of 2unless?.
2018-02-15 John Benediktssonproject-euler.186: merge next/advance.
2018-02-15 John Benediktssonproject-euler.186: the build bots can handle it.
2018-02-15 John Benediktssonproject-euler: removing unnecessary IN: in -tests.
2018-02-15 John Benediktssonproject-euler.186: fix, I guess it's been broken for...
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-08 Björn Lindqvistproject-euler.*: uses for arg-max and arg-min
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-07 John Benediktssonremove some uses of conjoin.
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonproject-euler.265: fix bad refactor.
2016-07-12 John Benediktssonusing [ ... ] [ drop ] if* instead of dup [ ... ] ...
2016-04-17 John Benediktssonlists: first pass at some cleanup.
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-20 John Benediktssonproject-euler.common: add a digits>number.
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-15 John Benediktssonproject-euler.150: use cum-sum.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-05-13 John Benediktssonproject-euler.026: simplify, use coprime? from math...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-12-01 John Benediktssonmore minor cleanup.
2014-11-30 John Benediktssoncleanup "over push" is "suffix!".
2014-11-18 Björn Lindqvistproject-euler: [ + ] 2map -> v+
2014-11-12 John Benediktssonbasis/extra: fix using for map-index move back to seque...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2013-03-12 Doug Colemansequences: Add some short useful factors. Clean up...
2012-09-29 John Benediktssonproject-euler.150: bit faster with inline.
2012-08-05 Jon Harper1string string>number -> digit>
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-04-26 John Benediktssonproject-euler: fix shadowing of permutations?.
2012-04-25 John BenediktssonUse "map-sum" instead of "map sum".
2012-04-25 John Benediktssonmath.combinatorics: minor performance improvements.
2011-10-25 Doug ColemanMissed yet more renames
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-17 John Benediktssonproject-euler.150: 20% faster.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-08 Doug ColemanMinor typo in euler 006
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-21 Doug ColemanFix using list in sequences.unrolled, keys/values was...
2010-05-21 Doug ColemanFix using list for keys/values change
2010-05-21 Doug ColemanUse keys/values where appropriate
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergFixing bugs with sets, including adding new within...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-12 Slava Pestovproject-euler.206: reduce memory usage
next