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 March 17, 2023 06:30
Word clock
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style type="text/css">
</style>
<link rel="stylesheet" href="./style.css" type="text/css" media="all" charset="utf-8">
<script src="https://code.jquery.com/jquery-2.0.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./master.js" type="text/javascript" charset="utf-8"></script>
<title>Text clock</title>
@seangeleno
seangeleno / OrganizeFiles.sh
Last active February 15, 2023 19:11 — forked from mhasan3/OrganizeFiles.sh
Run this shell script to organize files into separate folders
#!/bin/bash
folders='Compressed Documents Images Music Programs Videos'
ext_comp="*.zip *.tar.gz"
ext_doc="*.htm* *.php *.txt *.css *.doc* *.pdf *.PDF *.ppt* *.js"
ext_img="*.jp*g *.JPG *.png *.gif"
ext_music="*.mp3 *.aac *.wma *.wav *.m4a"
ext_progrm="*.deb *.exe *.run *.sh"
ext_vid="*.mp4 *.mkv *.flv *.avi *.webm *.wmv"
@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