Skip to content

Instantly share code, notes, and snippets.

View emwalker's full-sized avatar

Eric Walker emwalker

  • Bold Penguin
  • Loveland, Colorado
View GitHub Profile
@emwalker
emwalker / fissions.txt
Last active July 27, 2016 05:05
Platinum and palladium fission reactions
Platinum
190Pt → 54Cr + 136Xe + 106038 keV
190Pt → 48Ca + 142Ce + 91432 keV
190Pt → 40Ar + 150Nd + 71394 keV
190Pt → 36S + 154Sm + 65794 keV
190Pt → 30Si + 160Gd + 55049 keV
190Pt → 26Mg + 164Dy + 44856 keV
190Pt → 22Ne + 168Er + 33690 keV
192Pt → 22Ne + 170Er + 31842 keV
defmodule Digraffe.Collection do
use Digraffe.Web, :model
alias Digraffe.Settings
schema "collections" do
field :title, :string
belongs_to :owner, Settings
timestamps
end
@emwalker
emwalker / gist:ab03961f751021209ae0
Created May 14, 2014 23:16
relevant part of a stack trace ending with a DeadlineExceededError
File "/base/data/home/apps/<snip>/2.375838904101182006/app/bigquery.py", line 112, in _query_result
return job.execute(http=self.http)
File "lib/oauth2client/util.py", line 132, in positional_wrapper
return wrapped(*args, **kwargs)
File "lib/apiclient/http.py", line 716, in execute
body=self.body, headers=self.headers)
File "lib/oauth2client/util.py", line 132, in positional_wrapper
return wrapped(*args, **kwargs)
File "lib/oauth2client/client.py", line 490, in new_request
redirections, connection_type)