I hereby claim:
- I am ishani on github.
- I am ishani (https://keybase.io/ishani) on keybase.
- I have a public key whose fingerprint is 7612 C1D6 A5E3 9E6A 265C 36F7 7642 5427 E5F1 18A1
To claim this, I am signing this object:
{ | |
"executionRoleArn": null, | |
"containerDefinitions": [ | |
{ | |
"dnsSearchDomains": null, | |
"logConfiguration": { | |
"logDriver": "awslogs", | |
"options": { | |
"awslogs-group": "/ecs/xsyn", | |
"awslogs-region": "eu-west-2", |
I hereby claim:
To claim this, I am signing this object:
# Title: Gfycat JS tags for Jekyll | |
# Author: Harry Denholm, ishani.org | |
# Description: plug the custom gfycat image tags into a page | |
# | |
# updated 02/02/2016 | |
# | |
# Syntax {% gfycat gfy_name %} | |
# | |
# Example: | |
# {% gfycat LateLikelyDassierat %} |
#include <stdio.h> | |
#include <stdint.h> | |
#include <string.h> | |
#include <assert.h> | |
// --------------------------------------------------------------------------------------------------------------------- | |
// these are the actions used within the enum creation macro to produce output per-entry | |
// we break out the _ID ones to avoid triggering errors when using Clang in -Wall mode | |
#define FANCYENUM_DEF_ENUM(_ty) _ty, |