Skip to content

Instantly share code, notes, and snippets.

View 1998code's full-sized avatar
👨‍💻
Hello World!

MING 1998code

👨‍💻
Hello World!
View GitHub Profile
@1998code
1998code / ContentView.swift
Created March 14, 2025 16:04
TestFlight Topbar
//
// ContentView.swift
// TestFlight
//
// Created by Ming on 14/3/2025.
//
import SwiftUI
struct ContentView: View {
@1998code
1998code / show-dia-bootup-animation.sh
Created June 11, 2025 15:20
Reset Dia Bootup Animation
#!/bin/bash
# DIA Browser Bootup Animation Script
# This script will show DIA's beautiful bootup animation by launching it with a fresh profile
echo "🎬 DIA Browser Bootup Animation Launcher"
echo "========================================"
echo ""
# Function to quit any running DIA instances
@1998code
1998code / reTicTacCHA.swift
Created November 17, 2025 15:03
reTicTacCHA
//
// reTicTacCHA.swift
// Tic-Tac-Toe reCAPTCHA
//
// A fun reCAPTCHA-styled Tic-Tac-Toe game where users must beat an AI
// to prove they're human. Features glass morphism UI inspired by iOS 18+
// and a minimax AI opponent with configurable difficulty.
//
// Created by Ming on 17/11/2025.
//
@1998code
1998code / ContentView.swift
Last active April 3, 2026 18:04
Liquid Glass Magnifier Loupe
//
// ContentView.swift
// Liquid Magnifying Glass
//
// A draggable magnifier loupe with liquid glass effect, zoom controls, and
// full-screen gesture handling for reliable repeated drags.
//
// Created by Ming on 29/1/2026.
//