View SimpleUpload.ps1
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
#Requires -Version 7 | |
# For simplicity's sake, this only accepts uploading 1 file at a time | |
Param( | |
[Parameter(ValueFromPipeline)][string] $File, | |
[string] $Token, | |
[int] $AlbumID, | |
[switch] $Silent = $False | |
) |
View MoveOldScreenshots.ps1
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
$Dirs = | |
"E:\Pictures\Screenshots", | |
"E:\Pictures\Steam Screenshots", | |
"E:\Videos\Recordings\GeForce Experience\Autodesk Flow Design", | |
"E:\Videos\Recordings\GeForce Experience\Autodesk Flow Design\FFBatch", | |
"E:\Videos\Recordings\GeForce Experience\Genshin Impact", | |
"E:\Videos\Recordings\GeForce Experience\Genshin Impact\FFBatch", | |
"E:\Pictures\bh3rd", | |
"E:\Pictures\Genshin Impact Screenshots" | |
$TargetSubDir = "old" |
View autocannon-0003.out
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
# Hyper-Express | |
$ autocannon http://localhost:3001/api/check --renderStatusCodes --debug --warmup [ -c 2500 -d 30 ] -c 2500 -d 30 -p 4 | |
┌─────────┬────────┬────────┬────────┬────────┬───────────┬──────────┬────────┐ | |
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │ Stdev │ Max │ | |
├─────────┼────────┼────────┼────────┼────────┼───────────┼──────────┼────────┤ | |
│ Latency │ 267 ms │ 447 ms │ 622 ms │ 645 ms │ 427.02 ms │ 76.18 ms │ 708 ms │ | |
└─────────┴────────┴────────┴────────┴────────┴───────────┴──────────┴────────┘ | |
┌───────────┬─────────┬─────────┬─────────┬────────┬──────────┬──────────┬─────────┐ |
View nginx-geoip2-ubuntu.md
This is only for Official NGINX mainline Ubuntu releases
https://nginx.org/en/linux_packages.html#Ubuntu
- Install NGINX build dependencies
Redo after every NGINX upstream updates, in case of new build dependencies
apt build-dep nginx
- Install additional build dependencies
View adsklicensinginstaller-win-11.0.0.4854.zip
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
https://download.autodesk.com/us/support/files/autodesk-licensing-service-update/win/adsklicensinginstaller-win-11.0.0.4854.zip |
View Grasscutter_Fiddler.js
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
import System; | |
import Fiddler; | |
class Handlers | |
{ | |
static const SERVER_HOST: String = "localhost"; // WSL2 must use exact local IP (ip addr list eth0) | |
static const DISPATCH_SERVER_PORT: Int32 = 42069; | |
static const UPSTREAM: Array = [ | |
".yuanshen.com", | |
".hoyoverse.com", |
View kitty-materia-dark.conf
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
# Materia Dark (PapirusDevelopmentTeam/materia-kde) | |
background #181818 | |
foreground #eff0f1 | |
cursor #eff0f1 | |
selection_background #ffffff | |
selection_foreground #2d2c2d | |
color0 #181818 | |
color1 #e14245 |
View No-skip-urls-list
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
/abp | |
/account | |
/adfs | |
/auth | |
/cookie | |
/download | |
/login | |
/logoff | |
/logon | |
/logout |
View WMSEUserSettings.json
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
{ | |
"ArrowAlphaScript" : 0, | |
"ArrowHAnchorScript" : "Left", | |
"ArrowPosXScript" : 0, | |
"ArrowPosYScript" : 712, | |
"ArrowScaleScript" : 100, | |
"ArrowVAnchorScript" : "bottom", | |
"ArrowWidgetScript" : 0, | |
"AttributeAlphaScript" : 0, | |
"AttributeHAnchorScript" : "Left", |
NewerOlder