User contributions for Davgot
Appearance
Results for Davgot talk block log uploads logs abuse log global account global block log
A user with 357 edits. Account created on 12 September 2022.
27 November 2023
- 01:4801:48, 27 November 2023 diff hist +397 Sum multiples of 3 and 5 Joy version
9 November 2023
- 13:4313:43, 9 November 2023 diff hist +784 Sum multiples of 3 and 5 Re-edited my previous submission to use compile-time metaprogramming.
15 May 2023
- 01:4701:47, 15 May 2023 diff hist +1,110 Factors of an integer Odin version
- 00:5400:54, 15 May 2023 diff hist +869 Operator precedence Odin
12 May 2023
- 14:1714:17, 12 May 2023 diff hist +860 Sum multiples of 3 and 5 Odin version
10 May 2023
- 21:2421:24, 10 May 2023 diff hist −203 m Extensible prime generator Changed interface to return p=2 on the initialization call.
2 May 2023
- 16:1616:16, 2 May 2023 diff hist +435 Extensible prime generator →Alternative Version using the Sorenson Sieve
1 May 2023
- 20:1620:16, 1 May 2023 diff hist −24 m Chinese remainder theorem →{{header|Fortran}}
- 20:1120:11, 1 May 2023 diff hist +1,386 Chinese remainder theorem Fortran version
30 April 2023
- 02:1802:18, 30 April 2023 diff hist −64 m Extensible prime generator Removed line used for debugging
- 02:1302:13, 30 April 2023 diff hist −27 Extensible prime generator Sorenson Sieve in Fortran
- 02:0902:09, 30 April 2023 diff hist +5,237 Extensible prime generator →The Results
17 April 2023
- 12:4712:47, 17 April 2023 diff hist −4 m Lucas-Lehmer test minor formatting changes
- 01:3301:33, 17 April 2023 diff hist +1,885 Lucas-Lehmer test Added support up to M127
17 January 2023
- 21:0921:09, 17 January 2023 diff hist +4,361 Sequence of primes by trial division LFE version
11 January 2023
- 14:0514:05, 11 January 2023 diff hist +420 Cartesian product of two or more lists Erlang version
2 January 2023
- 12:1712:17, 2 January 2023 diff hist +78 m Largest prime factor Fixed indentation
1 January 2023
- 22:3722:37, 1 January 2023 diff hist +32 m Deceptive numbers →{{header|LFE}}
- 20:0520:05, 1 January 2023 diff hist +1 m Deceptive numbers Fixed bug in primality check (was reporting 4141 as prime)
- 19:5919:59, 1 January 2023 diff hist +926 Deceptive numbers LFE version
- 17:4717:47, 1 January 2023 diff hist +769 Deceptive numbers Prolog version
- 17:1217:12, 1 January 2023 diff hist +891 Deceptive numbers Scheme version
- 03:0803:08, 1 January 2023 diff hist +305 m Priority queue Fixed indentation issues
30 December 2022
- 12:3212:32, 30 December 2022 diff hist −4 m Sieve of Eratosthenes renamed variables to be more consistent (n for non-primes, p for primes)
- 00:2700:27, 30 December 2022 diff hist +837 Sieve of Eratosthenes LFE version
29 December 2022
- 20:5520:55, 29 December 2022 diff hist +16 m AKS test for primes Fixed small bug in primerow (still gave correct results, but didn't check the middle element)
- 20:2620:26, 29 December 2022 diff hist +1,867 AKS test for primes LFE version
31 July 2022
- 19:5819:58, 31 July 2022 diff hist +1,562 Binary coded decimal Rust implementation
29 July 2022
- 23:0923:09, 29 July 2022 diff hist +1,182 Binary coded decimal Forth version
23 July 2022
- 12:5312:53, 23 July 2022 diff hist −510 m Gamma function Reduced number of digits in coefficients to reflect float64 math.
- 01:5701:57, 23 July 2022 diff hist +3,162 Gamma function Prolog version
13 July 2022
- 01:4701:47, 13 July 2022 diff hist +6 Sum multiples of 3 and 5 →Functional programming version (more idiomatic)
- 01:4401:44, 13 July 2022 diff hist +30 Sum multiples of 3 and 5 →Functional programming version (more idiomatic)
12 July 2022
3 July 2022
- 20:5820:58, 3 July 2022 diff hist +859 Legendre prime counting function PicoLisp version
- 01:5001:50, 3 July 2022 diff hist +1 m Partition function P →{{header|Picolisp}}
- 00:1600:16, 3 July 2022 diff hist −6 m Circular primes →{{header|PicoLisp}}
2 July 2022
- 23:1723:17, 2 July 2022 diff hist +2,184 Circular primes PicoLisp version
27 June 2022
- 20:3520:35, 27 June 2022 diff hist +661 Partition function P PicoLisp version
24 June 2022
- 18:4518:45, 24 June 2022 diff hist 0 m Sieve of Eratosthenes →{{header|8TH}}
- 01:5301:53, 24 June 2022 diff hist +1,101 Sieve of Eratosthenes 8TH version
21 June 2022
- 01:4301:43, 21 June 2022 diff hist +692 Sum multiples of 3 and 5 8TH version
19 June 2022
- 13:1413:14, 19 June 2022 diff hist +924 Largest prime factor R version
17 April 2022
- 22:5322:53, 17 April 2022 diff hist +608 Digit fifth powers PicoLisp version
28 January 2022
- 23:5623:56, 28 January 2022 diff hist −25 m Additive primes →{{header|Erlang}}
- 21:3021:30, 28 January 2022 diff hist +1,046 Additive primes →{{header|F_Sharp|F#}}
- 03:0203:02, 28 January 2022 diff hist +181 m Maximum triangle path sum added comments
27 January 2022
- 13:2213:22, 27 January 2022 diff hist −22 m Maximum triangle path sum Better use of pattern matching rules to avoid calling tl().
26 January 2022
- 14:2314:23, 26 January 2022 diff hist +846 Maximum triangle path sum Erlang version