I hereby claim:
- I am ilammy on github.
- I am ilammy (https://keybase.io/ilammy) on keybase.
- I have a public key whose fingerprint is 2820 EB47 2F19 8B25 C272 5314 5F33 8CB3 B720 3B42
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# | |
# Scan GitHub for repositories with Pollen files. | |
# | |
# Environment variables: | |
# | |
# GITHUB_USER GitHub username | |
# GITHUB_TOKEN Personal access token on GitHub with "public_repo" scope | |
set -ueo pipefail |
I hereby claim:
To claim this, I am signing this object:
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <themis/themis.h> | |
static void append_secret(secure_comparator_t *comparator, const char *secret, | |
const char *name) | |
{ | |
themis_status_t status; |
obj-m += afw.o | |
afw-objs := afw_main.o locate_sct.o ttgl.o | |
ccflags-y := -std=gnu99 -O2 | |
all: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
clean: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |
/* Message body and compose interface */ | |
.ii, .Ak, .editable { | |
font-family: monospace !important; | |
font-size: 100% !important; | |
} |