Skip to content

Instantly share code, notes, and snippets.

View SalcidoJesus's full-sized avatar
🎧
chabo truste

SalcidoJesus

🎧
chabo truste
View GitHub Profile
@SalcidoJesus
SalcidoJesus / backup_databases.py
Created August 4, 2023 18:09
Python script to backup mysql database and compress it on zip
import os
import time
import datetime
import zipfile
import subprocess
HOST = 'localhost'
PORT = '3306'
DB_USER = 'root'
DB_PASS = ''
@SalcidoJesus
SalcidoJesus / Recursos Flutter.md
Last active April 26, 2024 19:13
Enlaces a recursos, tutoriales y documentación para aprender Flutter.