Skip to content

Instantly share code, notes, and snippets.

View velrino's full-sized avatar
:octocat:
Fortis Fortuna Adiuvat

Velrino velrino

:octocat:
Fortis Fortuna Adiuvat
View GitHub Profile
@djalmaaraujo
djalmaaraujo / brazil-cities-states-en.json
Last active September 12, 2025 11:56
Cidades e estados brasileiros JSON & Javascript Object exported / Brazilian States and Cities in JSON or JS/Javascript
// Go to https://gist.github.com/letanure/3012978
@ngpestelos
ngpestelos / remove-docker-containers.md
Last active October 8, 2025 18:58
How to remove unused Docker containers and images

May 8, 2018

I wrote this four years ago, so instead use this command:

$ docker rmi $(docker images -q -f dangling=true)
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active October 15, 2025 00:28
Building a react native app in WSL2
@tamagosante
tamagosante / file-mime-types.ts
Last active November 13, 2024 06:32
Typescript Enum for file mime types
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
enum MimeTypes {
".aac" = "audio/aac",
".abw" = "application/x-abiword",
".arc" = "application/x-freearc",
".avi" = "video/x-msvideo",
".azw" = "application/vnd.amazon.ebook",
".bin" = "application/octet-stream",
".bmp" = "image/bmp",
@jramiresbrito
jramiresbrito / wsl2_android_device_via_wifi_or_usb.md
Last active September 27, 2025 08:13
Connect Android Devices to WSL2 with WIFI or USB
@rcland12
rcland12 / yolo_classes.json
Created July 14, 2023 04:08
A list of all 80 YOLO classes and its index in JSON format.
{
"class": {
"0": "person",
"1": "bicycle",
"2": "car",
"3": "motorcycle",
"4": "airplane",
"5": "bus",
"6": "train",
"7": "truck",
@velrino
velrino / wsl2_android_device_via_wifi_or_usb.md
Created October 24, 2024 18:42 — forked from jramiresbrito/wsl2_android_device_via_wifi_or_usb.md
Connect Android Devices to WSL2 with WIFI or USB