From 95908715d5f367d1b2c07900af75880a91a062ad Mon Sep 17 00:00:00 2001 From: Kas-sim Date: Fri, 16 Jan 2026 18:33:46 +0500 Subject: [PATCH 1/2] trying to add new book --- src/main/java/core/IndexerMain.java | 1 + src/main/resources/data/book.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/core/IndexerMain.java b/src/main/java/core/IndexerMain.java index d207042..154ddbc 100644 --- a/src/main/java/core/IndexerMain.java +++ b/src/main/java/core/IndexerMain.java @@ -82,3 +82,4 @@ public static void main(String[] args) { } } } + diff --git a/src/main/resources/data/book.json b/src/main/resources/data/book.json index 5e95bea..2be1e12 100644 --- a/src/main/resources/data/book.json +++ b/src/main/resources/data/book.json @@ -3303,5 +3303,4 @@ "coverUrl": "https://i.ibb.co/LhxPjncB/205.jpg", "downLink": "https://kvongcmehsanalibrary.wordpress.com/wp-content/uploads/2021/07/harrypotter.pdf" } - ] From 0a6d1726e7ee8c6e32f03cc5020b5d503bc560ea Mon Sep 17 00:00:00 2001 From: Kas-sim Date: Fri, 16 Jan 2026 18:35:52 +0500 Subject: [PATCH 2/2] updating books --- src/main/resources/data/book.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/data/book.json b/src/main/resources/data/book.json index 2be1e12..8cf7b72 100644 --- a/src/main/resources/data/book.json +++ b/src/main/resources/data/book.json @@ -3302,5 +3302,25 @@ "rating": "4.8", "coverUrl": "https://i.ibb.co/LhxPjncB/205.jpg", "downLink": "https://kvongcmehsanalibrary.wordpress.com/wp-content/uploads/2021/07/harrypotter.pdf" + }, + { + "bookId": 207, + "title": "Probability & Statistics for Engineers and Scientists (Ninth Edition)", + "author": "Ronald E. Walpole, Raymond H. Myers, Sharon L. Myers, Keying Ye", + "description": "A comprehensive textbook covering probability theory and statistical methods with applications in engineering and the sciences. Widely used for undergraduate engineering and science courses.", + "progLang": "English", + "category": "Mathematics", + "tag": [ + "Probability", + "Statistics", + "Engineering", + "Science", + "Mathematics", + "Textbook" + ], + "rating": "4.6", + "coverUrl": "https://m.media-amazon.com/images/S/compressed.photo.goodreads.com/books/1348971620i/9637420.jpg", + "downLink": "https://dl.icdst.org/pdfs/files4/f5087fa30778ccd742790526c0d6be83.pdf" } + ]