Skip to content

Instantly share code, notes, and snippets.

View francesco-plt's full-sized avatar
🎯
Focusing

Francesco Pallotta francesco-plt

🎯
Focusing
View GitHub Profile
@francesco-plt
francesco-plt / vscode_C_debug.md
Created March 13, 2023 15:16
Setup to debug C files on macOS using vscode and lldb
  • tasks.json:
{
    "version": "2.0.0",
    "tasks": [
        {
            "type": "shell",
            "label": "Build C",
            "command": "gcc",
            "args": [
@francesco-plt
francesco-plt / surface.ahk
Created December 22, 2020 14:58
A collection of ahk shortcuts I'm using on my laptop which improved my workflow
#SingleInstance, force
; A collection of ahk shortcuts which improved my workflow
; QUICK OPEN SHORTCUTS __________________________________________________________
; open edge chromium
#n:: Run msedge ; win+n
return
; open terminal