Programming

AutoHotkey

AutoHotkey is a free software for creating keyboard macros on Windows

Beep your way

I’ll give you a beep! First number sets the pitch, second the tone length [console]::beep(500,300) [console]::beep(2100,300) You can use it in a script to warn

Atom.io and some nice packages

A list of some nice packages that helps alot. Read about them in Atom by opening settings and install.(ctrl+shift+p) Remote-ftp Autocomplete-html Atom-live-server Emmet Pigments Minimap

Learning Python

Looking at different programming languages can be both fun and challenging. A couple of years ago I had a go at Python just to see