- Version: 0.1
- Date: 2016-10-14
- Author:
- Status: Concept
- First Published at: Github gist
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
| .install form label { | |
| text-align: right; | |
| width: 320px !important; | |
| } | |
| .install form input { | |
| width: 35% !important; | |
| } | |
| .install form .field { | |
| text-align: left; | |
| } |
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" | |
| type Cidade struct { | |
| id int | |
| nome string | |
| } | |
| 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
| <?php | |
| /* ... */ | |
| public static function iniciarModulo() | |
| { | |
| session_start(); | |
| if(!isset($_SESSION["system_access"])) | |
| { | |
| session_write_close(); | |
| header('Location: login.php#login'); | |
| exit(); |
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 dia, | |
| (SELECT count(*) FROM `plugveiculos_reservas` WHERE dia = DATE_FORMAT(data_criacao, "%Y-%m-%d")) AS total | |
| FROM ( | |
| SELECT | |
| MAKEDATE(YEAR(NOW()),1) + | |
| INTERVAL (MONTH(NOW())-1) MONTH + | |
| INTERVAL daynum DAY dia | |
| FROM | |
| ( | |
| SELECT t*10+u daynum |
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
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| insert_final_newline = true | |
| [*.{html,css,js}] | |
| indent_style = space | |
| indent_size = 2 | |
| [*.php] |
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
| 2016/09/21 10:02:31 [...routers/repo/repo.go:101 handleCreateError()] [E] CreatePost: updateUser: e-mail has been used [email: my@email] | |
| 2016/09/21 10:02:54 [...routers/repo/repo.go:101 handleCreateError()] [E] CreatePost: updateUser: e-mail has been used [email: my@email] | |
| 2016/09/21 10:03:19 [...routers/repo/repo.go:101 handleCreateError()] [E] CreatePost: updateUser: e-mail has been used [email: my@email] |
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
| .mono-font-stack { | |
| font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; | |
| } | |
| .times-font-stack { | |
| font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif; | |
| } | |
| .modern-font-stack { | |
| font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; |
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
| [2016-08-26T08:31:48] DEBUG1: recv mouse down id=1 | |
| [2016-08-26T08:31:48] DEBUG1: recv mouse up id=1 | |
| [2016-08-26T08:31:51] DEBUG1: recv mouse down id=1 | |
| [2016-08-26T08:31:51] DEBUG1: recv mouse up id=1 | |
| [2016-08-26T08:31:56] DEBUG1: recv mouse down id=1 | |
| [2016-08-26T08:31:57] DEBUG1: recv mouse up id=1 | |
| [2016-08-26T08:31:58] DEBUG1: recv mouse down id=1 | |
| [2016-08-26T08:31:58] DEBUG1: recv mouse up id=1 | |
| [2016-08-26T08:32:00] DEBUG1: recv mouse down id=1 | |
| [2016-08-26T08:32:00] DEBUG1: recv mouse up id=1 |
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
| # Baseline setting to Include for SSL sites | |
| SSLEngine on | |
| # Intermediate configuration, tweak to your needs | |
| SSLProtocol all -SSLv2 -SSLv3 | |
| SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA | |
| SSLHonorCipherOrder on | |
| SSLCompression off |