This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git checkout <commitB> $(git diff-tree --no-commit-id --name-only -r <commitA> | grep "_snaps") |
- Go to https://uu-se.zoom.us/
- use button "Sign in" to sign in
- Select "Settings" from menu
- Host video: ON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # CC BY-SA 4.0 | |
| # http://creativecommons.org/licenses/by-sa/4.0/ | |
| import json | |
| import time | |
| import datetime | |
| import requests | |
| from bs4 import BeautifulSoup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bg | |
| disown $prozess | |
| screen | |
| reptyr $PID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -x | |
| git checkout $1 | |
| git checkout -b diff_$1_$2 | |
| git archive $1 main.tex | tar -x -O > ../$1.tex | |
| git archive $2 main.tex | tar -x -O > ../$2.tex | |
| latexdiff ../$1.tex ../$2.tex > main.tex | |
| latex main.tex | |
| bibtex main.aux | |
| latex main.tex |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| seq 1 200 | parallel -j 32 openssl rand -base64 $(( 2**30 * 3/4 )) -out tmp.{}.tmp |
Python script that parses BLAST output in XML (-outfmt 5 option) and converts
to SAM. It uses Biopython
module Bio.Blast.NCBIXML and has been tested on BLASTN 2.2.30+.
- No check is done (yet?) on whether reads have degenerate mappings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openssl rand -base64 $(( 2**30 * 3/4 )) | while true; do echo -n $(date) " "; dd of=./tmp.out bs=1M count=5000 2>&1 | grep MB; done; rm ./tmp.out |
NewerOlder