Skip to content

Instantly share code, notes, and snippets.

View kokoye2007's full-sized avatar

kokoye2007 kokoye2007

View GitHub Profile
@kokoye2007
kokoye2007 / SETUP.md
Last active May 26, 2026 12:56
Vibe Code Tours โ€” student setup (Linux/macOS/WSL): nvm+Node22, uv+Python3.12, git, Claude Code + verify

Vibe Code Tours โ€” Setup Guide

Get your machine ready before Chapter 1. ~45โ€“60 min (90 if new to the terminal). Works on Linux, macOS, and Windows (via WSL).

You'll install: a code editor, Node, Python, Git, and Claude Code โ€” then verify it all.


Fast path (one command)

@kokoye2007
kokoye2007 / Myanmar_Text_Terminal.md
Created April 25, 2026 11:38
Myanmar Font Render in Terminal

Myanmar Text in Terminal (Linux / macOS)

Problem

  • Myanmar = complex script (stacking + shaping)

  • Issues:

    • missing fonts
    • no Harfbuzz shaping
  • wrong glyph width

@kokoye2007
kokoye2007 / convert-correct.py
Last active August 26, 2025 14:05
Keymagic for Normalization | Reorder
#!/usr/bin/env python3
import argparse
import pandas as pd
def to_codepoints(s: str) -> str:
"""Convert Myanmar text to Unicode codepoints with plus signs."""
return " + ".join(f"U{ord(ch):04X}" for ch in s)
def main():
parser = argparse.ArgumentParser(description="Convert Myanmar text pairs to Unicode codepoints mapping")
@kokoye2007
kokoye2007 / ABCD-Installation-Guide.md
Last active August 13, 2025 13:50
abcd-ukelele.keylayout

ABCD Alphabetical Keyboard - Installation Guide

A fun demonstration keyboard layout that arranges letters alphabetically instead of QWERTY!

๐Ÿ“‹ Overview

The ABCD keyboard layout replaces the traditional QWERTY arrangement with a simple alphabetical order:

  • Top Row: A B C D E F G H I J
  • Middle Row: K L M N O P Q R S
@kokoye2007
kokoye2007 / Eastern-Pwo-Karen_Keymagic.MD
Last active August 12, 2025 05:23
Eastern Pwo Karen KeyMagic layout with features

๐ŸŽฏ KeyMagic Layout Features:

Complete KLC Mapping:

  • โœ… Numbers โ†’ Myanmar digits (แแ‚แƒแ„แ…แ†แ‡แˆแ‰แ€)
  • โœ… All consonants with proper shift mappings
  • โœ… Eastern Pwo Karen characters: แฎ (P+Shift), แฏ ([+Shift), แฐ (]+Shift)
  • โœ… Vowels and diacritics exactly as in Windows KLC

Smart Shortcuts:

@kokoye2007
kokoye2007 / keymagic-3_antivirus_status.md
Last active July 25, 2025 07:31
Keymagic 3 Antivirus False Positive Status

KeyMagic KeyMagic Antivirus False Positive Status

TL;DR: KeyMagic is safe! Some antivirus software incorrectly flags it due to the low-level system access required for keyboard input. We're actively working with vendors to resolve these false positives.

๐Ÿ›ก๏ธ Current Status Summary

x64 Version (v0.0.5)

  • File Name: KeyMagic3-Setup-0.0.5-x64.exe
  • Download: GitHub Release
  • File Hash: B9E68E1C5A222CFD7F977EF634036C78AC033ED26C0EF7A5255A53AC7972AF59
@kokoye2007
kokoye2007 / WestPwoKaren-pwo-keyboard.sh
Created July 19, 2025 18:36
pwo_MM - West Pwo Karen- iBus Keyboard Installer
#!/bin/bash
# West Pwo Karen
# pwo_MM
# kar
# maintainer: [email protected]
set -e
# Detect package manager
detect_pkg_mgr() {
@kokoye2007
kokoye2007 / kawthoolei-keyboard.sh
Created July 19, 2025 11:57
ksw_MM - Karen Kawthoolei - iBus Keyboard Installer
#!/bin/bash
# KNU Kawthoolei
# ksw_MM
# kar
# maintainer: [email protected]
set -e
# Detect package manager
detect_pkg_mgr() {
@kokoye2007
kokoye2007 / demo.html
Created May 5, 2025 01:59
squarespace_redirect
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5; url=https://HEREIS_YOUR_URL/">
<title>Redirecting to Flowrshop</title>
<style>
.redirect-text {
font-family: sans-serif;
font-size: 18px;