I hereby claim:
- I am atheken on github.
- I am atheken (https://keybase.io/atheken) on keybase.
- I have a public key ASDtD9yuN69YgLE2k1cWshSi4-IH4wpoWekitFEIUwS5qwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "id": "http://schema.cloudcustodian.io/v0/custodian.json", | |
| "definitions": { | |
| "resources": { | |
| "aws.access-analyzer-finding": { | |
| "actions": {}, | |
| "filters": {}, | |
| "policy": { | |
| "allOf": [ |
ddrescue, a better version of dd: brew install ddrescue/dev/rdisk2sudo ddrescue -v --force boot-image-of-choice.img /dev/rdisk2I hereby claim:
To claim this, I am signing this object:
| git config --global alias.up '! git branch -u origin/$(git symbolic-ref --short HEAD)' |
| <?php | |
| // You should have already installed wildbit/postmark-php via Composer. | |
| // This script should be run from the root directory where the 'vendor' | |
| // folder is created by Composer. | |
| require_once('./vendor/autoload.php'); | |
| use Postmark\PostmarkClient; | |
| use Postmark\Models\PostmarkException; | |
| try{ |
| using Mono.Cecil; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Xml.Serialization; | |
| namespace CecilTest |
| <?php | |
| return [ | |
| 'username' => env('<YOUR_POSTMARK_SERVER_TOKEN>'), | |
| 'password' => env('<YOUR_POSTMARK_SERVER_TOKEN>'), | |
| 'host' => env('MAIL_HOST', 'smtp.postmarkapp.com'), | |
| // Optionally, set "smtp" to "log" if you want to trap emails during testing. |
| struct Jawn { | |
| let value:AnyObject? | |
| var string:String? { return self.value as? String } | |
| var int:Int? { return self.value as? Int } | |
| var double:Double? { return self.value as? Double } | |
| var array:[Jawn]? { return (self.value as? NSArray)?.map{Jawn($0)} } | |
| var bool:Bool? { return self.value as? Bool } | |
| var dictionary:[String:Jawn]? { | |
| guard let dictionary = self.value as? NSDictionary else { |
| struct Jawn { | |
| let value:AnyObject? | |
| var string:String? { return self.value as? String } | |
| var int:Int? { return self.value as? Int } | |
| var double:Double? { return self.value as? Double } | |
| var array:[Jawn]? { return (self.value as? NSArray)?.map{Jawn($0)} } | |
| var bool:Bool? { return self.value as? Bool } | |
| var dictionary:[String:Jawn]? { | |
| guard let dictionary = self.value as? NSDictionary else { |