I hereby claim:
- I am arvearve on github.
- I am arvearve (https://keybase.io/arvearve) on keybase.
- I have a public key ASDsQ4MjkI3-0dVePNADk84-kpsLK7jd-Unz1qDanHy7Swo
To claim this, I am signing this object:
digraph dependencies { | |
Log -> "AWS DB" | |
"AWS DB" -> "Migrations" -> Docker; | |
Log -> "Users resource access" -> Auth; | |
Docker -> "Measures resource access" -> "Measures manager"; | |
"Actuator resource access" -> "Actuator Manager"; | |
Docker -> "Customer resource access" -> "Measures manager"; | |
"Prices resource access" -> "Consumption Engine"; | |
"Customer resource access" -> "Consumption Engine"; |
I hereby claim:
To claim this, I am signing this object:
Composer format 2.1 ascii | |
camera { | |
position 0 0 -4 | |
viewDirection 0 0 1 | |
focalDistance 20 | |
orthoUp 0 1 0 | |
verticalFOV 0.7142857143 | |
} | |
point_light { | |
position 0 0.7 0 |
ray Ray | |
_id size_t 1 1 | |
startPosition Pos | |
x float -9.58771991 -9.58771991 | |
y float 4.26362991 4.26362991 | |
z float 4.60778999 4.60778999 | |
direction Vec3f | |
x float 0.103407018 0.103407018 | |
y float -0.731793463 -0.731793463 | |
z float -0.673635959 -0.673635959 |
I have marked with a * those which I think are absolutely essential | |
Items for each section are sorted by oldest to newest. Come back soon for more! | |
BASH | |
* In bash, 'ctrl-r' searches your command history as you type | |
- Input from the commandline as if it were a file by replacing | |
'command < file.in' with 'command <<< "some input text"' | |
- '^' is a sed-like operator to replace chars from last command | |
'ls docs; ^docs^web^' is equal to 'ls web'. The second argument can be empty. | |
* '!!:n' selects the nth argument of the last command, and '!$' the last arg |
This simple function will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.
The script is here:
function whiteboard(){
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "${@:2}" ${1%.*}.png
}
# Put in ~/.bashrc or similar | |
# requires pandoc and xelatex | |
# | |
# usage: | |
# $ mdpdf myfile.md | |
# outputs myfile.pdf in same directory | |
# | |
# Additional flags are passed: | |
# $ mdpdf myfile.md --toc | |
# outputs myfile.pdf with table of contents. |
[user] | |
name = | |
email = | |
[github] | |
user = | |
token = | |
[alias] | |
co = checkout | |
ci = commit | |
st = status |
###### | |
/var/log/uwsgi/nerd.log | |
###### | |
Content-Type: text/plain; charset="utf-8" | |
MIME-Version: 1.0 |
Content-Type: text/plain; charset="utf-8" | |
MIME-Version: 1.0 | |
Content-Transfer-Encoding: 7bit | |
Subject: [Django] ERROR (EXTERNAL IP): Internal Server Error: / | |
From: root@localhost | |
To: [email protected] | |
Date: Mon, 18 Mar 2013 14:58:03 -0000 | |
Message-ID: <[email protected]> | |
Traceback (most recent call last): |