Skip to content
View michael-oswald's full-sized avatar

Block or report michael-oswald

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. 20-temporal-apps 20-temporal-apps Public

    challenge for myself to write 20 different temporal apps to learn the platform

    Java 2

  2. brain-cli brain-cli Public

    Rust 2 1

  3. hour-goal-tracker hour-goal-tracker Public

    Track your progress on goals by recording hours spent towards specified goals

    Java 1

  4. rust-stack-queue rust-stack-queue Public

    Tutorial on how to use stack and queue in rust

    Rust 1

  5. talking-stick talking-stick Public

    JavaScript 1

  6. code for my youtube video on Java's ... code for my youtube video on Java's linked hashmap
    1
    import java.util.LinkedHashMap;
    2
    import java.util.Map;
    3
    import java.util.Optional;
    4
    
                  
    5
    class Solution {