Skip to content

Instantly share code, notes, and snippets.

View kkoci's full-sized avatar
🎯
Focusing

kristian koci kkoci

🎯
Focusing
  • Feeltech LTD
  • London
  • 13:58 (UTC -12:00)
View GitHub Profile
@kkoci
kkoci / modern-geospatial-python.md
Created March 8, 2019 17:28 — forked from jqtrde/modern-geospatial-python.md
Modern remote sensing image processing with Python
@kkoci
kkoci / nvmCommands.js
Created December 27, 2024 00:09 — forked from chranderson/nvmCommands.js
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