Skip to content

Instantly share code, notes, and snippets.

View TheeBryanWhite's full-sized avatar
👽
Obsessed with Gatsby

Bryan White TheeBryanWhite

👽
Obsessed with Gatsby
  • Seacoast, NH
View GitHub Profile
const minNum = 1;
const maxNum = 26;
let naeqSum = parseInt(process.argv[2]);
let allCombos = [];
let limit = 0;
const randomInt = (min, max) => {
min = Math.ceil(min);
max = Math.floor(max);
@TheeBryanWhite
TheeBryanWhite / temporary-email-address-domains
Created July 15, 2021 00:31 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
{
props.input.aboutAdditionalImages.map((image) => {
const addImages = withArtDirection(getImage(image.additionalImage.imgDesktop), [
{
media: "(max-width: 991px)",
image: getImage(image.additionalImage.imgDesktop),
},
])
return(
<div key={image.additionalImage.id}>

Keybase proof

I hereby claim:

  • I am TheeBryanWhite on github.
  • I am prowerewolf (https://keybase.io/prowerewolf) on keybase.
  • I have a public key whose fingerprint is DCAB 5FB9 E5D5 C984 2B09 55B4 6859 69F6 A08C 93F4

To claim this, I am signing this object:

// Store.js
import { createStore, compose, applyMiddleware } from 'redux';
import rootReducer from '../reducers/index';
import thunk from 'redux-thunk';
// const store = createStore(rootReducer);
const store = createStore(
rootReducer,
compose(
applyMiddleware(thunk)
// ROOT REDUCER
function rootReducer(state = initialState, action) {
switch (action.type) {
case STORE_EXERCISE:
return Object.assign({}, state, {
workoutToSave: state.workoutToSave.map((workout, index) => {
@TheeBryanWhite
TheeBryanWhite / 0_reuse_code.js
Created October 1, 2015 14:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
javascript:window.open("http://bartlettlibrarynh.booksys.net/opac/bartlettlibrarynh/index.html#search:ExpertSearch?ST0=Z&SortDescend=0&SF0="+document.getElementById("bookTitle").innerText.replace(/\([^\)]+\)/, ''))