This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
cinst 7zip | |
cinst adobe-creative-cloud | |
cinst atom | |
cinst ChocolateyPackageUpdater | |
cinst deluge | |
cinst DotNet4.5.1 | |
cinst dropbox | |
cinst fiddler4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# by @tapbot_paul | |
# http://dump.beaugil.es/blog/itunesmatch/ | |
# Don't blame me if this nukes your metadata, formats your drive, kills your kids | |
# This script goes through any iCloud Matched songs in your iTunes library and tries to update the | |
# metadata from the iTunes Store | |
# Will run against selected tracks or if nothing selected entire library | |
# install the required gems with the following commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst adobe-creative-cloud | |
cinst ChocolateyPackageUpdater | |
cinst ccleaner | |
cinst deluge | |
cinst DotNet4.5.1 | |
cinst dropbox | |
cinst fiddler4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background: linear-gradient(90deg, #000000, #322a37); | |
background-size: 400% 400%; | |
-webkit-animation: AnimationName 5s ease infinite; | |
-moz-animation: AnimationName 5s ease infinite; | |
-o-animation: AnimationName 5s ease infinite; | |
animation: AnimationName 5s ease infinite; | |
@-webkit-keyframes AnimationName { | |
0%{background-position:0% 51%} | |
50%{background-position:100% 50%} | |
100%{background-position:0% 51%} |