Skip to content

Instantly share code, notes, and snippets.

View daniel-990's full-sized avatar
👽
Hola mundo

Daniel Arango daniel-990

👽
Hola mundo
View GitHub Profile
@mbleigh
mbleigh / README.md
Last active April 30, 2024 08:55
Firebase Hosting Fetch All Files

Fetch All Files from Firebase Hosting

This script fetches all of the files from the currently deployed version of a Firebase Hosting site. You must be signed in via the Firebase CLI and have "Site Viewer" permission on the site in question to be able to properly run the script.

Running via NPX

npx https://gist.github.com/mbleigh/9c8680cf319ace2f506f57380da66e7d <site_name>
@porfidev
porfidev / Constantes.php
Last active January 28, 2021 22:01
PHPMailer Tutorial 2019
<?php
define('EMAIL_SENDER', 'test@email.com');
define('EMAIL_PASSWORD', 'your-secret-password');
@OscarAbadFolgueira
OscarAbadFolgueira / conexion-base-datos-mysql.php
Last active October 21, 2022 20:35
Ejemplo de conexión a base de datos en php
<?php
// Ejemplo de conexión a base de datos MySQL con PHP.
//
// Ejemplo realizado por Oscar Abad Folgueira: http://www.oscarabadfolgueira.com y https://www.dinapyme.com
// Datos de la base de datos
$usuario = "root";
$password = "";
$servidor = "localhost";
$basededatos = "alumnos";
@bradwestfall
bradwestfall / gist:f5a010e96fb0c4d18556
Last active November 20, 2022 14:40
Pull Instagram Images via JavaScript
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #