Skip to content

Instantly share code, notes, and snippets.

View matriphe's full-sized avatar

Muhammad Zamroni matriphe

View GitHub Profile
@matriphe
matriphe / innodb2myisam.sh
Last active April 19, 2020 23:24
BASH script to convert InnoDB to MyISAM
#!/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'
@matriphe
matriphe / namadiayat.php
Last active August 29, 2015 14:02
Tools untuk membantu mencari "arti nama" dari urutan surat Quran. Just for fun!
<?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