format("YmdHi"); $entries[$i]["ctl"] = $ctl; $datestamp = $dt -> format("Ymd"); $files = array( "agenda" => sprintf("agenda/%d.md", $datestamp) , "minutes" => sprintf("minutes/%d.md", $datestamp) ); foreach ( $files as $key => $file ) { if ( file_exists( $file ) ) { $entries[$i][$key] = file_get_contents($file); } } } usort($entries, function ($a, $b) { $dateA = new DateTime($a['start']); $dateB = new DateTime($b['start']); return $dateA < $dateB ? 1 : -1; }); return($entries); } ?>
We’re a group of tech enthusiasts who enjoy exploring the latest trends in technology using our own hardware, in our own time. We founded Homelab Brisbane to connect with others who share this passion — to ask and answer questions, share insights, and make discoveries together.
We publish our past and upcoming events on the following url. You can subscribe to them in the calendar of your choice.
= $event["description"] ?>
= Markdown::defaultTransform($event["minutes"]) ?>
= Markdown::defaultTransform($event["agenda"]) ?>