Publisher: 186
7985
Ebook

Asembler. Programowanie

Dawid Farbaniec

Asembler naprawdę jest dla każdego! Masz zamiar nauczyć się programować niskopoziomowo? Chcesz poznać język Asembler dla architektury x86-64? Pragniesz wykorzystać przydatne narzędzia programistyczne? Jeśli chociaż na jedno z powyższych pytań odpowiedziałeś twierdząco, jesteś na dobrej drodze! Książka Asembler. Programowanie bezboleśnie i szybko wprowadzi Cię w tajniki programowania niskopoziomowego, nauczy instrukcji języka Asembler, przedstawi podstawowe informacje o sposobach zapisu liczb i kodowania znaków, zaprezentuje architekturę x86-64 i zasadę działania kompilatorów, a także pokaże narzędzia programistyczne, które z pewnością wzbogacą Twój warsztat. Dzięki lekturze dowiesz się, jak za pomocą Asemblera tworzyć aplikacje działające w systemach Windows, jak korzystać w nich z danych tekstowych, plików i usług sieciowych, a także jak skutecznie łączyć je z programami napisanymi w języku C++. Poznasz też podstawy Asemblera MSIL/CIL i WebAssembly, jak również sposoby wykorzystania tego języka w inżynierii odwrotnej kodu oraz narzędzia, które mogą się do tego przydać. Całość uzupełnia wyczerpujący opis instrukcji procesorów x86(-64) wraz z praktycznymi przykładami ich zastosowania. Systemy liczbowe i kodowanie znaków Podstawy działania kompilatorów Architektura procesorów x86(-64) Przegląd narzędzi programistycznych Podstawy Asemblera x86 i x86-64 Zmienne, stałe, typy i struktury Instrukcje sterujące i wywoływanie funkcji Korzystanie z konsoli i okien dialogowych Zastosowanie danych tekstowych Użycie plików i funkcji sieciowych Łączenie Asemblera z kodem C++ Asembler i inżynieria odwrotna kodu Podstawy Asemblera platformy .NET Podstawy WebAssembly Opis instrukcji procesorów x86(-64) Rozwiń skrzydła! Naucz się Asemblera!

7986
Ebook

Córka króla moczarów

Karen Dionne

Znakomity thriller psychologiczny, połącznie Dziewczyny z tatuażem i Pokoju. Helena Pelletier potrafi polować na zwierzęta i wytropić każdy ślad. Nauczyła się tego od ojca, z którym dorastała w całkowitym odosobnieniu w domku na trzęsawiskach. Mężczyzna był jej bohaterem, wzorem do naśladowania i idolem do czasu, gdy zaczęła sobie uświadamiać, że obie z matką są na bagnach więzione, a ojciec kontroluje całe ich życie. Teraz, piętnaście lat później ojciec ucieka z pilnie strzeżonego więzienia i ukrywa się gdzieś pośród moczarów. Helena ma jedno zadanie: dopaść ojca, zanim on dopadnie ją.

7987
Ebook

Analytic and Algebraic Geometry 2

Tadeusz Krasiński, Stanisław Spodzieja

The volume is dedicated to three mathematicians celebrating in 2017 the jubilees of 70th and 60th birth anniversaries: Arkadiusz Ptoski, Kamil Rusek and Krzysztof Kurdyka. They all have contributed significantly to the success of the annual conferences Analytic and Algebraic Geometry since 1983 till now.

7988
Ebook

The Devils Paw

E. Phillips Oppenheim

Julian Orden, son of a British aristocrat attends a dinner party and meets Catherine, a young woman of mixed antecedents British and Russian. She is entrusted with important documents. When she is suspected of being a spy and arrested, she saves herself by giving the papers into the keeping of young Orden. A beautiful, intelligent young woman is she a traitorous spy or a patriot? These two characters become caught up in a plan by the leaders of the working people of Germany and England to force a premature end to World War I. Secret agents, an international conspiracy, and the threat of war make The Devils Paw a thrilling tale of romance and adventure!

7989
Ebook

Worms of the Earth

Robert E. Howard

The speaker wrapped his purple cloak closer about his powerful frame and settled back into his official chair, much as he might have settled back in his seat at the Circus Maximus to enjoy the clash of gladiatorial swords. Realization of power colored his every move. Whetted pride was necessary to Roman satisfaction, and Titus Sulla was justly proud; for he was military governor of Eboracum and answerable only to the emperor of Rome.

7990
Ebook

Learning Elasticsearch. Structured and unstructured data using distributed real-time search and analytics

Abhishek Andhavarapu

Elasticsearch is a modern, fast, distributed, scalable, fault tolerant, and open source search and analytics engine. You can use Elasticsearch for small or large applications with billions of documents. It is built to scale horizontally and can handle both structured and unstructured data. Packed with easy-to- follow examples, this book will ensure you will have a firm understanding of the basics of Elasticsearch and know how to utilize its capabilities efficiently.You will install and set up Elasticsearch and Kibana, and handle documents using the Distributed Document Store. You will see how to query, search, and index your data, and perform aggregation-based analytics with ease. You will see how to use Kibana to explore and visualize your data. Further on, you will learn to handle document relationships, work with geospatial data, and much more, with this easy-to-follow guide. Finally, you will see how you can set up and scale your Elasticsearch clusters in production environments.

7991
Ebook

Learning Continuous Integration with Jenkins. A beginner's guide to implementing Continuous Integration and Continuous Delivery using Jenkins 2 - Second Edition

Nikhil Pathania

In past few years, agile software development has seen tremendous growth. There is a huge demand for software delivery solutions that are fast yet flexible to numerous amendments. As a result, Continuous Integration (CI) and Continuous Delivery (CD) methodologies are gaining popularity. This book starts off by explaining the concepts of CI and its significance in the Agile. Next, you'll learn how to configure and set up Jenkins in many different ways. The book exploits the concept of pipeline as code and various other features introduced in the Jenkins 2.x release to their full potential. We also talk in detail about the new Jenkins Blue Ocean interface and the features that help to quickly and easily create a CI pipeline. Then we dive into the various features offered by Jenkins one by one, exploiting them for CI and CD. Jenkins' core functionality and flexibility allows it to fit in a variety of environments and can help streamline the development process for all stakeholders. Next, you'll be introduced to CD and will learn how to achieve it using Jenkins. Through this book's wealth of best practices and real-world tips, you'll discover how easy it is to implement CI and CD using Jenkins.

7992
Ebook

Hands-on Full-Stack Web Development with GraphQL and React. Build scalable full-stack applications while learning to solve complex problems with GraphQL

Sebastian Grebe

React, one of the most widely used JavaScript frameworks, allows developers to build fast and scalable front end applications for any use case. GraphQL is the modern way of querying an API. It represents an alternative to REST and is the next evolution in web development. Combining these two revolutionary technologies will give you a future-proof and scalable stack you can start building your business around.This book will guide you in implementing applications by using React, Apollo, Node.js and SQL. We'll focus on solving complex problems with GraphQL, such as abstracting multi-table database architectures and handling image uploads. Our client, and server will be powered by Apollo. Finally we will go ahead and build a complete Graphbook. While building the app, we'll cover the tricky parts of connecting React to the back end, and maintaining and synchronizing state. We'll learn all about querying data and authenticating users. We'll write test cases to verify the front end and back end functionality for our application and cover deployment. By the end of the book, you will be proficient in using GraphQL and React for your full-stack development requirements.

7993
Ebook

Mango

Elżbieta Walczak

„Hindusi uważają mango za symbol boskich posłańców, którzy żywią się zapachem z kwiatów i drzew oraz bogini Lakszmi, mającej zapewnić wszelkie powodzenie”. Autorka tomiku MANGO Elżbieta Walczak uważa, że to myśli zasiane w nas tworzą rzeczywistość. Być może nasze szczęście zależy od boskich materii, jednak wiele zależy od nas samych. „Jeśli jest ziarno, to musi być owoc”.

7994
Ebook

The Murders in the Rue Morgue Level 2 Oxford Bookworms Library

Poe, Edgar Allan

A level 2 Oxford Bookworms Library graded reader. Retold for Learners of English by Jennifer Bassett The room was on the fourth floor, and the key on the inside. The windows were closed and fastened - on the inside. The chimney was too narrow for a cat to get through. So how did the murderer escape? And whose were the two angry voices heard by the neighbours as they ran up the stairs? Nobody in Paris could find any answers to this mystery. Except Anguste Dupin, who could see further and think more clearly than other people. The answers to the mystery were all there, but only a clever man could see them.

7995
Ebook

To nie jest książka o seksie

Chusita Fashion Fever

Co czuję? Jak wygląda relacja intymna? Czym jest masturbacja? Co mówi mi moje ciało? Czym jest orgazm? Ja się zabezpieczać przed ciążą i chorobami? W książce Chusity nie ma tematów tabu: od pierwszych doświadczeń seksualnych po stosunek płciowy, a także wszystko to, co pomiędzy. To pełen przegląd informacji, których potrzebujesz, by oswoić się z tematem seksu. "To książka, którą rodzice będą podbierać swoim nastolatkom. Dawno nie czytałam czegoś równie wartościowego". Kamila Raczyńska-Chomyn, edukatorka seksualna

7996
Ebook

Desperate Remedies. A Novel

Thomas Hardy

Once upon a time there lived in the 19th century a charming young lady from a poor but proud family and a young ambitious gentleman in spirit, but not in origin. And now the boundaries of estates and welfare were ready to be erased under the pressure of the couples feelings and understanding of the girls parents that its not the age of her daughter to attract men and we need to work with what we have. However, the lady turned out to be capricious, fell into a hysteria and forced the family to rush off to hell, as soon as she heard about a marriage proposal from our hero.

7997
Ebook

La persuasion au service des grandes causes. Une étude comparative franco-polonaise des campagnes sociétales contre la discrimination raciste, homophobe et sérophobe

Agnieszka Woch

Le present ouvrage est une monographie scientifique relevant du domaine de la linguistique comparative dont l'objectif est d'analyser les aspects linguistico-semiotiques qui influencent les convictions et les attitudes envers les personnes discriminees et socialement exclues a cause de leur race, orientation sexuelle ou seropositivite (...). L'auteur a minutieusement examine la specificite des messages persuasifs en analysant le discours des campagnes de sensibilisation francaises et polonaises. La monographie constitue une contribution importante au developpement des recherches linguistiques en communication persuasive. Je considere que l'apport notable de cet ouvrage reside dans la maniere complexe d'aborder le sujet et dans l'ancrage de la recherche sur le langage de la haine et sur le rejet de l'autre dans le contexte sociopolitique et culturel international, avec un accent particulier sur la France et la Pologne. Un autre merite de ce travail est de presenter les strategies persuasives, employees dans les campagnes societales, sous un nouveau jour a travers une approche comparative (...). Je ne connais aucune autre publication scientifique dans le marche du livre polonais qui traiterait le meme sujet dans une perspective de recherche similaire et en s'appuyant sur un tel corpus. Extraits de l'evaluation scientifique du Professeur Elżbieta Pachocińska

7998
Ebook

Java 11 and 12 - New Features. Learn about Project Amber and the latest developments in the Java language and platform

Mala Gupta

With its new six-monthly release cadence, Java is moving forward faster. In addition to planned version releases, a lot of work is currently being undertaken on various Java projects at Oracle. In order to make best use of the new features in their applications and libraries, you must be well-versed with the most recent advancements.Java 11 and 12 – New Features will take you through the latest developments in Java, right from variable type inference and simplified multithreading through to performance improvements, which are covered in depth to help you make your applications more efficient. This book explains the relevance and applicability of Java's new features, and answers your questions on whether to invest in migrating to new Java versions and when to migrate. You'll also get to grips with platform features, such as AppCDS and new garbage collectors, to tune and optimize your application—from reduced launch time and latency to improved performance and throughput.By the end of this book, you will be equipped with a thorough understanding of the new features of Java 11, 12, and Project Amber, and possess the skills to apply them with a view to improving your application's performance.

7999
Ebook

Learning Pentaho Data Integration 8 CE. An end-to-end guide to exploring, transforming, and integrating your data across multiple sources - Third Edition

María Carina Roldán

Pentaho Data Integration(PDI) is an intuitive and graphical environment packed with drag-and-drop design and powerful Extract-Tranform-Load (ETL) capabilities. This book shows and explains the new interactive features of Spoon, the revamped look and feel, and the newest features of the tool including transformations and jobs Executors and the invaluable Metadata Injection capability.We begin with the installation of PDI software and then move on to cover all the key PDI concepts. Each of the chapter introduces new features, enabling you to gradually get practicing with the tool. First, you will learn to do all kind of data manipulation and work with simple plain files. Then, the book teaches you how you can work with relational databases inside PDI. Moreover, you will be given a primer on data warehouse concepts and you will learn how to load data in a data warehouse. During the course of this book, you will be familiarized with its intuitive, graphical and drag-and-drop design environment.By the end of this book, you will learn everything you need to know in order to meet your data manipulation requirements. Besides, your will be given best practices and advises for designing and deploying your projects.

8000
Ebook

Angielskie formuły konwersacyjne i Angielskie przyimki. 1000 zwrotów umożliwiających skuteczną komunikację w języku angielskim. Poznaj komplet angielskich przyimków, na 1000 praktycznych przykładach

Paweł Wimmer

Poznaj 1000 zwrotów umożliwiających skuteczną komunikację w języku angielskim oraz komplet angielskich przyimków na 1000 praktycznych przykładach! Wyobraź sobie, że jesteś za granicą i Twój znajomy pokazuje Ci swój kupiony ostatnio samochód, cudo techniki i elegancji, pytając: "Do you like it?". Mając w głowie przerobiony niedawno szkolny kurs angielskiego, szukasz na gwałt właściwego słowa i wreszcie desperacko odpowiadasz: "Yes!", budząc u rozmówcy rozczarowanie. A dlaczego nie "Terrific!", "Fantastic!", "Great!" czy "Wonderful!"? Takich sytuacji jest naprawdę wiele. Chciałbyś ich uniknąć? Dlaczego przyimki (prepositions) są tak potrzebne do sprawnej komunikacji w języku angielskim? Niewiele osób zdaje sobie sprawę z tego, że przyimki należą do kluczowych wyrazów w każdym języku. To właśnie od znajomości przyimków zależy zazwyczaj możliwość zrozumienia sensu wypowiedzi czy tekstu. Angielskie przyimki są zwykle prezentowane w podręcznikach do nauki angielskiego i w gramatykach w dość ograniczonym wyborze. Brakuje najczęściej objaśnienia znaczeń i przykładów użycia większości obecnych w języku angielskim przyimków, których jest przecież znacznie więcej. Ta publikacja pozwoli Ci rozszerzyć Twoje zdolności komunikacyjne. Wystarczy, że popracujesz z tą książką intensywnie przez dwa-trzy miesiące, a zyskasz więcej niż jesteś skłonny przypuszczać.