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
alert('Hello2!'); |
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
$ python --version | |
Python 2.7.10 | |
$ ./script/bootstrap.py -v | |
Running in verbose mode | |
git submodule sync --recursive | |
Synchronizing submodule url for 'vendor/boto' | |
Synchronizing submodule url for 'vendor/breakpad' | |
Synchronizing submodule url for 'vendor/breakpad/src' | |
Synchronizing submodule url for 'vendor/crashpad' |
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
class MyDraggableList extends DraggableList { | |
constructor(props) { | |
super(props); | |
// We need to override and intercept calls to the _handleMouseMove() function defined in the DraggableList class. | |
// However, this function is NOT an instance method; we cannot simply override it. `this._handleMouseMove` is | |
// actually just an instance variable pointing to a function, so the way we "override" it is by modifying that | |
// variable to point to our custom implementation (_newHandleMouseMove) while keeping a pointer to the original | |
// function so we can still call it. Many Bothans died to bring us this information. | |
this._oldHandleMouseMove = this._handleMouseMove; |
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
{ | |
"alternative_names": [[ | |
"", | |
"" | |
]], | |
"alternative_summaries": [{ | |
"end_point": "Boulevard Louis Barthou", | |
"total_time": 37031, | |
"total_distance": 72963196, | |
"start_point": "Friedrich-Karl-Straße" |
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
ESC[31m[warn] Process ./osrm-routed could not be locked to RAMESC[0m | |
[info] starting up engines, v0.3.7, compiled at Dec 18 2013, 21:40:17ESC[0m | |
[info] HSGR file: "planet.osrm.hsgr"ESC[0m | |
ESC[33m[debug] Nodes file: "planet.osrm.nodes"ESC[0m | |
ESC[33m[debug] Edges file: "planet.osrm.edges"ESC[0m | |
ESC[33m[debug] RAM file: "planet.osrm.ramIndex"ESC[0m | |
ESC[33m[debug] Index file: "planet.osrm.fileIndex"ESC[0m | |
ESC[33m[debug] Names file: "planet.osrm.names"ESC[0m | |
ESC[33m[debug] Timestamp file: "planet.osrm.timestamp"ESC[0m | |
ESC[33m[debug] Threads: 8ESC[0m |
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
Started at 2013-12-23_184850_GMT | |
[info] Input file: planet.osrm[0m | |
[info] Restrictions file: planet.osrm.restrictions[0m | |
[info] Profile: profile.lua[0m | |
[info] Threads: 8[0m | |
[info] Importing n = 448328755 nodes [0m | |
[info] and 473405725 edges [0m | |
[info] Graph loaded ok and has 473205464 edges[0m | |
[info] 214269 restrictions, 142642 bollard nodes, 538487 traffic lights[0m | |
[info] Generating edge-expanded graph representation[0m |
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
top - 14:49:49 up 5 days, 23:45, 1 user, load average: 6.29, 6.28, 6.26 | |
Tasks: 1 total, 1 running, 0 sleeping, 0 stopped, 0 zombie | |
Cpu(s): 25.0%us, 0.0%sy, 0.0%ni, 75.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st | |
Mem: 251649120k total, 222631552k used, 29017568k free, 978248k buffers | |
Swap: 0k total, 0k used, 0k free, 112514712k cached | |
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | |
12799 ubuntu 20 0 105g 98g 4088 R 800 41.2 18590:54 osrm-prepare |
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
Sat Dec 21 12:53:26 UTC 2013 | |
[info] Input file: planet.osrm[0m | |
[info] Restrictions file: planet.osrm.restrictions[0m | |
[info] Profile: profile.lua[0m | |
[info] Threads: 8[0m | |
[info] Importing n = 448328755 nodes [0m | |
[info] and 473405725 edges [0m | |
[info] Graph loaded ok and has 473205464 edges[0m | |
[info] 214269 restrictions, 142642 bollard nodes, 538487 traffic lights[0m | |
[info] Generating edge-expanded graph representation[0m |
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
Fri Dec 20 20:26:17 UTC 2013 | |
[info] Input file: planet.osm.pbf[0m | |
[info] Profile: profile.lua[0m | |
[info] Threads: 8[0m | |
[info] Using script profile.lua[0m | |
[STXXL-MSG] STXXL v1.3.1 (release) | |
[STXXL-MSG] 1 disks are allocated, total space: 100000 MiB | |
[info] Using turn restrictions[0m | |
[info] Found 3 exceptions to turn restriction[0m | |
[info] motorcar[0m |
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
The following stderr showed up in the console output: | |
... | |
[warn] Edge weight large -> 869734 | |
[warn] Edge weight large -> 6065371 | |
[warn] Edge weight large -> 7427333 | |
... | |
The following stdout was redirected to file (I let it run for two days on an EC2 cr1.8xlarge instance before finally killing it): |
NewerOlder