I hereby claim:
- I am petervanderdoes on github.
- I am petervanderdoes (https://keybase.io/petervanderdoes) on keybase.
- I have a public key whose fingerprint is 6637 415B 7945 CE1E 7DE1 111D 26C7 8337 E853 0D1E
To claim this, I am signing this object:
| jQuery(document).ready(function($) { | |
| $('.colorpicker').hide(); | |
| $('.colorpicker2').hide(); | |
| $('.colorpicker').farbtastic('.color'); | |
| $('.colorpicker2').farbtastic('.color2'); | |
| $('.color').click(function() { | |
| $('.colorpicker').fadeIn(); | |
| }); | |
| $('.color2').click(function() { |
| #!/bin/sh | |
| # | |
| # Runs during git flow release start | |
| # | |
| # Positional arguments: | |
| # $1 Version | |
| # | |
| # Return VERSION - When VERSION is returned empty gitflow | |
| # will stop as the version is necessary | |
| # |
| #!/bin/sh | |
| # | |
| # Runs during git flow release start | |
| # | |
| # Positional arguments: | |
| # $1 Version | |
| # | |
| # Return VERSION - When VERSION is returned empty gitflow | |
| # will stop as the version is necessary | |
| # |
I hereby claim:
To claim this, I am signing this object:
| if ( !defined( 'ABSPATH' ) ) | |
| define( 'ABSPATH', dirname( __FILE__ ) . '/wp/' ); | |
| if (!class_exists('WP_CLI\Runner')) | |
| require_once(ABSPATH . 'wp-settings.php'); |
| #! /usr/local/bin/bash | |
| # | |
| # Calomel.org | |
| # https://calomel.org/zfs_health_check_script.html | |
| # FreeBSD 9.1 ZFS Health Check script | |
| # zfs_health.sh @ Version 0.15 | |
| # Check health of ZFS volumes and drives. On any faults send email. In FreeBSD | |
| # 10 there is supposed to be a ZFSd daemon to monitor the health of the ZFS | |
| # pools. For now, in FreeBSD 9, we will make our own checks and run this script |
| Verifying that +petervanderdoes is my blockchain ID. https://onename.com/petervanderdoes |
| #!/usr/bin/perl | |
| ######################################################## | |
| # $Id: dovecot 293 2015-03-27 16:01:35Z opoplawski $ | |
| ######################################################## | |
| # $Log: dovecot,v $ | |
| # Revision 1.18 2010/09/18 17:41:00 stefan | |
| # ignore: ssl-build-param | |
| # | |
| # Revision 1.17 2009/06/02 14:48:06 mike | |
| # Removed some periods that were in the Fedora patch and broke the file -mgt |