Skip to content

Commit 4913c5a

Browse files
committed
Update careers
1 parent 30ea32e commit 4913c5a

22 files changed

+887
-294
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.log
2+
*.aux
3+
*.out

Makefile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export TEXINPUTS := $(TEXINPUTS):$(abspath styles)
2+
3+
all: challenges/systems/worker.pdf challenges/fullstack/dashboard.pdf levels.pdf
4+
5+
%.pdf: %.tex
6+
cd $(@D) && pdflatex $(abspath $<)
7+
8+
.PHONY: install-ubuntu
9+
install-ubuntu:
10+
sudo add-apt-repository ppa:jonathonf/texlive-2019
11+
sudo apt-get update
12+
sudo apt-get install texlive xzdec
13+
cd $(HOME) && tlmgr init-usertree
14+
tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final
15+
tlmgr install listings csquotes
16+
17+
.PHONY: clean
18+
clean:
19+
rm -f systems/worker.pdf challenges/fullstack/dashboard.pdf levels.pdf

challenges/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.log
2+
*.aux
3+
*.out

challenges/fullstack/dashboard.pdf

165 KB
Binary file not shown.

challenges/fullstack/dashboard.tex

Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.
32.8 KB
Loading
20.9 KB
Loading
27.3 KB
Loading
16.3 KB
Loading

challenges/systems/worker.pdf

80.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)