This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:dc0bc65a07fd97e3217952f6225fdc9c0bfaa273] |
This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:dc0bc65a07fd97e3217952f6225fdc9c0bfaa273] |
This file contains hidden or 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
int buttonResetId = 2; | |
int button1Id = 3; | |
int button2Id = 4; | |
int ledId = 5; | |
int ledMonitorId = 6; | |
int ledActivityId = LED_BUILTIN; | |
bool defaultState = false; | |
bool lastState = false; | |
bool monitorTogglerState = false; |
This file contains hidden or 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
From: "Automated EFAIL test" <[email protected]> | |
Subject: EFAIL vulnerability test | |
MIME-Version: 1.0 | |
Content-Type: multipart/alternative; boundary="BOUNDARY" | |
--BOUNDARY | |
Content-Type: text/html; charset=UTF-8 | |
Část první: Lorem ipsum dolor sit amet, consectetur adipiscing elit. <small>(ion.cz/efail)</small> | |
--BOUNDARY |
This file contains hidden or 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
<?php | |
declare(strict_types=1); | |
namespace App; | |
// Bootstrap je třída, která se stará o zavedení aplikace. | |
class Bootstrap | |
{ | |
public static function boot(): AppLoader |
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 19KPFUNsZ1EZffesKRgWawQHkp11MgrfdK https://explorer.blockstack.org/address/19KPFUNsZ1EZffesKRgWawQHkp11MgrfdK |
This file contains hidden or 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
<?php | |
declare(ticks=1); | |
$file = __DIR__ . '/scratch.log'; | |
$f = popen(sprintf('tail -n 0 -f %s', escapeshellarg($file)), 'rb'); | |
while (feof($f) === false) { | |
$buffer = fgets($f); | |
echo "Line: $buffer"; | |
usleep(1000); |
This file contains hidden or 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
const AWS = require('aws-sdk'); | |
const s3 = new AWS.S3(); | |
const ses = new AWS.SES(); | |
// Configuration - you MUST fill all these {PLACEHOLDERS} | |
const bucketName = {BUCKET_NAME}; | |
const bucketPrefix = {BUCKET_PATH_PREFIX}; // you can leave empty string | |
// e-mail address to send bounces from | |
const reportSender = {REPORT_SENDER_EMAIL}; |
This file contains hidden or 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
<?php | |
declare(strict_types=1); | |
class AutoPasswords | |
{ | |
/** @var IPasswords[] */ | |
private $passwords; | |
/** @var IPasswords */ | |
private $defaultPasswords; |
This file contains hidden or 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
Obchodní podmínky Zákaznické karty České pošty, s.p. | |
platné od 1. 10. 2020 | |
I. Obecná ustanovení | |
Základní ustanovení | |
1. Tyto Obchodní podmínky upravují podmínky zákaznického programu „Zákaznická karta České pošty“ (dále jen „Zákaznická karta“), podmínky vydání a užívání Zákaznické karty vydávané společností Česká pošta,s.p., se sídlem Politických vězňů 909/4, Praha 1 (dále jen „ČP“) a práva a povinnosti Držitele Zákaznické karty (dále jen „Držitel“). | |
2. Zákaznický program „Zákaznická karta“ je věrnostní program České pošty, jehož prostřednictvím mohou Držitelé za podmínek a způsobem uvedeným v těchto Obchodních podmínkách čerpat dále zmíněné výhody při využívání poštovních služeb ČP. | |
Zákaznická karta slouží k uplatňování těchto výhod a k identifikaci Držitele pro účely jejich využívání. |