Skip to content

Instantly share code, notes, and snippets.

View dmitri-d's full-sized avatar

Dmitri Dolguikh dmitri-d

  • solo.io
  • North Vancouver, Canada
View GitHub Profile
from typing import Tuple, List
import os
import os.path
import fileinput
import re
import sys
class TrieNode(object):
def __init__(self, fragment: str):
self.fragment = fragment

Keybase proof

I hereby claim:

  • I am dmitri-d on github.
  • I am dmitrid (https://keybase.io/dmitrid) on keybase.
  • I have a public key whose fingerprint is B05E A723 AAF4 58F1 5E86 E1DE A71F 99A7 FC67 4AE2

To claim this, I am signing this object:

@dmitri-d
dmitri-d / gist:904fefb0031c2eda96da61bd19424c86
Created November 15, 2017 22:50
catch SIGABRT with GDB with .rbinit
gdb -q -batch -ex "handle SIGABRT stop nopass" -ex continue -ex rb_ps attach $1