Skip to content

Instantly share code, notes, and snippets.

View justaguywhocodes's full-sized avatar

Toussaint Louverture justaguywhocodes

View GitHub Profile
@justaguywhocodes
justaguywhocodes / index.html
Created May 5, 2022 06:04
Product Showcase UI
<div class="container">
<div class="header">
<a class="menu-icon" href="#">
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" />
</svg>
</a>
<img class="logo" src="https://cdn.shopify.com/s/files/1/0689/1443/files/[email protected]?v=1559116993" />
<div class="header-menu">
<a href="#">Mask</a>
@justaguywhocodes
justaguywhocodes / index.html
Created May 5, 2022 06:03
Responsive React Dashboard with Tailwind
<div id="root"></div>

aint no telling what the hypno will do to me

<button>
Muhrights
<div class="content" style="display:none">
</div>
<div class="col2">WFQuickActionSurface
'WFQuickActionSurfaces': [],
'WFWorkflowClientVersion': '1146.11.1',
'WFWorkflowHasOutputFallback': false,
@justaguywhocodes
justaguywhocodes / cistern.txt
Last active April 7, 2022 21:56
An algorithm that describes obtaining the length of a water cistern.
A cistern.
The height is 3.33, and a volume of 27.78 has been excavated.
The length exceeds the width by 0.83.
You should take the reciprocal of the height, 3.33, obtaining 0.3.
Multiplay this by the volume, 27.78, obtaining 8.33.
Take half of 0.83 and square it, obtaining 0.17.
Add 8.33 and you get 8.51.
The square root is 2.92.
Make two copies of this, adding to the one 0.42 and subtracting from the other.
You find that 3.33 is the length and 2.5 is the width.
A cistern.
The height is 3.33, and a volume of 27.78 has been excavated.
The length exceeds the width by 0.83.
You should take the reciprocal of the height, 3.33, obtaining 0.3.
Multiplay this by the volume, 27.78, obtaining 8.33.
Take half of 0.83 and square it, obtaining 0.17.
Add 8.33 and you get 8.51.
The square root is 2.92.
Make two copies of this, adding to the one 0.42 and subtracting from the other.
You find that 3.33 is the length and 2.5 is the width.
@justaguywhocodes
justaguywhocodes / python code
Created April 7, 2022 21:26
This is my file and behold its complexity
Ain't no telling what the hypno will do to me.
<!DOCTYPE html>
<html lang="en" class="h-full bg-gray-50">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tailwindcss" />
<meta name="twitter:title" content="Tailwind UI" />
<meta name="twitter:description" content="Calendar examples for Tailwind CSS, designed and built by the creators of the framework." />
(function (self) {
/*
* TODO, lots of concatenation (slow in js)
*/
var spacing = " ";
function getType(obj) {
var type = typeof obj;
if (obj instanceof Array) {
return 'array';