I hereby claim:
- I am andy-shev on github.
- I am 0andriy (https://keybase.io/0andriy) on keybase.
- I have a public key whose fingerprint is 8626 4E52 59C2 F682 8DDE 7DC0 993D FFF3 7739 4B2D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| import sys | |
| import os | |
| import operator | |
| import math | |
| import fractions |
| #!/usr/bin/env python3 | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| import sys | |
| import os | |
| import operator | |
| import math | |
| import fractions |
| #!/usr/bin/python -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| import sys | |
| import os | |
| import operator | |
| import math | |
| import fractions |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| from __future__ import print_function | |
| import operator | |
| import os | |
| import struct | |
| import sys |
| #!/usr/bin/python -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| from __future__ import print_function | |
| import sys | |
| import os | |
| import math |
| #!/bin/sh | |
| # | |
| # Required: xz, crc32, xxd, xfst-dldr-solo, dfu-util | |
| # | |
| # Version for stable edison-v2016.11 and edison-v2017.01 | |
| #dd if=u-boot.bin of=u-boot-4k.bin bs=4k seek=1 && truncate -s %4096 u-boot-4k.bin | |
| # OSIP header (0x000000) |
| #!/bin/sh -efu | |
| # | |
| # Binary search tree is of the form: | |
| # 10 | |
| # / \ | |
| # / \ | |
| # 4 16 | |
| # / \ / | |
| # 1 7 12 | |
| # |
| #!/usr/bin/python -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| from __future__ import print_function | |
| import sys | |
| import os | |
| import math |
| #!/usr/bin/python -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| from __future__ import print_function | |
| import sys | |
| import os | |
| import itertools |