Skip to content
View DLotts's full-sized avatar
  • Arlington, VA
Block or Report

Block or report DLotts

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
DLotts/README.md
  • πŸ› οΈ Check out my new πŸ”’ Sudoku solver/generator/toolkit in Rust-lang and Tauri

  • ⚑ I build fun things in the Rust πŸ¦€ programming language

  • ✨ I make serious things in Java β˜•

  • πŸ‘― I’m looking to collaborate on interesting Rust projects

  • πŸ’¬ Loving how both πŸ€– LLM and πŸ—οΈ LLVM are changeing the world

  • πŸ˜„ I'm happy my job will be taken over by an πŸ€– LLM as long as they let me watch!

  • 🦟 Time flies like an arrow. Fruit flies like a banana. Rain flies keep me dry. LLM's not confused!

Pinned Loading

  1. sudoku sudoku Public

    Sudoku Solver in Rust

    Rust 1

  2. Rust-Adventure Rust-Adventure Public

    Text adventure written in Rust.

    Rust

  3. Rust-Bevy-Aliens Rust-Bevy-Aliens Public

    Seems like space invaders classic, then suddenly the aliens fly out of their formation and attack! My first Bevy game engine game. In Rust-lang of course.

    Rust

  4. rust-math-drill rust-math-drill Public

    Quick math practice for signed (+-) arithmetic for my son. Gives a negative or positive single digit add or subtract math expression and waits for answer, and again.

    Rust

  5. rya rya Public

    Forked from apache/rya

    Mirror of Apache Rya (Incubating)

    Java

  6. Rust to Solve Nerdle puzzle where yo... Rust to Solve Nerdle puzzle where you know digits available and an operation.
    1
    // Solve Nerdle puzzle where you know digits available and an operation.
    2
    // in this case '3', '4', '8' are red or not tied yet
    3
    // and got green on equals, division and z:  abc/zz=x
    4
    // This could also solve x*zz=abc
    5
    fn main() {