Skip to content

Instantly share code, notes, and snippets.

View bastndev's full-sized avatar
🐼
Hello World!

Gohit Bastian bastndev

🐼
Hello World!
View GitHub Profile
🌞 Morning 246 commits ████▍░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.8%
🌆 Daytime 565 commits ███████▉ ░░░░░░░░░░░░░░░░░░░░░░░░ 17.5%
🌃 Evening 731 commits ███████████████▍░░░░░░░░░░░░░░░░░ 25.9%
🌙 Night 1235 commits ██████████████████████▏░░░░░░░░░░ 48.8%
@Klerith
Klerith / flutter-instalaciones.md
Last active November 25, 2024 12:52
Instalaciones del curso de Flutter - Móvil de cero a experto
String pattern = r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$';
RegExp regExp = new RegExp(pattern);
@Klerith
Klerith / plugins.md
Last active August 26, 2024 00:18
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"