VirtualTam's bookmarks
78 bookmarks found
-
- https://www.ikeahackers.net/2018/10/home-office-furniture-kallax-hack.html
- https://www.thehomestud.com/2018/10/20/ikea-kallax-into-office-storage/
- https://www.ikeahackers.net/2018/11/ikea-poang-3-seat-sofa.html
- https://www.ikeahackers.net/2010/11/the-dreaded-kids-train-table-with-a-new-twist.html
- https://www.ikeahackers.net/2008/06/train-in-your-coffee-table.html
- https://www.ikeahackers.net/2017/06/diy-hidden-cat-litter-station.html
-
Arduino Sound Level Meter
2019-07-05 - https://circuitdigest.com/microcontroller-projects/arduino-sound-level-measurement/
- https://blog.yavilevich.com/2016/08/arduino-sound-level-meter-and-spectrum-analyzer/
- https://github.com/ayavilevich/ArduinoSoundLevelMeter
- https://blog.arduino.cc/2018/10/03/measure-noise-levels-in-your-home-with-the-hello-light/
- https://github.com/JeremySCook/HelloLight
-
Tonto's Expanding Head Band
2019-07-04 - https://www.rollingstone.com/music/music-features/history-of-giant-stevie-wonder-synth-tonto-752161/
- https://www.synthtopia.com/content/tag/tonto/
- https://www.synthtopia.com/content/2014/01/09/the-mothership-has-landed-tonto-synthesizer-finds-new-home-at-national-music-centre/
- https://en.wikipedia.org/wiki/Tonto%27s_Expanding_Head_Band#The_TONTO_synthesizer
-
Moment.js | Home
2018-10-16 -
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352