Skip to content

Instantly share code, notes, and snippets.

View seangeleno's full-sized avatar

Sean Marcel Esteva seangeleno

View GitHub Profile
@seangeleno
seangeleno / index.html
Created February 9, 2023 18:23
Trefoil knot inside Torus
<!-- Trefoil knot inside Torus -->
<!-- morphing animation -->
<!-- Math art, Mathart -->
<!-- using three.js -->
<div id="contents">
<h1>Math Art Animation</h1>
</div>

Deep Sea Fractal

The inverse function of the ray length is, as in the shader before, the main theme of this shader. It is named after its (alleged) inventor Kali. Just search for kaliset at Shadertoy.com. There are some pretty and very interesting things to see.

A Pen by Matthias Hurrle on CodePen.

License.

@seangeleno
seangeleno / array-sort-animation-v-0-1-2.markdown
Created February 9, 2023 14:40
Array sort animation v 0.1.2

Array sort animation v 0.1.2

My second attempt at solving this problem. Found some free time and had fun making this.

A Pen by Sean Esteva on CodePen.

License.

@seangeleno
seangeleno / 7-widget-dashboard-design-4.markdown
Created January 7, 2023 03:37
7 widget dashboard design 4
@seangeleno
seangeleno / canvas-drawing-app.markdown
Created December 18, 2022 02:15
Canvas Drawing App
@seangeleno
seangeleno / file-upload-using-html-css-js.markdown
Created December 8, 2022 14:05
File Upload using HTML CSS & JS
@seangeleno
seangeleno / file-upload-using-html-css-js.markdown
Created December 8, 2022 13:41
File Upload using HTML CSS & JS
@seangeleno
seangeleno / APT-SOCKS-TURN-OFF.sh
Last active February 10, 2023 20:39 — forked from wonderbeyond/set-apt-proxy.md
[ubuntu][socks5][proxy] Set proxy for apt
#!/bin/bash
## TURN OFF socks proxy for aptitude package manager on debian
cat /etc/apt/apt.conf.d/proxy.conf | sed 's/Acquire/\#Acquire/g' | sudo tee /etc/apt/apt.conf.d/proxy.conf
@seangeleno
seangeleno / index.html
Created January 23, 2020 05:09
Responsive Background Video
<section class="fullsize-video-bg">
<div class="inner">
<div>
<h1>Responsive Background Video</h1>
<p>with color and dot-grid overlay
</div>
</div>
<div id="video-viewport">
<video width="1920" height="1280" autoplay muted loop>
<source src="https://storage.googleapis.com/coverr-main/mp4/Winter-Grass.mp4" type="video/mp4" />