One mistake we made with the prior veri
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
| { | |
| init: function (elevators, floors) { | |
| var DS = this.api.instances.DispatchServiceInstance = new this.api.services.DispatchService(this.api, floors), | |
| ES = this.api.instances.ElevatorServiceInstance = new this.api.services.ElevatorService(this.api, elevators); | |
| DS.on("new_task", function () { | |
| console.info("New task", this); | |
| // if (ES.idleElevatorsAvailable()) | |
| // ES.processTask(DS.nextTask()); | |
| }); |
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
| ################################# | |
| # Functions # | |
| ################################# | |
| function aws { | |
| /usr/local/bin/aws "$@" | ppj | |
| } | |
| function ppj { | |
| pygmentize -f terminal256 -l json -O style=monokai |
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
| {"lastUpload":"2020-06-03T17:56:23.661Z","extensionVersion":"v3.4.3"} |
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
| {"lastUpload":"2020-06-03T20:49:48.150Z","extensionVersion":"v3.4.3"} |
OlderNewer