Skip to content
View chrisfrazier0's full-sized avatar

Organizations

@Frazier-Software

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 love to explore new technologies
🌱 I’m currently learning Dart and Flutter
🎸 In my free time I play guitar
💬 Ask me about cloud architectures


🔧 Technologies & Tools

                           

Pinned Loading

  1. Frazier-Software/di Frazier-Software/di Public

    Lightweight dependency injection for TypeScript ☕️

    TypeScript 1

  2. Frazier-Software/wisp Frazier-Software/wisp Public

    Simple CSS boilerplate

    CSS 1

  3. neuralnet neuralnet Public

    feed forward neural network

    JavaScript 1

  4. MARS.js MARS.js Public

    Javascript MARS, Memory Array Redcode Simulator

    JavaScript 1

  5. 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
  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