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:
From b067cd75e453b1d70f648a0201b0261e36162526 Mon Sep 17 00:00:00 2001 | |
From: Jake Gealer <[email protected]> | |
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!", |
^]:: | |
WinGetActiveTitle, WindowName | |
If InStr(WindowName, "PyCharm") { | |
Send, ^s | |
RegExMatch(WindowName, "[A-Z]:\\(([a-zA-Z0-9\.]){1,}(\\){0,}){1,}", FoundRegex) | |
if FoundRegex { | |
FormatTime, PCTimeFormatted | |
ToRun := "git.exe commit -a -m " . """" . "Save and commit from Jake's AHK script [PC time/date " . PCTimeFormatted . "]" . """" | |
RunWait, %ToRun%, %FoundRegex%, Hide | |
Run, git push, %FoundRegex%, Hide |