Skip to content

Commit

Permalink
Archive articles with monolith
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Aug 4, 2024
1 parent 1f57350 commit 587fef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
book/
arc/
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks:
- mdlinkcheck --dir ./src/ | grep -v 200
archive:
cmds:
- for i in $(grep -rEo --no-filename "https?://[^][ )]+" src/*.md); do sed -e 's/^http:\/\///g' -e 's/^https:\/\///g' -e 's/\//-/g' <<<$i ; done
- for i in $(grep -rPo --no-filename "https?:\/\/.*([^\)])(?!\1)" src/*.md); do filename=$(basename ./arc/$i).html; monolith $i -e -o ./arc/$filename ; done
lazy-push:
cmds:
- git add . && git commit -m "Dump links" && git push
2 changes: 1 addition & 1 deletion src/algs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Algorithms & Data Structures

- [Asymptotic notation](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation)
- Sedgewick & Wayne, Algorithms [1](https://www.coursera.org/learn/algorithms-part1) + [2](https://www.coursera.org/learn/algorithms-part2)
- Sedgewick & Wayne, Algorithms (https://algs4.cs.princeton.edu/home)
- Kopec, Classic Computer Science Problems in Java
- [Open Data Structures](http://opendatastructures.org/ods-java/)
- [Data Structures & Algorithms I Used Working at Tech Companies](https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/)
Expand Down

0 comments on commit 587fef8

Please sign in to comment.