This file contains hidden or 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
| atom | |
| bonjour-browser | |
| charles | |
| chromium | |
| cocoapods | |
| google-drive | |
| growlnotify | |
| hazel | |
| joinme | |
| macdown |
This file contains hidden or 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
| #!/bin/sh | |
| gistId=8fe981c9d3696fe97955ebea7cc3e0f2 | |
| gistOld=/tmp/gist-restore.old | |
| gistCurrent=/tmp/gist-restore.current | |
| if [ -f "${gistOld}" ] | |
| then | |
| rm "${gistOld}" | |
| fi |
This file contains hidden or 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
| syntax on | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') |
This file contains hidden or 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
| #!/bin/bash | |
| username=michaelhenke | |
| trap 'echo "error at line $LINENO" >> /Users/${username}/loginerror.txt' ERR | |
| function shutdown() | |
| { | |
| hdiutil detach /private/tmp -force | |
| hdiutil detach /var/run -force | |
| hdiutil detach /Users/${username}/Library/Caches -force | |
| hdiutil detach /Users/${username}/Library/Developer/Xcode/DerivedData -force | |
| exit 0 |
This file contains hidden or 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
| augeas | |
| autoconf | |
| automake | |
| carthage | |
| cask-repair | |
| clamav | |
| cmake | |
| dialog | |
| eigen | |
| fdk-aac |
This file contains hidden or 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
| ffmpeg -i IMG_2265.TRIM.m4v -r 60 -an -aspect "16:9" -map 0:1 -vf "crop=1080:607:0:1000,scale=w=1920:h=1080,boxblur=lr=13" crop.m4v |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| 'd | |
| 'em | |
| 'll | |
| 'm | |
| 'mid | |
| 'midst | |
| 'mongst | |
| 'prentice | |
| 're |
This file contains hidden or 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
| <keymap> | |
| <global> | |
| <keyboard> | |
| <escape>Back</escape> | |
| </keyboard> | |
| </global> | |
| <FullscreenVideo> | |
| <keyboard> | |
| <up>VolumeUp</up> | |
| <down>VolumeDown</down> |
This file contains hidden or 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
| $ hashcat -b -m 2500 | |
| - Device #1: GeForce GTX 1080, 2028/8113 MB allocatable, 20MCU | |
| - Device #2: GeForce GTX 750 Ti, 499/1999 MB allocatable, 5MCU | |
| - Device #3: AMD Radeon R9 M370X Compute Engine, 512/2048 MB allocatable, 10MCU | |
| - Device #4: Iris Pro, 384/1536 MB allocatable, 40MCU | |
| Hashtype: WPA/WPA2 | |
| Speed.Dev.#1.: 384.9 kH/s (97.50ms) |
This file contains hidden or 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
| # https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW57 | |
| /usr/bin/nscurl --verbose --ats-diagnostics "https://gist.github.com" |