Skip to content

Instantly share code, notes, and snippets.

@freakdesign
freakdesign / collection-ratings.liquid
Created April 11, 2016 15:53
Show a collection based summary using data from the Shopify Product Reviews App.
{% comment %}
Usage:
{% include 'collection-ratings' %}
{% include 'collection-ratings' collectionHandle:'some-handle' useAll:true %}
{% endcomment %}
{% if collectionHandle == blank %}{% assign collectionHandle=collection.handle %}{% endif %}
{% if collections[collectionHandle].products.size > 0 %}
@nfelger
nfelger / com.whatever.dailylinks.plist
Created November 1, 2013 08:11
Using AppleScript and launchd to open a bunch of URLs every morning when I get into work. (Why not just a shell script in cron? If your Mac is asleep when the run is scheduled, launchd will run it when you next wake it from sleep.)