I hereby claim:
- I am dim13 on github.
- I am dim13 (https://keybase.io/dim13) on keybase.
- I have a public key ASCTTIbRFnm23C-0oSxxdMUrKTI90mpSiyWCRE9vNssIfwo
To claim this, I am signing this object:
| DEPS=$(shell go list -f '{{join .Deps " "}}' .) | |
| SRCS=$(shell go list -f '{{range .GoFiles}}{{$$.Dir}}/{{.}} {{end}}' ${DEPS} .) | |
| app: ${SRCS} | |
| go build -o $@ . |
| ! Color scheme: TangoDark | |
| *foreground: #ffffff | |
| *background: #000000 | |
| *cursorColor: #ffffff | |
| ! Black | |
| *color0: #000000 | |
| *color8: #545753 | |
| ! Red | |
| *color1: #cc0000 | |
| *color9: #ef2828 |
| #!/bin/sh | |
| export XUSERFILESEARCHPATH=$HOME/%N:$HOME/app-defaults/%N | |
| setxkbmap -layout "us,ru" -option "grp:alt_space_toggle,grp_led:caps,caps:escape,compose:102" | |
| eval `ssh-agent -s` | |
| ssh-add < /dev/null | |
| cwm | |
| eval `ssh-agent -s -k` |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <time.h> | |
| int | |
| dummy(int n) | |
| { | |
| return -1; | |
| } | |
| #define nelem(x) (sizeof(x) / sizeof((x)[0])) |