GitHub is down - wow, how inconvenient
Nov. 27th, 2021 05:13 pm73 million developer accounts, 100 million repositories, and plenty of processes depending on GitHub being up...
I created this rather interesting color thing a few days ago and committed it and the Julia notebook which generated it

and now I continued this line of thinking and made another one (and a much cleaner version of code)

and hoped to commit it as well, but...
UPDATE: GitHub is fixed: github.com/anhinga/late-2021-julia-drafts/tree/main/color-motifs
I created this rather interesting color thing a few days ago and committed it and the Julia notebook which generated it

and now I continued this line of thinking and made another one (and a much cleaner version of code)

and hoped to commit it as well, but...
UPDATE: GitHub is fixed: github.com/anhinga/late-2021-julia-drafts/tree/main/color-motifs
no subject
Date: 2021-11-28 01:11 am (UTC)function colorize_all(i1, i2, i3) hcat(colorize(i1), colorize(i2, 2), colorize(i3, 3)) end