Skip to content

Instantly share code, notes, and snippets.

View justaguywhocodes's full-sized avatar

Toussaint Louverture justaguywhocodes

View GitHub Profile

Emotional Chatbot

An interactive, animated chatbot with low intelligence and rapid mood swings.

A Pen by 鲍壹方 on CodePen.

License.

@justaguywhocodes
justaguywhocodes / index.html
Created May 5, 2022 06:07
Responsive React Dashboard with Tailwind
<div id="root"></div>
@justaguywhocodes
justaguywhocodes / index.html
Created May 5, 2022 06:04
ScrollTrigger - Highlight Text
<header>
<div class="wrapper">
<label>Style:</label>
<select id="highlight-style">
<option>background</option>
<option>half</option>
<option>underline</option>
</select>
</div>
<div class="wrapper">
@justaguywhocodes
justaguywhocodes / index.html
Created May 5, 2022 06:04
React | Crypto UI 2.0
<div id="root"></div>
@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.