No description
  • Python 51.9%
  • JavaScript 48.1%
Find a file
2026-03-07 19:13:10 +03:00
js JS README 2026-03-07 19:00:32 +03:00
python Added python version 2026-03-07 19:03:58 +03:00
.gitignore Added .gitignore with ignoring all eggs (poor eggs) 2026-03-07 19:13:10 +03:00
LICENSE Добавить LICENSE 2026-03-07 16:44:48 +03:00
README.md Updated README.md 2026-03-07 19:06:12 +03:00

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.)