Skip to content

Instantly share code, notes, and snippets.

View estevam5s's full-sized avatar
🐳
What's happening

Estevam estevam5s

🐳
What's happening
View GitHub Profile
@estevam5s
estevam5s / README.md
Last active June 12, 2025 01:43
Build APK

Geração de APK para React Native/Expo

Esta documentação descreve o processo para gerar um arquivo APK (Android Package) a partir de um projeto React Native utilizando Expo, para distribuição na Google Play Store ou instalação direta em dispositivos Android.

Índice

  1. Requisitos
  2. Configuração Inicial
  3. Scripts Disponíveis
  4. Como Gerar um APK

GitHub Directory Downloader

Este script Python permite baixar um diretório específico de um repositório GitHub sem precisar clonar todo o repositório.

Visão Geral

O GitHub não oferece um mecanismo nativo para clonar apenas uma subpasta de um repositório. Este script resolve essa limitação usando a API do GitHub para:

  1. Identificar o conteúdo de um diretório específico
  2. Baixar cada arquivo individualmente
@estevam5s
estevam5s / README.md
Created December 13, 2024 19:04
Prisma - Guia Completo para Iniciantes
@estevam5s
estevam5s / jobs.js
Created December 5, 2024 20:03
Jobs Web Scraping with BrighData
require('dotenv').config();
const puppeteer = require('puppeteer');
const fs = require('fs').promises;
// Signup and get $10 credit in: https://brdta.com/LucasMontano
const AUTH = process.env.AUTH;
const SBR_WS_ENDPOINT = `wss://${AUTH}@brd.superproxy.io:9222`;
const websiteConfigs = {
'Indeed': {
@estevam5s
estevam5s / config.fish
Created November 10, 2024 04:10 — forked from anthonycirc/config.fish
[Fish config] #fish #config ~/.config/fish/config.fish
# Taskwarrior / Timewarrior
alias t=task
alias ts=task summary.weekly
function tn
while true; clear && task due.before:today or due:today or task due.before:5d next limit:5; sleep 2; end
end
function tl
while true; clear && task due.before:today or due:today or task due.before:5d list limit:10; sleep 2; end
@estevam5s
estevam5s / setup.md
Created November 10, 2024 04:05 — forked from KVYNgaming/setup.md
KVYN Gaming Setup

Computer: i7 4790k, 16GB RAM, 128GB SSD, 1TB HDD, 2x Asus VS239H-P, 1x Dell S2340MS, 1x BenQ RL2455HM

Streaming: Elgato HD60 Pro, Logitech C920 x2, OBS Studio, PhantomBot

Audio: RME Fireface 800 & HDSPe RayDat, Reaper DAW, Waves plugins, S-Gear Guitar Amp Sim, Audio-Technica M50x headphones, Subpac S2, Native Instruments Maschine, Behringer Ultravoice XM1800s dynamic mic

Instruments: Taylor GS Mini Mahogany, Line 6 JTV Modeling Guitar, MIM Fender Standard Strat, Casiotone MT-45

Drinks: Two Roads Honeyspot Road IPA, Shock Top, Jägermeister. Recommendations definitely encouraged!

@estevam5s
estevam5s / Readme.md
Created October 24, 2024 19:09
Como criar a sua primeira documentação de desenvolvimento de projetos

(Coloque uma imagem que represente o seu Projeto)
(Insert an image that represents your Project)

Logo

Título do seu Projeto / Title of your Project

@estevam5s
estevam5s / README.md
Last active October 28, 2024 00:41
InsomniaGPT Prompt

InsomniaGPT-Prompt

WormGPT!.

How To Install:
How To Use / Install:
linux mint / ubuntu / kali linux
1. apt update && apt upgrade
  1. apt install git
@estevam5s
estevam5s / extensions.json
Created March 13, 2024 17:01 — forked from diego3g/extensions.json
VSCode Extensions
[
{
"identifier": {
"id": "vscode.bat"
},
"preRelease": false,
"version": "1.0.0"
},
{
"identifier": {