Skip to content

Instantly share code, notes, and snippets.

View sammid37's full-sized avatar
🌼

Samantha Medeiros sammid37

🌼
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active July 19, 2024 10:36
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@diego3g
diego3g / settings.json
Last active July 18, 2024 15:53
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
@jokkebk
jokkebk / White balance.ipynb
Created August 17, 2019 11:34
Correcting image white balance with Python PIL and Numpy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.