• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision7bdd50f7ad46d32fdd1da3082d5514fa9ebbfaf1 (tree)
l'heure2024-03-28 04:25:32
AuteurAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Message de Log

CCastle-4.blog: Updated theSieve & Heisenbug -- keep in simple. Move (upcomming) variants to other blog

Change Summary

Modification

diff -r b181a1b05a4e -r 7bdd50f7ad46 CCastle/4.Blog/sieve-main.irst
--- a/CCastle/4.Blog/sieve-main.irst Wed Mar 27 20:20:34 2024 +0100
+++ b/CCastle/4.Blog/sieve-main.irst Wed Mar 27 20:25:32 2024 +0100
@@ -28,7 +28,7 @@
2828 }
2929
3030
31- .. code-tab:: ReasonML try() on found
31+ .. code-tab:: ReasonML try()
3232
3333 // We have build the sievelist (and reconnect) on a newly found prime ..
3434 SimpleSieve.try(newPrime) on .generator.found
@@ -52,7 +52,7 @@
5252 }
5353
5454 // And to the Finder, that is self
55- s.coprime = .finder.newPrime;
55+ s.coprime = .finder.newPrime;
5656 }
5757
5858 .. code-tab:: ReasonML powerOn()