This was hinted at last month, so here it is.
This was hinted at last month, so here it is.
Here’s an update of the color picker I did last year.
No, this isn’t about magic numbers of nuclear physics or the ones in chemistry (no wait, scratch that, chemistry is straight up dark arts and should be avoided at all costs) but rather those mystical numbers that sometimes pop up…
The Collatz conjecture is a little math game, also known as the 3n+1 problem. Take a number, any number above zero and if it’s even, divide it by two; if it’s odd, multiply it by three and add one. Continue…
I’m updating my numtxt module, which just adds a few new functions.
This is a chunk of code that I’ve had in some form or another for a while now (most recently it showed up in the file encrpyter program) that truncates the file path as seen above.
A rare opportunity presented itself and I managed to get a model of the Saturn V rocket in LEGO form
Just back in January I released this simple file encrypter. Then I found out Python 2 will be depreciated by the end of the year.
So with that now working, I set it off running.
Previously: …it might be best to connect this to primesieve with Fortran’s ISO_C_BINDING module Guess what – it was time to do that.