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
| // ==UserScript== | |
| // @name Github - Show all files | |
| // @namespace https://github.com/Koopzington | |
| // @version 0.1 | |
| // @description Shows all files by default | |
| // @author [email protected] | |
| // @match https://github.com/* | |
| // @downloadURL https://gist.github.com/Koopzington/8c374786511a37ebfac47cfd2db958c6/raw/github-show-all-files.user.js | |
| // @grant none | |
| // ==/UserScript== |
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
| 1. Installing Informix Client SDK for Linux x86_64 | |
| 1.1 Download Informix Client SDK 3.70 for Linux x86_64 from IBM website, https://www-01.ibm.com/marketing/iwm/tnd/search.jsp?rs=ifxdl | |
| 1.2 Extract the file, `cd /opt/informix; tar -xvf clientsdk.3.70.FC8DE.LINUX.tar` | |
| 1.3 Start installation, `./installclientsdk`, install all | |
| 2. Installing PDO Informix |
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 declare(strict_types = 1); | |
| namespace MyCodingStandard\Sniffs\Formatting; | |
| use PHP_CodeSniffer\Sniffs\Sniff; | |
| use PHP_CodeSniffer\Files\File; | |
| class StringClassReferenceSniff implements Sniff | |
| { | |
| public function register() |
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
| # SpamAssassin - Querying the rspamd uribl | |
| ########################################################################### | |
| # Requires the Mail::SpamAssassin::Plugin::URIDNSBL plugin be loaded. | |
| ifplugin Mail::SpamAssassin::Plugin::URIDNSBL | |
| urirhssub URIBL_RSPAMD uribl.rspamd.com. A 127.0.0.2 | |
| body URIBL_RSPAMD eval:check_uridnsbl('URIBL_RSPAMD') | |
| describe URIBL_RSPAMD Contains an URL listed in the rspamd URI blocklist |
OlderNewer