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

Block or report chriskillpack

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. mach9 mach9 Public

    Read Mach-O object files and emit Plan 9 assembler

    Go 5

  2. modplayer modplayer Public

    Go 1

  3. bbcdisasm bbcdisasm Public

    Disassembler for Acorn DFS images and 6502 programs

    Go 1 1

  4. http-redirector http-redirector Public

    A simple HTTP redirector intended for private networks

    Go

  5. atmosphere atmosphere Public

    Atmospheric scattering

    Go

  6. alexa.go alexa.go
    1
    // Middleware provides an http.Handler that verifies an incoming request as coming from the Alexa
    2
    // web service using the steps described at https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-a-web-service.html#manually-verify-request-sent-by-alexa
    3
    // Note: validation requires an HTTP GET of an Amazon certificate. Configure the middleware with an
    4
    // http.Client to have some control over the fetch.
    5
    package alexa