I hereby claim:
- I am himaisie on github.
- I am mbellgb (https://keybase.io/mbellgb) on keybase.
- I have a public key ASBQH8nax9AFpsTTd_7arpCkTP3BWwQzLS2Ra5S6qtweYwo
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdbool.h> | |
| #include <stdlib.h> | |
| #define MAX_ARR_SIZE 128 | |
| #define GRID_SIZE 16 | |
| typedef bool grid_t[GRID_SIZE]; | |
| typedef struct node{ |
| Xft.dpi: 96 | |
| Xft.antialias: true | |
| Xft.hinting: true | |
| Xft.rgba: rgb | |
| Xft.autohint: false | |
| Xft.hintstyle: hintslight | |
| Xft.lcdfilter: lcddefault | |
| URxvt.scrollBar: false |
| Xft.dpi: 96 | |
| Xft.antialias: true | |
| Xft.hinting: true | |
| Xft.rgba: rgb | |
| Xft.hintstyle: hintslight | |
| Xft.lcdfilter: lcddefault | |
| URxvt.scrollBar: false | |
| URxvt*transparent: false |
| set $foreground #666699 | |
| set $background #000000 | |
| set $color0 #333366 | |
| set $color8 #333399 | |
| set $color1 #6666cc | |
| set $color9 #9999ff | |
| set $color2 #0099cc | |
| set $color10 #00ccff | |
| set $color3 #3366cc | |
| set $color11 #6699ff |
| pkgname=ttf-sanfrancisco | |
| pkgver=1.0 | |
| pkgrel=1 | |
| pkgdesc="San Francisco, the system font for OSX, iOS, watchOS and tvOS." | |
| arch=(any) | |
| depends=(fontconfig xorg-font-utils) | |
| source=() | |
| install=$pkgname.install | |
| package() { |
| Xft.dpi: 96 | |
| Xft.antialias: true | |
| Xft.hinting: true | |
| Xft.rgba: rgb | |
| Xft.hintstyle: hintslight | |
| Xft.lcdfilter: lcddefault | |
| URxvt.scrollBar: false | |
| URxvt*transparent: false |
| pkgname=ttf-sanfrancisco | |
| pkgver=1.0 | |
| pkgrel=1 | |
| pkgdesc="San Francisco, the system font for OSX, iOS, watchOS and tvOS." | |
| arch=(any) | |
| depends=(fontconfig xorg-font-utils) | |
| source=() | |
| install=$pkgname.install | |
| package() { |
| PID: 2077 (zsh) | |
| UID: 1000 (mbell) | |
| GID: 1000 (mbell) | |
| Signal: 6 (ABRT) | |
| Timestamp: Fri 2017-10-27 14:08:11 BST (10min ago) | |
| Command Line: zsh | |
| Executable: /usr/bin/zsh | |
| Control Group: /user.slice/user-1000.slice/user@1000.service/gnome-terminal-server.service | |
| Unit: user@1000.service | |
| User Unit: gnome-terminal-server.service |
I hereby claim:
To claim this, I am signing this object:
| import requests, json | |
| from os import environ | |
| import sys | |
| uclapi_token = environ.get("UCLAPI_TOKEN") | |
| response = requests.get("https://uclapi.com/workspaces/surveys", params={"token":uclapi_token}) | |
| if not response.ok: | |
| print("failed to get survey data", file=sys.stderr) | |
| sys.exit(1) |