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
{ | |
"say" : "hello" | |
} |
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
{ | |
"status": 1, | |
"message": "Sukses", | |
"data": { | |
"system_message": "SUCCESS", | |
"response": { | |
"additionaldata": [], | |
"billdetails": [ | |
{ | |
"adminfee": "0.0", |
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
{ | |
"name": "nightwatch_webcrawler", | |
"description": "A web crawler sample based on nightwatch.", | |
"version": "0.0.1", | |
"author": { | |
"name": "tonypai", | |
"email": "[email protected]" | |
}, | |
"homepage": "http://github.com/tpai", | |
"dependencies": { |
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 | |
namespace App\Events; | |
use Illuminate\Contracts\Broadcasting\ShouldBroadcast; | |
use Illuminate\Queue\SerializesModels; | |
class NewMessage extends Event implements ShouldBroadcast | |
{ | |
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 | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use App\Helpers\Api; | |
use App\Helpers\RestCurl; | |
use App\Helpers\Doku; | |
use App\Models\DokuModel; | |
use App\Models\DokuLogModel as DokuLog; |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"code": "AAA", | |
"lat": "-17.3595", | |
"lon": "-145.494", | |
"name": "Anaa Airport", | |
"city": "Anaa", | |
"state": "Tuamotu-Gambier", | |
"country": "French Polynesia", |
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 | |
function selisihHari($tglAwal, $tglAkhir){ | |
// list tanggal merah selain hari minggu | |
$tglLibur = array( | |
"2019-02-02", | |
"2019-02-03", | |
"2019-02-05", | |
"2019-02-07", | |
"2019-02-09", |
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
{ | |
"20180101": { | |
"deskripsi": "Hari Tahun Baru", | |
"dibuat": "20170926T230321Z", | |
"dimodifikasi": "20170926T230321Z", | |
"status": "CONFIRMED" | |
}, | |
"20180216": { | |
"deskripsi": "Tahun Baru Imlek", | |
"dibuat": "20170926T230321Z", |
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 | |
// nanti ambil dari adms menggunakan curl | |
$dari_ims = '{"draw":2,"recordsTotal":320,"recordsFiltered":320,"data":[["10","<a href=\"map_lot_list_detail.php?id=3218&item=38580\">\r\n\t\t\t\t\t\t<image width=\"60%\" src=\"http:\/\/103.7.1.36\/blue-t\/ImageShare\/38580\/img\/photo\/1.jpg\"><\/a>","MEDAN","BK1896DU","2017","TOYOTA CALYA 1.2 G MINIBUS MT","09-05-2018<br>0","SILVER METALIK","BENSIN","E","0"],["42","<a href=\"map_lot_list_detail.php?id=3218&item=38564\">\r\n\t\t\t\t\t\t<image width=\"60%\" src=\"http:\/\/103.7.1.36\/blue-t\/ImageShare\/38564\/img\/photo\/1.jpg\"><\/a>","MEDAN","BK1997PJ","2016","DAIHATSU XENIA 1.3 X MINIBUS MT","09-05-2018<br>35,496","HITAM METALIK","BENSIN","B","0"],["41","<a href=\"map_lot_list_detail.php?id=3218&item=39300\">\r\n\t\t\t\t\t\t<image width=\"60%\" src=\"http:\/\/103.7.1.36\/blue-t\/ImageShare\/39300\/img\/photo\/1.jpg\"><\/a>","MEDAN","BK1006DP","2017","TOYOTA AVANZA 1.3 G GRAND MINIBUS MT","09-05-2018<br>10,160","HITAM METALIK","BENSIN","B","0"],["40","< |