Yearly Archives: 2019

Color Harmony Display

This was hinted at last month, so here it is.

Tagged with: , ,
Posted in Python

Color picker update

  Here’s an update of the color picker I did last year.

Tagged with: ,
Posted in Python

Magic Numbers: Encoding truth tables into giant single values

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

Tagged with: , ,
Posted in Python, Uncategorized

Collatz conjecture fiddling

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

Tagged with: ,
Posted in Uncategorized

numtxt 1.1

I’m updating my numtxt module, which just adds a few new functions.

Tagged with: , , ,
Posted in Python

Elide Path

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.

Tagged with: , ,
Posted in Python

Saturn V LEGO Timelapse

A rare opportunity presented itself and I managed to get a model of the Saturn V rocket in LEGO form

Tagged with: , ,
Posted in Pictures

Simple File Encrypter Version 1.1

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.

Tagged with: , ,
Posted in Python, Stand alone Program

A Fistful of Primes

So with that now working, I set it off running.

Tagged with: ,
Posted in Primes

Fortran C binding test to primesieve

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.

Tagged with: ,
Posted in Primes
In Archive
Design a site like this with WordPress.com
Get started