I hereby claim:
- I am lzimm on github.
- I am lzimm (https://keybase.io/lzimm) on keybase.
- I have a public key ASBFxa0pL4TJrsGjjkHkl0CVKF1CvyKU938d04bgS35-8Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // lol | |
| var StyleNode = React.createClass({ | |
| getInitialState: function() { | |
| return { | |
| hover: false, | |
| active: false, | |
| focus: false | |
| }; | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| import re | |
| # http://atomboy.isa-geek.com/plone/Members/acoil/programing/double-metaphone | |
| from metaphone import dm as double_metaphone | |
| # get the Redis connection | |
| from jellybean.core import redis | |
| import models | |
| # Words which should not be indexed |
| import com.google.protobuf.DescriptorProtos; | |
| import com.google.protobuf.Descriptors; | |
| import com.google.protobuf.DynamicMessage; | |
| import com.google.protobuf.Message; | |
| import java.util.HashMap; | |
| /** | |
| * ProtobufEnvelope - allows creating a protobuf message without the .proto file dynamically. | |
| * |