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
[{"action":"Modify","name":"User-Agent","value":"Nokia3350/1.0 (05.01)","comment":"Nokia Lowend","enabled":false},{"action":"Modify","name":"Accept","value":"application/vnd.wap.xhtml+xml","comment":""},{"action":"Modify","name":"User-Agent","value":"Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3","comment":"IPHONE ios5","enabled":false},{"action":"Modify","name":"User-Agent","value":"NokiaE5-00/SymbianOS/9.1 Series60/3.0 3gpp-gba","comment":"Nokia Featurephone","enabled":false},{"action":"Modify","name":"User-Agent","value":"Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN95/21.0.016; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413","comment":"N95","enabled":false},{"action":"Modify","name":"User-Agent","value":"Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-GB) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.141 Mobile Safari/534.1+","comment":"Blackberry","enabled":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
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="style.css" type="text/css" /> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<header id="page-header"></header> |
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
alias la='ls -lha' | |
alias ls='ls -hF' | |
alias ll='ls -lhF' | |
alias l='ls -lAhF' | |
alias cd..="cd .." | |
alias ssh="ssh -X" | |
alias gk='gitk --all 2> /dev/null &' | |
alias mv="mv -i" | |
alias cp="cp -i" |
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
<form action=""> | |
<!-- Label and text input --> | |
<label for="regularInput">Regular Input</label> | |
<input type="text" id="regularInput" required /> | |
<!-- Label and Email input --> | |
<label for="emailInput">Email Input</label> | |
<input type="email" id="emailInput" /> |
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
<select name="" id=""> | |
<option selected="selected" value=""></option> | |
<option value="AC">Acre</option> | |
<option value="AL">Alagoas</option> | |
<option value="AP">Amapá</option> | |
<option value="AM">Amazonas</option> | |
<option value="BA">Bahia</option> | |
<option value="CE">Ceará</option> | |
<option value="DF">Distrito Federal</option> | |
<option value="ES">Espirito Santo</option> |
NewerOlder