Skip to content

Instantly share code, notes, and snippets.

View bearkfear's full-sized avatar
🎯

Enrico Gerez Camponogara Da Silva bearkfear

🎯
View GitHub Profile
@bearkfear
bearkfear / run.sh
Last active October 23, 2025 17:44
autconfig gpg in github - chmod +x ./run.sh && ./run.sh
#!/bin/bash
# Prompt for the GitHub token
read -p "Enter your GitHub token: " GITHUB_TOKEN
# Prompt for GitHub username
read -p "Enter your GitHub username: " GITHUB_USER
# Get user real name
read -p "Enter your real name: " REAL_NAME
"55984366060".split("").reduce((p, c)=> p.replace("x", c),"(xx) xxxxx-xxxx")
@bearkfear
bearkfear / example.tsx
Last active October 10, 2025 18:47
Transformar URI ou URL para Blob JS React-Native
const blobfile = await (await fetch(`file://${uri}`)).blob()