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:
[ | |
{ | |
"type": 0, | |
"data": {}, | |
"timestamp": 1657707035212 | |
}, | |
{ | |
"type": 1, | |
"data": {}, | |
"timestamp": 1657707035443 |
[ | |
{ | |
"type": 4, | |
"data": { | |
"href": "https://iframe-poc-react-app.vercel.app/", | |
"width": 1728, | |
"height": 1001 | |
}, | |
"timestamp": 1657093530743, | |
"v": "v1" |
[ | |
{ | |
"type": 4, | |
"data": { | |
"href": "http://localhost:4100/", | |
"width": 1310, | |
"height": 1001 | |
}, | |
"timestamp": 1657090987775, | |
"v": "v1" |
## 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 zsh
ubuntu
: sudo vim /etc/passwd
ubuntu
user, and replace bin/bash
by bin/zsh
sh -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 = []; |