This file contains 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
#!/bin/bash | |
# MySQL info | |
DB_USER='your-db-user' | |
DB_PSWD='your-db-password' | |
DB_HOST='localhost' | |
# Backup path, no trailing slash! | |
BACKUP_PATH='/backup/sql/path' |
This file contains 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 | |
/* | |
* namadiayat.php | |
* Terinspirasi dari @hermansaksono https://twitter.com/hermansaksono/status/475322396711206912 | |
* | |
* Jalankan menggunakan PHP CLI: php namadiayat.php NAMA | |
* | |
* Semoga bermanfaat untuk menemukan arti nama di Quran. Just for fun. :) | |
* | |
* @matriphe Juni 2014 |
NewerOlder