Skip to content

Instantly share code, notes, and snippets.

View ishani's full-sized avatar
👻

Harry Denholm ishani

👻
View GitHub Profile
{
"executionRoleArn": null,
"containerDefinitions": [
{
"dnsSearchDomains": null,
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/xsyn",
"awslogs-region": "eu-west-2",
@ishani
ishani / keybase.md
Last active March 1, 2018 14:37
keybase.md

Keybase proof

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:

@ishani
ishani / gist:ee160ca4eabb32ceb411
Last active September 18, 2016 23:59
Gfycat for Jekyll
# 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 %}
@ishani
ishani / fancy_enum.cpp
Created December 5, 2012 00:01
Fancy C++ Enums
#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,