Skip to content
View J-J-Chen's full-sized avatar

Highlights

  • Pro

Block or report J-J-Chen

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

Pinned Loading

  1. DWM DWM Public

    John Chen's personal fork of DWM

    C

  2. multithread_social_server multithread_social_server Public

    A multi-threaded server written in C++. Written for the purpose of better understanding multi-threaded programming and to serve as groundwork for a social site.

    C++

  3. Team2122/RoTator Team2122/RoTator Public

    The potato that spins

    Java 4

  4. fairy-battle fairy-battle Public

    My code for the MIT battlecode 2020 competition.

    Java

  5. conn_btheadphones conn_btheadphones
    1
    #!/bin/bash
    2
    
                  
    3
    headphone_mac=${1:-"38:18:4C:3B:BF:A0"}
    4
    
                  
    5
    connected=$(echo "info $headphone_mac" | bluetoothctl | grep "Connected: " | awk '{print $2;}')
  6. John Chen's vimrc John Chen's vimrc
    1
    let mapleader =","
    2
    
                  
    3
    if ! filereadable(expand('~/.config/nvim/autoload/plug.vim'))
    4
    	echo "Downloading junegunn/vim-plug to manage plugins..."
    5
    	silent !mkdir -p ~/.config/nvim/autoload/