call("/work", Method::GET); ?>

Most of my free open-source software is available on GitHub and it's also mirrored on my server

[[02 => [14 => []]]]] */ $rows = []; // Create array of arrays ordered by decending year, month, day, items foreach ($resp[1] as $row) { // Create array for current year if it doesn't exist if (!array_key_exists($row["date_year"], $rows)) { $rows[$row["date_year"]] = []; } // Create array for current month if it doesn't exist if (!array_key_exists($row["date_month"], $rows[$row["date_year"]])) { $rows[$row["date_year"]][$row["date_month"]] = []; } // Create array for current day if it doesn't exist if (!array_key_exists($row["date_day"], $rows[$row["date_year"]][$row["date_month"]])) { $rows[$row["date_year"]][$row["date_month"]][$row["date_day"]] = []; } // Append item to ordered array $rows[$row["date_year"]][$row["date_month"]][$row["date_day"]][] = $row; } ?>
$months): ?>

$days): ?>

$items): ?>

">

." type=""> ." type="" loading="lazy"/>

>

This is not really the end of the list. I will add some of my notable older work at some point.

Something went wrong!