I hereby claim:
- I am lucasRolff on github.
- I am lucasrolff (https://keybase.io/lucasrolff) on keybase.
- I have a public key whose fingerprint is 858E D9C8 BABB A53D AECE ED64 8255 AE6D D620 1265
To claim this, I am signing this object:
| #!/bin/sh | |
| USER="[email protected]" | |
| FOLDER_PREFIX="train_" | |
| FOLDER_HAM="${FOLDER_PREFIX}ham" | |
| FOLDER_PROB="${FOLDER_PREFIX}prob" | |
| FOLDER_SPAM="${FOLDER_PREFIX}spam" | |
| DOVEADM="/usr/local/bin/doveadm" | |
| RSPAMADM="/usr/local/bin/rspamadm" | |
| RSPAMC_CONNECT="-h localhost:11334" # rspamc (--connect|-h) option |
| <?php | |
| namespace App\Http\Livewire; | |
| use Livewire\Component; | |
| use App\Http\Livewire\Concerns\FormRequest; | |
| class ExampleUsage extends Component | |
| { | |
| use FormRequest; |
| @-moz-document regexp("^http[s]?://[a-zA-Z0-9._-]+:208[67]/.*") { | |
| #topFrameWrapper > div { | |
| background-color: #1d1d1d; | |
| color: white; | |
| } | |
| #pageContainer { | |
| background-color: white; | |
| filter: invert(100%); | |
| } | |
| #breadcrumbsContainer > * { |
| <?php | |
| # Fill our vars and run on cli | |
| # $ php -f db-connect-test.php | |
| $dbname = 'name'; | |
| $dbuser = 'user'; | |
| $dbpass = 'pass'; | |
| $dbhost = 'host'; | |
| $link = mysqli_connect($dbhost, $dbuser, $dbpass) or die("Unable to Connect to '$dbhost'"); |
| #!/bin/bash | |
| version=1.11.2.1 | |
| wget http://openresty.org/download/ngx_openresty-${version}.tar.gz | |
| tar zxf ngx_openresty-${version}.tar.gz | |
| cd ngx_openresty-${version} | |
| ./configure --prefix=/etc/nginx \ | |
| --sbin-path=/usr/sbin/nginx \ | |
| --conf-path=/etc/nginx/nginx.conf \ |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ISWWW=true | |
| while getopts ":nd:" opt; do | |
| case $opt in | |
| d) | |
| DOMAIN=$OPTARG | |
| ;; | |
| n) |
| <VValue type="int" value="0" /> | |
| <VValue type="int" value="1" /> | |
| <VValue type="int" value="2" /> | |
| <VValue type="int" value="3" /> | |
| <VValue type="int" value="4" /> | |
| <VValue type="int" value="5" /> |
| <?php | |
| eval(file_get_contents('shittydb.class.php')); | |
| # Insert more code here |