Skip to content
View mpreu's full-sized avatar
Block or Report

Block or report mpreu

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

Pinned

  1. Fedora CoreOS - Example script to in... Fedora CoreOS - Example script to inject an Ignition configuration file into the virtual machine image. Originates from this blog post: https://www.matthiaspreu.com/posts/fedora-coreos-embed-ignition-config/.
    1
    #!/bin/env bash
    2
    set -eo pipefail
    3
    
                  
    4
    #
    5
    # Part of a Fedora CoreOS blog post on my website:
  2. How to implement recursion with the ... How to implement recursion with the Y combinator in GNU R using the recursive addition as an example. Originates from this blog post: https://www.matthiaspreu.com/posts/lambda-calculus-recursion/.
    1
    # Part of a blog post about lambda calculus on my website:
    2
    # https://www.matthiaspreu.com/posts/lambda-calculus-recursion/
    3
    
                  
    4
    # Y combinator based on the expression:
    5
    #
  3. Fedora CoreOS - Example script to se... Fedora CoreOS - Example script to setup a FCOS virtual machine using QEMU. Originates from this blog post: https://www.matthiaspreu.com/posts/fedora-coreos-first-steps/.
    1
    #!/bin/env bash
    2
    set -eo pipefail
    3
    
                  
    4
    #
    5
    # Part of an introductory Fedora CoreOS blog post on my website:
  4. go-bitbucket-v1 go-bitbucket-v1 Public

    Forked from gfleury/go-bitbucket-v1

    Bitbucket-server API (v1.0) library for Golang.

    Go

  5. k8s-device-plugin-v4l2loopback k8s-device-plugin-v4l2loopback Public

    Go 3 3

  6. hermit hermit Public

    Forked from Track3/hermit

    A minimal & fast Hugo theme for bloggers

    CSS