Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000Warning This is SEVERELY outdated, the current jupyter version is > 6.X, please refer to your current jupyter notebook installation!
Disclaimer : I just copied those shortcuts from Jupyter Menú > Help > Keyboard Shortcuts, I didn't wrote them myself.
Check your current shortcuts in your Help, shortcuts coule have been modified by extensions or your past self.
OK, the amount of gotchas with unigine-superposition 1.1 benchmark is too damn high, which is a pity because it's awesome!!!
chmod a+x qt-opensource-linux-x64-5.9.0.run./qt-opensource-linux-x64-5.9.0.runpakku -S --needed unigine-superposition and I suggest you do that after a sudo mount -o remount,size=20G,noatime /tmp. If it ends with an error, just sudo pacman -U the-big-tar-file-in-tmp| import trio | |
| import tqdm | |
| class TrioProgress(trio.abc.Instrument): | |
| def __init__(self, total, notebook_mode=False, **kwargs): | |
| if notebook_mode: | |
| from tqdm import tqdm_notebook as tqdm | |
| else: | |
| from tqdm import tqdm |
Huge thank you to Nina Zakharenko for her Twitch video and other resources which inspired and helped me setup and customize my theme as well as my terminal.
synthwave-x-fluoromachine.csssettings.json file| """coalesce_parquets.py | |
| gist of how to coalesce small row groups into larger row groups. | |
| Solves the problem described in https://issues.apache.org/jira/browse/PARQUET-1115 | |
| """ | |
| from __future__ import annotations | |
| from pathlib import Path | |
| from typing import Callable, Iterable, TypeVar |
| import json | |
| import logging | |
| from dataclasses import dataclass | |
| from pathlib import Path | |
| from typing import TYPE_CHECKING, Literal | |
| from ray._private.runtime_env.conda_utils import exec_cmd | |
| from ray._private.runtime_env.plugin import RuntimeEnvPlugin | |
| from ray.exceptions import RuntimeEnvSetupError |