I hereby claim:
- I am code-crash on github.
- I am codecrash (https://keybase.io/codecrash) on keybase.
- I have a public key ASBCnEDsfZO1tONUv3HmkMovjmrKWYCtOt6qgUkcjKgiIwo
To claim this, I am signing this object:
| ## General Files/Folder to ignore | |
| !README.md | |
| *.properties | |
| !example.properties | |
| !example-logger.properties | |
| logs | |
| *.log | |
| *.txt | |
| .lastrun |
I hereby claim:
To claim this, I am signing this object:
sudo apt-get update && sudo apt-get install zshubuntu : sudo vim /etc/passwdubuntu user, and replace bin/bash by bin/zshsh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"| /** | |
| * @author code-crash | |
| * @description - This file contains the basic question and solutions for the JavaScript language | |
| * | |
| */ | |
| /** | |
| * @type - 1 | |
| * @description - Make array 4000 of each 4000 array, tell the three approaches. | |
| * |
| set expandtab | |
| set shiftwidth=2 | |
| set softtabstop=2 | |
| syntax on | |
| call plug#begin() | |
| Plug '/usr/local/opt/fzf' | |
| Plug 'junegunn/fzf.vim' |
| var readline = require('readline'); | |
| var rl = readline.createInterface({ | |
| input: process.stdin, | |
| output: process.stdout | |
| }); | |
| var r = null; | |
| var rTimes = []; | |
| var winArray = []; |