Skip to content

Instantly share code, notes, and snippets.

View omarieclaire's full-sized avatar

Marie Claire LeBlanc Flanagan omarieclaire

View GitHub Profile
using System.Collections.Concurrent;
using System.Collections.Generic;
using UnityEngine;
using OscJack;
public class CustomOSCEventReceiverScript : MonoBehaviour
{
[SerializeField]
private GameObject playerSpherePrefab; // The prefab to instantiate for each player
@omarieclaire
omarieclaire / .block
Created May 22, 2018 19:15
Ring Extraction
license: gpl-3.0
@omarieclaire
omarieclaire / .block
Created May 22, 2018 19:12
fresh block
license: mit
@omarieclaire
omarieclaire / .block
Created May 20, 2018 01:21
fresh block
license: mit
0x3B0DaB4111E61cC240eC2fb6aC95b6442D886fB3

Keybase proof

I hereby claim:

  • I am omarieclaire on github.
  • I am marieflanagan (https://keybase.io/marieflanagan) on keybase.
  • I have a public key whose fingerprint is 2B5D 8D32 FF47 E875 FE2B 34BB 7A0E 71F5 517B 8E2C

To claim this, I am signing this object:

<center><img src="https://cdn.shopify.com/s/files/1/0250/7563/files/WDLOGO.jpg?332" height="120" style=align="middle";"/></center>
<p>I'm writing to confirm that your order {{ order_name }} with {{ shop_name }} has been fulfilled.<br /><br />
<p>In most cases, this means that your order has been shipped. However, if you selected <em>Put aside</em> or <em>Local Pickup Kitchener-Waterloo</em> it means that we have put your order aside. If you selected <em>Local Pickup Toronto </em> it means that we have packaged it into the next box bound for Toronto. To read about these experimental shipping options, <a href="http://distro.weirdcanada.com/pages/faq">click here.</a></p><br />
<center><b><p>If you have any questions, comments or concerns, <a href="http://goo.gl/Gbl1E7">please get in touch.</a></p></b></center><br />
<p><strong>Order Details</strong></p>
<ul style="list-style-type:none"> {% for line in line_items %} <li> {{ line.quantity }} x {{ line.title }} for {{ line.price | money }} (each) </li> {% end
@omarieclaire
omarieclaire / gist:46b0f546956ebaf3070e
Created August 18, 2014 07:12
Wyrd Distro Refund Notification
<center><img src="https://cdn.shopify.com/s/files/1/0250/7563/files/WDLOGO.jpg?332" height="120" style=align="middle";"/></center>
{% if customer.name %}
<p>Dear {{ customer.name }},</p>
<p></p>
{% endif %}
<p>{{ shop_name }} has refunded your order ({{ name }}){% if amount > 0 %} a total of {{ amount | money_with_currency }}{% endif %}{% if refund_line_items.size > 0 %} for:</p>
<p>{% for line in refund_line_items %}{{ line.quantity }}x {{ line.line_item.title }}</p>
{% endfor %}{% else %}.</p>{% endif %}
<p></p>
<center><img src="https://cdn.shopify.com/s/files/1/0250/7563/files/WDLOGO.jpg?332" height="120" style=align="middle";"/></center>
<p>I'm writing to confirm your order {{ order_name }} with {{ shop_name }} on {{ date | date: "%Y/%m/%d" }}. <a href="http://goo.gl/Gbl1E7">Click here to contact us with questions, comments or concerns.</a></p><br />
<p><strong>Order Details</strong></p>
<ul style="list-style-type:none"> {% for line in line_items %} <li> {{ line.quantity }} x {{ line.title }} for {{ line.price | money }} (each) </li> {% endfor %}
</ul>
<br />
<center><img src="https://cdn.shopify.com/s/files/1/0250/7563/files/WDLOGO.jpg?332" height="120" style=align="middle";"/>
{% if customer.name %}Hi {{ customer.name }},{% endif %}</p><br />
<a href="http://goo.gl/Gbl1E7">Reset your password here. </a>And if you need further help, <a href="http://goo.gl/Gbl1E7">contact us.</a></p><br />
<center>Yours,<br /><br />
<em>The Wyrd Distro Volunteer Team</em></p><br />