Skip to content

Instantly share code, notes, and snippets.

View untalsanders's full-sized avatar
:octocat:
Learning without stopping

Sanders Gutiérrez untalsanders

:octocat:
Learning without stopping
View GitHub Profile
@untalsanders
untalsanders / README.md
Last active October 9, 2022 18:11
Dígito de Verificación RUT Chile

Validador de Dígito de Verificación

Requerimientos

  • NodeJS: v16+

Documentación

1. Clonar Gist

@untalsanders
untalsanders / README.md
Created May 25, 2021 17:56
Article Generator

Article Generator

Randomly generate blog posts.

Requirements

You must have a directory to save generated files. Create it if not exists still.

mkdir -p content/posts
@untalsanders
untalsanders / README.md
Created May 22, 2021 21:11
Layout for Images Side-by-Side

Layout Images Side-by-Side

Layout Images Side-by-Side

@untalsanders
untalsanders / README.md
Last active March 17, 2022 11:54
Install FiraCode Font

Install FiraCode font

@untalsanders
untalsanders / README.md
Last active September 3, 2021 15:08
Git Config

Git Config

[alias]
	br = branch
	co = checkout
	ci = commit -S -S
	last = log -1 HEAD