This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ContentView.swift | |
| // TestFlight | |
| // | |
| // Created by Ming on 14/3/2025. | |
| // | |
| import SwiftUI | |
| struct ContentView: View { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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. | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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. | |
| // |
OlderNewer