- proxy api: ok
- gh auth: ok (kokoye2007)
chapter: ch-7 github_username: kokoye2007 result: PASS
| #!/usr/bin/env bash | |
| # ============================================================ | |
| # vim setup installer (idempotent) | |
| # Plugins: vim-plug + coc.nvim, fzf, ale, tpope suite, | |
| # nerdtree, gitgutter, airline | |
| # Target: vim 9 (macOS / Linux) | |
| # | |
| # Author : kokoye2007 <https://gist.github.com/kokoye2007> | |
| # License: MIT | |
| # Credits / original sources: |
Fork ထားတဲ့ Repo က ကြာသွားလို့ မူရင်း Repo (Upstream) နဲ့ ဖိုင်တွေ မတူတော့တဲ့ပြဿနာ (Conflict) မတက်အောင် ကုဒ်မပြင်ခင်နဲ့ ပို့ခွင့်မပြုခင် ဒီအဆင့်အတိုင်း အမြဲလုပ်ပေးပါ။
ကိုယ့်စက်ထဲက local repo ထဲမှာ မူရင်း Repo လိပ်စာကို သတ်မှတ်ပေးဖို့ လိုပါတယ်။
git remote add upstream <မူရင်း_repo_url>Pricing cheat sheet now lives in the org repo (versioned, maintained):
➡️ https://github.com/vibe-code-tours/vibecode-setup
# install dev tools
curl -fsSL https://raw.githubusercontent.com/vibe-code-tours/vibecode-setup/main/student-setup.sh | bash
# connect to the proxy (see repo README)| #!/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") |
A fun demonstration keyboard layout that arranges letters alphabetically instead of QWERTY!
The ABCD keyboard layout replaces the traditional QWERTY arrangement with a simple alphabetical order: