Skip to content

Instantly share code, notes, and snippets.

View abdmun8's full-sized avatar
:octocat:
Focusing

Abdul Munim abdmun8

:octocat:
Focusing
View GitHub Profile
@abdmun8
abdmun8 / docker-mysql.md
Last active April 26, 2020 03:47
Setup mysql on docker

Setup mysql 5.6 on docker container

if you want to use other version just change the '5.6' source: https://hub.docker.com/r/mysql/mysql-server

Pull mysql 5.6 images

docker pull mysql/mysql-server:5.6

Run container bind port 3306 & set password

docker run --name=mysql5.6 -p 3306:3306 -e MYSQL_ROOT_HOST=% -e MYSQL_ROOT_PASSWORD=root -d mysql/mysql-server:5.6

Login to mysql

docker exec -t mysql5.6 mysql -uroot -proot

@abdmun8
abdmun8 / emojis.json
Created August 11, 2019 18:23 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👦‍👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw
@abdmun8
abdmun8 / LNGoogleCalSync-Launcher.applescript
Created August 11, 2019 18:23 — forked from oliveratgithub/LNGoogleCalSync-Launcher.applescript
AppleScript to launch the "Lotus Notes to Google Calendar Synchronizer"-GUI (LNGoogleCalSync) in the background on macOS
---- This AppleScript is written to work with the Lotus Notes to Google Calendar Synchronizer on macOS
---- http://lngooglecalsync.sourceforge.net
---- AppleScript by oliveratgithub
-- Change below path to match the location of the "lngsync.sh" file!
property lngsyncPath : "/Applications/LNGoogleCalSync/"
---- You don't need to care about the code below this line ;-)
property lngsyncFilePath : lngsyncPath & "lngsync.sh"
@abdmun8
abdmun8 / SendTestBot.php
Created May 30, 2018 04:52 — forked from banghasan/SendTestBot.php
Test Send Message Pakai PHP - Curl
<?php
/*
Simple File untuk Ngetes Send Pesan ke Bot
Memiliki banyak kegunaan dan tujuan
misalnya ngetes pesan dengan format tertentu, line break, char khusus, dll.
bisa dipergunakan juga untuk test hosting, cronjob, dan segala test lainnya.
Jika menggunakan mode GET :