Skip to content

Instantly share code, notes, and snippets.

(function () {
console.log('Script is injected and executed');
window.IntentMedia = window.IntentMedia || {}, (t = window.IntentMedia).builds = t.builds || {};
}());
@rankobp
rankobp / useHexo.md
Created June 18, 2017 18:56 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
@rankobp
rankobp / app.html
Created November 15, 2016 21:07 — forked from Vheissu/app.html
Example of select binding for the book -- Aurelia For Real World Web Applications available here: https://leanpub.com/aurelia-for-real-world-applications/
<template>
<form role="form">
<select value.bind="selectedVal">
<option repeat.for="option of someOptions" value.bind="option">${option}</option>
</select>
<br><br>
<strong>Selected value: </strong>${selectedVal}
</form>
</template>
#! /bin/sh
#
# Downloaded from:
# http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/supervisor/trusty/view/head:/debian/supervisor.init
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
#
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian