Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View carsonRadtke's full-sized avatar

Organizations

@microsoft

Block or report carsonRadtke

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
carsonRadtke/README.md

Hi there! 👋

I'm Carson, a Software Engineer from Colorado.

About Me

  • 💼 I am currently working on the C++ IDE team @microsoft.

My Skills

  • Programming Languages: C++ and Python
  • Areas of Interest: Programming Languages and Static Analysis

Connect with Me

Pinned Loading

  1. enki enki Public

    A discord bot that wraps ollama

    TypeScript

  2. nosrac.me nosrac.me Public

    Source for my personal website

    TypeScript

  3. line of best fit learning model + au... line of best fit learning model + automatic differentiation
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    from random import random, randint
    4
    import operator
    5
    
                  
  4. fxn_logger.py fxn_logger.py
    1
    """
    2
    $ python3 fxn_logger.py 
    3
    foo(4)...16
    4
    foo(3, blah=None)...foo() got an unexpected keyword argument 'blah'
    5
    foo()...foo() missing 1 required positional argument: 'x'