I hereby claim:
- I am harrisonlingren on github.
- I am hlingren (https://keybase.io/hlingren) on keybase.
- I have a public key whose fingerprint is 21FA C3E1 221B AF13 72D9 7DD0 08AC 516A 1FC9 D42C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<style> | |
div { width:100%; height:100%; } | |
.layer-1 { width:1500px; height:500px; } | |
.layer-1{ | |
background: -moz-linear-gradient(140deg, rgba(105,255,255,1) 0%, rgba(1,68,159,1) 100%); | |
background: -webkit-linear-gradient(140deg, rgba(105,255,255,1) 0%, rgba(1,68,159,1) 100%); | |
background: -o-linear-gradient(140deg, rgba(105,255,255,1) 0%, rgba(1,68,159,1) 100%); | |
background: -ms-linear-gradient(140deg, rgba(105,255,255,1) 0%, rgba(1,68,159,1) 100%); | |
background: linear-gradient(310deg, rgba(105,255,255,1) 0%, rgba(1,68,159,1) 100%); | |
} |
@rem *** Disable Some Service *** | |
sc stop DiagTrack | |
sc stop diagnosticshub.standardcollector.service | |
sc stop dmwappushservice | |
sc stop WMPNetworkSvc | |
sc stop WSearch | |
sc config DiagTrack start= disabled | |
sc config diagnosticshub.standardcollector.service start= disabled | |
sc config dmwappushservice start= disabled |
#!/bin/bash | |
# Batch convert video files to frames | |
# script by Harrison Lingren | |
for file in Video/*; | |
do | |
echo "> Parsing file: $file"; | |
if [ ! -d "${file:6:4}" ]; then | |
echo "> Creating directory ${file:6:4}..."; |
PCPartPicker part list / Price breakdown by merchant
Type | Item | Price |
---|---|---|
CPU | Intel - Core i5-4590 3.3GHz Quad-Core Processor | Purchased For $0.00 |
Motherboard | ASRock - Fatal1ty Z87 Killer ATX LGA1150 Motherboard | Purchased For $0.00 |
Memory | Team - Vulcan 16GB (2 x 8GB) DDR3-1600 Memory | Purchased For $0.00 |
Storage | SanDisk - Ultra II 960GB 2.5" Solid State Drive | Purchased For $0.00 |
Video Card | [Asus - GeForce GTX 1070 8GB STRIX Video Card](https://pcpartpicker.com/product/GGPzK8/asus-geforce-gtx-1070-8gb-video-card-rog-strix-gtx1070-8g-gamin |