You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,25 @@ For a preview of the book, see [sample chapters](https://github.com/learnbyexamp
40
40
41
41
<br>
42
42
43
+
# Acknowledgements
44
+
45
+
*[GNU grep documentation](https://www.gnu.org/software/grep/manual/grep.html) - manual and examples
46
+
*[ripgrep](https://github.com/BurntSushi/ripgrep) - user guide and examples
47
+
*[stackoverflow](https://stackoverflow.com/) and [unix.stackexchange](https://unix.stackexchange.com/) - for getting answers to pertinent questions on `bash`, `grep` and other commands
48
+
*[tex.stackexchange](https://tex.stackexchange.com/) - for help on `pandoc` and `tex` related questions
49
+
* Cover image
50
+
*[draw.io](https://about.draw.io/)
51
+
*[finding a needle in a haystack](https://commons.wikimedia.org/wiki/File:Wikipe-tan_on_the_haystack.png) by [Mikael Häggström](https://commons.wikimedia.org/wiki/User:Mikael_H%C3%A4ggstr%C3%B6m) under [Creative Commons Attribution-Share Alike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/deed.en) (modified to remove Wikimedia logo)
52
+
*[train icon](https://www.iconfinder.com/icons/4213874/metro_train_transport_transportation_travelling_vehicle_icon) by [Yasir Masood](https://www.iconfinder.com/Muhammad_Auns) under [Creative Commons Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/)
53
+
*[plane icon](https://www.iconfinder.com/icons/3671993/airplane_filled_fly_plane_sky_travel_icon) by [Pondok Multimedia](https://www.iconfinder.com/Ontimedia)
54
+
*[softwareengineering.stackexchange](https://softwareengineering.stackexchange.com/questions/39/whats-your-favourite-quote-about-programming) and [skolakoda](https://skolakoda.org/programming-quotes) for programming quotes
55
+
*[Warning](https://commons.wikimedia.org/wiki/File:Warning_icon.svg) and [Info](https://commons.wikimedia.org/wiki/File:Info_icon_002.svg) icons by [Amada44](https://commons.wikimedia.org/wiki/User:Amada44) under public domain
56
+
*[Andrew Gallant](https://blog.burntsushi.net/about/) (author of `ripgrep`) for critical feedback
57
+
58
+
Special thanks to all my friends and online acquaintances for their help, support and encouragement, especially during difficult times.
59
+
60
+
<br>
61
+
43
62
# License
44
63
45
64
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file
0 commit comments