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
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+cmd+p", | |
| "command": "projectManager.listProjects" | |
| }, | |
| { | |
| "key": "alt+cmd+p", | |
| "command": "-projectManager.listProjects" | |
| }, |
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
| taskset -c 0-0 numactl -i all /data/commit/graphit/yunming/app_binaries/gapbs_prototype/delta_stepping -r 5712 -d 1 -n 1 -f /data/scratch/xinyic/benchmark/graphs/friendster_rand1000.wsg |
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
| if ! [ -x "$(command -v docker)" ]; then | |
| apt-get update | |
| apt-get -y install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| gnupg-agent \ | |
| software-properties-common | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add |
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
| *** olsr.org - 0.6.6.2-git_0000000-hash_9d015898c478a8bff2bda7185ff824db *** | |
| Build date: 2018-11-30 19:11:05 on ubuntu-bionic | |
| http://www.olsr.org | |
| Debug level: 1 | |
| IPv4 broadcast: 255.255.255.255 | |
| HELLO interval: 6.00 | |
| HELLO validity: 600.00 | |
| TC interval: 0.50 |
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
| let scrollduration = 10 | |
| let scrollstep = 300 | |
| let nextpagetextpatterns = ["Next", "下一页", "Next Page"] | |
| let prevpagetextpatterns = ["Prev(ious)?", "Previous Page"] | |
| let blacklists = ["*://mail.google.com/*", "*://inbox.google.com/*", "*://*.netflix.com/*", "*://*.keybr.com/*", "*://thetypingcat.com/*"] | |
| let hintcharacters = "arstqwfpcv" | |
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
| let scrollduration = 10 | |
| let scrollstep = 300 | |
| let blacklists = ["*://inbox.google.com/*"] | |
| let hintcharacters = "asdgwertzxcvb" | |
| map "ctrl-f" createForegroundHint |
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
| #include <stdint.h> | |
| #include <string.h> | |
| #include "app_timer.h" | |
| #include "nrf_delay.h" | |
| #include "nrf_drv_twi.h" | |
| #include "nrf_gpio.h" | |
| #include "nrf_log.h" | |
| #include "nrf_log_ctrl.h" | |
| #include "nrf_log_default_backends.h" |
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
| /* Copyright (c) 2010 - 2018, Nordic Semiconductor ASA | |
| * All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without modification, | |
| * are permitted provided that the following conditions are met: | |
| * | |
| * 1. Redistributions of source code must retain the above copyright notice, this | |
| * list of conditions and the following disclaimer. | |
| * | |
| * 2. Redistributions in binary form, except as embedded into a Nordic |
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
| /* Copyright (c) 2010 - 2018, Nordic Semiconductor ASA | |
| * All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without modification, | |
| * are permitted provided that the following conditions are met: | |
| * | |
| * 1. Redistributions of source code must retain the above copyright notice, this | |
| * list of conditions and the following disclaimer. | |
| * | |
| * 2. Redistributions in binary form, except as embedded into a Nordic |
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
| List of unsafe constraints in ../wd/WMS5316//lib/php/build/run-tests.php: | |
| Warning: Potentially missed unsafe expr: system(getenv('CC') . " {$flag} >/dev/null 2>&1", $cc_status) | |
| Warning: Potentially missed unsafe expr: shell_exec($php . ' -ddisplay_errors=stderr -dhtml_errors=0 -i 2> /dev/null') | |
| List of unsafe constraints in ../wd/WMS5316//scripts/simple_html_dom.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_autochan.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_rap.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_stainfo.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_stats.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_syslog_info.php: | |
| List of unsafe constraints in ../wd/WMS5316//scripts/xeta_get_tz.php: |
NewerOlder