Forward GNUPG agent with the following steps:
Run gpg once to create the directory structure.
gpg --list-keys
| #!/usr/bin/env python3 | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| from __future__ import print_function | |
| import random | |
| import sys | |
| def handle(event, state, bit): |
| #!/usr/bin/python3 -tt | |
| # -*- coding: UTF-8 -*- | |
| # vim: ts=4 sw=4 et ai si | |
| # | |
| # SPDX-License-Identifier: GPL-2.0-or-later | |
| # | |
| import argparse | |
| import dateutil.parser | |
| import errno |
| version.h | |
| module | |
| *.o |
| Test Fat32 image |
The below list of tasks for Linux kernel is in completely arbitrary order by complexness, tree wideness, etc.
git grep -n ' | !'git grep -n -i '%02x[ :-]%02x[ :-]%02x'codespell across drivers and subsystemsgit grep -n -i ' = .*0xf0000[^0-9a-f]'| #!/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 |
| #!/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 -efu | |
| # | |
| # Binary search tree is of the form: | |
| # 10 | |
| # / \ | |
| # / \ | |
| # 4 16 | |
| # / \ / | |
| # 1 7 12 | |
| # |
| #!/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) |