Skip to content

Instantly share code, notes, and snippets.

View Ryunosukee's full-sized avatar
🌍
I need some sleep

Daniel Hincapié Ryunosukee

🌍
I need some sleep
  • Estrada Velasquez
  • Medellin
  • 12:32 (UTC -05:00)
  • X @ryunosukee
View GitHub Profile
@Ryunosukee
Ryunosukee / license.txt
Last active April 26, 2024 21:25
license password
38a4763afc5cefc5ae5f28cd2c2c9535
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CreditNote xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2"
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
xmlns:sts="urn:dian:gov:co:facturaelectronica:Structures-2-1"
xmlns:xades="http://uri.etsi.org/01903/v1.3.2#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 http://docs.oasis-open.org/ubl/os-UBL-2.1/xsd/maindoc/UBL-CreditNote-2.1.xsd">
@Ryunosukee
Ryunosukee / backup-db.sh
Created December 17, 2020 17:57 — forked from mikedamoiseau/backup-db.sh
Script to backup a MySQL database and send the dump by email and/or scp
#!/bin/bash
# ----------------------------------
# DEFINED - Global variables
# ----------------------------------
# defined temporary folder
DBBACKUP="dbbackup"
# database configure