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
| filetype: mojo | |
| detect: | |
| filename: "\\.mojo$" | |
| header: "^#!.*/(env +)?mojo$" | |
| rules: | |
| # 1. Variable Declarations & Modifiers | |
| # Mojo specific: var, let, alias, comptime, raises, capturing | |
| - preproc: "\\b(var|let|alias|comptime|raises|capturing)\\b" |
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
| filetype: zc | |
| detect: | |
| filename: "\\.zc$" | |
| rules: | |
| # === KEYWORDS (statement color - usually purple/magenta) === | |
| # All Zen C keywords from the official language reference | |
| - statement: "\\b(alias|async|await|break|catch|comptime|const|continue|def|defer|else|embed|enum|fn|for|goto|guard|if|impl|import|launch|let|loop|match|module|opaque|ref|return|sizeof|static|struct|test|trait|try|union|unless|use|volatile|while|and|or)\\b" | |
In windows cmd, to change title
title booffmpeg -list_devices true -f dshow -i dummyGL-C-616WL
GL-C-009WL
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
| 1. if moo doesn't already exist, | |
| Create a new KiCAD project named moo in C:\Users\mohan\Documents\melbpc\kicad\helloworld | |
| otherwise | |
| Delete the project called moo | |
| then do step 1 again. | |
| Under powershell, the command is: Remove-Item -Path moo.kicad_pro, moo.kicad_sch, moo.kicad_pcb, moo.kicad_prl -Force | |
| 2. List all symbol libaries available | |
| 3. List all footprints available | |
| 4. Find the following symbols: |
- claude code
- claudish https://github.com/MadAppGang/claudish
- account with openrouter https://openrouter.ai/
- kicad mcp server https://github.com/mixelpixx/KiCAD-MCP-Server
NewerOlder