Skip to content

Instantly share code, notes, and snippets.

View pawlik's full-sized avatar
🎯
Focusing

Grzegorz Pawlik pawlik

🎯
Focusing
View GitHub Profile
@pawlik
pawlik / instructions.md
Created September 27, 2021 07:56 — forked from douglasmiranda/instructions.md
Add email to Keybase.io PGP Key (Public Key)

Export your public key:

keybase pgp export > keybase-public.key

Export your private key:

keybase pgp export --secret > keybase-private.key

:trollface: 👍 👎 ✈️ 🎨 🐻 🍺 🚲 💣 📖

class Iterator2ArrayDecorator {
/**
* @var \Iterator
*/
private $iterator;
public function __construct(\Iterator $iterator)
{
$this->iterator = $iterator;