Видавець: 151
2633
Eлектронна книга

Kuchnia staropolska. 100 przepisów

Opracowanie zbiorowe

Kuchnia staropolska słynie z rozmaitości smaków. Prezentowana książka to zbiór 100 przepisów na tradycyjne przekąski, zupy serwowane przez nasze babcie, najsmaczniejsze potrawy z mięsa, warzyw i grzybów. Czytelnik odnajdzie w książce także sprawdzone receptury na wyśmienite ciasta oraz przetwory z domowych spiżarni.

2634
Eлектронна книга

Illustrowany Przewodnik do Tatr, Pienin i Szczawnic

Walery Eljasz

Prawdziwy hit! Przewodnik o Tatrach napisany ponad 100 lat temu. Poznaj Tatry dziewicze, tajemnicze, surowe, a nade wszystko urzekające. Porównaj jak wyglądały wtedy, a jak dziś. Poznaj Tatry i Zakopane opisane przepięknym językiem, który chyba najlepiej oddaje sentyment i zauroczenie naszymi pięknymi górami. Miłym dodatkiem jest zestaw oryginalnych rysunków autora. Tekst jest opatrzony przypisami, które są szczególnie przydatne przy przeliczaniu wysokości podanych w przewodniku.

2635
Eлектронна книга

Ada strażniczka skarbu

Grażyna Bąkiewicz

Historia Ady, która pewnego dnia zamiast iść do szkoły, musi natychmiast dorosnąć. Rodzice znikają w tajemniczych okolicznościach, młodszy brat jest coraz bardziej wystraszony, a Ada dowiaduje się od nagle zjawiającego się ojca biologicznego, że odziedziczyła po nim niezwykłą moc. Wykorzysta ją podczas poszukiwań rodziców, rozgryzie, kto jest jej sprzymierzeńcem, a kto wrogiem, zrobi wszystko, aby odzyskać swoją rodzinę.

2636
Eлектронна книга

Quatrevingt-treize

Victor Hugo

Lanéé 1793, Bretagne du nord. Quatre-vingt-treize est un récit de lépoque de la Révolution française et aussi une histoire de trois personnages symboliques: un vieil aristocrate, le marquis de Lantenac, son neveu, Gauvain, un noble rattaché aux humbles Cimourdain, pere adoptif de Gauvain. Ici il y a les situations angoissantes et beaucoup de rebondissements. Pris en presse entre la loi et la raison, que décident Tellmarch, Gauvin, Cimourdain? Suis je hors la loi? Je nen sais rien. Mourir de faim, est ce tre dans la loi?

2637
Eлектронна книга

Hands-On Data Science with the Command Line. Automate everyday data science tasks using command-line tools

Jason Morris, Chris McCubbin, Raymond Page

The Command Line has been in existence on UNIX-based OSes in the form of Bash shell for over 3 decades. However, very little is known to developers as to how command-line tools can be OSEMN (pronounced as awesome and standing for Obtaining, Scrubbing, Exploring, Modeling, and iNterpreting data) for carrying out simple-to-advanced data science tasks at speed.This book will start with the requisite concepts and installation steps for carrying out data science tasks using the command line. You will learn to create a data pipeline to solve the problem of working with small-to medium-sized files on a single machine. You will understand the power of the command line, learn how to edit files using a text-based and an. You will not only learn how to automate jobs and scripts, but also learn how to visualize data using the command line. By the end of this book, you will learn how to speed up the process and perform automated tasks using command-line tools.

2638
Eлектронна книга

Hands-On Functional Programming in RUST. Build modular and reactive applications with functional programming techniques in Rust 2018

Andrew Johnson

Functional programming allows developers to divide programs into smaller, reusable components that ease the creation, testing, and maintenance of software as a whole. Combined with the power of Rust, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all the Rust features that can be used to build software in a functional way.We begin with a brief comparison of the functional and object-oriented approach to different problems and patterns. We then quickly look at the patterns of control flow, data the abstractions of these unique to functional programming. The next part covers how to create functional apps in Rust; mutability and ownership, which are exclusive to Rust, are also discussed. Pure functions are examined next and you'll master closures, their various types, and currying. We also look at implementing concurrency through functional design principles and metaprogramming using macros. Finally, we look at best practices for debugging and optimization. By the end of the book, you will be familiar with the functional approach of programming and will be able to use these techniques on a daily basis.

2639
Eлектронна книга

Ćwiczenia laboratoryjne z chemii ogólnej i analitycznej

Teresa Znamierowska, Władysława Szuszkiewicz, Tadeusz Beran

Skrypt jest przeznaczony dla studentów wszystkich specjalności zawodowych studiów stacjonarnych i niestacjonarnych na Wydziale Inżynieryjno-Ekonomicznym Uniwersytetu Ekonomicznego we Wrocławiu. Omówiono w nim podstawowe zagadnienia programu wykładów z chemii ogólnej i nieorganicznej (kinetyka reakcji chemicznych, równowaga chemiczna i in.), podano obowiązujące obecnie ogólne reguły nomenklatury nieorganicznych związków chemicznych, opisano podstawowe techniki stosowane w laboratorium chemicznym oraz występujący tam sprzęt, a także omówiono podstawowe reakcje identyfikujące jony oraz najprostsze oznaczenia ilościowe. Uzupełnienie skryptu stanowią regulaminy: studenckiego laboratorium chemii ogólnej i analitycznej oraz bezpieczeństwa pracy w nim. Dla wygody studentów w skrypcie zamieszczono układ okresowy pierwiastków.

2640
Eлектронна книга

Redis 4.x Cookbook. Over 80 hand-picked recipes for effective Redis development and administration

Pengcheng Huang, Zuofei Wang

Redis is considered the world's most popular key-value store database. Its versatility and the wide variety of use cases it enables have made it a popular choice of database for many enterprises. Based on the latest version of Redis, this book provides both step-by-step recipes and relevant the background information required to utilize its features to the fullest. It covers everything from a basic understanding of Redis data types to advanced aspects of Redis high availability, clustering, administration, and troubleshooting. This book will be your great companion to master all aspects of Redis.The book starts off by installing and configuring Redis for you to get started with ease. Moving on, all the data types and features of Redis are introduced in detail. Next, you will learn how to develop applications with Redis in Java, Python, and the Spring Boot web framework. You will also learn replication tasks, which will help you to troubleshoot replication issues. Furthermore, you will learn the steps that need to be undertaken to ensure high availability on your cluster and during production deployment. Toward the end of the book, you will learn the topmost tasks that will help you to troubleshoot your ecosystem efficiently, along with extending Redis by using different modules.