- Download the jq binary and add it to your path.
- Access the following URL and save the returned JSON in a file called
repositories.json
.
- After adding the
jq.exe
binary to your path run the command:
W3 Schools | |
https://www.w3schools.com/php/php_quiz.asp | |
PHP Online Quiz | |
https://www.tutorialspoint.com/php/php_online_quiz.htm | |
WS Cube Tech | |
http://www.wscubetech.com/quiz-test-php | |
After Hours Programming |
<?php | |
add_filter('the_content', 'lngSetDefaultLanguageAsPortuguese'); | |
/** | |
* @param string $content | |
* @return string | |
*/ | |
function lngSetDefaultLanguageAsPortuguese($content) | |
{ |
repositories.json
.jq.exe
binary to your path run the command:<?php | |
/* | |
- Admin users will get a different URL with a bypass argument. | |
- The original clean URL will be cached in CloudFlare without the admin bar. | |
- The bypass URL argument ensures that CloudFlare shows you the most recent version of the page/data. | |
*/ | |
function efAddByPassParamToUrl($url) | |
{ | |
$time = time(); |
:: 1. Download your PHP version into Cmder vendor directory | |
:: 2. Add the following line to your user_profile.cmd file within Cmder | |
:: 3. Enjoy your fully portable PHP installation | |
@set "PATH=%PATH%;%CMDER_ROOT%\vendor\php-7.3.2-nts-Win32-VC15-x64" |
:: 1. Download Composer into Cmder vendor directory | |
:: 2. Add the following line to your user_alias.cmd file within Cmder | |
:: 3. Enjoy your fully portable Composer installation | |
composer=php "%CMDER_ROOT%\vendor\composer-1.8.4\composer.phar" $* |
My home setup (aka Battlestation) includes a main 40" 4K monitor in the middle and two secondary 22" vertical monitors on the sides. I run Windows 10.