##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
#include <Python.h> // Must be first | |
#include <vector> | |
#include <stdexcept> | |
#include "PyUtils.h" | |
using namespace std; | |
// ===== | |
// LISTS | |
// ===== |
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
Get a shareable link from Google Drive by right-clicking the file and selecting Get Shareable Link
.
Examine the link to get the file's ID. Example:
https://docs.google.com/open?id=[ID]
variables: | |
GIT_SUBMODULE_STRATEGY: recursive | |
GIT_SSL_NO_VERIFY: "true" | |
pages: | |
image: monachus/hugo:latest | |
before_script: | |
- apt-get update -y -qq | |
- apt-get install git -y -qq | |
- git submodule update --init --recursive |
/** | |
HOW TO USE | |
1. go to assignment submissions (classwork > click assignment > student work) | |
2. open developer console ( F12 or right click > inspect element > console in top) | |
3. copy and paste this code, assignments will be downloaded in 5 second intervals | |
NOTE: CHANGE auth_user IF NECESSARY | |
if you are signed in to multiple google accounts, you need to select whichever you use for classroom | |
(ie freeuni account). If that account is the default one, leave at 0. Otherwise, sign in to gmail with that account | |
and the number will be displayed in url bar (https://mail.google.com/mail/u/$number), enter that |
NOTE: This seems fixed our cluster. BUT I do see some still reporting cgroup2 having same issue, for example here. So YMMV.
DISCLAIMER: This seems works in our env. may not work in others. I'm still not sure what is the real root cause(s) yet. Not even 100% sure it full fixes in our env - it's been good for 2 weeks. But if it reappears, (for example, under certain use cases. high load or something), I'll be doomed.
Switching to cgroup v2 seems fixed the nvml suddenly go away in pod issue.