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
| 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
| 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
| 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
| [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
| #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
| sudo rm -rf /home/nvidia/.pki | |
| sudo rm -rf /home/nvidia/.configs/chromium |
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
| escargate estos dos archivos: | |
| https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/15572301/+files/chromium-browser_70.0.3538.77-0ubuntu0.16.04.1_arm64.deb | |
| https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+build/15572301/+files/chromium-codecs-ffmpeg-extra_70.0.3538.77-0ubuntu0.16.04.1_arm64.deb |
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
| M: | |
| - - -0.12230545788105798 | |
| - -0.4525301941599148 | |
| - 132.39565815624542 | |
| - - -4.498354225130425e-16 | |
| - -1.926310961626659 | |
| - 433.4199663659987 | |
| - - -1.070893623863948e-18 | |
| - -0.004759720735871168 | |
| - 1.0 |
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
| [977 ms] Start: Run: /bin/sh -c a="$(which 'podman')" && realpath "$a" | |
| [990 ms] Start: Run: podman events --format json --filter status=start | |
| [998 ms] Start: Starting container | |
| [999 ms] Start: Run: podman run -a STDOUT -a STDERR --mount type=bind,source=/home/dgromov/Documents/personal_projects/kmnist,target=/workspaces/kmnist -l vsch.quality=stable -l vsch.remote.devPort=0 -l vsch.local.folder=/home/dgromov/Documents/personal_projects/kmnist --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --entrypoint /bin/sh vsc-kmnist-819698cfa28598f9ef9d31824dd276d4-uid -c echo Container started ; while sleep 1; do :; done | |
| [1197 ms] Start: Run: podman inspect --type container 09bf7ec715d4e43aad577ef55f6e9f67c514166c7f0810291a716030edb9a342 | |
| Container started | |
| [1293 ms] Start: Run: podman ps -q -a --filter label=vsch.local.folder=/home/dgromov/Documents/personal_projects/kmnist --filter label=vsch.quality=stable | |
| [1372 ms] Start: Run: podman inspect --type container 09bf7ec715d4 | |
| [1457 ms] Start: Inspecting container | |
| [1 |