Skip to content
View chrisfrazier0's full-sized avatar
🎶
🎶

Block or report chrisfrazier0

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
chrisfrazier0/README.md

Hello!

I'm Chris Frazier, a full stack software engineer from Warrenton, VA. I have over 20 years of experience in developing products, solutions, and IT services for companies all over the world. Have a project? You can reach me on LinkedIn or at frazier.software.

 

👨🏼‍💻 About Me

🔭 I’m currently working for a Digital Healthcare startup
💡 I love to explore new technologies
🌱 I’m currently learning Dart and Flutter
🎸 In my free time I play guitar
💬 Ask me about cloud architectures
⚡ Fun fact: I played roller hockey in high school


🔧 Technologies & Tools

                         

Pinned Loading

  1. ECC: Ed448 - Goldilocks ECC: Ed448 - Goldilocks
    1
    This is free and unencumbered software released into the public domain.
    2
    
    
    3
    Anyone is free to copy, modify, publish, use, compile, sell, or
    4
    distribute this software, either in source code form or as a compiled
    5
    binary, for any purpose, commercial or non-commercial, and by any
  2. MARS.js MARS.js Public

    Javascript MARS, Memory Array Redcode Simulator

    JavaScript 1

  3. neuralnet neuralnet Public

    feed forward neural network

    JavaScript 1

  4. Frazier's Object Modeling Language (... Frazier's Object Modeling Language (FOML)
    1
    /**
    2
     * Frazier's Object Modeling Language (FOML)
    3
     * 
    4
     * FOML is a superset of JSON with...
    5
     *   1. Bash style comments
  5. cloudflare-pages-auth cloudflare-pages-auth Public

    Cloudflare Worker to apply cookie based auth to Cloudflare Pages

    HTML

  6. BigNum -- Arbitrarily large integers BigNum -- Arbitrarily large integers
    1
    const UINT32_MAX_VALUE = 0xFFFFFFFF
    2
    
    
    3
    class BigNum {
    4
        private _positive!: boolean
    5
        private _limbs!: Uint32Array