Skip to content

Instantly share code, notes, and snippets.

View marajmmc's full-sized avatar

Md. Maraj Hossain Tarafder marajmmc

View GitHub Profile
@phpfour
phpfour / LanguageType.php
Created April 1, 2020 10:42
Language List in PHP
<?php
/**
* ISO 639-1 Language Codes
*
* References: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
*/
class LanguageType
{
public static $list = [
@phpfour
phpfour / database.sh
Created January 25, 2021 02:21
Frequent MySQL/MariaDB operations
MySQL Operations
--------------------------------------
In this document:
- Export/Import DB
- Export/Import Table from DB
- mysqladmin
- Repair DB
--------------------------------------