Skip to content
View mpreu's full-sized avatar

Block or report mpreu

Report abuse

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

Report abuse

Pinned Loading

  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 4 4

  6. hermit hermit Public

    Forked from Track3/hermit

    A minimal & fast Hugo theme for bloggers

    CSS