I hereby claim:
- I am gwojtak on github.
- I am gwojtak (https://keybase.io/gwojtak) on keybase.
- I have a public key ASAEo0rPB_mhW_NBpz8hiIUBysy_t4SAwelS75_RGxUZAwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import hmac | |
| import hashlib | |
| import base64 | |
| import argparse | |
| # Values that are required to calculate the signature. These values should | |
| # never change. | |
| DATE = "11111111" |
| inotifywait -mrq -e CREATE --format %w%f "$1" | while read FILE | |
| do | |
| [[ -d "${FILE}" ]] && chmod 2775 "${FILE}" | |
| [[ -f "${FILE}" ]] && chmod 0664 "${FILE}" | |
| done |
| ; System specs: | |
| ; Intel 12700KF (12th gen Core i7 Unlocked, no iGPU) | |
| ; GeForce 3060 ti 8 GB | |
| ; 32 GB DDR5 5200 RAM | |
| ; | |
| ; yields ~55-60 fps in crowded areas (cities/stations) | |
| ; 150-160 in space/planets | |
| Con_Restricted = 0 | |
| r_displayinfo = 1 |