Skip to content

Instantly share code, notes, and snippets.

View s04's full-sized avatar
🏠
Working from home

Saul O'Driscoll s04

🏠
Working from home
  • Zurich, Switzerland
View GitHub Profile
@s04
s04 / Programming_Languages_Extensions.json
Created November 18, 2024 21:21 — forked from ppisarczyk/Programming_Languages_Extensions.json
Programming Languages and their File Extensions
[
{
"name":"ABAP",
"type":"programming",
"extensions":[
".abap"
]
},
{
"name":"AGS Script",
@s04
s04 / index.html
Created March 2, 2025 03:45
Thick Terrain #3 animation
<!--
Thick Terrain #3 animation
* animation
* simplexNoise 3D使用
-->
<!-- using three.js -->
<script async src="https://ga.jspm.io/npm:es-module-shims@1.6.3/dist/es-module-shims.js" crossorigin="anonymous"></script>
<script type="importmap">
{
@s04
s04 / index.html
Created March 2, 2025 03:46
Text Morph
<!-- Explanation in JS tab -->
<!-- The two texts -->
<div id="container">
<span id="text1"></span>
<span id="text2"></span>
</div>
<!-- The SVG filter used to create the merging effect -->
<svg id="filters">