diff --git a/dom7/zadanie1.json b/dom7/zadanie1.json new file mode 100644 index 0000000..cb823ab --- /dev/null +++ b/dom7/zadanie1.json @@ -0,0 +1,54 @@ +{ + "ksiazki": [ + { + "nazwa": "Hobbit, czyli tam i z powrotem", + "autor": "J.R.R. Tolkien", + "strony": "320" + }, + { + "nazwa": "Rok 1984", + "autor": "George Orwell", + "strony": "354" + }, + { + "nazwa": "Zbrodnia i Kara", + "autor": "Fiodor Dostojewski", + "strony": "640" + }, + { + "nazwa": "Balladyna", + "autor": "Julisz Słowacki", + "strony": "184" + }, + { + "nazwa": "Romeo i Julia", + "autor": "William Shakespeare", + "strony": "152" + }, + { + "nazwa": "Dżuma", + "autor": "Albert Camus", + "strony": "294" + }, + { + "nazwa": "Król w Żółci", + "autor": "Chambers Robert W.", + "strony": "224" + }, + { + "nazwa": "Pan Tadeusz", + "autor": "Adam Mickiewicz", + "strony": "352" + }, + { + "nazwa": "Lalka", + "autor": "Bolesław Prus", + "strony": "632" + }, + { + "nazwa": "Potop", + "autor": "Henryk Sienkiewicz", + "strony": "984" + } + ] +} \ No newline at end of file diff --git a/dom7/zadanie2.csv b/dom7/zadanie2.csv new file mode 100644 index 0000000..fd6032c --- /dev/null +++ b/dom7/zadanie2.csv @@ -0,0 +1,11 @@ +"klient","przemiot","ilosc","status" +"Tomasz Wirdek","Banan","3","Wyslane" +"Maciej Lupko","Patyk","10","Odebrane" +"Kinga Wasilewska","Miecz","1","Dostarczone" +"Antoni Mirecki","Deski","30","Wyslane" +"Szymon Kruk","Ksiazka","1","Odebrane" +"Witek Lupko","Kamien","20","Wyslane" +"Mariusz Olgo","Klawiatura","25","Odebrane" +"Mariusz Olgo","Myszka","25","Odebrane" +"Antoni Mirecki","Gwozdzi","120","Wyslane" +"Witold Maruczewski","Ananas","3","Odebrane" \ No newline at end of file