-
- Always look for the official documentation, this tutorial may not suit you as there are new updates to the installation process.
- References are at the end of the document.
Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.
If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.
Navigate to: Twitter via IFTTT, Twitter via Zapier, Reddit or GitHub.
You just posted a video. You want everyone on your server to know this, eh?
- Go to the IFTTT website and create an account (if you don't already have one).
- Find the Discord channel in which you would like to send YouTube videos.
| //@flow | |
| import { createStore, applyMiddleware } from 'redux'; | |
| import storage from 'redux-persist/lib/storage' | |
| import { composeWithDevTools } from 'redux-devtools-extension'; | |
| import { persistStore, persistReducer } from 'redux-persist'; | |
| import thunk from 'redux-thunk'; | |
| import reducer from 'reducers'; | |
| import { createOffline } from '@redux-offline/redux-offline'; | |
| import offlineConfig from '@redux-offline/redux-offline/lib/defaults/index'; |
| using namespace System.Management.Automation | |
| #requires -Version 5 | |
| #requires -Module ActiveDirectory | |
| [CmdletBinding()] | |
| param | |
| ( | |
| [Parameter(Position = 0)] | |
| [Credential()] |
| <?php | |
| ############################################################# | |
| # 47 counties of Kenya # | |
| ############################################################# | |
| $config['counties'] = [ | |
| 'BARINGO' => 'Baringo County', | |
| 'BOMET' => 'Bomet County', | |
| 'BUNGOMA' => 'Bungoma County', | |
| 'BUSIA' => 'Busia County', | |
| 'ELGEYO-MARAKWET' => 'Elgeyo-Marakwet County', |
[WINDOWS] How to enable auto-signing Git commits with GnuPG for programs that don't support it natively
This is a step-by-step guide on how to enable auto-signing Git commits with GPG for every applications that don't support it natively (eg. GitHub Desktop, Eclipse, Git Tower, ...)
- Install GPG4Win: this software is a bundle with latest version of GnuPG v2, Kleopatra v3 certificate manager, GNU Privacy Assistant (GPA) v0.9 which is a GUI that uses GTK+, GpgOL and GpgEX that are respectively an extension for MS Outlook and an extension for Windows Explorer shell
- Install Git for Windows: so you can have a *nix based shell, this software is a bundle with latest version of Git which use MINGW environment, a Git bash shell, a Git GUI and an extension for Windows Explorer shell (Make sure your local version of Git is at least 2.0, otherwise Git don't have support for automatically sign your commits)
- Verify
This document collects various quirks and useful pieces of information that I came across in adding support for the new modmail API to PRAW.
Certain pieces of data are represented by numerical codes, which had to be deciphered through trial and error. These lists could easily be incomplete.
| According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don't care what humans think is impossible. Yellow, black. Yellow, black. Yellow, black. Yellow, black. Ooh, black and yellow! Let's shake it up a little. Barry! Breakfast is ready! Coming! Hang on a second. Hello? - Barry? - Adam? - Can you believe this is happening? - I can't. I'll pick you up. Looking sharp. Use the stairs. Your father paid good money for those. Sorry. I'm excited. Here's the graduate. We're very proud of you, son. A perfect report card, all B's. Very proud. Ma! I got a thing going here. - You got lint on your fuzz. - Ow! That's me! - Wave to us! We'll be in row 118,000. - Bye! Barry, I told you, stop flying in the house! - Hey, Adam. - Hey, Barry. - Is that fuzz gel? - A little. Special day, graduation. Never thought I'd make it. Three days grade school, three days high school. Those were awkw |