Skip to content

Instantly share code, notes, and snippets.

View meiazero's full-sized avatar
🎯
Focusing

Emanuel Avila meiazero

🎯
Focusing
View GitHub Profile
## Writing Guidelines
### Core Principles (Zinsser Method)
**Brevity is power.** Strip every sentence to its cleanest components. Remove every word that serves no function. Replace phrases with words. Choose simple words over complex ones.
### Clutter Elimination
- Cut qualifiers: "very", "quite", "rather", "somewhat", "pretty much"
- Remove redundant pairs: "each and every", "first and foremost", "various and sundry"
- Eliminate throat-clearing: "It is important to note that", "The fact that"
- Avoid inflated phrases: Use "now" not "at this point in time"
@dillionverma
dillionverma / lucide-react.d.ts
Last active September 15, 2025 02:11
How to stop @radix-ui, next/router and lucide-react auto-imports
declare module 'lucide-react' {
export * from 'lucide-react/dist/lucide-react.suffixed'
}

Cronograma de Estudos para Docker

Semana 1: IntroduΓ§Γ£o ao Docker

  • FEITO
  • Teoria (1h):
    • O que Γ© Docker e sua importΓ’ncia em projetos modernos.
    • Conceitos bΓ‘sicos: imagens, containers, volumes, e redes.
    • InstalaΓ§Γ£o do Docker e Docker Compose.
  • PrΓ‘tica (1h):
  • Instalar Docker no seu ambiente de desenvolvimento.
@danielhe4rt
danielhe4rt / teste-foda.md
Last active August 11, 2025 13:44
Teste TΓ©cnico: Crie seu Discord!

Teste Tecnico: Desenvolvimento de uma AplicaΓ§Γ£o de Chat em Tempo Real com PHP e Laravel (ou qualquer outra lang)

IntroduΓ§Γ£o

Neste desafio, vocΓͺ serΓ‘ responsΓ‘vel por desenvolver uma aplicaΓ§Γ£o de chat em tempo real utilizando PHP e o framework Laravel. A aplicaΓ§Γ£o deve oferecer funcionalidades bΓ‘sicas similares Γ s encontradas em plataformas de chat como o Discord. O foco principal Γ© a criaΓ§Γ£o de um backend robusto e escalΓ‘vel, utilizando as abstraΓ§Γ΅es e boas prΓ‘ticas do Laravel.

Requisitos do Projeto

Funcionalidades Principais

{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*"
}
}
@Nick-Gabe
Nick-Gabe / cat.js
Last active June 30, 2025 18:28
cat zap zap web
setInterval(() => {
i=atob('aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2FydHdvcmtzLWxHdXU5bnRES0FSeTZ6YjAtMldMUUxBLXQ1MDB4NTAwLmpwZw==');
Array.from(document.querySelectorAll(`img:not([src="${i}"])`))
.forEach(image => image.src = i);
Array.from(document.querySelectorAll('svg'))
.forEach(svg=>svg.outerHTML=`<img src="${i}" style="height:${svg.clientHeight}px;width:${svg.clientWidth}px"></img>`)
},100);
@hakerdefo
hakerdefo / sources.list
Last active October 27, 2025 17:47
Ubuntu 22.04 LTS (Jammy Jellyfish) complete sources.list
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
@MOOOWOOO
MOOOWOOO / py-gitignore
Last active October 25, 2025 10:16
python pycharm gitignore
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@nwjlyons
nwjlyons / laptop_fan.sh
Last active July 13, 2023 10:05
Manually control Mac Book Pro laptop fan from linux
# First su in as root
sudo su
# Then set fan control to manual mode
echo 1 > /sys/devices/platform/applesmc.768/fan1_manual
# Then set the fan speed to any value between fan1_min and fan1_max. To view these values
cat /sys/devices/platform/applesmc.768/fan1_min
cat /sys/devices/platform/applesmc.768/fan1_max
@rxaviers
rxaviers / gist:7360908
Last active November 2, 2025 15:48
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: