Skip to content

Instantly share code, notes, and snippets.

View shinysocks's full-sized avatar
🏔️
moved to codeberg

shinysocks

🏔️
moved to codeberg
View GitHub Profile
@gabrieldlima
gabrieldlima / NixOS-raylib.md
Last active December 8, 2025 21:51
Raylib development environment in Nix/NixOS

Nix/NixOS raylib setup

  1. Begin by downloading the latest stable release of raylib into your project folder. Use the following commands:
cd your-project-folder
mkdir external
wget https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz -P external/
tar xvf external/5.5.tar.gz -C external/
@stellasphere
stellasphere / descriptions.json
Last active December 29, 2025 04:52
WMO weather interpretation code descriptions (& images)
{
"0":{
"day":{
"description":"Sunny",
"image":"http://openweathermap.org/img/wn/01d@2x.png"
},
"night":{
"description":"Clear",
"image":"http://openweathermap.org/img/wn/01n@2x.png"
}
@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active January 10, 2026 12:08
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.