1
0
Fork 0
(W.I.P.) My collection of Python 3 scripts
Go to file
Intel A80486DX2-66 73b53b6f8f and_vs_mod.py: extract 900 as SHIFT_VALUE_DIVIDER
`benchmarking/and_vs_mod.py`: Extract the value `900` as a constant
`SHIFT_VALUE_DIVIDER`, make a independent constant `MAX_SHIFT_VALUE` based on
it.
2023-08-17 00:30:43 +00:00
src and_vs_mod.py: extract 900 as SHIFT_VALUE_DIVIDER 2023-08-17 00:30:43 +00:00
.gitignore remove output file and add gitignore rules 2023-06-03 14:23:16 +03:00
LICENSE Initial commit 2023-05-25 10:03:21 +00:00
README.md Initial commit 2023-05-25 10:03:21 +00:00

README.md

python-3-script-collection

A collection of Python 3 scripts created by me or with help of ChatGPT.