Based on ChatGPT reply https://chat.openai.com/share/991bdeb0-628a-4eed-b267-39f873f38af9
Can calculate any empty textbox.
# Python 3.11 | |
# https://peps.python.org/pep-0673/ | |
from typing import Literal, Self | |
import pandas as pd | |
import networkx as nx | |
import numpy as np | |
import matplotlib.pyplot as plt | |
class NegCycleDetector: |
from urllib.parse import urlparse | |
# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PySocks websockets asyncio | |
import asyncio | |
import ssl | |
# https://github.com/Anorov/PySocks | |
import socks | |
# https://github.com/python-websockets/websockets | |
import websockets | |
import json |
from typing import Tuple | |
import GPUtil | |
import torch | |
import time | |
import os | |
from filelock import FileLock | |
from tap import Tap | |
# pip install gputil torch filelock typed-argument-parser |
# ~/.s3cfg | |
[default] | |
access_key = AAAAAAAAAAAAAAAAAAAA | |
bucket_location = US | |
host_base = url.to.minio | |
secret_key = 0000000000000000000000000000000000000000000 |
Based on ChatGPT reply https://chat.openai.com/share/991bdeb0-628a-4eed-b267-39f873f38af9
Can calculate any empty textbox.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Execution Log Monitor</title> | |
</head> | |
<body> | |
<div id="log-container"></div> |
FROM docker.elastic.co/elasticsearch/elasticsearch:7.9.0 | |
# Install plugins for Chinese support | |
RUN bin/elasticsearch-plugin install analysis-smartcn | |
RUN bin/elasticsearch-plugin install --batch https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.9.0/elasticsearch-analysis-ik-7.9.0.zip |
config = { | |
'updateInterval' : 33, | |
'autoRestart' : false, | |
'restartTimeout' : 1000, | |
'intergateArduino' : true | |
}; | |
littleDinoLoaded = false; | |
function loadLittleDino() { |