Skip to content
View seankwon's full-sized avatar
Block or Report

Block or report seankwon

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

  1. JavaCppTranslator JavaCppTranslator Public

    A java to c++ translator

    Java 1 1

  2. zshrc zshrc
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH=/Users/skwon/.oh-my-zsh
  3. vimrc vimrc
    1
    set nocompatible
    2
    
                  
    3
    set expandtab
    4
    set tabstop=2
    5
    set shiftwidth=2
  4. ResourceReducer.js ResourceReducer.js
    1
    import { Db } from './db';
    2
    import { createSelector } from 'reselect';
    3
    import { useEffect } from 'react';
    4
    import { useDispatch, useSelector } from 'react-redux';
    5