Skip to content

Instantly share code, notes, and snippets.

View wouterdewinter's full-sized avatar

Wouter de Winter wouterdewinter

View GitHub Profile
@wouterdewinter
wouterdewinter / word_embeddings.csv
Created March 28, 2019 13:06
Word Embedding Example
Term w1 w2 w3 w4 w5
data 0.3123 0.6576 0.3234 0.2234 0.2243
phone 0.6512 0.2782 0.2389 0.2672 0.7322
subscription 0.2372 0.2344 0.6764 0.2323 0.1233
@wouterdewinter
wouterdewinter / sign.php
Last active October 2, 2019 17:30 — forked from anonymous/sign.php
Tutorial: Securing private content on AWS Cloudfront
<?php
/**
* Sign a private asset url on cloudfront
*
* @param $resource full url of the resources
* @param $timeout timeout in seconds
* @return string signed url
* @throws Exception
*/