Skip to content

Instantly share code, notes, and snippets.

@bradycoye
bradycoye / send-email.js
Created February 17, 2016 15:21 — forked from taylorstine/send-email.js
emailSender function for parse-server
import aws from 'aws-sdk'
import path from 'path'
import fs from 'fs'
aws.config.loadFromPath(path.resolve('credentials', 'aws_config.json'));
const ses = new aws.SES({apiVersion: '2010-12-01'});
const resetEmail = fs.readFileSync(path.resolve('emails', 'reset-password.html'), 'utf8');
const verifyEmail = fs.readFileSync(path.resolve('emails', 'verify-email.html'), 'utf8');
import {Constants} from 'parse-server'
import Promise from 'bluebird'
@bradycoye
bradycoye / console.txt
Created October 16, 2016 20:04
Tails 2.6 zcash compile log
TRIN_H=1 -DHAVE_SMMINTRIN_H=1 -DHAVE_AVXINTRIN_H=1 -DHAVE_AVX2INTRIN_H=1 -DHAVE_WMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_AVX_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DASM_HIDE_SYMBOL=.hidden -DHAVE_WEAK_SYMBOLS=1 -DCPU_UNALIGNED_ACCESS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_GETPID=1 -DCONFIGURED=1 -I. -I./include/sodium -I./include/sodium -I/home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu/include -D_FORTIFY_SOURCE=2 -pipe -O1 -pthread -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -c crypto_verify/32/ref/verify_32.c -fPIE -o crypto_verify/32/ref/libsodium_la-verify_32.o
libtool: compile: gcc -m64 -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.11\" "-DPACKAGE_STRING=\"libsodium 1.0.11\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\"
@bradycoye
bradycoye / console.log
Created October 16, 2016 20:05
Tails 2.6 zcash compile
TRIN_H=1 -DHAVE_SMMINTRIN_H=1 -DHAVE_AVXINTRIN_H=1 -DHAVE_AVX2INTRIN_H=1 -DHAVE_WMMINTRIN_H=1 -DHAVE_SYS_MMAN_H=1 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_AMD64_ASM=1 -DHAVE_AVX_ASM=1 -DHAVE_TI_MODE=1 -DHAVE_CPUID=1 -DASM_HIDE_SYMBOL=.hidden -DHAVE_WEAK_SYMBOLS=1 -DCPU_UNALIGNED_ACCESS=1 -DHAVE_MMAP=1 -DHAVE_MLOCK=1 -DHAVE_MADVISE=1 -DHAVE_MPROTECT=1 -DHAVE_NANOSLEEP=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_GETPID=1 -DCONFIGURED=1 -I. -I./include/sodium -I./include/sodium -I/home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu/include -D_FORTIFY_SOURCE=2 -pipe -O1 -pthread -fvisibility=hidden -fPIC -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wwrite-strings -Wdiv-by-zero -c crypto_verify/32/ref/verify_32.c -fPIE -o crypto_verify/32/ref/libsodium_la-verify_32.o
libtool: compile: gcc -m64 -std=gnu99 -DPACKAGE_NAME=\"libsodium\" -DPACKAGE_TARNAME=\"libsodium\" -DPACKAGE_VERSION=\"1.0.11\" "-DPACKAGE_STRING=\"libsodium 1.0.11\"" -DPACKAGE_BUGREPORT=\"https://github.com/jedisct1/libsodium/issues\"
@bradycoye
bradycoye / compileLog.txt
Created October 16, 2016 20:23
compileLog text
make: Entering directory '/home/amnesia/Persistent/zcash/zcash/depends'
rm -rf /home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu
mkdir -p /home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu
echo copying packages: native_ccache boost openssl libsnark libgmp libsodium googletest googlemock bdb miniupnpc
copying packages: native_ccache boost openssl libsnark libgmp libsodium googletest googlemock bdb miniupnpc
echo to: /home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu
to: /home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu
cd /home/amnesia/Persistent/zcash/zcash/depends/x86_64-unknown-linux-gnu; tar xf /home/amnesia/Persistent/zcash/zcash/depends/built/x86_64-unknown-linux-gnu/native_ccache/native_ccache-3.3.1-c022139be3d.tar.gz; tar xf /home/amnesia/Persistent/zcash/zcash/depends/built/x86_64-unknown-linux-gnu/boost/boost-1_62_0-65e20fa350d.tar.gz; tar xf /home/amnesia/Persistent/zcash/zcash/depends/built/x86_64-unknown-linux-gnu/o
@bradycoye
bradycoye / zcashBuild.txt
Created October 18, 2016 16:00
zcashBuild Tails2.6
This file has been truncated, but you can view the full file.
make: Entering directory '/home/amnesia/Persistent/zcash/zcash/depends'
mkdir -p /home/amnesia/Persistent/zcash/zcash/depends/sources/download-stamps /home/amnesia/Persistent/zcash/zcash/depends/sources
rm -f /home/amnesia/Persistent/zcash/zcash/depends/sources/download-stamps/.stamp_fetched-native_ccache-ccache-3.3.1.tar.bz2.hash
touch /home/amnesia/Persistent/zcash/zcash/depends/sources/download-stamps/.stamp_fetched-native_ccache-ccache-3.3.1.tar.bz2.hash
cd /home/amnesia/Persistent/zcash/zcash/depends/sources/download-stamps; (test -f /home/amnesia/Persistent/zcash/zcash/depends/sources/ccache-3.3.1.tar.bz2 || ( mkdir -p /home/amnesia/Persistent/zcash/zcash/depends/work/download/native_ccache-3.3.1 && echo Fetching native_ccache... && ( wget --timeout=10 --tries=3 -nv -O "/home/amnesia/Persistent/zcash/zcash/depends/work/download/native_ccache-3.3.1/ccache-3.3.1.tar.bz2.temp" "https://z.cash/depends-sources/ccache-3.3.1.tar.bz2" || wget --timeout=10 --tries=3 -nv -O "/home/amnesia/Persistent/zcash/zcash/d

Keybase proof

I hereby claim:

  • I am bradycoye on github.
  • I am bradycoye (https://keybase.io/bradycoye) on keybase.
  • I have a public key whose fingerprint is 0550 E167 BF4A 3F02 759B 63E3 E71B 74DB ECF7 67B2

To claim this, I am signing this object:

Verifying that "bradycoye.id" is my Blockstack ID. https://onename.com/bradycoye