Skip to content

Instantly share code, notes, and snippets.

View YOUR1's full-sized avatar

Youri vd Bogert YOUR1

  • ArchiXL
  • Amersfoort, Utrecht, The Netherlands
View GitHub Profile
#!/usr/bin/php
<?php
$today = new DateTime();
$firstEntry = new DateTime();
// Set from timestamp (this should be the first log entry of nagios.log.old)
$firstEntry->setTimestamp( 1555408368 );
$interval = DateInterval::createFromDateString('1 day');
$period = new DatePeriod( $firstEntry, $interval, $today );
location /vshell2 {
root /usr/local;
## Set rewrites
rewrite ^/vshell2/(/)?$ /vshell2/frontend/index.html break;
}
location /vshell2/api {
root /usr/local;
@YOUR1
YOUR1 / Darts.class.php
Created January 19, 2014 19:08
PHP Dart score calculater
<?php
/**
* PHP Dartgame calculating class
* @author Youri van den Bogert
*/
class Darts {
/**
* @var string