Skip to content

Instantly share code, notes, and snippets.

View fey's full-sized avatar
:shipit:
Working from home

Nikolay Gagarinov fey

:shipit:
Working from home
View GitHub Profile
<?php
declare(strict_types=1);
<?php
declare(strict_types=1);
function dateFormat(DateTimeInterface $dt, string $format): string
{
$len = strlen($format);
@fey
fey / index.html
Created February 13, 2026 14:45
js_dom_fsm_data
<div id="result">0</div>
<button id="increment">+</button>
<button id="decrement">-</button>