No description
- Python 51.9%
- JavaScript 48.1%
| js | ||
| python | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Yin-Yanger
Yin-Yanger is free and open-source software for communicating with the universe. When you run the program, you'll see a dump of the universe containing Yin and Yang.
Reference Implementation
import time
seed = int(time.time() * 1000)
result = ""
for _ in range(1000):
seed = (171717 * seed + 777) & 0x77777777
result += "?" if ((seed >> 17) & 7) == 0 else "¿"
print(result)
Packages
- Python(PyPI):
pip install yin-yanger - Node.js(NPM):
npm install -g yin-yanger - Rust(Cargo):
COMING SOON - apt(Unionium Packages Repository):
COMING SOON - pacman(Unionium Packages Repository):
COMING SOON - yay(Arch User Repository):
COMING SOON
(In fact, it's just one big joke.)