Skip to content

Instantly share code, notes, and snippets.

@ParkerK
ParkerK / my.css
Created July 8, 2017 16:19 — forked from anonymous/my.css
CSS Gradient Animation
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%}
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
#!/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
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
cinst 7zip
cinst adobe-creative-cloud
cinst atom
cinst ChocolateyPackageUpdater
cinst deluge
cinst DotNet4.5.1
cinst dropbox
cinst fiddler4