Skip to content

Instantly share code, notes, and snippets.

View aldoyh's full-sized avatar
🎩
CONTEXT ENGINEERING

Hasan AlDoy aldoyh

🎩
CONTEXT ENGINEERING
View GitHub Profile
@aldoyh
aldoyh / 404-error-face.markdown
Created October 15, 2025 06:13
404 Error Face
@aldoyh
aldoyh / PassGen.php
Last active October 30, 2025 17:11
Passwd.php another duel face php password generator. For both Web & CLI
<?php
/**
* Password Generator
*
* A simple password generator written in PHP.
*
* Hand crafted by: [HASAN ALDOY](@aldoyh) for Radio Bahrain @RadioBahrain)
* RELEASED: 2025-09-23
*/
@aldoyh
aldoyh / index.pug
Created September 22, 2025 10:21 — forked from jkantner/index.pug
Pure CSS Claw Crane
form.machine
input(type="checkbox",id="fire",name="fire",value="fire")
button.machine__btn(type="button",aria-labelledby="left-btn",ontouchstart="")
span.left-arrow
span.sr(id="left-btn")="Left"
button.machine__btn(type="button",aria-labelledby="right-btn",ontouchstart="")
span.right-arrow
span.sr(id="right-btn")="Right"
button.machine__btn(type="button",aria-labelledby="up-btn",ontouchstart="")
span.up-arrow
@aldoyh
aldoyh / App.php
Last active September 20, 2025 10:36
YouTube Channel Banner Remixer
<?php
// YouTube Channel Banner Remixer - Single File PHP App
// (c) 2025 - Hasan AlDoy @aldoyh - MIT License
declare(strict_types=1);
// --- CONFIGURATION & INITIALIZATION ---
session_start();
error_reporting(E_ALL);
@aldoyh
aldoyh / README.md
Last active August 14, 2025 06:24
Swiped Scrolled Website Design v2.0
@aldoyh
aldoyh / Dual_Swipe_Scroll_GSAP.html
Last active August 14, 2025 06:05
scrollTrigger.observe() - swipe gallery
<section class="slide">
<div class="slide__outer">
<div class="slide__inner">
<div class="slide__content">
<div class="slide__container">
<h2 class="slide__heading">SCROLL</h2>
<figure class="slide__img-cont">
<img class="slide__img" src='https://images.unsplash.com/photo-1567016376408-0226e4d0c1ea?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTY0NjMyMDUzOA&ixlib=rb-1.2.1&q=80&w=400' alt=''>
</figure>
</div>
@aldoyh
aldoyh / gsap-starter-template.markdown
Last active August 14, 2025 03:08
GSAP Starter Template
@aldoyh
aldoyh / ReadMe.md
Last active July 23, 2025 07:17
محيط الخيال
@aldoyh
aldoyh / Metaballs_Hero_Section.html
Last active July 22, 2025 20:00
[threejs/webgl] ❍ Yet another Metaballs Hero Section with ThreeJS
<section class="section hero-section">
<div id="container"></div>
<div id="stats"></div>
<div id="ui-container"></div>
<div class="header-area">
<div class="logo-container" id="theme-toggle">
<div class="logo-circles">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
@aldoyh
aldoyh / GSAP_Heat_Wave_is_Coming.xhtm
Last active July 9, 2025 21:59
Smart Home Temperature Slider
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.2/utils/Draggable.min.js"></script>
<script src="//s3-us-west-2.amazonaws.com/s.cdpn.io/16327/MorphSVGPlugin.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ThrowPropsPlugin.min.js"></script>
<script src="//s3-us-west-2.amazonaws.com/s.cdpn.io/16327/DrawSVGPlugin.js?r=12"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ModifiersPlugin-latest-beta.js"></script>
</head>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 600">