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 | |
# | |
#All contributions by the University of California: | |
#Copyright (c) 2014, 2015, The Regents of the University of California (Regents) | |
#All rights reserved. | |
# | |
#All other contributions: | |
#Copyright (c) 2014, 2015, the respective contributors | |
#All rights reserved. | |
# |
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
[default] | |
include_dirs = /opt/openblas/include | |
library_dirs = /opt/openblas/lib | |
[openblas] | |
openblas_libs = openblas | |
library_dirs = /opt/openblas/lib | |
[lapack] | |
lapack_libs = openblas |
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
Nov 20 22:19:22 84784df NetworkManager[1143]: <warn> [1542752362.6590] sup-iface[0x5563ea1190,wlan0]: connection disconnected (reason -3) | |
Nov 20 22:19:22 84784df NetworkManager[1143]: <info> [1542752362.6641] device (wlan0): supplicant interface state: associating -> disconnected | |
Nov 20 22:19:23 84784df NetworkManager[1143]: <info> [1542752363.2838] device (wlan0): supplicant interface state: disconnected -> scanning | |
Nov 20 22:19:23 84784df NetworkManager[1143]: <info> [1542752363.7742] device (wlan0): supplicant interface state: scanning -> disconnected | |
Nov 20 22:19:29 84784df NetworkManager[1143]: <info> [1542752369.2525] device (wlan0): supplicant interface state: disconnected -> scanning | |
Nov 20 22:19:29 84784df NetworkManager[1143]: <warn> [1542752369.2537] sup-iface[0x5563ea1190,wlan0]: connection disconnected (reason 2) | |
Nov 20 22:19:30 84784df NetworkManager[1143]: <info> [1542752370.8943] device (wlan0): supplicant interface state: scanning -> disconnected | |
Nov 20 22:19:30 84784df NetworkManager[ |
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
from flask import Flask | |
app = Flask(__name__) | |
@app.route("/") | |
def hello(): | |
return "Hello World!" |
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
from flask import Flask | |
app = Flask(__name__) | |
@app.route("/") | |
def hello(): | |
return "Hello World!"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
{ | |
"workbench.colorTheme": "Monokai Dimmed", | |
"vim.easymotion": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": false, | |
"git.enableSmartCommit": true, | |
"breadcrumbs.enabled": true, | |
"[python]": { | |
"editor.rulers": [ | |
79, |
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
VIDEONAME=$(basename ${VIDEO_URL}) | |
VIDEOPATH="/data/${VIDEONAME}" | |
echo $VIDEOPATH | |
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
VIDEONAME=$(basename ${VIDEO_URL}) | |
VIDEOPATH="/data/${VIDEONAME}" | |
echo $VIDEOPATH | |
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
#!/bin/bash | |
# Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# * Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. | |
# * Redistributions in binary form must reproduce the above copyright |
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
ssh -Q cipher localhost | paste -d , -s - |