Skip to content
View ratwolfzero's full-sized avatar
😁
retired
😁
retired
  • Nuremberg, Germany
  • 03:13 (UTC +02:00)
Block or Report

Block or report ratwolfzero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ratwolfzero/README.md
  • 👋 Hi, I’m @ratwolfzero
  • 👀 I’m interested in fractals, strange attractors, collatz-sequence and programming in Julia, Python and Rust.
  • 🌱 I’m currently learning the Rust language. I am using Geany and VS code for MacOS. VS code with extensions CodeLLDB, crates, Rust-Analyzer, vscode-rustfmt, Julia, Python and Pylance.
  • 📫 How to reach me ratwolf@duck.com

Popular repositories

  1. hopalong_python hopalong_python Public

    Calculate and display the "Hopalong" attractor

    Python 1

  2. ratwolfzero ratwolfzero Public

    Config files for my GitHub profile.

  3. collatz_bigint collatz_bigint Public

    Calculate and display the Collatz sequence (3n+1 problem) for very large integers. Sequence is handled as vector in memory.

    Rust

  4. hopalong hopalong Public

    "Hopalong attractor" calculate, display and save as image

    Rust

  5. collatz_bigint_file collatz_bigint_file Public

    Calculate and display the Collatz sequence (3n+1 problem) for very large integers by handling the sequence via a file on disk

    Rust

  6. Henon Henon Public

    Calculate and display the "Hénon" attractor

    Julia