September 23, 2020September 29, 2020 by ma 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 … Continue reading “Beep your way” →
February 1, 2020February 10, 2020 by ma 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 … Continue reading “Atom.io and some nice packages” →
January 29, 2020November 19, 2020 by ma Learning Python Looking at different programming languages can be both fun and challenging. A couple of years ago I had a go … Continue reading “Learning Python” →
January 15, 2020January 29, 2020 by ma Multiline comment Powershell ISE Alt+Shift, arrow keys and # to enter multiline comment.