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

Block or report mbigras

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. Nested code blocks in technical docu... Nested code blocks in technical documentation
    1
    # Nested code blocks
    2
    
                  
    3
    > Nested code blocks clarify technical documentation but rendering them with markdown is tricky.
    4
    5
    ## Overview
  2. This gist contains the cat Unix comm... This gist contains the cat Unix command—written in Go.
    1
    # Cat in Go
    2
    
                  
    3
    > This gist contains the cat Unix command—written in Go.
    4
    5
    The following Go program concatenates files passed as command-line arguments. If you don't pass any command-line arguments, then cat reads from stdin (it's the cat Unix utility).
  3. hello-world hello-world Public

    Demonstrate how to run your code in a Docker container.

    Dockerfile 1

  4. hello-kubernetes hello-kubernetes Public

    Repo hello-kubernetes illustrates how to get up and running with Kubernetes YAML API

    Python

  5. kustomize-demo kustomize-demo Public

    Illustrate how to work with Kustomize overlays and components

    Shell