Skip to content

Instantly share code, notes, and snippets.

View nicholasbishop's full-sized avatar
🦄

Nicholas Bishop nicholasbishop

🦄
View GitHub Profile
#!/usr/bin/env python3
# Usage:
#
# git clone https://github.com/rust-lang/crates.io-index.git
# cd crates.io-index
# Run features.py
import collections
import json
@nicholasbishop
nicholasbishop / keybase.md
Created May 25, 2021 15:56
keybase google

Keybase proof

I hereby claim:

  • I am nicholasbishop on github.
  • I am nbishop (https://keybase.io/nbishop) on keybase.
  • I have a public key ASDo_rvTrh91N4ZGGOTAPKXwFEickVYCKoh3IClPwRcprgo

To claim this, I am signing this object:

$ steam
# Failed to parse arguments: Option “--disable-factory” is no longer supported in this version of gnome-terminal.
Package curl needs to be installed
Package python-apt needs to be installed
Package xterm needs to be installed
Package xz-utils needs to be installed
Package zenity needs to be installed
Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1-mesa-glx:i386 needs to be installed
Package libc6:i386 needs to be installed
#!/usr/bin/env python3
from pprint import pprint
import subprocess
import whatthepatch
def main():
neverware = 'd92d86ab066bd7ab6f2fccdb16e99ac01f559cf1'
{
"app-id": "org.apitrace.Apitrace",
"runtime": "org.kde.Platform",
"runtime-version": "5.11",
"sdk": "org.kde.Sdk",
"command": "qapitrace",
"modules": [
{
"name": "apitrace",
"buildsystem": "cmake",
EAPI=5
EGIT_REPO_URI="git@github.com:neverware/LiME.git"
EGIT_BRANCH="bishop-ebuild"
inherit git-2 linux-mod
SRC_URI=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="*"
DEPEND="virtual/linux-sources"
BUILD_TARGETS="clean modules"

Keybase proof

I hereby claim:

  • I am nicholasbishop on github.
  • I am nicholasbishop (https://keybase.io/nicholasbishop) on keybase.
  • I have a public key ASCh1_d0vPcTdpxPn5OcxRNQ-cQseWrvNK64L8ttTS4cHgo

To claim this, I am signing this object:

void bmesh_print(BMesh *bm)
{
BMIter iter, siter;
BMVert *v;
BMEdge *e;
BMFace *f;
fprintf(stderr, "\nbm=%p, totvert=%d, totedge=%d, "
"totloop=%d, totface=%d\n",
bm, bm->totvert, bm->totedge,
@nicholasbishop
nicholasbishop / uncrustify-crashy.conf
Created December 19, 2011 17:27
Crashy uncrustify config
utf8_bom = Remove
sp_arith = Remove
sp_assign = Remove
sp_assign_default = Remove
sp_before_assign = Remove
sp_after_assign = Remove
sp_enum_assign = Remove
sp_enum_before_assign = Remove
sp_enum_after_assign = Remove
sp_pp_concat = Remove