I hereby claim:
- I am justinribeiro on github.
- I am justinribeiro (https://keybase.io/justinribeiro) on keybase.
- I have a public key whose fingerprint is 1CD2 20B8 5C1B 137E 3ADA 3E20 D749 67A6 9AC0 E195
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<link rel="import" href="bower_components/polymer/polymer.html"> | |
<link rel="import" href="bower_components/firebase-element/firebase-document.html"> | |
<dom-element id="edit-name"> | |
<template> | |
<style> | |
:host { | |
display: block; | |
padding: 1em; | |
} |
using Microsoft.WindowsAzure.Storage; | |
using Microsoft.WindowsAzure.Storage.Auth; | |
using Microsoft.WindowsAzure.Storage.Shared.Protocol; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace setCors |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Firebase + Polymer + Array Access</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> | |
Because the "Certificate Chain" field for AWS always throws me when someone asks what the order of the certs are. Every. Single. Time.
(openssl x509 -inform PEM -in COMODORSADomainValidationSecureServerCA.crt; openssl x509 -inform PEM -in COMODORSAAddTrustCA.crt)
Where's the trust root? Don't need it; you'll get an contains anchor
issue when testing.
<?php | |
session_start (); | |
if (isset ( $_SESSION ['sess_user_id'] ) && isset ( $_SESSION ['sess_username'] )) { | |
header ( "Location: /home" ); | |
exit (); | |
} | |
?> | |
... Begin HTML ... |
var git = require('git-rev-sync'); | |
var slackconfig = require('./slackbot.json'); | |
var slack = require('gulp-slack')({ | |
url: slackconfig.webhook_url, | |
channel: slackconfig.channel, | |
user: slackconfig.user, | |
icon_emoji: slackconfig.icon_emoji | |
}); |
$ cat yourdomain.crt sca.server1.crt > concat.crt
PEM encoded X.509 public key certificate
field on https://console.developers.google.com/appengine/settings/certificates?project=yourprojectThe follwing is my working document as I create a pipeline for faster YouTube > LibSyn / iTunes distribution. This is not complete, but really cuts down on some time.
I'm a commandline guy, I like UNIX tooling philosophy. Hence, my prereqs.