Publisher: 186
66201
Ebook

Życie i przygody Nicholasa Nickleby tom 1

Charles Dickens

Nicholas jest szczęśliwym i beztroskim chłopcem, który wraz z rodziną wiedzie dostatnie życie. Niestety, gdy umiera jego ojciec, bohater musi szybko dorosnąć, by utrzymać najbliższych. Zwraca się o pomoc do wuja Ralfa z Londynu, który załatwia mu posadę w szkole. Nicholas z całą rodziną przeprowadza się do stolicy Anglii i rozpoczyna pracę. Okazuje się jednak, że wuj nie zamierza pomagać swoim krewnym bezinteresownie, a dziewiętnastowieczny system szkolnictwa jest opresyjny nie tylko wobec uczniów, ale również wobec początkującego nauczyciela. Na kanwie książki w 1985 r. powstał australijski film animowany, a w 2002 r. premierę miała jej ekranizacja filmowa z udziałem . Anne Hathaway (oba obrazy nosiły tytuł "Nicholas Nickleby").

66202
Ebook

Modern CMake for C++. Effortlessly build cutting-edge C++ code and deliver high-quality solutions - Second Edition

Rafał Świdziński, Alexander Kushnir

Modern CMake for C++ isn't just another reference book, or a repackaging of the documentation, but a blueprint to bridging the gap between learning C++ and being able to use it in a professional setting. It's an end-to-end guide to the automation of complex tasks, including building, testing, and packaging software.This second edition is significantly rewritten, restructured and refreshed with latest additions to CMake, such as support of C++20 Modules.In this book, you'll not only learn how to use the CMake language in CMake projects but also discover how to make those projects maintainable, elegant, and clean. As you progress, you'll dive into the structure of source directories, building targets, and packages, all while learning how to compile and link executables and libraries. You'll also gain a deeper understanding of how those processes work and how to optimize builds in CMake for the best results. You'll discover how to use external dependencies in your project – third-party libraries, testing frameworks, program analysis tools, and documentation generators. Finally, you'll gain profi ciency in exporting, installing, and packaging for internal and external purposes.By the end of this book, you'll be able to use CMake confi dently at a professional level.

66203
Ebook

Supercharge Your Applications with GraalVM. Hands-on examples to optimize and extend your code using GraalVM's high performance and polyglot capabilities

A B Vijay Kumar

GraalVM is a universal virtual machine that allows programmers to compile and run applications written in both JVM and non-JVM languages. It improves the performance and efficiency of applications, making it an ideal companion for cloud-native or microservices-based applications.This book is a hands-on guide, with step-by-step instructions on how to work with GraalVM. Starting with a quick introduction to the GraalVM architecture and how things work under the hood, you'll discover the performance benefits of running your Java applications on GraalVM. You'll then learn how to create native images and understand how AOT (ahead-of-time) can improve application performance significantly. The book covers examples of building polyglot applications that will help you explore the interoperability between languages running on the same VM. You'll also see how you can use the Truffle framework to implement any language of your choice to run optimally on GraalVM.By the end of this book, you'll not only have learned how GraalVM is beneficial in cloud-native and microservices development but also how to leverage its capabilities to create high-performing polyglot applications.