- ๐๐ผ Hi, Iโm Hsing Lo,
- ๐ a civil engineering student at Georgia Tech
- ๐ซ Email: [email protected].
- ๐ My works, including non-programming ones, can be found on my website
- ๐ GPG key: [0x6DFBD0361B558B43](Hsing Lo_0x1B558B43_public.asc)
Pinned Loading
-
-
-
-
A function that calculates if text c...
A function that calculates if text color should be black given a background color. (W3C compliant for all values) 1function useBlack(r, g, b) {
2const e = v => Math.pow(v / 255 + 0.055, 2.4)
3r < 11 ? r /= 15496 : r = e(r) / 5.348631
4g < 11 ? g /= 4606. : g = e(g) / 1.589931
5b < 11 ? b /= 45631 : b = e(b) / 15.74957
-
liouville-sum
liouville-sum PublicA program that evaluates the value of the summatory Liouville function
C
-
map-of-history-dump
map-of-history-dump Publicsemi-organized dump of code used during the making of "The Map of History"
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.