I hereby claim:
- I am jakemakesstuff on github.
- I am jakemakesstuff (https://keybase.io/jakemakesstuff) on keybase.
- I have a public key ASBVi2gjHaWleF4bVX1bKRl4co23NFL6Bt216Bs5F_6kaAo
To claim this, I am signing this object:
| #include <nan.h> | |
| #include <node.h> | |
| #include <X11/Xlib.h> | |
| #include <X11/extensions/Xrandr.h> | |
| using namespace v8; | |
| void GetScreenshot(const Nan::FunctionCallbackInfo<Value>& args) { | |
| // Get both expected arguments as integers. | |
| Isolate* isolate = args.GetIsolate(); |
| From b067cd75e453b1d70f648a0201b0261e36162526 Mon Sep 17 00:00:00 2001 | |
| From: Jake Gealer <jake@gealer.email> | |
| Date: Tue, 16 Jun 2020 14:49:55 +0100 | |
| Subject: [PATCH] Remove all master/slave terminology from Git | |
| --- | |
| Documentation/Makefile | 2 +- | |
| Documentation/MyFirstContribution.txt | 32 +- | |
| Documentation/MyFirstObjectWalk.txt | 4 +- | |
| Documentation/SubmittingPatches | 24 +- |
I hereby claim:
To claim this, I am signing this object:
@MattIPv4 and I worked many hours to get this release out. Make sure to thank Matt for all of the mainly visual changes!
| image: "docker:latest" | |
| services: | |
| - "docker:dind" | |
| stages: | |
| - build | |
| - deploy | |
| variables: | |
| DOCKER_DRIVER: overlay |
| from google.cloud import firestore | |
| # Imports go here. | |
| db = firestore.Client() | |
| # Defines the Firestore client. | |
| class SecretsManager: | |
| """Handles secrets from the Firestore DB.""" | |
| def __getitem__(self, key): |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import discord | |
| import os | |
| import logging | |
| import datetime as dt | |
| import random | |
| import asyncio | |
| import re | |
| import rethinkdb as r | |
| # Imports go here. |
| import discord | |
| import random | |
| import logging | |
| import os | |
| # Imports go here. | |
| ramsay_quotes = [ | |
| "YOU FUCKING DONKEY!", | |
| "What are you? AN IDIOT SANDWICH.", | |
| "GET OUT!", |