Skip to content
View codyconfer's full-sized avatar
👋
👋

Block or report codyconfer

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 Loading

  1. mkdoc mkdoc Public

    mkdoc is a C# console application that templates files with mustache.

    C#

  2. docs docs Public

    a statically generated next.js site that renders markdown and openapi specs

    TypeScript 1

  3. codyconfer-me codyconfer-me Public

    portfolio site

    Vue 1

  4. Python ASCII Escape Codes Python ASCII Escape Codes
    1
    class Colors:
    2
      Black = '\u001b[30m'
    3
      Red = '\u001b[31m'
    4
      Green = '\u001b[32m'
    5
      Yellow = '\u001b[33m'