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
| (?i)<script.*?>.*?</script> |
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
| test | |
| test | |
| test | |
| test | |
| test | |
| test | |
| test | |
| test | |
| test | |
| test |
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
| api | |
| developer | |
| docs | |
| www | |
| 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
| (?i)<script.*?>.*?</script> | |
| (?i)<iframe.*?>.*?</iframe> | |
| (?i)<object.*?>.*?</object> | |
| (?i)<embed.*?>.*?</embed> | |
| (?i)<applet.*?>.*?</applet> | |
| (?i)<form.*?>.*?</form> | |
| (?i)<link.*?href=["']javascript:.*?> | |
| (?i)<meta.*?content=["'].*?url=.*?> | |
| (?i)<body.*?onload=.*?> | |
| (?i)<svg.*?>.*?</svg> |
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
| version: '3.1' | |
| services: | |
| redis: | |
| image: 'redis:alpine' | |
| mysql: | |
| image: 'mysql:8.0' | |
| working_dir: /app | |
| volumes: | |
| - '.:/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
| exports: | |
| dump_data: true | |
| drop_table_if_exists: true | |
| database_if_not_exists: true | |
| connection: | |
| max_retries: 3 | |
| retry_connection_interval: 5 |
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
| #!/bin/bash | |
| # shellcheck disable=SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 | |
| # Secure OpenVPN server installer for Debian, Ubuntu, CentOS, Amazon Linux 2, Fedora, Oracle Linux 8, Arch Linux, Rocky Linux and AlmaLinux. | |
| # https://github.com/angristan/openvpn-install | |
| function isRoot() { | |
| if [ "$EUID" -ne 0 ]; then | |
| return 1 | |
| fi |
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
| use pyo3::prelude::*; | |
| use std::error::Error; | |
| fn main() -> Result<(), Box<dyn Error>> { | |
| // Inicializa o Python | |
| Python::with_gil(|py| { | |
| // Define o script Python | |
| let code = r#" | |
| import pymupdf # PyMuPDF | |
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
| .markdown-body .octicon { | |
| display: inline-block; | |
| fill: currentColor; | |
| vertical-align: text-bottom; | |
| } | |
| .markdown-body .anchor { | |
| float: left; | |
| line-height: 1; | |
| margin-left: -20px; |
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
| 25a4cddd8e012dccc9745c03da39bc89891d1a7acb3033642a05d2e52709ad91 protegido.pdf |
NewerOlder