Skip to content

Instantly share code, notes, and snippets.

View utunga's full-sized avatar
👋
sentient

Miles Thompson utunga

👋
sentient
View GitHub Profile
@utunga
utunga / keybase.md
Created September 27, 2017 20:40
keybase.md

Keybase proof

I hereby claim:

  • I am utunga on github.
  • I am utunga (https://keybase.io/utunga) on keybase.
  • I have a public key ASCUUwWHTm62KDYcDw_pkx1-reyajELvB3oKGKSTLgN3YQo

To claim this, I am signing this object:

@utunga
utunga / Comment Removed
Created July 31, 2014 02:41
Excact text of comment removed from Listener's Steiner/FairyTale piece
The following is the exact text of the comment removed by the listener
from their "Fairy Tale Fallout" piece about Steiner education.
( http://bit.ly/1rPJcJr )
It's not exactly shakespeare but it doesn't call names or act personally abusive.
What is the Listener's moderation policy?
I received emails thanking me for this comment from others so know that it was
visible. It now says "this comment is awaiting moderation" and no longer appears
on the site.
@utunga
utunga / test_on_unused_input.py
Created March 8, 2012 06:28
test for on_unused_input flag
import theano
import theano.tensor as T
a = T.vector(name='a')
b = T.vector(name='b')
x = T.vector(name='x')
x = a*2
try:
f = theano.function((a,b), outputs=x)
using System;
using System.Collections.Specialized;
using System.Web;
using NUnit.Framework;
using XtractLib.Net;
using XtractLib.OAuth;
using XtractLib.Twitter;
namespace Xtract.Tests
{