From 6a2f22d5a0cc8adb44ecc7554817e6afc0e255a0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 26 Apr 2024 22:10:07 +0200 Subject: [PATCH] books: unreferenced, remove this --- books/Makefile | 2 - books/index.html | 272 ----------------------------------------------- books/index.md | 77 -------------- 3 files changed, 351 deletions(-) delete mode 100644 books/Makefile delete mode 100644 books/index.html delete mode 100644 books/index.md diff --git a/books/Makefile b/books/Makefile deleted file mode 100644 index 87468c621..000000000 --- a/books/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -index.html: index.md Makefile - pandoc -s --toc --number-sections -o index.html index.md diff --git a/books/index.html b/books/index.html deleted file mode 100644 index 8f559c7f4..000000000 --- a/books/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - - Books - - - - -
-

Books

-
- -

1 Software engineering

- - - - - -

2 Fantasy

- - - diff --git a/books/index.md b/books/index.md deleted file mode 100644 index a8d55efb2..000000000 --- a/books/index.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Books -... - -# Software engineering - -- Software engineering in general: - - - [Andrew Hunt, David Thomas: The Pragmatic Programmer](http://books.google.com/books?id=5wBQEp6ruIAC) - - [Michael C. Feathers: Working Effectively with Legacy Code](http://books.google.com/books?id=CQlRAAAAMAAJ) - - - -- C++ Programming: - - - [Scott Meyers: Effective C++](http://books.google.com/books?id=X5wZAQAAIAAJ) - - [Scott Meyers: More Effective C++](http://books.google.com/books?id=azvE8V0c-mYC) - - [Scott Meyers: Effective STL](http://books.google.com/books?id=RPnWe6QKnCcC) - - [Scott Meyers: Effective Modern C++](http://books.google.com/books?id=ZDhIBQAAQBAJ) - - [Anthony Williams: C++ Concurrency in Action](http://books.google.com/books?id=EttPPgAACAAJ) - - [Modern CMake](https://cliutils.gitlab.io/modern-cmake/) - -- Vimscript Programming: - - - [Steve Losh: Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com/) - -- JavaScript Programming: - - - [Marijn Haverbeke: Eloquent JavaScript](http://books.google.com/books?id=UIv0rQEACAAJ) - -- Rust Programming - - - [The Rust Programming language (2018 Edition)](https://doc.rust-lang.org/book/2018-edition/) - - - - - [David Drysdale: A collection of specific ways to improve your use of Rust](https://www.lurklurk.org/effective-rust/) - -- Objective-C Programming - - - [The Objective-C Programming Language](http://andrewd.ces.clemson.edu/courses/cpsc102/notes/ObjC.pdf) - -- Go Programming - - - [The Go Programming Language](https://www.gopl.io/) - -- Android programming - - - [Professional Android, 4th Edition](https://www.oreilly.com/library/view/professional-android-4th/9781118949528/) (2018) - - * [Dmitry Jemerov, Svetlana Isakova: Kotlin in Action](https://books.google.hu/books?id=qtcIkAEACAAJ) (2017) - -# Fantasy - -- [Terry Pratchett: Truckers](https://www.goodreads.com/book/show/23346759-truckers) (2022) -- [John Christopher: The White Mountains](https://www.goodreads.com/en/book/show/64316) (2023)