We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
LFW
currently: web, crypto, gaming, homelab and code gardens
future maybe?: robots? infosec? ai?
An attempt at a helicopter implemented in Godot
GDScript 1
<img width="1480" alt="image" src="https://gist.github.com/user-attachments/assets/02dc165e-8714-4423-b60e-1aeaf3e3acb2" />
```bash
add_to_zshrc() {
local line_to_add="$1"
if ! grep -q "$line_to_add" ~/.zshrc; then
echo -e "\n$line_to_add" >> ~/.zshrc
There was an error while loading. Please reload this page.