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
| #!/usr/bin/env python | |
| import re | |
| import requests | |
| url = 'https://api.github.com' | |
| headers = {'Authorization': 'token f62f5dd509ad5af86b4253e36a6852e9ce01f3e8'} | |
| next_url_pattern = r'<(.*)>; rel="next"' | |
| def all(url, headers): |
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
| <?php | |
| function postCommission() { | |
| $rlia = $this->getResLineItems(); | |
| $rid = $this->getResItemId(); | |
| $skip = false; | |
| $cruise_items = explode(",", CRUISE_CABIN_IDS); | |
| array_push($cruise_items, CRUISE_COMM_PORT_FEES_ITEM_ID); | |
| array_push($cruise_items, CRUISE_COMM_PORT_TAXES_ITEM_ID); | |
| if ($this->isCruise()) { |
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
| added to main.js | |
| Em.routes.add('contracts', App, App.routes.contractsRoute); | |
| added to routes.js | |
| contractsRoute: function(params) { | |
| App.stateManager.goToState('contracts'); | |
| } | |
| attempt this location | |
| http://perxwerx.perx.dev/itt-transfer-contracts/contracts |