Skip to content

Instantly share code, notes, and snippets.

View UltraInstinct0x's full-sized avatar
💢
Always online on Discord!

Goku UltraInstinct0x

💢
Always online on Discord!
View GitHub Profile
@UltraInstinct0x
UltraInstinct0x / index.html
Created August 16, 2024 22:19
Simple and Cool mobile navigation animation
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;&display=swap" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<title>100 Days of Frontend Dev: Day 1</title>
</head>
<body>
<div class="mobile-screen">
@UltraInstinct0x
UltraInstinct0x / normalize.js
Created October 7, 2024 22:07
Gmail normalization to prevent free tier abuse
function normalizeGmailAddress(email) {
// Convert to lowercase
email = email.toLowerCase();
// Split the email into local part and domain
let [localPart, domain] = email.split('@');
// If it's not a Gmail address, return the original email
if (domain !== 'gmail.com' && domain !== 'googlemail.com') {
return email;
@UltraInstinct0x
UltraInstinct0x / prompt.md
Created October 19, 2024 00:01
Structural Prompt for Automated Note Creation in Obsidian

Structural Prompt for Automated Note Creation in Obsidian

This prompt serves as a guide for creating well-structured, interconnected notes in Obsidian using a consistent format. Follow the steps and structure to enhance the clarity and navigability of your knowledge base.


Initial Setup

  1. Create a new note with a capitalized, singular title: [[Topic]]
  2. Use proper naming conventions:
    • Capitalize all links
@UltraInstinct0x
UltraInstinct0x / oh-my-openagent.json
Created June 15, 2026 07:13
ohmyopenagent free models via opencode
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"model_fallback": true,
"agents": {
"sisyphus": {
"model": "opencode/deepseek-v4-flash-free",
"fallback_models": [
"opencode/big-pickle",
"opencode/north-mini-code-free",
"opencode/mimo-v2.5-free",