This is a header file that includes every standard library. It is primarily used for competitive programming.
| Platform | Status |
|---|---|
| macOS | ✅ |
| %YAML 1.1 | |
| %TAG !u! tag:unity3d.com,2011: | |
| --- !u!114 &1 | |
| MonoBehaviour: | |
| m_ObjectHideFlags: 52 | |
| m_CorrespondingSourceObject: {fileID: 0} | |
| m_PrefabInstance: {fileID: 0} | |
| m_PrefabAsset: {fileID: 0} | |
| m_GameObject: {fileID: 0} | |
| m_Enabled: 1 |
| clear: | |
| find . -name "__pycache__" -exec rm -rf {} \; | |
| find . -name ".DS_Store" -exec rm -rf {} \; | |
| fetp: | |
| git fetch && git pull | |
| save: | |
| git add . && git commit -m "$(msg)" && git push |
stackoverflow issue: https://stackoverflow.com/q/72528606/22440363
$ docker ps
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json": dial unix /var/run/docker.sock: connect: permission deniedFIX
sudo addgroup --system docker| [tool.black] | |
| line-length = 88 | |
| target-version = ['py310'] | |
| include = '\.pyi?$' | |
| exclude = ''' | |
| /( | |
| \.git | |
| | \.hg | |
| | \.mypy_cache | |
| | \.tox |
| [metadata] | |
| name = | |
| version = | |
| author = AppleBoiy | |
| long_description = file: .github/README.md | |
| long_description_content_type = text/markdown | |
| url = | |
| classifiers = | |
| Development Status :: | |
| Intended Audience :: Developers |