Greens Lake drone images

6 years ago

Greens Lake drone images and video taken on a foggy late May morning. https://www.youtube.com/watch?v=kWv54z3DYiA

DJI Mavic series drone basic comparison table

6 years ago

DJI Mavic series drone basic comparison table from the Mavic Pro (2016) through to the latest Mavic Air 2 (2020):…

Removing duplicates from an array in PHP

6 years ago

Removing duplicate values from an array in PHP by using array_unique(), this will return a new array, based on the…

DayZ server setup and install on Windows server 2019 with SteamCMD

6 years ago

A current guide on installing and setting up a DayZ Standalone server by using SteamCMD, this guide also includes a…

Check if a process is running on Linux with PHP

6 years ago

Check if a process is running on a Linux system such as Ubuntu by using PHP. This is done by…

Bootstrap card examples

6 years ago

Bootstrap 4.5.0 framework Card element examples https://codepen.io/corbpie/pen/KKdJgjo Documentation and more examples here.

Automatically refreshing OAuth access tokens with PHP

6 years ago

A simple system that automatically refreshes an expired OAuth access token if a call is attempted but the token is…

Twitch API authentication with OAuth using PHP

6 years ago

From May 11th 2020 Twitch has implemented OAuth to its helix API version, now instead of just needing the client…

PHP filemtime; file last modified time

6 years ago

Getting a file's modified time with PHP is done by using the filemtime() function, this returns the files last modified…

Creating a PHP file by using PHP

6 years ago

Creating a PHP file by using PHP, the concept is the same as creating a text file except you have…