Skip to content

Instantly share code, notes, and snippets.

@casper392945
casper392945 / index.html
Created February 4, 2025 05:22
WebGL Fluid Simulation
<canvas></canvas>
@casper392945
casper392945 / index.html
Created February 4, 2025 05:21
WebGL Fluid Simulation With Your Text
<canvas></canvas>
<script type="x-shader/x-fragment" id="vertShader">
precision highp float;
varying vec2 vUv;
attribute vec2 a_position;
varying vec2 vL;
varying vec2 vR;
@casper392945
casper392945 / animated-squares-100dayscss-037.markdown
Created February 4, 2025 05:16
Animated Squares - #100dayscss 037
@casper392945
casper392945 / windows_activation.md
Created October 18, 2023 03:12
Activate Windows for free

For Windows 10

Step 1 - Open PowerShell or Command Prompt as administrator

Step 2 - Install KMS client key

slmgr /ipk your_license_key

Replace your_license_key with following volumn license keys according to Windows Edition:

@casper392945
casper392945 / text-underline.html
Created October 24, 2020 11:17 — forked from artemsheludko/text-underline.html
Альтернатива text-decoration: underline
// HTML
<p class="pretty-text-underline">Pretty text underline without clipping descending letters.</p>
// CSS
.pretty-text-underline {
display: inline;
font-size: 1.25rem;
text-shadow: 1px 1px 0 #f5f6f9,
-1px 1px 0 #f5f6f9,
-1px -1px 0 #f5f6f9,
@casper392945
casper392945 / index.html
Created March 13, 2020 09:36
Vertical Timeline
<body>
<header>
<h1>Responsive Vertical Timeline</h1>
</header>
<section id="cd-timeline" class="cd-container">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-picture.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
@casper392945
casper392945 / index.html
Created March 13, 2020 06:39
Neumorphic Round Palette (Hover)
<div class="container">
</div>
<div class="credits">
Like my work? <a href="https://codepen.io/aniketkudale" target="_blank">Follow me</a> for more
</div>
@casper392945
casper392945 / index.html
Created March 13, 2020 03:49
Pure CSS Landscape - An Evening in Southwold
<landscape>
<sky>
<x>
<x></x>
<x></x>
<x></x>
</x>
<x>
<x></x>
<x></x>
@casper392945
casper392945 / block-links-buttons.markdown
Created March 13, 2020 03:45
Block Links / Buttons