Skip to content

Instantly share code, notes, and snippets.

View arasmussen's full-sized avatar

Andrew Rasmussen arasmussen

View GitHub Profile
@arasmussen
arasmussen / canny.py
Last active March 24, 2017 16:50 — forked from mattbasta/canny.py
import binascii
import hashlib
import json
from Crypto.Cipher import AES
from django.conf import settings
from pinecast.helpers import gravatar
@arasmussen
arasmussen / LoopifyManager.h
Last active October 19, 2016 01:32
Native Module to reference Loopify SDK from React Native
#import "RCTBridgeModule.h"
@interface LoopifyManager : NSObject <RCTBridgeModule>
@end
@arasmussen
arasmussen / integration.html
Last active March 3, 2016 20:58
Product Pains integration
<!-- Copy this code wherever you want the integration, replace YOUR_TOKEN with your token. :) -->
<iframe width="100%" height="360px" scrolling="no" src="https://productpains.com/widget.html?token=YOUR_TOKEN"></iframe>
<script type="text/javascript" src="https://productpains.com/js/lib/iframeResizer.min.js"></script>