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 January 8, 2024 22:42
Cidades e estados brasileiros JSON & Javascript Object exported / Brazilian States and Cities in JSON or JS/Javascript
{
"states": [
{
"uf": "AC",
"name": "Acre",
"cities": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@ngpestelos
ngpestelos / remove-docker-containers.md
Last active August 20, 2024 19:34
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 June 17, 2025 23:59
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 February 26, 2025 15:29
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