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
#!/usr/bin/env zsh | |
# Multi-project worktree manager with Claude support - Oh My Zsh Plugin | |
# | |
# ASSUMPTIONS & SETUP: | |
# - Your git projects live in: ~/projects/ | |
# - Worktrees will be created in: ~/projects/worktrees/<project>/<branch> | |
# - New branches will be named: <your-username>/<feature-name> | |
# - You are using Oh My Zsh | |
# | |
# DIRECTORY STRUCTURE EXAMPLE: |
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
-module(relays). | |
-export([relay_one/0, handle_msg_one/2]). | |
relay_one() -> | |
GPIO = gpio:open(), | |
gpio:set_direction(GPIO, 2, output), | |
handle_msg_one(GPIO, off). | |
handle_msg_one(GPIO, State) -> | |
receive |
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
### Keybase proof | |
I hereby claim: | |
* I am dmbr0 on github. | |
* I am dmbr0 (https://keybase.io/dmbr0) on keybase. | |
* I have a public key ASCVpQH4QpYRj3ybCwYyiruXzwJj0yhKU2XdDra6rE4t9wo | |
To claim this, I am signing this object: |