Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sampsonc on github.
  • I am chs (https://keybase.io/chs) on keybase.
  • I have a public key ASAmQfPGPGMrFsadwQ3PPMMKSTrZTiNuyTUKjUNYX_a-Wwo

To claim this, I am signing this object:

#Map vip's to issues
parent_child_table = Table('parent_child', Base.metadata,
Column('parent_id', Integer, ForeignKey('parent.id')),
Column('child_id', Integer, ForeignKey('child.id')))
class Parent(Base):
__tablename__ = 'parent'
id = Column(Integer, primary_key=True)
children = relationship("Child", secondary = parent_child_table)
package burp;
package burp;
import java.io.IOException;
import java.io.OutputStream;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
*

Keybase proof

I hereby claim:

  • I am sampsonc on github.
  • I am chs (https://keybase.io/chs) on keybase.
  • I have a public key whose fingerprint is 5E93 65C3 CF9C B6FF 1125 979F 1C1C 9D1D 6004 D22F

To claim this, I am signing this object: