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
| package main | |
| import ( | |
| "fmt" | |
| "runtime" | |
| "sync" | |
| ) | |
| func main() { |
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
| certificate.pem | |
| csr.pem | |
| private.pem | |
| public.pem |
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
| <?php global $smof_data; ?> | |
| <?php | |
| define('AUTOCHECKER_ACCESS_KEY', '897az87451785gfsoiuy878'); | |
| if(isset($_POST['submitted'])) { | |
| if(trim($_POST['contactName']) == '') { | |
| $nameError = __('Please enter your name.', 'rocknrolla'); | |
| $hasError = true; | |
| } else { |
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 clone https://github.com/mgechev/angular2-seed.git |
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
| <style id="jsbin-css"> | |
| #figaudio1 { | |
| width : 420px;; | |
| text-align:center; | |
| padding : 6px; | |
| background : white; | |
| margin : 0 11px 0px 0; | |
| border :solid 1px #888888; | |
| border-radius : 8px ; | |
| } |