User contributions
Jump to navigation
Jump to search
- 09:54, 18 May 2014 diff hist -7 Prime numbers →Turner's sieve - Trial division: c/e
- 00:59, 12 May 2014 diff hist +23 m Prime numbers →From Squares: typography
- 09:10, 29 March 2014 diff hist -2 Prime numbers →From Squares: simplify code
- 22:18, 28 March 2014 diff hist +407 Prime numbers miscellaneous →One-liners: +two new on-liners
- 15:21, 23 March 2014 diff hist +6 Prime numbers →Definition: cup --> big cup
- 15:13, 23 March 2014 diff hist +1 m Prime numbers →Sieve of Eratosthenes: word tweak
- 15:08, 23 March 2014 diff hist +28 Prime numbers →Sieve of Eratosthenes: small tweaks
- 14:14, 8 March 2014 diff hist -601 Prime numbers →Generating Segments of Primes: simplify, shorten, clarify
- 13:26, 8 March 2014 diff hist -96 Prime numbers →Sieve of Eratosthenes: simplify code, clarify comments
- 09:51, 5 March 2014 diff hist -13 Prime numbers miscellaneous →One-liners: simplify
- 08:53, 5 March 2014 diff hist -12 Prime numbers miscellaneous →One-liners: streamline two defs (also (take k++) to inits)
- 00:57, 4 March 2014 diff hist -77 Prime numbers →Segmented Generate and Test: re-write
- 09:31, 3 March 2014 diff hist +40 Prime numbers →Generate and Test Above Limit: replace (take k++) with inits, in another snippet
- 20:52, 28 February 2014 diff hist +29 Prime numbers →Segmented Generate and Test: use inits instead of dumb iterated (take k++)
- 20:45, 28 February 2014 diff hist -395 Prime numbers →Sieve of Eratosthenes: move _Y up into LME -- no -cse worries anymore!
- 20:13, 28 February 2014 diff hist -172 Prime numbers →Tree merging: c/e code comments; make one definition, with _Y
- 19:54, 28 February 2014 diff hist +74 Prime numbers →From Squares: typo; code tweak; clarification; c/e
- 20:03, 27 February 2014 diff hist +6 Do notation considered harmful →Useful applications: fix an error as per stackoverflow.com/a/22054707/849891
- 10:04, 26 December 2013 diff hist -36 m Prime numbers →Above Limit - Offset Sieve: wording, minor
- 14:42, 7 December 2013 diff hist -4 m Prime numbers miscellaneous →One-liners: fit screen width
- 13:36, 4 November 2013 diff hist +76 Keywords →|: add example
- 13:20, 4 November 2013 diff hist +112 Keywords →<-: add comma subsection (used in list comprehensions)
- 13:15, 4 November 2013 diff hist -11 Keywords →<-: list comprehensions: s/in/is_drawn_from
- 13:14, 4 November 2013 diff hist -2 Keywords →|: list comprehensions: s/for/when
- 13:42, 28 October 2013 diff hist +2 m Blow your mind →Mathematical sequences, etc
- 13:23, 28 October 2013 diff hist +11 m Blow your mind →List/String operations
- 13:09, 28 October 2013 diff hist +232 Blow your mind →Mathematical sequences, etc: +postponed esieve
- 22:26, 26 October 2013 diff hist +8 m Prime numbers →Postponed
- 14:07, 21 October 2013 diff hist -120 m Prime numbers →Tree merging
- 09:39, 21 October 2013 diff hist +26 m Prime numbers →Tree merging with Wheel: clarification
- 09:35, 21 October 2013 diff hist -188 Prime numbers →Tree merging: attribution was all screwed up, Apfelmus actually suggested tree structure to Bayer in prior haskell-cafe discussion; I guess nobody read it or cared enough to correct
- 18:09, 2 October 2013 diff hist 0 m Prime numbers →Guarded
- 18:08, 2 October 2013 diff hist +677 Prime numbers →Sieve of Eratosthenes: simplify definition, c/e
- 15:55, 2 October 2013 diff hist -99 Prime numbers →Sieve of Eratosthenes: typo in previous edit, c/e
- 11:51, 23 September 2013 diff hist +39 Prime numbers →Sieve of Eratosthenes: add simpler possible definition
- 11:32, 23 September 2013 diff hist +60 Prime numbers →Initial definition: one more to compare with
- 13:58, 21 September 2013 diff hist +280 Prime numbers →Postponed: add simpler initial variant
- 10:40, 24 August 2013 diff hist 0 Prime numbers →Tree merging with Wheel: rename a function, better name
- 18:43, 18 August 2013 diff hist -1 m Prime numbers miscellaneous →One-liners: justify
- 15:28, 18 August 2013 diff hist -1 Prime numbers miscellaneous →One-liners: replace one w/ better variant
- 09:30, 6 August 2013 diff hist +21 User:WillNess
- 08:19, 5 August 2013 diff hist +16 m Prime numbers →Tree merging with Wheel: code spacing
- 18:39, 3 August 2013 diff hist -73 Monad c/e
- 08:41, 3 August 2013 diff hist -158 Prime numbers →Tree merging with Wheel: code tweak; no longer leaking on ghc-7.6.3
- 10:43, 22 July 2013 diff hist -29 Prime numbers →Tree merging: simplify code, c/e
- 13:08, 21 June 2013 diff hist +4 Prime numbers →Tree merging: "multistage" is the word
- 12:39, 20 June 2013 diff hist +15 Prime numbers miscellaneous →One-liners: +_Y
- 12:34, 20 June 2013 diff hist +283 Prime numbers miscellaneous →One-liners: one more (segmented SoE, explicit iteration)
- 22:38, 15 June 2013 diff hist +21 Prime numbers →Tree merging: add type spec; code c/e
- 12:50, 15 June 2013 diff hist -130 Prime numbers →Tree merging: using non-sharing fix-point combinator for telescoping staged primes production