This is a CSV of United Nations World Population Prospects 2019 Dataset
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 | |
| $required_php_version = '8.2.0'; | |
| $required_extensions = [ | |
| 'bcmath', | |
| 'ctype', | |
| 'curl', | |
| 'dom', | |
| 'fileinfo', | |
| 'filter', |
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
| How to setup phpMyAdmin in Homestead | |
| By Andrews Ang / Sep 06, 2016 / IT admin, Laravel, Programming, Tutorial, Web | |
| Writing this for my own reference. Hope it helps someone too. | |
| Install using Ubuntu repository: | |
| This will install phpMyAdmin from Ubuntu’s repositories. Assuming that your projects live in /home/vagrant/Code: | |
| On your hosting machine, open a terminal, go to your homestead folder, after “vagrant up”, enter “vagrant ssh” to ssh to your virtual machine. | |
| Then enter “sudo apt-get install phpmyadmin” (Do not select apache2 nor lighttpd when prompted. Just hit tab and enter.) |
A dataset of named CSS colors
From MDN: CSS Named Colors