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

Block or report JenniferMack

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

    WordPress RSS downloader and processor for the achiving of websites

    Go

  2. roulette roulette Public

    Roulette engine

    Go

  3. tunnelbear-helper tunnelbear-helper Public archive

    A script and configuration files for ArchLinux for use with the TunnelBear VPN service.

    Ruby 48 10

  4. latex-kdp latex-kdp Public archive

    Latex class to provide KDP/CS paper sizes.

    TeX 21 7

  5. Sample TLS server in #go Sample TLS server in #go
    1
    // Redirecting (http => https) server, will finish request before shutting down.
    2
    // All-in-one file for example purposes
    3
    // Everything below main would normally go into a `server.go` file to reduce clutter.
    4
    // Redirection is normally on, and can be disabled with `-redir=false` on the command line.
    5
    // Use with dummy certs for testing.