Nicolás A. Ortega Froysa nortega
  • Castilblanco de los Arroyos, Spain
  • https://themusicinnoise.net/
  • Software developer for work & pleasure. Free software and low-level systems development are some of my favorite things.

  • Joined on 2023-08-14
nortega pushed to master at nortega/vaccalc 2026-02-28 20:58:58 +00:00
4a91c4bbc9 Simplify execution with Maven instruction.
2db714d353 Implement importing points.
23a8fc5f3e Change exitButton to exitItem.
ea5b262610 Remove public interface to set defaultPoints.
b7078f4e5d Add a PointEngine to retrieve points.
Compare 10 commits »
nortega created branch master in nortega/vaccalc 2026-02-28 20:58:58 +00:00
nortega pushed to master at nortega/indivisible-legacy 2026-02-23 11:25:20 +00:00
cdb5917b90 Fix compiling error by rearranging includes.
nortega pushed to develop at nortega/indivisible-rs 2026-02-23 11:20:01 +00:00
6d55f0a10a benchmark: inform about configuration in output.
nortega pushed to master at nortega/nvim-config 2026-02-17 08:05:51 +00:00
afc00f7cfc Have both ways of fuzzy-finding files.
nortega pushed to master at nortega/my-scripts 2026-02-11 09:53:18 +00:00
e34ac556d7 Ignore dmlinter.
nortega pushed to master at nortega/my-scripts 2026-02-11 09:52:43 +00:00
0c5d9525af Add scripts for base conversion.
nortega pushed to master at nortega/invid-conv 2025-12-29 13:09:43 +00:00
9c0e6fc1bc Add strict bash settings.
nortega pushed to master at nortega/my-scripts 2025-12-29 10:40:41 +00:00
093163ecae Add {invid,yt}-conv scripts.
nortega pushed to master at nortega/invid-conv 2025-12-23 14:30:08 +00:00
95ead95894 Add README.md
5336bfe589 Simplify argument parsing in yt-conv.
aede3e6ccd Add help information to invid-conv.
038c7e5d81 Allow for reassigning INVID_BASE.
74ece549ff Fix double-quote warning.
Compare 8 commits »
nortega pushed to master at nortega/my-scripts 2025-12-22 10:23:00 +00:00
69e069b21e Add backup-home script.
nortega pushed to develop at nortega/indivisible-rs 2025-12-11 07:07:09 +00:00
0cc8e94224 Add test to find last prime before 10^9.
nortega pushed to develop at nortega/indivisible-rs 2025-12-11 05:37:09 +00:00
1348f4343a Document work_segment known_primes parameter.
nortega pushed to develop at nortega/indivisible-rs 2025-12-11 05:35:24 +00:00
83b5e4a561 Limit known-prime multiples marking until sqrt(end).
nortega pushed to master at nortega/indivisible-rs 2025-12-10 14:07:57 +00:00
084aa14026 Simplify README.md
966574dd1f Change default sieve size to 10485760.
41bc18a17c Change test to 1,000,000,000 primes.
5dde94ae8c Add custom sieve and trials arguments to benchmark script.
be3fd52cfa Improve help information.
Compare 49 commits »
nortega pushed to develop at nortega/indivisible-rs 2025-12-10 14:06:41 +00:00
084aa14026 Simplify README.md
nortega pushed to develop at nortega/indivisible-rs 2025-12-10 14:00:58 +00:00
966574dd1f Change default sieve size to 10485760.
41bc18a17c Change test to 1,000,000,000 primes.
5dde94ae8c Add custom sieve and trials arguments to benchmark script.
Compare 3 commits »
nortega pushed to develop at nortega/indivisible-rs 2025-12-10 13:21:59 +00:00
be3fd52cfa Improve help information.
0b391ed590 Allow for providing a custom sieve size.
f5b971e35f Add comments to test.sh for better navigation.
abfb1aee89 Fix test 1.
4b3bf0cfac Fix importing primes.
Compare 5 commits »
nortega pushed to develop at nortega/indivisible-rs 2025-12-10 12:13:34 +00:00
ba3478e6ce Optimize marking of known composites.
nortega pushed to develop at nortega/indivisible-rs 2025-12-10 10:46:52 +00:00
5ee76502fa Switch to (segmented) sieve of Eratosthenes.