Key/Command | Description |
---|---|
Tab | Auto-complete files and folder names |
Ctrl + A | Go to the beginning of the line you are currently typing on |
Ctrl + E | Go to the end of the line you are currently typing on |
Ctrl + U | Clear the line before the cursor |
Ctrl + K | Clear the line after the cursor |
Ctrl + W | Delete the word before the cursor |
Ctrl + T | Swap the last two characters before the cursor |
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
# ---------------------- | |
# Git Aliases | |
# ---------------------- | |
alias ga='git add' | |
alias gaa='git add .' | |
alias gaaa='git add --all' | |
alias gau='git add --update' | |
alias gb='git branch' | |
alias gbd='git branch --delete ' | |
alias gc='git commit' |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel='stylesheet' type='text/css' href='style.css'> | |
</head> | |
<body> | |
<h1 class="title">My App </h1> | |
<div class="app"> |
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
https://udacity.github.io/frontend-nanodegree-styleguide/css.html#type-selectors | |
https://udacity.github.io/frontend-nanodegree-styleguide/javascript.html |
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
<div class="row"> | |
<div class="col-lg-12"> | |
<% if (typeof success_msg !== 'undefined' && success_msg) { %> | |
<div class="alert alert-success"><%= success_msg %></div> | |
<% } %> | |
<% if(typeof error_msg !== 'undefined'){ %> | |
<div class="alert alert-danger"><%= error_msg %></div> | |
<% } %> | |
<% if (typeof error !== 'undefined' && error){ %> | |
<div class="alert alert-danger"><%= error %></div> |
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
npm i -g npm-check-updates | |
npm-check-updates -u | |
npm install |
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
{ | |
"extends": "airbnb", | |
"disallowMultipleVarDecl": false, | |
"rules": { | |
"one-var": 0, | |
"comma-dangle": 0, | |
"max-len": [0, 120, 4], | |
"indent": [2, 4], | |
"key-spacing": [2, { | |
"beforeColon": false, |
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
{ | |
"extends": "airbnb", | |
"disallowMultipleVarDecl": false, | |
"rules": { | |
"one-var": 0, | |
"comma-dangle": 0, | |
"max-len": [0, 120, 4], | |
"indent": [2, 4], | |
"key-spacing": [2, { | |
"beforeColon": false, |
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
<h:form> | |
<h:commandButton value="Deposit" | |
action="#{nganLuongBean.sentRequest}"> | |
<f:ajax render="popup" /> | |
</h:commandButton> | |
<h:panelGroup id="popup"> | |
<ui:fragment rendered="#{not empty nganLuongBean.link_checkout}"> | |
<script> | |
window |
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
02-10 18:08:11.221 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.233 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.241 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.349 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.353 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.357 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.361 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.365 12592-12592/? W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.441 12592-12592/com.example.hoanglg.exchangerateviewer W/Zygote: Zygote SIGCHLD error in waitpid: No child processes | |
02-10 18:08:11.441 12592-12592/com.example.hoanglg.exchangerateviewer W/Zygote: Zygote SIGCHLD error in waitpid: No child processes |