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 from the Mavic Pro (2016) through to the latest Mavic Air 2 (2020):…
Removing duplicate values from an array in PHP by using array_unique(), this will return a new array, based on the…
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 a Linux system such as Ubuntu by using PHP. This is done by…
Bootstrap 4.5.0 framework Card element examples https://codepen.io/corbpie/pen/KKdJgjo Documentation and more examples here.
A simple system that automatically refreshes an expired OAuth access token if a call is attempted but the token is…
From May 11th 2020 Twitch has implemented OAuth to its helix API version, now instead of just needing the client…
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, the concept is the same as creating a text file except you have…