User contributions for Sonia
Appearance
Results for Sonia talk block log uploads logs abuse log global account global block log
A user with 1,707 edits. Account created on 24 August 2022.
13 June 2018
- 16:5716:57, 13 June 2018 diff hist +6 m Kronecker product →Implementation: User new and more efficient strings.Builder
- 16:5416:54, 13 June 2018 diff hist +5 m Split a character string based on change of character →{{header|Go}}: User new and more efficient strings.Builder
- 16:4816:48, 13 June 2018 diff hist −230 m Taxicab numbers →{{header|Go}}: User new and more efficient strings.Builder, remove timings
- 16:2216:22, 13 June 2018 diff hist +17 m Base64 encode data →Manual implementation: User new and more efficient strings.Builder
- 16:1316:13, 13 June 2018 diff hist +6 m Percolation/Bond percolation →{{header|Go}}: User new and more efficient strings.Builder
- 16:0016:00, 13 June 2018 diff hist +34 m CSV to HTML translation →{{header|Go}}: User new and more efficient strings.Builder
- 15:4415:44, 13 June 2018 diff hist +11 m XML/Output →{{header|Go}}: User new and more efficient strings.Builder
- 15:3315:33, 13 June 2018 diff hist +6 m Power set →{{header|Go}}: User new and more efficient strings.Builder
12 June 2018
- 20:4520:45, 12 June 2018 diff hist +815 m Concurrent computing →Channel: Minor changes to use per-goroutine generator, subrepo, and explanations of why.
- 20:0720:07, 12 June 2018 diff hist +267 m Random numbers →{{header|Go}}: Add note about subrepo
- 20:0020:00, 12 June 2018 diff hist +903 Random numbers →{{header|Go}}: add output
10 June 2018
- 22:3722:37, 10 June 2018 diff hist +101 Sequence of primorial primes Specifically allow probabilistic primality tests. (All solutions use them and the task would become something very different otherwise.). Also remove draft status as there are a number of consistent solutions.
- 22:2622:26, 10 June 2018 diff hist +1,362 Sequence of primorial primes Go solution
5 June 2018
- 22:1622:16, 5 June 2018 diff hist −38 m Move-to-front algorithm →{{header|Go}}: small simplifications
4 June 2018
- 21:2021:20, 4 June 2018 diff hist +8,567 Checkpoint synchronization →{{header|Go}}: add simpler solutions
1 June 2018
- 17:1117:11, 1 June 2018 diff hist +1,155 m Monte Carlo methods →{{header|Go}}: add variant with x/exp/rand
- 16:4416:44, 1 June 2018 diff hist +338 Random number generator (included) →{{header|Go}}: add issue link, add x/exp/rand
25 May 2018
- 20:2520:25, 25 May 2018 diff hist +1,901 Jewels and stones Go solution(s)
18 April 2018
- 20:5720:57, 18 April 2018 diff hist +825 Damm algorithm Go solution
- 20:1820:18, 18 April 2018 diff hist +402 Shoelace formula for polygonal area Go solution
- 20:0320:03, 18 April 2018 diff hist −992 Shell one-liner →{{header|Go}}: update for current go tooling, remove solution using gorun, which didn't add anything relevant to the task
- 19:1119:11, 18 April 2018 diff hist −44 m RCHQ9+/Go Update example session for current go tooling. (Remarkably, the source code does not need an update. It was posted in 2011, pre-Go 1.0, and still compiles and runs just fine today with the most recent version of Go.)
- 18:1518:15, 18 April 2018 diff hist +572 Data Encryption Standard Go solution
- 18:0718:07, 18 April 2018 diff hist −15 m Cramer's rule →{{header|Go}}: update for library changes
- 18:0318:03, 18 April 2018 diff hist +2,449 Birthday problem →{{header|Go}}: remove timings, add random source per goroutine, which improves speed, add solution closer to C solution, which is also faster.
13 March 2018
- 22:3622:36, 13 March 2018 diff hist +3,408 Fivenum Go solution
- 21:5921:59, 13 March 2018 diff hist 0 m Fivenum Python before R
11 March 2018
- 20:5020:50, 11 March 2018 diff hist +3,088 Averages/Median →{{header|Go}}: add partial sort, quickselect examples
- 01:5901:59, 11 March 2018 diff hist +1,192 Factorial →{{header|Go}}: Add versions using built in gamma, log gamma
8 March 2018
- 04:4204:42, 8 March 2018 diff hist +1,257 Word break problem Go solution
- 03:2603:26, 8 March 2018 diff hist +790 Ramer-Douglas-Peucker line simplification Go solution
- 03:1403:14, 8 March 2018 diff hist +1,497 Apply a digital filter (direct form II transposed) Go solution
24 February 2018
- 18:3818:38, 24 February 2018 diff hist −16 m Matrix transposition →Library gonum/matrix: library churn
- 18:3418:34, 24 February 2018 diff hist −18 Matrix multiplication →Library gonum/matrix: l
- 18:2818:28, 24 February 2018 diff hist −11 m Determinant and permanent →Library determinant: library churn
- 18:2018:20, 24 February 2018 diff hist −52 m LU decomposition →Library gonum/matrix: library churn
- 18:1118:11, 24 February 2018 diff hist −59 m Identity matrix →Library gonum/matrix: library churn
- 17:5617:56, 24 February 2018 diff hist −34 m Cholesky decomposition →Library gonum/matrix: library churn
23 February 2018
- 02:0602:06, 23 February 2018 diff hist +1,188 Deconvolution/1D →{{header|Go}}: add new solution using gonum library
5 November 2017
- 23:2623:26, 5 November 2017 diff hist +3,773 Cartesian product of two or more lists Go solution
31 October 2017
- 03:4903:49, 31 October 2017 diff hist +213 Talk:Banker's algorithm EWD-123
27 October 2017
- 03:1003:10, 27 October 2017 diff hist +2,754 Gaussian elimination →{{header|Go}}: add version with scaling
25 October 2017
- 00:4800:48, 25 October 2017 diff hist +1,756 Eertree Go solution
11 September 2017
- 16:4216:42, 11 September 2017 diff hist +9 Population count →{{header|Go}}: show standard library function
29 August 2017
- 20:4920:49, 29 August 2017 diff hist +6,353 Banker's algorithm Go solution
18 August 2017
- 17:0117:01, 18 August 2017 diff hist +322 Talk:Banker's algorithm EWD108 transcription error
17 July 2017
- 20:1720:17, 17 July 2017 diff hist +1,389 Associative array/Iteration →{{header|Go}}: add template example
15 July 2017
- 22:1622:16, 15 July 2017 diff hist +1,180 Stream merge →{{header|Go}}: add fibonacci heap version
- 22:0322:03, 15 July 2017 diff hist +6,361 Fibonacci heap Go solution
16 June 2017
- 14:5614:56, 16 June 2017 diff hist +5,022 Optional parameters →{{header|Go}}: add functional options technique