I hereby claim:
- I am hamann on github.
- I am hamann79 (https://keybase.io/hamann79) on keybase.
- I have a public key ASCwGT3Fud2q6-6t_ARcvLuxUal2H0qdnuaRtUDSO0gzLwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
deb http://archive.ubuntu.com/ubuntu bionic main restricted | |
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted | |
deb http://archive.ubuntu.com/ubuntu bionic universe | |
deb http://archive.ubuntu.com/ubuntu bionic-updates universe | |
deb http://archive.ubuntu.com/ubuntu bionic multiverse | |
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse |
I hereby claim:
To claim this, I am signing this object:
sudo apt-get install build-essential ca-certificates | |
sudo apt-get install libgmp10 libgmp-dev libffi-dev zlib1g-dev libtinfo-dev | |
# ghc 7.10.2 | |
cd /var/tmp | |
wget http://downloads.haskell.org/~ghc/7.10.2/ghc-7.10.2-x86_64-unknown-linux-deb7.tar.xz | |
tar xvJf ghc-7.10.2-x86_64-unknown-linux-deb7.tar.xz | |
cd ghc-7.10.2 | |
./configure | |
sudo make install |
defmodule Db24.AWS.S3 do | |
require Logger | |
alias Db24.AWS.S3.MultipartUploadState, as: Mp | |
@multipart_min_chunk_size 5242880 # 5MB | |
defmodule MultipartUploadState do | |
defstruct upload_id: nil, | |
count: 1, | |
error: nil, |
#compdef mix | |
#autoload | |
# Elixir mix zsh completion | |
local -a _1st_arguments | |
_1st_arguments=( | |
'archive:Archive this project into a .ez file' | |
'archive.build:Archive this project into a .ez file' | |
'archive.install:Install an archive locally' |