Publisher: 17
3273
Ebook

Getting Started with Angular. Click here to enter text. - Second Edition

Minko Gechev

Want to build quick and robust web applications with Angular? This book is the quickest way to get to grips with Angular and take advantage of all its new features.

3274
Ebook

AutoCAD 2013 PL. Pierwsze kroki

Andrzej Pikoń

Najchętniej czytany podręcznik do AutoCAD-a w Polsce AutoCAD od lat wyznacza standardy w dziedzinie oprogramowania CAD, a książka Andrzeja Pikonia stanowi pierwszą pozycję, po którą powinien sięgnąć każdy początkujący użytkownik środowiska firmy Autodesk. Dlaczego? Ponieważ znajdzie w niej wszystko, co niezbędne, aby szybko i bezboleśnie rozpocząć swoją własną przygodę z najpopularniejszym programem CAD na świecie oraz gruntownie poznać podstawy programu. To z kolei da mu szansę na dołączenie do grupy specjalistów najbardziej poszukiwanych na rynku pracy. Jak każdą wielką przygodę, również tę trzeba jednak zaczynać z głową i odpowiednim przewodnikiem. Ogrom możliwości systemu AutoCAD może bowiem oszołomić niejedną osobę, a pokusa skorzystania z łatwych skrótów bywa przyczyną utrwalenia się złych nawyków. Książka "AutoCAD 2013 PL. Pierwsze kroki" pewnie przeprowadzi początkującego użytkownika przez wszystkie mielizny, krok po kroku wprowadzając go w arkana sztuki projektowania wspomaganego komputerowo i przedstawiając najważniejsze zagadnienia w zrozumiały oraz klarowny sposób. Zastosowana przez autora metoda prezentacji materiału sprawia, że nauka programu jest łatwa i szybka, a co ważniejsze -- bardzo praktyczna. Bez zbędnej teorii, za to przy użyciu konkretnych przykładów będziesz dzięki niej mógł zacząć tworzyć swoje pierwsze prawdziwe projekty i poznawać tajniki systemu AutoCAD 2013. Najważniejsze cechy programu Podstawy tworzenia rysunków Układy współrzędnych Sposoby przeglądania dokumentacji Modyfikowanie obiektów Narzędzia do rysowania precyzyjnego Kreskowanie, linie i napisy Wymiarowanie obiektów Malarz formatów i menedżer właściwości Korzystanie z warstw i bloków Drukowanie projektów Przekonaj się sam, dlaczego książki z cyklu "AutoCAD. Pierwsze kroki" są standardem w procesie nauki projektowania z wykorzystaniem tego systemu.

3275
Ebook

The Modern C++ Challenge. Become an expert programmer by solving real-world problems

Marius Bancila, Scott Meyers

C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to implement them to meet your application needs. Each problem is unique and doesn't just test your knowledge of the language; it tests your ability to think out of the box and come up with the best solutions. With varying levels of difficulty, you'll be faced with a wide variety of challenges. And in case you're stumped, you don't have to worry: we've got the best solutions to the problems in the book. So are you up for the challenge?

3276
Ebook

Kosmos

Carl Sagan

Wspaniały przegląd przeszłości, teraźniejszości i przyszłości wiedzy naukowej. Autor, stawiając prowokacyjne pytania, łączy naukę i filozofię w jednorodny i przekonujący model rozumienia świata. Kosmos jest opowieścią o długiej odkrywczej podróży ludzkości oraz o tych, którzy wywarli znaczący wpływ na postać współczesnej nauki. Carl Sagan z kosmicznej perspektywy spogląda na naszą planetę przypominającą błękitny klejnot, zamieszkaną przez istoty, które właśnie zaczynają poznawać sens jedności z otaczającym światem i wyprawiać się na rozległy ocean kosmosu. Dzięki jego zdumiewającej umiejętności przedstawiania zagadnień naukowych w sposób zarówno zrozumiały, jak i ekscytujący powstała przejrzysta opowieść o nauce, o tym, jak równocześnie rozwijały się i nauka, i cywilizacja. Autor omawia m.in. działalność starożytnej Biblioteki Aleksandryjskiej, pochodzenie życia oraz materii, gwiazd i planet, podstawy teorii ewolucji, misje sond kosmicznych. Rozważa również najnowsze odkrycia dotyczące życia poza Ziemią i sposoby ewentualnego porozumiewania się z istotami zamieszkującymi inne planety. Carl Sagan jest astronomem, który jednym okiem wpatruje się w gwiazdy, a drugie ma skierowane ku historii, natomiast jego umysł jest głęboko zanurzony w problemach kondycji człowieka jako gatunku. Newsday

3277
Ebook

The Metal Monster

Otis Adelbert Kline

Originally published in 1931, The Metal Monster is a classic science-fiction novel by Otis Adelbert Kline (1891-1946), best known for his interplanetary adventure novels set on Venus and Mar. When the most powerful artillery, deadly bacteria and explosives known, and the most destructive methods available fail to be effective against some enemys unknown weapon of war, it is time, very frequently, to turn to some simple means of combat and attack. Paradoxically, though, it is the simple thing that is so difficult to hit upon. In fact, like some of the greatest discoveries and inventions, the most destructive chemical solutions are often discovered by sheer accident. For instance, who could ever have thought purposefully of the chemical that was finally adopted by the hero of this story?

3278
Ebook

Larry of Lonesome Lake

Harold Bindloss

In summer, the Pacific Canadian slope is beautiful, and the time was on Sunday afternoon. The aim of Lawrence Bethune was the amount he wanted to withdraw from a bank in Vancouver. In Canada, he had to work hard. After all, the weak do not survive there. Therefore, he moved to the Pacific slope, where he could show his force and stand out there. But by what qualities? Rudeness and violence? Did he rely on it?

3279
Ebook

Hands-On Blockchain for Python Developers. Gain blockchain programming skills to build decentralized applications using Python

Arjuna Sky Kok

Blockchain is seen as the main technological solution that works as a public ledger for all cryptocurrency transactions. This book serves as a practical guide to developing a full-fledged decentralized application with Python to interact with the various building blocks of blockchain applications.Hands-On Blockchain for Python Developers starts by demonstrating how blockchain technology and cryptocurrency hashing works. You will understand the fundamentals and benefits of smart contracts such as censorship resistance and transaction accuracy. As you steadily progress, you'll go on to build smart contracts using Vyper, which has a similar syntax to Python. This experience will further help you unravel the other benefits of smart contracts, including reliable storage and backup, and efficiency. You'll also use web3.py to interact with smart contracts and leverage the power of both the web3.py and Populus framework to build decentralized applications that offer security and seamless integration with cryptocurrencies. As you explore later chapters, you'll learn how to create your own token on top of Ethereum and build a cryptocurrency wallet graphical user interface (GUI) that can handle Ethereum and Ethereum Request for Comments (ERC-20) tokens using the PySide2 library. This will enable users to seamlessly store, send, and receive digital money. Toward the end, you'll implement InterPlanetary File System (IPFS) technology in your decentralized application to provide a peer-to-peer filesystem that can store and expose media.By the end of this book, you'll be well-versed in blockchain programming and be able to build end-to-end decentralized applications on a range of domains using Python.

3280
Ebook

Linux Administration Cookbook. Insightful recipes to work with system administration tasks on Linux

Adam K. Dean

Linux is one of the most widely used operating systems among system administrators,and even modern application and server development is heavily reliant on the Linux platform.The Linux Administration Cookbook is your go-to guide to get started on your Linux journey. It will help you understand what that strange little server is doing in the corner of your office, what the mysterious virtual machine languishing in Azure is crunching through, what that circuit-board-like thing is doing under your office TV, and why the LEDs on it are blinking rapidly.This book will get you started with administering Linux, giving you the knowledge and tools you need to troubleshoot day-to-day problems, ranging from a Raspberry Pi to a server in Azure, while giving you a good understanding of the fundamentals of how GNU/Linux works.Through the course of the book, you’ll install and configure a system, while the author regales you with errors and anecdotes from his vast experience as a data center hardware engineer, systems administrator, and DevOps consultant.By the end of the book, you will have gained practical knowledge of Linux, which will serve as a bedrock for learning Linux administration and aid you in your Linux journey.