I hereby claim:
- I am CanadianBaconBoi on github.
- I am canadianbacon (https://keybase.io/canadianbacon) on keybase.
- I have a public key whose fingerprint is 6C90 6A25 20D7 8BC6 B04D 323D E0A1 26C2 900A EDBF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import sys, math | |
# `REQUIRED` in code | |
process_threshold = 2500 | |
# `processed` in code | |
processed_per_cycle = math.floor(process_threshold/60) | |
# `PERCENT_U235` in code | |
u235_yield = 0.172 | |
# `WASTE_MULTIPLIER` in code | |
waste_yield = 0.1 |
''' | |
Copyright (c) 2023 CanadianBacon | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
#! /bin/bash | |
dnsServers=( | |
"Google|8.8.8.8|8.8.4.4" | |
"ControlD|76.76.2.0|76.76.10.0" | |
"Quad9|9.9.9.9|149.112.112.112" | |
"Cloudflare|1.1.1.1|1.0.0.1" | |
) | |
domains=( |