Skip to content
View jcdickinson's full-sized avatar
🐵
🐵

Sponsoring

@Ablaze-MIRAI
Block or Report

Block or report jcdickinson

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

Hey!

You can call me Jono. My pronous are "he / him / his". I generally contribute to projects where I'm experiencing papercuts, it's a great way to experience a wide range of different approaches to creating great software. I'm always excited to be wrong, and overjoyed to delete my own code.

I work for a really great company called Capital Markets Gateway, who are just a great bunch of peers and leaders. I'm the jack of all trades at the virtual office, but I'm mostly focusing on streamlining our CI right now. At work you'll find me using C#, JS, and a little Rust.

I'm currently working on these:

Have an awesome day!

Pinned

  1. hextoint hextoint
    1
    // Does not reject invalid data. define NO_OVERFLOW to avoid values
    2
    // larger than 15, but it will still accept invalid characters.
    3
    
                  
    4
    // MSN(x) = Most-significant nibble
    5
    // LSN(x) = Least-significant nibble
  2. C++ Lock-Free Work Stealing Stack C++ Lock-Free Work Stealing Stack
    1
    #pragma once
    2
    #include <atomic>
    3
    
                  
    4
      // A lock-free stack.
    5
      // Push = single producer