Skip to content

Instantly share code, notes, and snippets.

View alserom's full-sized avatar

Alexander Romanov alserom

View GitHub Profile
@alserom
alserom / poe-dust.csv
Last active July 4, 2025 09:18
POE 3.25 Kingsmarch - Unique items list for disenchanting
name baseType dustVal dustValIlvl84 dustValIlvl84Q20 dustPerSlot w h slots link
Original Sin Amethyst Ring 1128.890000 2257780 2709336 2257780 1 1 1 https://poedb.tw/us/Original_Sin
Headhunter Leather Belt 891.160000 1782320 2138784 891160 2 1 2 https://poedb.tw/us/Headhunter
Mageblood Heavy Belt 891.160000 1782320 2138784 891160 2 1 2 https://poedb.tw/us/Mageblood
Defiance of Destiny Paua Amulet 891.160000 1782320 2138784 1782320 1 1 1 https://poedb.tw/us/Defiance_of_Destiny
Reefbane Fishing Rod 851.240000 1702480 2042976 425620 1 4 4 https://poedb.tw/us/Reefbane
Replica Shroud of the Lightless Carnal Armour 791.780000 1583560 1900272 263926 2 3 6 https://poedb.tw/us/Replica_Shroud_of_the_Lightless
Stasis Prison Carnal Armour 791.780000 1583560 1900272 263926 2 3 6 https://poedb.tw/us/Stasis_Prison
The Squire Elegant Round Shield 768.720000 1537440 1844928 256240 2 3 6 https://poedb.tw/us/The_Squire
Rakiata's Dance Engraved Greatsword 768.720000 1537440 1844928 192180 2 4 8 https://poedb.tw/us/Rakiatas_Dance
@alserom
alserom / authenticator.php
Created February 27, 2019 17:22
Certbot. Pre and Post Validation Hooks for https://www.ukraine.com.ua
<?php
require_once __DIR__ . '/config.php';
require_once __DIR__ . '/sendRequest.function.php';
$domain = getenv('CERTBOT_DOMAIN');
$validation = getenv('CERTBOT_VALIDATION');
if ($domain === false || $validation === false) {
throw new \Exception('CERTBOT_DOMAIN or CERTBOT_VALIDATION does not exists in environment');
}