Skip to content

Instantly share code, notes, and snippets.

View senina4's full-sized avatar
🎯
Focusing on nothing

Sean TW senina4

🎯
Focusing on nothing
View GitHub Profile
@senina4
senina4 / README.md
Last active January 4, 2024 02:03
Python VSCode Launch Config

Python launch config

vscode launch.json

{
   // Use IntelliSense to find out which attributes exist for C# debugging
   // Use hover for the description of the existing attributes
   // For further information visit https://github.com/OmniSharp/omnishar...
   "version": "0.2.0",
 "configurations": [
@senina4
senina4 / README.md
Last active July 14, 2024 08:09
Install Windows via command line

Install Windows via command line

diskpart
    convert gpt
    sel disk 0
    create part efi size=500
    format fs=fat32 quick
    assign letter w
    create part primary
 format quick