This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var readline = require('readline'); | |
var rl = readline.createInterface({ | |
input: process.stdin, | |
output: process.stdout | |
}); | |
var r = null; | |
var rTimes = []; | |
var winArray = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set expandtab | |
set shiftwidth=2 | |
set softtabstop=2 | |
syntax on | |
call plug#begin() | |
Plug '/usr/local/opt/fzf' | |
Plug 'junegunn/fzf.vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. | |
* |
- Connect to your EC2 instance
- Install zsh :
sudo apt-get update && sudo apt-get install zsh
- Edit your passwd configuration file to tell which shell to use for user
ubuntu
:sudo vim /etc/passwd
- Look for
ubuntu
user, and replacebin/bash
bybin/zsh
- Install OhMyZsh :
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- Disconnect from your instance and reconnect it.
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## General Files/Folder to ignore | |
!README.md | |
*.properties | |
!example.properties | |
!example-logger.properties | |
logs | |
*.log | |
*.txt | |
.lastrun |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": 4, | |
"data": { | |
"href": "http://localhost:4100/", | |
"width": 1310, | |
"height": 1001 | |
}, | |
"timestamp": 1657090987775, | |
"v": "v1" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": 4, | |
"data": { | |
"href": "https://iframe-poc-react-app.vercel.app/", | |
"width": 1728, | |
"height": 1001 | |
}, | |
"timestamp": 1657093530743, | |
"v": "v1" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": 0, | |
"data": {}, | |
"timestamp": 1657707035212 | |
}, | |
{ | |
"type": 1, | |
"data": {}, | |
"timestamp": 1657707035443 |