Skip to content

Instantly share code, notes, and snippets.

View alvarovs89's full-sized avatar

alvarovs89

View GitHub Profile
//
// Author: The SwiftUI-Lab
// The charts in this code are used in the article: https://swiftui-lab.com/swiftui-22-in-numbers
//
import SwiftUI
import Charts
@main
struct ChartGistApp: App {
var body: some Scene {
@renatojobal
renatojobal / Sobre_Gist.md
Last active December 17, 2025 18:47
¿Qué es un gist en GitHub?

¿Qué es un Gist en GitHub y para qué sirve?

Un gist es una forma que se tiene para poder compartir código usando GitHub.

Cuando tenemos un código que no es lo suficientemente grande para crear un repositorio, entonces creamos un gist. Aunque gist funciona básicamente cómo un repositorio, ya que se le puede hacer un fork o clonarlo. Así mismo se puede editar y las personas pueden comentar el gist.

Usos del gist

Muchas personas usan gist cómo un portapapeles. Para subir código que siempre sueles usar en diferentes proyectos. También se suele usar cómo una forma de hacer posts. Cómo este que estas viendo.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.