I hereby claim:
- I am anatolinicolae on github.
- I am anatoli (https://keybase.io/anatoli) on keybase.
- I have a public key ASAWZy0YKSyFcXlDdgoX82oGk1MgE8_cHFGHnv9z5mL6mwo
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Plugin Name: Content Shortcode | |
| **/ | |
| add_shortcode('content', function ($atts) { | |
| extract(shortcode_atts([ | |
| 'slug' => null, | |
| 'post_type' => 'post', |
| body::after { | |
| content: ""; | |
| position: fixed; | |
| width: 100vw; | |
| height: 100vh; | |
| z-index: 9999999; | |
| background-size: calc(100%/6 - 1px); | |
| background-repeat: repeat-x; | |
| background-image: linear-gradient(to right, #9e9e9e29 1px, transparent 1px); | |
| pointer-events: none; |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env node | |
| const exec = require('child_process').exec | |
| let source = process.argv[2] | |
| let destination = process.argv[3] | |
| let command = `rsync -avz ` | |
| for (let i = 4; i < process.argv.length; i++) { | |
| command += `--exclude "${process.argv[i]}" ` | |
| } |
| 209.244.0.3 | |
| 209.244.0.4 | |
| 64.6.64.6 | |
| 64.6.65.6 | |
| 8.8.8.8 | |
| 8.8.4.4 | |
| 84.200.69.80 | |
| 84.200.70.40 | |
| 8.26.56.26 | |
| 8.20.247.20 |
| <?php | |
| // Your current session cookie | |
| $cookie = ''; | |
| // Files storage path | |
| $storage_dir = './infinit-backup'; | |
| // Don't change anything below this. Just works™ | |
| $offset = 0; |
| #!/bin/sh | |
| set -e | |
| user="$(id -un 2>/dev/null || true)" | |
| if [ "$user" != 'root' ]; then | |
| echo "Please run as root" | |
| exit | |
| fi | |
| # Check if cmd exists |
| #!/usr/bin/env python | |
| import click, tempfile, shutil, subprocess, os | |
| """Simple script that compiles Netbeans projects and runs Tomcat in Docker.""" | |
| class jsprun: | |
| def __init__(self, d, n): | |
| self.d = d | |
| self.n = n |
| /** | |
| * Stylish Gradient Buttons | |
| */ | |
| /** | |
| * Designed and coded by Anatoli Nicolae | |
| * http://dribbble.com/anatolinicolae | |
| */ | |
| body { | |
| background: #f5f5f5; |