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 | |
PDF_FILE=$1 | |
TITLE="${PDF_FILE%.*}" | |
TEMP1="${TITLE}_q.pdf" | |
TEMP2="${TITLE}_qr1.pdf" | |
TEMP3="${TITLE}_qr2.pdf" | |
TEMP4="${TITLE}_qr3.pdf" |
- https://regexr.com/
- https://regex101.com/
- https://txt2re.com/
- https://www.regextester.com/
- http://regex.inginf.units.it/
- http://buildregex.com/
- https://fent.github.io/randexp.js/ (generates matching text from given regex)
This is very unclean and unorganized. I've taken a lot of this from other places and people. Organizing it would take too much time. This is a link dump for my personal use only. :)
I find traditional link dump repos organization to require a lot of effort to set up. So I'm trying out a simpler tag-based structure. CTRL+F for the tags you want to read about. I'll be updating the tags slowly but surely.
- http://fpchat.com/
community
slack
chat
- https://www.haskell.org/irc
community
irc
chat
- https://www.youtube.com/watch?v=E8I19uA-wGY
video
tutorial
guide
- https://www.youtube.com/watch?v=bmFKEewRRQg
video
tutorial
guide