Автор: Gonzalez-Morris German, Horton Ivor Название: Beginning C: From Beginner to Pro ISBN: 1484259750 ISBN-13(EAN): 9781484259757 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Невозможна поставка. Описание: 1. Programming in C2. First Steps in Programming3. Making Decisions4. Loops5. Arrays6. Applications with Strings and Text7. Pointers8. Structuring Your Programs9. More on Functions10. Essential Input and Output Operations11. Structuring Data12. Working with Files13. Supporting Facilities14. Advanced and Specialized TopicsA. Computer ArithmeticB. ASCII Character Code DefinitionsC. Reserved Words in CD. Input and Output Format SpecificationsE. Standard Library Headers
Автор: Symmonds, Nick Название: Beginning dotnetnuke 4.0 website creation in vb 2005 with visual web developer 2005 express ISBN: 1590597672 ISBN-13(EAN): 9781590597675 Издательство: Springer Рейтинг: Цена: 31670.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: DotNetNuke is a framework for creating and deploying web projects in ASP.NET 2.0. Next come tutorials on creating and publishing an ASP.NET 2.0 website written in Visual Basic 2005, without excluding non-programmers who will be using the book to get up to speed on DotNetNuke.
Автор: Sinha Название: Beginning Ethical Hacking with Python ISBN: 1484225406 ISBN-13(EAN): 9781484225400 Издательство: Springer Рейтинг: Цена: 23280.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Learn the basics of ethical hacking and gain insights into the logic, algorithms, and syntax of Python. This book will set you up with a foundation that will help you understand the advanced concepts of hacking in the future. Learn Ethical Hacking with Python 3 touches the core issues of cyber security: in the modern world of interconnected computers and the Internet, security is increasingly becoming one of the most important features of programming. Ethical hacking is closely related to Python. For this reason this book is organized in three parts. The first part deals with the basics of ethical hacking; the second part deals with Python 3; and the third part deals with more advanced features of ethical hacking.
What You Will Learn
Discover the legal constraints of ethical hacking Work with virtual machines and virtualization Develop skills in Python 3See the importance of networking in ethical hackingGain knowledge of the dark web, hidden Wikipedia, proxy chains, virtual private networks, MAC addresses, and more
Who This Book Is For
Beginners wanting to learn ethical hacking alongside a modular object oriented programming language.
Автор: Owsiak Tow Название: Beginning C# Hands On - The Core Language ISBN: 1788296540 ISBN-13(EAN): 9781788296540 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Churcher Название: Beginning SQL Queries ISBN: 1484219546 ISBN-13(EAN): 9781484219546 Издательство: Springer Рейтинг: Цена: 26080.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Get started on mastering the one language binding the entire database industry. That language is SQL, and how it works is must-have knowledge for anyone involved with relational databases, and surprisingly also for anyone involved with NoSQL databases. SQL is universally used in querying and reporting on large data sets in order to generate knowledge to drive business decisions.Good knowledge of SQL is crucial to anyone working with databases, because it is with SQL that you retrieve data, manipulate data, and generate business results. Every relational database supports SQL for its expressiveness in writing queries underlying reports and business intelligence dashboards. Knowing how to write good queries is the foundation for all work done in SQL, and it is a foundation that Clare Churcher's book, Beginning SQL Queries, 2nd Edition, lays well.
What You Will Learn
Write simple queries to extract data from a single tableCombine data from many tables into one business result using set operationsTranslate natural language questions into database queries providing meaningful information to the businessAvoid errors associated with duplicated and null valuesSummarize data with amazing ease using the newly-added feature of window functionsTackle tricky queries with confidence that you are generating correct resultsInvestigate and understand the effects of indexes on the efficiency of queries
Who This Book Is For
Beginning SQL Queries, 2nd Edition is aimed at intelligent laypeople who need to extract information from a database, and at developers and other IT professionals who are new to SQL. The book is especially useful for business intelligence analysts who must ask more complex questions of their database than their GUI–based reporting software supports. Such people might be business owners wanting to target specific customers, scientists and students needing to extract subsets of their research data, or end users wanting to make the best use of databases for their clubs and societies.
Автор: Pollak David, Layka Vishal, Sacco Andres Название: Beginning Scala 3: A Functional and Object-Oriented Java Language ISBN: 1484274210 ISBN-13(EAN): 9781484274217 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learn the latest version of Scala through simple, practical examples. This book introduces you to the Scala programming language, its object-oriented and functional programming characteristics, and then guides you through Scala constructs and libraries that allow you to assemble small components into high-performance, scalable systems. Beginning Scala 3 explores new Scala 3 language features such as Top-level declarations, Creator applications, Extension methods to add extra functionality to existing types, and Enums. You will also learn new ways to manipulate types via Union types, intersection, literal, and opaque type aliases. Additionally, you’ll see how Implicits are replaced by given and using clauses. After reading this book, you will understand why Scala is judiciously used for critical business applications by leading companies such as Twitter, LinkedIn, Foursquare, the Guardian, Morgan Stanley, Credit Suisse, UBS, and HSBC – and you will be able to use it in your own projects. What You Will Learn * Get started with Scala 3 or Scala language programming in general * Understand how to utilitze OOP in Scala * Perform functional programming in Scala * Master the use of Scala collections, traits and implicits * Leverage Java and Scala interopability * Employ Scala for DSL programming * Use patterns and best practices in Scala Who This Book Is For Those with a background in Java and/or Kotlin who are new to Scala. This book is also for those with some prior Scala experience who want to learn Scala version 3.
Автор: Telang Название: Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes ISBN: 1484288319 ISBN-13(EAN): 9781484288313 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE. This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of MicroProfile, such as fault tolerance, config, health check, metrics, and JWT auth. You'll develop a RESTful web service made up of some microservices. You'll deploy your application on Docker and Kubernetes. After reading this book, you'll come away with the fundamentals you need to build and deploy your first cloud-native Java-based app. What You'll Learn * Build your first cloud-native Java-based app with the open source MicroProfile platform, and Jakarta EE 10 APIs * Develop a RESTful web service using MicroProfile and Jakarta EE * Discover and explore the key components of the MicroProfile framework, such as config, metrics, health, JWT authentication, and more * Deploy your cloud-native application on the Kubernetes container orchestration platform * Get up to speed with other popular technologies such as Docker containers, Kubernetes clusters, and Zipkin Who This Book Is For Programmers with at least some prior experience in Java programming who may be new to MicroProfile and Jakarta EE. Some prior experience with Java-based microservices and web development is recommended, but not required.
Автор: Sandeep Nagar Название: Beginning Julia Programming ISBN: 1484231708 ISBN-13(EAN): 9781484231708 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Get started with Julia for engineering and numerical computing, especially data science, machine learning, and scientific computing applications. This book explains how Julia provides the functionality, ease-of-use and intuitive syntax of R, Python, MATLAB, SAS, or Stata combined with the speed, capacity, and performance of C, C++, or Java. You'll learn the OOP principles required to get you started, then how to do basic mathematics with Julia. Other core functionality of Julia that you'll cover, includes working with complex numbers, rational and irrational numbers, rings, and fields. Beginning Julia Programming takes you beyond these basics to harness Julia's powerful features for mathematical functions in Julia, arrays for matrix operations, plotting, and more. Along the way, you also learn how to manage strings, write functions, work with control flows, and carry out I/O to implement and leverage the mathematics needed for your data science and analysis projects. "Julia walks like Python and runs like C." This phrase explains why Julia is quickly growing as the most favored option for data analytics and numerical computation. After reading and using this book, you'll have the essential knowledge and skills to build your first Julia-based application. What You'll Learn
Obtain core skills in Julia
Apply Julia in engineering and science applications
Work with mathematical functions in Julia
Use arrays, strings, functions, control flow, and I/O in Julia
Carry out plotting and display basic graphics
Who This Book Is For Those who are new to Julia; experienced users may also find this helpful as a reference.
COMPUTER BIBLE GAMES WITH VISUAL BASIC is a self-study semester long "beginning" programming tutorial consisting of 13 Chapters explaining (in simple, easy-to-follow terms) how to build VISUAL BASIC Windows applications and games. Students learn about project design, the VISUAL BASIC toolbox, and many elements of the VISUAL BASIC language. Numerous examples are used to demonstrate every step in the building process. The tutorial also includes several detailed computer projects for students to build and try.
The projects built include a number guessing game, a card game, an allowance calculator, a drawing program, a state capitals game, video games, and three classic Computer Bible Games. The Computer Bible Games include:
Daniel and the Lions - Shoot Prayers at the Lions to protect Daniel in the Lion's Den Elijah and the Ravens - Move Elijah to catch the falling bread as he is fed by the Ravens Noah's Ark - Race the turtle to Noah's Ark before the Great Flood starts
We have also included the source code to several college prep bonus projects including a loan calculator, portfolio manager, and a checkbook balancer to get you ready for those college courses.
COMPUTER BIBLE GAMES WITH VISUAL BASIC is presented using a combination of over 700 pages of course notes and actual VISUAL BASIC examples. No prior programming experience is necessary, but familiarity with doing common tasks using Microsoft Windows is expected. The tutorial actually teaches the student to program so the teacher or parent does not need to learn programming or teach programming to the student themselves.
COMPUTER BIBLE GAMES WITH VISUAL BASIC requires a minimum of Microsoft Windows 7 and Microsoft Visual Studio 2015 Community Edition. This tutorial is not compatible with Microsoft Visual Studio 2019.
The VISUAL BASIC source code and all needed multimedia files are available for download from the publisher's website (www.BibleByteBooks.com) after book registration.
Автор: K. Siva Prasad Reddy Название: Beginning Spring Boot 2 ISBN: 1484229304 ISBN-13(EAN): 9781484229309 Издательство: Springer Рейтинг: Цена: 35390.00 T Наличие на складе: Поставка под заказ. Описание:
Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you'll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You'll also learn how to build reactive web applications using Spring Boot along with Spring Web Reactive. Then you'll secure your Spring Boot-created application or service before testing and deploying it.
After reading and learning with Beginning Spring Boot 2, you'll have the skills and techniques to start building your first Spring Boot applications and microservices with confidence to take the next steps in your career journey.
What You'll Learn
Use Spring Boot autoconfiguration
Work with relational and NoSQL databases
Build web applications with Spring Boot
Apply REST APIs using Spring Boot
Create reactive web applications using Spring Web Reactive
Secure your Spring Boot applications or web services
Test and deploy your Spring Boot applications
Who This Book Is For
Experienced Java and Spring Framework developers who are new to the new Spring Boot micro-framework.
Автор: Cutajar James Название: Beginning Java Data Structures and Algorithms ISBN: 1789537177 ISBN-13(EAN): 9781789537178 Издательство: Неизвестно Рейтинг: Цена: 33090.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems. This book teaches you ...
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz