Skip to content
View jadb18's full-sized avatar
🐒
🐒

Block or report jadb18

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

Hi there πŸ‘‹

I am a graduate student in applied data science at the University of Michigan and a former research assistant for the LIT Group πŸ”₯.

While I don't actively maintain this account besides a few personal projects, most of my repositories have to be kept private/archived for academic integrity 🀠

  • πŸ“« How to reach me: My email on MCommunity
  • ⚑ Fun fact: Polar bears are the only bear species that's a marine mammal πŸ»β€β„οΈ

Top Langs

Connect with me! (I'm usually dormant):

LinkedIn Instagram Line GitLab

Pinned Loading

  1. Unicode-Display Unicode-Display Public

    Program to examine UTF encodings and render Unicode characters

    Swift

  2. Swift gist test Swift gist test
    1
    import Foundation
    2
    
                  
    3
    /// FORBIDDEN FUNCTIONS DO NOT RUN
    4
    func zoomba() -> Void {
    5
        let ㍛ = 0x3E
  3. Splitting Spreadsheet Columns with C++ Splitting Spreadsheet Columns with C++
    1
    #include <ctype.h>
    2
    #include <string>
    3
    #include <iostream>
    4
    #include <vector>
    5
    #include <algorithm>
  4. blackjack blackjack Public

    Introductory C++ command line program to play Blackjack

    C++