Skip to content

Instantly share code, notes, and snippets.

View JulianLlanten8's full-sized avatar
🎯
Focusing

Hugo Julian Llanten JulianLlanten8

🎯
Focusing
View GitHub Profile
@JulianLlanten8
JulianLlanten8 / .json
Last active March 12, 2024 16:20
RIPS: CargarFevRips.json
{
"codigoUnicoValidacion": "0",
"rips": {
"numDocumentoIdObligado": "530520110",
"numFactura": "BTA6975304",
"tipoNota": "",
"numNota": "",
"usuarios": [
{
"tipoDocumentoIdentificacion": "CC",
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.56/pdfmake.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.56/vfs_fonts.js"></script>
</head>
<body>
<script type="text/javascript">
function downloadPdf() {
var docDefinition = {
@JulianLlanten8
JulianLlanten8 / deploy.md
Created September 9, 2022 22:20 — forked from tickstudiu/deploy.md
Deploy Nuxtjs on linux server

Deploy Nuxtjs on linux server

Table of Contents

Setup

Update server:

<div id="app">
<h1>Webp supported: {{ webpSupported ? 'Yes' : 'No' }}</h1>
<!-- Show the chair photo -->
<img
:src="transformImgExt('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1055221/chair_1000.png')"
width="150px"
/>
<!-- Show the dog photo -->