Skip to content

Instantly share code, notes, and snippets.

View Davidnet's full-sized avatar
🦔

David Cardozo Davidnet

🦔
View GitHub Profile
#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.
#
[default]
include_dirs = /opt/openblas/include
library_dirs = /opt/openblas/lib
[openblas]
openblas_libs = openblas
library_dirs = /opt/openblas/lib
[lapack]
lapack_libs = openblas
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[
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"e
{
"workbench.colorTheme": "Monokai Dimmed",
"vim.easymotion": true,
"vim.useSystemClipboard": true,
"vim.useCtrlKeys": false,
"git.enableSmartCommit": true,
"breadcrumbs.enabled": true,
"[python]": {
"editor.rulers": [
79,
VIDEONAME=$(basename ${VIDEO_URL})
VIDEOPATH="/data/${VIDEONAME}"
echo $VIDEOPATH
VIDEONAME=$(basename ${VIDEO_URL})
VIDEOPATH="/data/${VIDEONAME}"
echo $VIDEOPATH
#!/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
@Davidnet
Davidnet / paste.sh
Last active September 27, 2018 17:48
ssh -Q cipher localhost | paste -d , -s -