Skip to content

Instantly share code, notes, and snippets.

View tobiasfacello's full-sized avatar
🧉
Trying to work

Tobias Facello tobiasfacello

🧉
Trying to work
View GitHub Profile
@zapaiamarce
zapaiamarce / base.css
Created January 18, 2021 17:49
Mi CSS Base
* {
box-sizing: border-box;
line-height: calc(2px + 2ex + 2px);
}
body,
h1,
h2,
h3,
h4 {
@Villanuevand
Villanuevand / README-español.md
Last active November 16, 2025 21:59
Una plantilla para hacer un buen README.md. Inspirado en el gist de @PurpleBooth => https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.

@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active November 13, 2025 20:29
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.

@hugolpz
hugolpz / admin_0.topo.json
Last active December 9, 2024 20:59
Minimal d3js line smoothing, topojson version
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MarcDiethelm
MarcDiethelm / Contributing.md
Last active August 21, 2025 06:42
How to contribute to a project on Github

This text now lives at https://github.com/MarcDiethelm/contributing/blob/master/README.md. I turned it into a Github repo so you can, you know, contribute to it by making pull requests.


Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.