Skip to content

Instantly share code, notes, and snippets.

@534n0
534n0 / hash.ahk
Created March 16, 2021 15:59 — forked from anonymous1184/HashFile.ahk
Quick File Hashing
; Description: https://redd.it/m0kzdy
; Switch to display the full hashes
global wide := 0
; Enables/disabled algorithms
use := { MD2: 0
, MD4: 0
, MD5: 1
, SHA1: 1
@534n0
534n0 / .md
Created March 16, 2021 15:58 — forked from anonymous1184/VSCode.md
AHK Debugging with Visual Studio Code

AHK Debugging with Visual Studio Code

Guide created with VSCode version 1.54.1 (stable).

I'm not a native English speaker, so please report inconsistencies to [/u/anonymous1184][01] (for technical amends send a .patch of the source).

Table of Contents

  1. TL;DR Cookbook Recipe
  2. Choosing a Version