Skip to content

Instantly share code, notes, and snippets.

View paksoft18's full-sized avatar
🎯

Fazal Ashfaq paksoft18

🎯
View GitHub Profile
@paksoft18
paksoft18 / data.json
Created November 6, 2023 18:36
5 Days Weather Forecast JSON
{"cod":"200","message":0,"cnt":40,"list":[{"dt":1699304400,"main":{"temp":2.39,"feels_like":2.39,"temp_min":1.66,"temp_max":2.39,"pressure":992,"sea_level":992,"grnd_level":980,"humidity":100,"temp_kf":0.73},"weather":[{"id":500,"main":"Rain","description":"light rain","icon":"10n"}],"clouds":{"all":100},"wind":{"speed":0.86,"deg":19,"gust":0.8},"visibility":120,"pop":0.85,"rain":{"3h":1.24},"sys":{"pod":"n"},"dt_txt":"2023-11-06 21:00:00"},{"dt":1699315200,"main":{"temp":1.98,"feels_like":1.98,"temp_min":1.6,"temp_max":1.98,"pressure":993,"sea_level":993,"grnd_level":981,"humidity":100,"temp_kf":0.38},"weather":[{"id":500,"main":"Rain","description":"light rain","icon":"10n"}],"clouds":{"all":100},"wind":{"speed":0.85,"deg":318,"gust":0.84},"visibility":121,"pop":1,"rain":{"3h":1.09},"sys":{"pod":"n"},"dt_txt":"2023-11-07 00:00:00"},{"dt":1699326000,"main":{"temp":1.53,"feels_like":1.53,"temp_min":1.53,"temp_max":1.53,"pressure":995,"sea_level":995,"grnd_level":982,"humidity":100,"temp_kf":0},"weather":[{"id
#!/bin/sh
#######################################
# Bash script to install an LAMP stack and PHPMyAdmin plus tweaks. For Debian based systems.
# Written by Fazal-e-Mabood
# In case of any errors (e.g. MySQL) just re-run the script. Nothing will be re-installed except for the packages with errors.
#######################################
#COLORS