Skip to content
View MikeMKH's full-sized avatar
:shipit:
Learning about low level programming with C and different assembler languages
:shipit:
Learning about low level programming with C and different assembler languages
  • Milwaukee, WI
  • 17:11 (UTC -05:00)

Block or report MikeMKH

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. talks talks Public

    Talks that I have given

    C# 8

  2. the-little-typer the-little-typer Public

    Daily kata from the Little Typer

    Racket 13 1

  3. Proof that subtraction is not commut... Proof that subtraction is not commutative using Coq.
    1
    Require Import Coq.Arith.Arith.
    2
    Require Import Omega.
    3
    
                  
    4
    (* from http://stackoverflow.com/a/44039996/2370606 *)
    5
    Lemma subtraction_does_not_commute :
  4. talk-my-compiler-did-what talk-my-compiler-did-what Public

    talk about what the C# compiler does

    C# 1

  5. the-reasoned-schemer the-reasoned-schemer Public

    working through the The Reasoned Schemer 2nd edition

    Racket 1

  6. understanding-and-using-c-pointers understanding-and-using-c-pointers Public

    unit test examples from Understanding and Using C Pointers

    C