Skip to content
View marijanp's full-sized avatar

Block or report marijanp

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
marijanp/README.md

Pinned Loading

  1. nixos-configurations nixos-configurations Public

    A mirror of my NixOS configurations.

    Nix 1

  2. nix-rust-template nix-rust-template Public template

    A Rust project template using flake-parts, crane, fenix.

    Nix

  3. lighthouse-flake lighthouse-flake Public

    A flake-parts module for Google's web page and web app auditing tool called lighthouse.

    Nix 1

  4. marijanp.github.io marijanp.github.io Public

    A mirror of my website sources built with Hakyll

    HTML

  5. C++ notes C++ notes
    1
    # Dealing with raw pointers
    2
    ```
    3
    int facory_function(Type *t);
    4
    5
    int main (int argc, char *argv[]) {