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 Lepton stylesheet (Chrome) *****************************************/ | |
@import url("css/leptonChrome.css"); | |
/** Add your custom styles below **********************************************/ | |
/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */ | |
/* | |
.editBMPanel_locationRow { | |
display: initial !important; |
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
/** | |
* @name Material_Discord_Custom | |
* @version 2.0.2 | |
* @description A theme based on Google's Material Design | |
* @author CapnKitten | |
* | |
* @website https://github.com/BobbyWibowo/Material-Discord-Custom | |
* @source https://github.com/BobbyWibowo/Material-Discord-Custom | |
*/ | |
/** Material Discord by CapnKitten (22/01/2023) -- unix timestamp is mainly to enforce browser cache refresh **/ |
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 | |
) |
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" |
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 │ | |
└─────────┴────────┴────────┴────────┴────────┴───────────┴──────────┴────────┘ | |
┌───────────┬─────────┬─────────┬─────────┬────────┬──────────┬──────────┬─────────┐ |
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
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 |
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