See https://sourceforge.net/projects/boost/files/boost/ for list of versions
wget https://astuteinternet.dl.sourceforge.net/project/boost/boost/1.68.0/boost_1_68_0.tar.gz
tar xzvf boost_1_68_0.tar.gz
cd boost_1_68_0/
| # Folder hooks | |
| folder-hook 'account.com.gmail.personal' 'source ~/.mutt/account.com.gmail.personal' | |
| folder-hook 'account.com.gmail.work' 'source ~/.mutt/account.com.gmail.work' | |
| # Default account | |
| source ~/.mutt/account.com.gmail.personal | |
| # Macros for switching accounts | |
| macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/account.com.gmail.personal<enter><change-folder>!<enter>' | |
| macro index <f3> '<sync-mailbox><enter-command>source ~/.mutt/account.com.gmail.work<enter><change-folder>!<enter>' |
See https://sourceforge.net/projects/boost/files/boost/ for list of versions
wget https://astuteinternet.dl.sourceforge.net/project/boost/boost/1.68.0/boost_1_68_0.tar.gz
tar xzvf boost_1_68_0.tar.gz
cd boost_1_68_0/
I hereby claim the following identities:
To claim this, I am signing this message:
| #!/bin/bash | |
| ## Command Line parsing | |
| ####################### | |
| if [[ $# -lt 2 ]]; then | |
| echo "Usage: $ ec_sign_hex <input-hex> <priv-key-hex>" | |
| exit 1 | |
| fi | |
| inputHex=$1 |
| #!/bin/bash | |
| ## Command Line parsing | |
| ####################### | |
| if [[ $# -lt 1 ]]; then | |
| echo "Usage: $ hash256 <input-hex>" | |
| exit 1 | |
| fi | |
| inputHex=$1 |
| #!/bin/bash | |
| # Read in user options | |
| read -p "What is the name of your project? " projName | |
| read -p "Bug reporting email/url? " bugAddress | |
| read -p "Boost Unit Tests? yN " boostUnitTests | |
| version=0.1.0 | |
| bUT=false; | |
| if [ "$boostUnitTests" = "Y" ] || [ "$boostUnitTests" = "y" ]; then |
| #include <bitcoin/bitcoin.hpp> | |
| #include <string.h> | |
| #include <iostream> | |
| using namespace bc; | |
| using namespace wallet; | |
| void create_address_wif_wallet() { | |
| // ******* part 1 ******* | |
| // Begin with a private key |
| #!/bin/bash | |
| # Run using: sudo wget <url> -O - | bash | |
| # Update | |
| sudo add-apt-repository main | |
| sudo add-apt-repository universe | |
| sudo add-apt-repository restricted | |
| sudo add-apt-repository multiverse | |
| sudo apt update |
| " VIM Configuration File | |
| " Description: Optimized for C/C++ development, but useful also for other things. | |
| " | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins |
I hereby claim:
To claim this, I am signing this object: