This commit is contained in:
Jun-te Kim 2026-01-18 10:53:33 +00:00
parent 5e43d985c1
commit 8c238f0efb
3 changed files with 8 additions and 8 deletions

View file

@ -1 +0,0 @@
# Place holder

View file

@ -21,13 +21,7 @@
"<C-j>": false, "<C-j>": false,
"<C-S-c>": false, "<C-S-c>": false,
"<C-k>": false "<C-k>": false
}, }
// Terminal copy/paste via Ctrl+Shift+C / Ctrl+Shift+V
/* "terminal.integrated.copyOnSelection": false,
"terminal.integrated.commandsToSkipShell": [
"workbench.action.terminal.copySelection",
"workbench.action.terminal.paste"
], */
} }

View file

@ -1,3 +1,10 @@
- Pandas
- Setting up a nas computer DIY
https://www.youtube.com/watch?v=8_1OBOeuBsA
- Next.js Pages Router Tutorial — <https://nextjs.org/learn/pages-router> - Next.js Pages Router Tutorial — <https://nextjs.org/learn/pages-router>
- Next.js Dashboard App Tutorial — <https://nextjs.org/learn/dashboard-app> - Next.js Dashboard App Tutorial — <https://nextjs.org/learn/dashboard-app>
- MDN: Using Promises — <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises> - MDN: Using Promises — <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises>