This is a header file that includes every standard library. It is primarily used for competitive programming.
| Platform | Status |
|---|---|
| macOS | ✅ |
| using System; | |
| using UnityEngine; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| /// <summary> | |
| /// Monitors and displays debug logs in a Unity application. | |
| /// </summary> | |
| public class Debugger : MonoBehaviour | |
| { |
| %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 |
A small, pipe-safe alias set for eza.
brew install eza