I hereby claim:
- I am alex-phillips on github.
- I am alexphillips (https://keybase.io/alexphillips) on keybase.
- I have a public key whose fingerprint is 5BF9 48EB 30B2 41D7 8A77 FF5C BD8E 652D 4BB0 38A7
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Problem, Boole?</title> | |
| <style> | |
| body { | |
| font-family: Verdana, Geneva, sans-serif; | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <?hh | |
| require_once('./vendor/autoload.php'); | |
| use Titon\Console\Kernel; | |
| use Titon\Console\Console; | |
| use Titon\Console\Input; | |
| use Titon\Console\Output; | |
| use Titon\Kernel\Middleware\Pipeline; |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| class VPNNetMonitoring extends Primer\Console\Command\BaseCommand | |
| { | |
| private $vpnInterface = 'ppp0'; | |
| public function configure() | |
| { | |
| $this->setName('netmon:transmission'); | |
| $this->setDescription("Monitoring the necessary network interface to bind all Transmission traffic through"); |
| <?php | |
| $settings_base_dir = '/Users/exonintrendo'; | |
| $network_interface = 'ppp0'; | |
| if (file_exists("$settings_base_dir/.deluge_starter.lock")) { | |
| log_msg("Lock file exists. Exiting."); | |
| exit; | |
| } |
| import React, { Component } from 'react'; | |
| import { Line } from 'react-chartjs-2'; | |
| import Utils from '../../utils'; | |
| import Config from '../../config'; | |
| const brandPrimary = '#20a8d8'; | |
| const brandSuccess = '#4dbd74'; | |
| const brandInfo = '#63c2de'; | |
| const brandDanger = '#f86c6b'; |
| { | |
| "bip": "172.18.0.1/24" | |
| } |
| Szechuan Sauce | |
| 1/2 cup water | |
| 1/2 cup white vinegar | |
| 1/2 cup sugar | |
| 1/2 cup soy sauce | |
| 1 tbs apple cider vinegar | |
| 1/2 tsp sesame seed oil | |
| 1/4 tsp garlic powder | |
| 1/4 tsp onion powder |
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |