I hereby claim:
- I am bigalan09 on github.
- I am bigalan (https://keybase.io/bigalan) on keybase.
- I have a public key ASBkw8MMcQwgl0U_1ldfFyIFp60SfpgRjyqWX9Ni_AJYDgo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>The Art of Modern Web Design</title> | |
<script> | |
(function () { const t = localStorage.getItem('theme') || 'light'; document.documentElement.setAttribute('data-theme', t) })(); | |
</script> |
function getGradualValue(value) { | |
// Gradually increments | |
return Math.ceil(Math.floor(value * 3.1 * Math.pow(1.67, Math.log2(value))) / 27.3); | |
} |
package main | |
import ( | |
"fmt" | |
"os" | |
"os/exec" | |
"sort" | |
"strings" | |
"github.com/manifoldco/promptui" |
I hereby claim:
To claim this, I am signing this object:
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.js"></script> | |
<script src="sketch.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> |