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
touch /etc/nginx/sites-available/your-site.com | |
// your-site.com | |
server { | |
listen 80 default_server; | |
listen [::]:80 default_server; | |
root /var/www/html; | |
index index.html index.htm index.nginx-debian.html; |
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
currencyFormat(num) { | |
return "Rp " + num.toFixed().replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1."); | |
}, |
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
ffmpeg -i Inputfile.flv -vcodec h264 -acodec aac -strict -2 Filename.mp4 |
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
{ | |
"Message": "SUCCESS", | |
"ErrorMessage": null, | |
"Code": 200, | |
"Offices": [ | |
{ | |
"MO_TELP": "(021) 55733333", | |
"MO_LATITUDE": "-6.193868", | |
"MO_CODE": null, | |
"MO_NAME": "Gerai Paspor Tangcity Mall (Kantor Imigrasi Tangerang)", |
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
Once in a while when I wake up, | |
I find myself crying. | |
The dream I must have had, | |
I can never recall. | |
But... | |
The sensation I've lost something, lingers for a long time after I wake up. | |
Im always searching for something, for someone. |