Skip to content

Instantly share code, notes, and snippets.

View Heber-Dsouza's full-sized avatar
🖥️
Coding

Lourenço De Souza Heber-Dsouza

🖥️
Coding
View GitHub Profile
@aaronsnoswell
aaronsnoswell / common-syllables.txt
Created February 5, 2022 12:59
The 322 most common syllables (ordered most common to least) in the 5000 most common English words
ing
er
a
ly
ed
i
es
re
tion
in
@bmaupin
bmaupin / free-database-hosting.md
Last active December 8, 2025 06:52
Free database hosting
@chranderson
chranderson / nvmCommands.js
Last active December 8, 2025 01:47
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node