This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
JSON Encode Pretty Print with horizontal alignment of colons | |
json_encode( $obj, JSON_PRETTY_PRINT | JSON_NUMERIC_CHECK) | |
{ | |
"title": "languages", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
// Usage: /usr/bin/mysql DBNAME -u USERNAME -pPASSWORD -t -e "SELECT * FROM mytable" | tabulate | |
define ('MAX_ROW_WIDTH', 140); | |
define ('MAX_DATA_WIDTH', 100); | |
function convert ($table) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
date_default_timezone_set('UTC'); | |
$lon = "-0.19759370325694858"; | |
$lat = "51.35956063540873"; | |
$url = "https://www.7timer.info/bin/civil.php?lon=$lon&lat=$lat&unit=metric&ac=0&output=json"; | |
$weathers = [ |