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
@daniel-990
daniel-990 / main.js
Created October 31, 2022 21:02
script para la generacion de pdf con javascript
/**
* Daniel export pdf - dbPouch
* documentacion oficial - pdf
* https://github.com/parallax/jsPDF
* documentacion persistencia en el navegador
* https://pouchdb.com/
* codigo de barras
* https://lindell.me/JsBarcode/
*/
let mostrarDatosHtmlPdf = () => {
@daniel-990
daniel-990 / Constantes.php
Created January 28, 2021 22:01 — forked from porfidev/Constantes.php
PHPMailer Tutorial 2019
<?php
define('EMAIL_SENDER', 'test@email.com');
define('EMAIL_PASSWORD', 'your-secret-password');
@daniel-990
daniel-990 / .gitignore
Created January 29, 2019 18:16 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@daniel-990
daniel-990 / gist:b3ad544b9bcf9989d1a91a0045c87fa4
Created August 22, 2018 20:32 — forked from bradwestfall/gist:f5a010e96fb0c4d18556
Pull Instagram Images via JavaScript
@daniel-990
daniel-990 / README-Template.md
Created October 19, 2017 06:55 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites