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
~~Ariphaos Unofficial Patch (3.14) || v3.14.159 || https://steamcommunity.com/sharedfiles/filedetails/?id=1995601384 | |
~~Scripted Trigger Undercoat || v3.14.159 || https://steamcommunity.com/sharedfiles/filedetails/?id=2868680633 | |
Astronomical Objects Reborn || v3.14.15 || https://steamcommunity.com/sharedfiles/filedetails/?id=3256337211 | |
! IBS Real Galaxy HD || * || https://steamcommunity.com/sharedfiles/filedetails/?id=2897254807 | |
! Sartek Tradition - Ascension Perk Merger || v3.14.* || https://steamcommunity.com/sharedfiles/filedetails/?id=2821711162 | |
! Sartek District and Economy Merger Add-on || v3.14.* || https://steamcommunity.com/sharedfiles/filedetails/?id=2877750087 | |
Dynamic Difficulty - Ultimate Customization || v3.14.* || https://steamcommunity.com/sharedfiles/filedetails/?id=1590362799 | |
Dynamic Mod Menu [3.10.*] || 3.10.* || https://steamcommunity.com/sharedfiles/filedetails/?id=2458024521 | |
3 Civic Slots || 2.7.* || https://steamcommunity.com/sharedfiles/filedetails/?id=2247921568 | |
Encyclopedia of Species |
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
The Ultimate Performance Multiplayer Stellaris Collection | |
https://steamcommunity.com/sharedfiles/filedetails/?id=2829441705 | |
Irony's clipboard export with metadata. Last exported at 24 Nov 2024. | |
~~Ariphaos Unofficial Patch (3.14) || v3.14.159 || https://steamcommunity.com/sharedfiles/filedetails/?id=1995601384 | |
~~Scripted Trigger Undercoat || v3.14.159 || https://steamcommunity.com/sharedfiles/filedetails/?id=2868680633 | |
Astronomical Objects Reborn || v3.14.15 || https://steamcommunity.com/sharedfiles/filedetails/?id=3256337211 | |
! IBS Real Galaxy HD || * || https://steamcommunity.com/sharedfiles/filedetails/?id=2897254807 | |
! Sartek Tradition - Ascension Perk Merger || v3.14.* || https://steamcommunity.com/sharedfiles/filedetails/?id=2821711162 |
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
NewerOlder