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
<meta name="theme-color" content="#FF2813"> |
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
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
cat ~/.ssh/id_rsa.pub | pbcopy |
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
####### REQUIRE JQUERY ######### | |
//============== USAGE EXEMPLE =================== | |
flash("Flash message", 'info'); | |
//============== HTML ==================== | |
<div class="response"> | |
<h1></h1> |
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
####### REQUIRE JQUERY ######### | |
//============== USAGE EXEMPLE =================== | |
var formRegister = 'form#register'; | |
//validate the requiered fields and validate fields | |
var formInputs = validate_inputs(formRegister + ' input'); | |
// //Check if all the requiered fields are equal to the validated fields and that there's no error fields |
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
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" /> | |
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" /> | |
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" /> | |
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" /> | |
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png" /> | |
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" /> | |
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" /> | |
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" /> | |
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" /> | |
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" /> |
OlderNewer