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
| { | |
| "statusCode": "200", | |
| "requestDateTime": "2019-09-03T22:12:03Z", | |
| "responseDateTime": "2019-09-03T18:32:03Z", | |
| "uniqueKey": "EP2019090380112_0001", | |
| "accessToken": "6816555b-9089-47bb-82a5-d45d957de484", | |
| "issuedDatetime": "2019-09-03T18:32:03Z", | |
| "expiredDatetime": "2019-09-04T18:31:03Z" | |
| } |
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
| { | |
| "statusCode": "200", | |
| "requestDateTime": "2019-09-04T12:12:50Z", | |
| "responseDateTime": "2019-09-04T12:15:50Z", | |
| "uniqueKey": "EP2019090480112_0002", | |
| "watchListStatus": "100", | |
| "complianceStatus": "101", | |
| "wlReason": "Supplier ติด Watch list (รอพิจารณา)" | |
| } |
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
| { | |
| "data": { | |
| "assetTypes": [ | |
| { | |
| "assetTypeName": "ATM", | |
| "expenseTypes": [ | |
| { | |
| "expenseTypeName": "ค่าเช่า - ATM", | |
| "numberOfPayment": 13, | |
| "totalPaymentAmount": 1391.0 |
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
| { | |
| "assetTypes": [ | |
| { | |
| "assetTypeName:": "ATM", | |
| "expenseTypes": [ | |
| { | |
| "expenseTypeName": "Rent", | |
| "numberOfPayment": 100, | |
| "totalPaymentAmount": 1000 | |
| }, |
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
| sudo chown -R YOUR_NAME /usr/local/lib/node_modules/ | |
| sudo chown -R YOUR_NAME /usr/local/share | |
| sudo chown -R YOUR_NAME /usr/local/bin |
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
| version: '3.1' | |
| services: | |
| blue-ocean: | |
| image: jenkinsci/blueocean:latest | |
| container_name: blue-ocean | |
| restart: always | |
| environment: | |
| TZ: Asia/Bangkok | |
| ports: |
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
| # base on https://stackabuse.com/how-to-uninstall-node-js-from-mac-osx/ | |
| sudo rm -rf /usr/local/lib/node_modules | |
| sudo rm -rf /usr/local/include/node | |
| sudo rm -rf /usr/local/include/node_modules | |
| sudo rm -rf /usr/local/bin/node | |
| sudo rm -rf /usr/local/bin/node-debug | |
| sudo rm -rf /usr/local/bin/node-gyp | |
| cd | |
| sudo rm -rf .npm |
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
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>php bathtext by www.code-father.com</title> | |
| <? | |
| $input_number=1111111.11; | |
| echo $input_number."<br>"; | |
| $digit=array('ศูนย์','หนึ่ง','สอง','สาม','สี่','ห้า','หก','เจ็ด','แปด','เก้า','สิบ','สิบเอ็ด'); | |
| $digit2=array('','สิบ','ร้อย','พัน','หมื่น','แสน','ล้าน'); | |
| $explode_number = explode(".",$input_number); |
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
| # 2017 - @leonjza | |
| # | |
| # Wordpress 4.7.0/4.7.1 Unauthenticated Content Injection PoC | |
| # Full bug description: https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html | |
| # Usage example: | |
| # | |
| # List available posts: | |
| # | |
| # $ python inject.py http://localhost:8070/ |