beginning database programming using asp net core 3 bipin joshi
Beginning Database Programming Using ASP.NET Core 3 - Bipin Joshi
Hit the ground running with this book to quickly learn the fundamentals of HTML form processing, user authentication, and database CRUD (Create, Read, Update, and Delete) operations using the ASP.NET Core family of technologies. You will utilize cutting-edge and popular technology options from both the server side and client side to help you achieve your web application goals as quickly as possible.Developers who want to learn ASP.NET Core and complementary technologies are often overwhelmed by the large number of options involved in building modern web applications. This book introduces you to the most popular options so that you can confidently begin working on projects in no time. You will learn by example, building a sample application that demonstrates how the same application can be built using different options. This experiential approach will give you the basic skills and knowledge to understand how the options work together so that you can make an informed decision about the available choices, their trade-offs, and code level comparison. After reading this book, you will be able to choose your selected learning path. What You Will LearnDevelop data entry forms in ASP.NET Core, complete with validations and processingPerform CRUD operations using server-side options: ASP.NET Core MVC, Razor Pages, Web APIs, and BlazorPerform CRUD operations using client-side options: jQuery and AngularSecure web applications using ASP.NET Core Identity, cookie authentication, and JWT authenticationUse RDBMS and NoSQL data stores: SQL Server, Azure SQL Database, Azure Cosmos DB, and MongoDB for CRUD operationsDeploy ASP.NET Core web applications to IIS and Azure App Service Who This Book Is ForDevelopers who possess a basic understanding of ASP.NET and how web applications work. Some experience with Visual Studio 2017 or higher, C#, and JavaScript is helpful.
Objev podobné jako Beginning Database Programming Using ASP.NET Core 3 - Bipin Joshi
ASP.NET Core in Action, Third Edition - Andrew Lock
Build professional-grade full-stack web applications using C# and ASP.NET Core. ASP.NET Core in Action, 3rd edition by Microsoft MVP Andrew Lock, is a fully updated edition, ideal for intermediate C# developers, and teaches you how to use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you have never worked with ASP.NET, you will soon start creating productive cross-platform web apps. Features include: Build minimal APIs for serving JSON to client-side applications Create dynamic, server-side rendered applications using Razor Pages User authentication and authorisation Store data using Entity Framework Core Unit and integration tests for ASP.NET Core applications Write custom middleware and components About the technology Developers love ASP.NET Core for its libraries and pre-built components that maximize productivity. This awesome web framework empowers you to build web applications using HTTP APIs, server-side rendered HTML, and long-running server processes - all by using the same familiar structure and components. Version 7.0 takes full advantage of new C# features, easy-to-build minimal APIs, and big performance upgrades.
Objev podobné jako ASP.NET Core in Action, Third Edition - Andrew Lock
Programming Large Language Models with Azure Open AI - Francesco Esposito
Use LLMs to build better business software applications Autonomously communicate with users and optimize business tasks with applications built to make the interaction between humans and computers smooth and natural. Artificial Intelligence expert Francesco Esposito illustrates several scenarios for which a LLM is effective: crafting sophisticated business solutions, shortening the gap between humans and software-equipped machines, and building powerful reasoning engines. Insight into prompting and conversational programmingâ ”with specific techniques for patterns and frameworksâ ”unlock how natural language can also lead to a new, advanced approach to coding. Concrete end-to-end demonstrations (featuring Python and ASP.NET Core) showcase versatile patterns of interaction between existing processes, APIs, data, and human input. Artificial Intelligence expert Francesco Esposito helps you: Understand the history of large language models and conversational programming Apply prompting as a new way of coding Learn core prompting techniques and fundamental use-cases Engineer advanced prompts, including connecting LLMs to data and function calling to build reasoning engines Use natural language in code to define workflows and orchestrate existing APIs Master external LLM frameworks Evaluate responsible AI security, privacy, and accuracy concerns Explore the AI regulatory landscape Build and implement a personal assistant Apply a retrieval augmented generation (RAG) pattern to formulate responses based on a knowledge base Construct a conversational user interface For IT Professionals and Consultants For software professionals, architects, lead developers, programmers, and Machine Learning enthusiasts For anyone else interested in natural language processing or real-world applications of human-like language in software
Objev podobné jako Programming Large Language Models with Azure Open AI - Francesco Esposito
Beginning Programming with Python For Dummies - John Paul Mueller
Create simple, easy programs in the popular Python language Beginning Programming with Python For Dummies is the trusted way to learn the foundations of programming using the Python programming language. Python is one of the top-ranked languages, and thereâ ™s no better way to get started in computer programming than this friendly guide. Youâ ™ll learn the basics of coding and the process of creating simple, fun programs right away. This updated edition features new chapters, including coverage of Google Colab, plus expanded information on functions and objects, and new examples and graphics that are relevant to todayâ ™s beginning coders. Dummies helps you discover the wealth of things you can achieve with Python. Employ an online coding environment to avoid installation woes and code anywhere, any time Learn the basics of programming using the popular Python language Create easy, fun projects to show off your new coding chops Fix errors in your code and use Python with external data sets Beginning Programming with Python For Dummies will get new programmers startedâ ”the easy way.Â
Objev podobné jako Beginning Programming with Python For Dummies - John Paul Mueller
Introduction to Computation and Programming Using Python, third edition - John V. Guttag
The new edition of an introduction to the art of computational problem solving using Python.This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including numpy, matplotlib, random, pandas, and sklearn. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data as well as substantial material on machine learning. All of the code in the book and an errata sheet are available on the book’s web page on the MIT Press website.
Objev podobné jako Introduction to Computation and Programming Using Python, third edition - John V. Guttag
Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you⠙ll take on the challenge of learning functional programming from first principles, and start writing Kotlin code that⠙s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors. about the technologyKotlin is a new JVM language designed to interoperate with Java and offer an improved developer experience for creating new applications. It⠙s already a top choice for writing web services, and Android apps. Although it preserves Java⠙s OO roots, Kotlin really shines when you adopt a functional programming mindset. By learning the core principles and practices of functional programming outlined in this book, you⠙ll start writing code that⠙s easier to read, easier to test and reuse, better for concurrency, and less prone to bugs. about the book Functional Programming in Kotlin is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. Based on the bestselling Functional Programming in Scala, this book guides intermediate Java and Kotlin programmers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you ll find concrete examples and exercises that open up the world of functional programming. The book will deliver practical mastery of FP using Kotlin and a valuable perspective on program design that you can apply to other languages. what s inside Functional programming techniques for real-world applications Write combinator libraries Identify common structures and idioms in functional design Code for simplicity, modularity, and fewer bugs about the readerFor intermediate Kotlin and Java developers. No experience with functional programming is required. about the author Marco Vermeulen has almost two decades of programming experience on the JVM, with much of that time spent on functional programming using Scala and Kotlin. Rúnar Bjarnason and Paul Chiusano are the authors of Functional Programming in Scala, on which this book is based. They are internationally-recognized experts in functional programming and the Scala programming language.
Objev podobné jako Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Computing Projects in Visual Basic .Net - Derek Christopher
Computing Projects In Visual Basic. NET is ideal for AS/A level Computing, A level ICT and Advanced VCE ICT students. The text assumes no starting knowledge of programming and covers everything needed to write a large program, which makes this a great text for Students on other courses, such as BTEC National, and first year HND and degree courses, as well as personal and professional readers. For AS/A level Computing - depending on the Examining Board computing students may need to produce a small project or write a number of programs for the AS part of the course. For A level a substantial piece of programming may be needed. The theory part of the course covers a number of important programming concepts, which are far better learned through practical programming than only through the pages of a textbook. Visual Basic is an excellent, modern language through which to learn these concepts. For AVCE students - an optional unit on programming using an event-driven language such as Visual Basic is offered by all the Boards. One of the Boards offers two units. Although the amount of programming is not expected to be as much as an A level student of Computing would do, it is still substantial. The object oriented approach to programming is explained and used where applicable.
Objev podobné jako Computing Projects in Visual Basic .Net - Derek Christopher
Příbor Corvo Cromargan protect®: základní set 30 kusů WMF
A WMF Corvo étkészlet egyedi, kétoldalas designnal rendelkezik, ahol az evőkés kétféleképpen helyezhető el. A Cromargan protect® technológiával készült, ami jelentősen növeli a mechanikai károkkal szembeni ellenállóságot. A matt felület és az ergonomikus forma kényelmes használatot és tartós megjelenést biztosít.
- Kétoldalas design: az evőkés fektetve vagy az élen állítható, harmonikus megjelenés érdekében.
- Cromargan protect® technológia: 150-szer ellenállóbb a mechanikai károkkal szemben, mint a hagyományos rozsdamentes acél.
- Samott matt felület: elegáns megjelenést és kényelmes tapintást biztosít.
- 30 darabos alapkészlet: teljes értékű felszereltség étkezéshez.
Objev podobné jako Příbor Corvo Cromargan protect®: základní set 30 kusů WMF
Příbor Corvo Cromargan protect®: střední set 66 kusů WMF
A WMF Corvo étkészlet egyedi, kétoldali késével és Cromargan protect® technológiájával kiemelkedik. A rozsdamentes acélból készült készlet rendkívül ellenálló a karcolásokkal szemben, hosszú távú tartósságot biztosítva. A matt felület és a kényelmes forma esztétikai és funkcionális előnyöket kínál.
- Kétoldali kés, amely fektetve vagy az élen állítva is tálalható, a villa designjával harmonizálva.
- Cromargan protect® technológia, amely 150-szer ellenállóbb a mechanikai károsodásokkal szemben, mint hagyományos rozsdamentes acél.
- Samott matt felület, amely kényelmes fogást és elegáns megjelenést biztosít.
- 66 darabos közepes készlet, ideális mindennapi és ünnepi használatra.
Objev podobné jako Příbor Corvo Cromargan protect®: střední set 66 kusů WMF
Modern Database Management, Global Edition - Heikki Topi, Ramesh Venkataraman, Jeffrey Hoffer
For courses in database management. A comprehensive text on the latest in database development Focusing on what leading database practitioners say are the most important aspects to database development, Modern Database Management presents sound pedagogy and topics that are critical for the practical success of database professionals. The 13th Edition updates and expands materials in areas undergoing rapid change as a result of improved managerial practices, database design tools and methodologies, and database technology â “ such as application security, multi-user solutions, and more â “ to reflect major trends in the field and the skills required of modern information systems graduates.
Objev podobné jako Modern Database Management, Global Edition - Heikki Topi, Ramesh Venkataraman, Jeffrey Hoffer
SCHEPPACH Látkový filtr pratelný 2 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702707)
Filtr do vysavače - Látkový pratelný filtr SCHEPPACH nbsp;skvěle zadrží všechny nečistoty a zajistí bezproblémový chod vysavačů nbsp;ASP 15-ES, ASP 20-ES, ASP 30-ES. Balení obsahuje 2 ks filtrů do vysavače. Klíčové vlastnosti filtru do vysavače SCHEPPACHLátkový pratelný filtrVhodné pro vysavače nbsp;ASP 15-ES, ASP 20-ES, ASP 30-ESObsah balení: 2 ks
Objev podobné jako SCHEPPACH Látkový filtr pratelný 2 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702707)
SCHEPPACH Látkový filtr pratelný 6 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702706)
Filtr do vysavače - Sáček do vysavače SCHEPPACH je praktický pomocník pro úklid vaší domácnosti. Látkový pratelný filtr skvěle zadrží všechny nečistoty a zajistí bezproblémový chod vysavačů nbsp;ASP 15-ES, ASP 20-ES, ASP 30-ES. Balení obsahuje 6 ks sáčků do vysavače. Klíčové vlastnosti sáčku do vysavače SCHEPPACHSáček do vysavače s látkovým pratelným filtremVhodné pro vysavače nbsp;ASP 15-ES, ASP 20-ES, ASP 30-ESObsah balení: 6 ks
Objev podobné jako SCHEPPACH Látkový filtr pratelný 6 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702706)
Database Systems: Design, Implementation,
Database skills are among the most in-demand IT skills. With its practical, accessible approach, Coronel/Morris market-leading DATABASE SYSTEMS: DESIGN, IMPLEMENTATION, MANAGEMENT, 14th edition, equips you with a solid foundation in database design and implementation for today s market. The authors blend foundational theory, the latest real-world practices and the skills employers want.Straightforward writing and vivid illustrations make even complex concepts easy to understand. You ll learn the key to successful database implementation as you study how to properly design databases that fit within the larger strategic data environment. Expanded coverage includes big data analytics, NoSQL and data visualization technologies.In addition, the MindTap digital platform gives you real-world, hands-on practice to help you prepare for a successful career in database design and management.
Objev podobné jako Database Systems: Design, Implementation,
SCHEPPACH Pěnový filtr 5 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702703)
Filtr do vysavače - pěnový Pěnový filtr SCHEPPACH je určený pro účinné zadržování nečistot a optimální výkon vysavačů nbsp;ASP 15-ES, ASP 20-ES, ASP 30-ES. V balení se nachází 5 kusů pěnových filtrů do vysavače. Klíčové vlastnosti pěnového filtru SCHEPPACHKvalitní pěnový mikrofiltr SCHEPPACH pro vysavačeVhodné pro vysavače ASP 15-ES, ASP 20-ES, ASP 30-ESBalení obsahuje 5 kusů filtrů
Objev podobné jako SCHEPPACH Pěnový filtr 5 ks pro ASP 15-ES, ASP 20-ES, ASP 30-ES (7907702703)
Aplikační služby IS/ICT formou ASP (80-247-0620-2)
Elektronická kniha - autor Jan Pavelka, Jiří Voříšek, 216 stran Ekonomická recese a prasknutí tzv. internetové bubliny přivedly na přelomu tisíciletí mnohé manažery k přehodnocení investic do informačních systémů a informačních a komunikačních technologií (IS/ICT), aby IS/ICT byly dimenzovány podle potřeb výroby a obchodu a sladěny s podnikovými procesy. Autoři z katedry informačních technologií VŠE v Praze podávají mnohorozměrný pohled na pronájem aplikačních služeb IS/ICT (Application Services Providing - ASP). ASP je formou outsourcingu. Přenáší většinu problémů spojených s tvorbou a provozem aplikací na specializovaný subjekt. Podnik nenakupuje technologie, ale informatické služby. Nestará se o provoz informačního systému, ale soustředí se na svůj hlavní předmět podnikání. Kniha odpovídá na to, jak zavést a využívat ASP, jaké zdroje a znalosti musí mít poskytovatel ASP, jak a s jakými náležitostmi se uzavírá smlouva o ASP, jaká jsou rizika ASP.
Objev podobné jako Aplikační služby IS/ICT formou ASP (80-247-0620-2)
Scheppach HEPPA FILTR PRO ASP 20-ES, ASP 30-ES (7907702702)
Filtr do vysavače - hepa Bezchybné fungování vysavače zajistí funkční filtr. HEPA filtr Scheppach HEPPA FILTR PRO ASP 20-ES, ASP 30-ES, který ve vysavači obsazuje poslední místo filtru v pořadí je spolehlivý zachycovač mikročástic a zadržuje i ty nejmenší částice prachu, roztočů nebo plísní. Neustálým používáním se vysavač zanese, klesá tedy jeho výkon, proto musíte filtr občas vyměnit. Důležité přednosti filtru do vysavače Scheppach HEPPA FILTR PRO ASP 20-ES, ASP 30-ES HEPA filtr dokáže přichytit i ty nejmenší nečistoty Až bude filtr znečištěný, je potřeba ho Scheppach HEPPA FILTR PRO ASP 20-ES, ASP 30-ES vyměnit
Objev podobné jako Scheppach HEPPA FILTR PRO ASP 20-ES, ASP 30-ES (7907702702)
C++ Programming in easy steps - Mike McGrath
C++ Programming in easy steps, 7th edition shows you how to program in the powerful C++ native system language. Now, in its seventh edition, this guide gives complete examples that illustrate each aspect with colorized source code.C++ Programming in easy steps, 7th edition begins by explaining how to install a free C++ compiler so that you can quickly begin to create your own executable programs by copying the book’s examples. It demonstrates all the C++ language basics before moving on to provide examples of Object-Oriented Programming (OOP). C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system (purely because it is the most widely-used desktop platform) but the examples can also be created on other platforms such as Linux or macOS. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft’s Visual Studio. C++ Programming in easy steps, 7th edition has an easy-to-follow style that will appeal to: Anyone who wants to begin programming in C++.Programmers looking to advance from an interpreted programming language, such as Python, who want to harness the superior speed of C++.Students who are studying C++ Programming at school or college. Those seeking a career in computing who need a fundamental understanding of Object-Oriented Programming. This book makes no assumption that you have previous knowledge of any programming language, so it is suitable for the beginner to programming in C++, whether you know C or not.
Objev podobné jako C++ Programming in easy steps - Mike McGrath
Perl Programming in easy steps - Mike McGrath
Perl is often known as the Swiss army knife of programming languages. Perl Programming in easy steps, 2nd edition illustrates programming basics with variables, operators, and functions before moving on to demonstrate the creation of reusable Perl modules. It then shows how Perl can read and write files on your system. Object-Oriented Programming (OOP) with Perl is demonstrated next to emulate real-world object properties and behaviors. The examples in Perl Programming in easy steps, 2nd edition demonstrate how to store and retrieve data with the SQLite database module that is often bundled alongside the standard Perl library. The book then moves on to illustrate how Perl is used for server-side CGI scripting on the internet. A final example brings together Perl for CGI and SQLite to create an online shop. Perl Programming in easy steps, 2nd edition has an easy-to-follow style that will appeal to: Anyone who wants begin programming in Perl. Programmers looking to extend their skillset. Students who are studying programming at school or college. Those seeking a career in software development. This book makes no assumption that you have previous knowledge of any programming language, so is suitable for a beginner or a programming guru.
Objev podobné jako Perl Programming in easy steps - Mike McGrath
Functional and Concurrent Programming - Michel Charpentier
Leverage Modern Language Constructs to Write High-Quality Code FasterThe functional and concurrent programming language features supported by modern languages can be challenging, even for experienced developers. These features may appear intimidating to OOP programmers because of a misunderstanding of how they work. Programmers first need to become familiar with the abstract concepts that underlie these powerful features.In Functional and Concurrent Programming, Michel Charpentier introduces a core set of programming language constructs that will help you be productive in a variety of programming languagesâ ”now and in the future. Charpentier illustrates key concepts with numerous small, focused code examples, written in Scala, and with case studies that provide a thorough grounding in functional and concurrent programming skills. These skills will carry from language to languageâ ”including the most recent incarnations of Java. Using these features will enable developers and programmers to write high-quality code that is easier to understand, debug, optimize, and evolve.Key topics covered include: Recursion and tail recursion Pattern matching and algebraic datatypes Persistent structures and immutability Higher-order functions and lambda expressions Lazy evaluation and streams Threads and thread pools Atomicity and locking Synchronization and thread-safe objects Lock-free, non-blocking patterns Futures, promises, and functional-concurrent programming As a bonus, the book includes a discussion of common typing strategies used in modern programming languages, including type inference, subtyping, polymorphism, type classes, type bounds, and type variance.Most of the code examples are in Scala, which includes many of the standard features of functional and concurrent programming; however, no prior knowledge of Scala is assumed. You should be familiar with concepts such as classes, methods, objects, types, variables, loops, and conditionals and have enough programming experience to not be distracted by simple matters of syntax.
Objev podobné jako Functional and Concurrent Programming - Michel Charpentier
PRACHOVÝ SÁČEK PRO ASP 20-ES, ASP 30-ES 5ks (7907702705)
Sáčky do vysavače Potřebujete koupit nové sáčky do vysavače? Pak jsou sáčky do vysavače PRACHOVÝ SÁČEK PRO ASP 20-ES, ASP 30-ES 5ks ideální volbou. Významné vlastnosti sáčků do vysavače PRACHOVÝ SÁČEK PRO ASP 20-ES, ASP 30-ES 5ks Sáčky do vysavače Scheppach jsou při vysávání k nezaplacení
Objev podobné jako PRACHOVÝ SÁČEK PRO ASP 20-ES, ASP 30-ES 5ks (7907702705)
ASP MODE Salt Spray sprej na vlasy s mořskou solí 250 ml
ASP MODE Salt Spray, 250 ml, Slané spreje na vlasy, ASP MODE Salt Spray - váš spolehlivý pomocník pro plážový look! Sprej na vlasy s mořskou solí ASP MODE Salt Spray vám pomůže dosáhnout moderního nedbalého vzhledu s objemnými vlnami inspirovanými pláží. Je ideální pro všechny typy vlasů, zvláště pokud chcete dodat svým pramenům texturu a ležérní pohyb. Díky své lehké formule nezatěžuje vlasy, ale zanechává je svěží, nadýchané a plné života. Ať už toužíte po rozcuchaném looku nebo decentně tvarovaných vlnách, tento sprej vás nezklame. ASP MODE Salt Spray se snadno aplikuje a okamžitě dodává vlasům přirozený objem. Pokud máte rádi přirozeně vypadající účesy, je tento produkt přesně pro vás. Vlastnosti: dodává vlasům texturu a definici vytváří přirozený objem podporuje tvorbu ležérních plážových vln lehké složení nezatěžuje vlasy přináší svěží vzhled a pohyb pramenů vhodný pro každodenní styling vlasů snadná a rychlá aplikace Složení: mořská sůl – dodává texturu a objem hydratační složky – pomáhají chránit vlasy před vysušením lehké stylingové polymery – zajišťují fixaci bez zatížení Jak používat: Nastříkejte sprej ze vzdálenosti 20–30 cm na suché nebo ručníkem vysušené vlasy. V pramenech jej jemně promněte prsty, abyste vytvořili plážový efekt. Pro větší fixaci lze sprej aplikovat po menších dávkách během stylování. Notino tip: Pro ještě větší objem vyzkoušejte kombinaci s ASP MODE Root Lift Spray, který dodá kořínkům vlasů zvednutí. Chcete-li dosáhnout přirozeného matného vzhledu, jemně vlasy po aplikaci osušujte ručníkem.
Objev podobné jako ASP MODE Salt Spray sprej na vlasy s mořskou solí 250 ml
Click, Connect, Compute: The Languages of Programming - Dr Dharini Balasubramaniam
Computer language fundamentals, using clear, expert explanations and comic illustrations to spark interest and enthusiasm in the next generation of computer scientists!The Languages of Programming looks at the definitions and uses of languages, bot natural and constructed. Readers will find out about the elements of a programming language, the best types of language to use at each stage of the software life cycle, and about the tools that help to solve difficult programming problems and complex tasks such as monitoring air traffic. And the end of the book fast-forwards to the future of computer science, languages and robotics and considers what it might mean to live in a smarter world.Contents: What is a language? / Languages can come naturally ... / ... or languages can be constructed / Language types for CS / Even more languages! / It s all syntax and semantics / Ways of programming / Choose your language / Programming is a process / Tools to make our work easier / Case study: Blocks vs Python / The future of programming languages / Pioneer portraits / Further information / Glossary / Quiz yourself! / IndexThe Click, Connect, Compute series untangles the computer science web and teaches children about the essentials of computer software, hardware and digital literacy, as well as discussing the ethics surrounding this evolving field. Featuring fun, friendly comic strip illustrations, pioneer bios and a quiz, this is a perfect read for children aged 8+.Books in the series: Computer Science Essentials / Data, Big and Small / Smart Machines / The Languages of ProgrammingWritten in a clear, thoughtful way by computer science expert, Dr. Dharini Balasubramaniam, a strong advocate for ethics and education in her field.
Objev podobné jako Click, Connect, Compute: The Languages of Programming - Dr Dharini Balasubramaniam
Teaching Primary Programming with Scratch Pupil Book Year 4 - Phil Bagge
These books, classroom-tested and perfected by Phil Bagge through his website code-it.co.uk and published in conjunction with Hampshire Inspection and Advisory Service (HIAS), aid teachers in providing Key Stage 2 pupils with an exciting and challenging computer science curriculum.They can be used to supplement existing programming modules or as a complete KS2 computer science program of study. They contain a series of programming projects that gradually introduce pupils to algorithm design and evaluation, generalisation and decomposition. Pupils will learn how to use sequence, repetition, selection and variables through becoming creators of a wide variety of programming projects. Maths, literacy, humanities, gaming, music and control skills are all put to the test.There are four pupil workbooks to provide structure, resources and home learning links. These are designed to work in conjunction with the teacher book. In addition, there are also two home learning books that have been devised for children to learn programming outside of school. A growing bank of online videos are also available, designed to help teachers improve their own skills and take full advantage of the crosscurricular benefits of developing depth in programming.The Scratch programming language, widely recognised in schools, is freely accessible online or as a download and is the ideal place to begin programming.
Objev podobné jako Teaching Primary Programming with Scratch Pupil Book Year 4 - Phil Bagge
Learn AI-Assisted Python Programming, Second Edition - Daniel Zingaro, Leo Porter
See how an AI assistant can bring your ideas to life immediately! Once, to be a programmer you had to write every line of code yourself. Now tools like GitHub Copilot can instantly generate working programs based on your description in plain English. An instant bestseller, Learn AI-Assisted Python Programming has taught thousands of aspiring programmers how to write Python the easy wayâ ”with the help of AI. It s perfect for beginners, or anyone who s struggled with the steep learning curve of traditional programming. In Learn AI-Assisted Python Programming, Second Edition you ll learn how to: Write fun and useful Python applicationsâ ”no programming experience required! Use the GitHub Copilot AI coding assistant to create Python programs Write prompts that tell Copilot exactly what to do Read Python code and understand what it does Test your programs to make sure they work the way you want them to Fix code with prompt engineering or human tweaks Apply Python creatively to help out on the job AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. Written by two esteemed computer science university professors, it teaches you everything you need to start programming Python in an AI-first world. You ll learn skills you can use to create working apps for data analysis, automating tedious tasks, and even video games. Plus, in this new edition, you ll find groundbreaking techniques for breaking down big software projects into smaller tasks AI can easily achieve. About the technology: The way people write computer programs has changed forever. Using GitHub Copilot, you describe in plain English what you want your program to do, and the AI generates it instantly.
Objev podobné jako Learn AI-Assisted Python Programming, Second Edition - Daniel Zingaro, Leo Porter
The Linux Programming Interface: A Linux and UNIX System Programming Handbook (1593272200)
Kniha - anglicky, Pevná bez přebalu lesklá - anglicky, pevná bez přebalu lesklá The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface - the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You ll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You ll learn how to:- Read and write files efficiently - Use signals, clocks, and timers- Create processes and execute programs- Write secure programs- Write multithreaded programs using POIX threads- Build and use shared libraries- Perform interprocess communication using pipes, message...
Objev podobné jako The Linux Programming Interface: A Linux and UNIX System Programming Handbook (1593272200)
EMOS ASP-30 LTE DVB-T2 (2703106000)
Televizní anténa venkovní, DVB-T, DVB-T2 a DAB, zisk 10 dBi, příjem v úhlu 40°, horizontální a vertikální polarizace, Koax vidlice, LTE filtr a zesilovač, příjem z více vysílačů, s adaptérem Venkovní televizní anténa EMOS ASP-30 LTE DVB-T2Chcete si vychutnávat vaše oblíbené televizní pořady bez šumu a ruchu? Síťová anténa EMOS ASP-30 LTE DVB-T2 nbsp;vám to může zajistit. Jedná se o nejběžnější anténu pro příjem televizního signálu. nbsp;Klasická konstrukce osazena novým širokopásmovým zesilovačem s LTE filtrem vám vždy zajistí čistý obraz. Bezproblémový příjem digitálního signálu DAB rádia a DVB-T či DVB-T2 televize samozřejmostí. Konstrukce dovoluje horizontální i vertikální polarizaci. Pulsní napájecí zdroj součástí balení. nbsp;EMOS ASP-30 LTE DVB-T2 nbsp;umožní příjem signálu v rozpětí 30°/40°. nbsp;Anténu lze použít jak v aktivním i v pasivním provedení.Klíčové vlastnosti venkovní televizní antény nbsp;EMOS ASP-30 LTE DVB-T2Venkovní síťová...
Objev podobné jako EMOS ASP-30 LTE DVB-T2 (2703106000)
ASP MODE Volume Lotion objemový sprej 250 ml
ASP MODE Volume Lotion, 250 ml, Objemové spreje pro ženy, Pro vlasy plné života – s pružným objemem od kořínků až ke konečkům! Objemový sprej ASP MODE Volume Lotion je dokonalou volbou pro všechny, kdo prahnou po viditelně bohatších a vzdušnějších vlasech. Jeho sofistikované složení nejenže dodává vlasům plnost, ale zároveň je chrání před vnějšími vlivy, aniž by je zatěžovalo. Díky lehké textuře je ideální pro každodenní použití a snadno se kombinuje s dalšími stylingovými produkty. Perfectní zejména pro jemné a zplihlé vlasy, ASP MODE Volume Lotion vyzdvihne krásu vašich pramenů a dodá jim objem, po kterém jste vždy toužili. Nezáleží na délce vlasů ani na jejich typu – výsledek je vždy přirozený, dlouhotrvající a bohatý na texturu. Vlastnosti: dává vlasům okamžitý a dlouhodobý objem zanechává vlasy lehké a přirozeně pružné snadno se nanáší díky lehké textuře chrání vlasy před poškozením vlivy okolí vhodný pro každodenní použití nelepí vlasy a nemastí jejich povrch Složení: vitamín B5 – pro posílení vlasů hydratační složky – zajišťují pružnost a jemnost vlasů stylingové polymery – dodávají objem a texturu antioxidanty – chrání vlasy před škodlivými vlivy prostředí Jak používat: Aplikujte sprej na vlhké, ručníkem vysušené vlasy. Zaměřte se především na kořínky, kde je potřeba dodat vlasům největší podporu. Poté vlasy vyfoukejte přes kulatý kartáč, aby získaly objemnou a nadýchanou strukturu. Notino tip: Pro maximální efekt zkombinujte ASP MODE Volume Lotion s pěnovým tužidlem ze stejné řady. Díky této synergii dosáhnete ještě větší trvanlivosti a vizuálního objemu! Nezapomeňte také na tepelnou ochranu, pokud budete vlasy fénovat nebo natáčet.
Objev podobné jako ASP MODE Volume Lotion objemový sprej 250 ml
ASP MODE Root Booster pěna pro objem vlasů 200 ml
ASP MODE Root Booster, 200 ml, Pěny na vlasy pro ženy, Získejte maximální objem přímo od kořínků s pěnou ASP MODE Root Booster! Pěna pro objem vlasů ASP MODE Root Booster je skvělým řešením, pokud toužíte po vlasovém looku, který zaujme svou plností a vitalitou. Díky svému složení pomáhá zvednout vlasy od kořínků, aniž by je zatěžovala, a dodává jim nebývalou lehkost. Ideální volba pro všechny, kteří chtějí svým účesům dodat další rozměr a dlouhotrvající styl. Produkt bude vyhovovat těm, kteří hledají efektivní a snadno aplikovatelný přípravek, jenž podpoří objem jejich vlasů. Nechte svou kreativitu zazářit a dopřejte svým vlasům péči, která podpoří jejich krásu a zdravý vzhled. Vlastnosti: dodává vlasům objem přímo od kořínků zajišťuje dlouhodobou a přirozenou fixaci nezatěžuje vlasy a nechává je lehké ideální pro tvorbu objemných účesů snadná aplikace díky pěnovému složení Složení: keratin – podporuje pevnost a pružnost vlasů hydratační složky – zajišťují optimální vlhkost polyquaternium-4 – přispívá k ochraně a fixaci účesu Jak používat: Pro dosažení maximálního efektu naneste malé množství pěny přímo ke kořínkům vlhkých, ručníkem vysušených vlasů. Rovnoměrně rozčešte a poté upravte vlasy podle potřeby pomocí fénu, difuzéru nebo jiného stylingového nástroje. Produkt není nutné oplachovat. Notino tip: Pro kompletní stylingovou péči zkombinujte tuto pěnu s lakem na vlasy ASP MODE, který zajistí výsledný účes na svém místě po celý den. A pokud toužíte po hladkých koncích, vyzkoušejte také sérum ze stejné řady.
Objev podobné jako ASP MODE Root Booster pěna pro objem vlasů 200 ml
ASP MODE ColourCare výhodné balení pro ochranu barvy
ASP MODE ColourCare, 2x1000 ml, Kondicionéry na vlasy pro ženy, Abyste dokázali udržet své vlasy zdravé, lesklé a vitální, je důležité jim věnovat správnou péči. A ta začíná pravidelným mytím vlasů. Šampon ASP MODE ColourCare pomůže efektivně odstranit z vlasů i pokožky hlavy veškeré nečistoty, mastnotu i zbytky stylingových a jiných kosmetických produktů. Vám dodá pocit svěžesti a čistoty, vaše vlasy a pokožku hlavy navíc ideálním způsobem připraví na další péči a podpoří účinky obsažených aktivních látek. Sada obsahuje: ASP MODE ColourCare šampon pro barvené, chemicky ošetřené a zesvětlené vlasy 1000 ml ASP MODE ColourCare kondicionér pro ochranu barvy 1000 ml Vlastnosti: myje vlasy a čistí pokožku hlavy regeneruje a vyživuje vlasy prodlužuje barvu vlasů Jak používat: Naneste přiměřené množství šamponu na mokré vlasy. Napěňte a důkladně opláchněte.
Objev podobné jako ASP MODE ColourCare výhodné balení pro ochranu barvy
RED - DESIGN RENDL RENDL ASPRO 40/30 stínidlo Polycotton černá/bílé PVC max. 23W R14531
RENDL ASPRO 40/30 – Elegantní textilní stínidlo v černé s bílým PVC interiéremStínidlo RENDL ASPRO 40/30 představuje stylové a zároveň funkční řešení pro moderní interiéry. Kombinace černého polycottonu a vnitřního bílého PVC povrchu zajišťuje příjemně rozptýlené světlo, které podtrhne atmosféru každého prostoru – ať už jde o obývací pokoj, ložnici nebo reprezentativní kancelář.Klíčové vlastnosti stínidla ASPRO 40/30 Rozměry: Výška 300 mm, průměr 400 mm Materiál: Textil (polycotton) / plast (bílý PVC povrch uvnitř) Barva: Černá s bílým interiérem Patice: E27 (pro jeden světelný zdroj, max. 23W) Kombinovatelnost: Vhodné pro závěsné sady, možnost doplnit difuzorem PMMA Bez světelného zdroje v baleníDesign a využitíJednoduchý válcový tvar stínidla se skvěle hodí do minimalistických i elegantních interiérů. Černý textilní povrch působí moderně a nadčasově, zatímco bílý vnitřek zajistí optimální odraz světla bez příliš ostrých kontrastů. Díky univerzální patici E27 lze kombinovat s širokou škálou LED žárovek podle individuální potřeby a preferencí.Doporučení architektaStínidlo ASPRO 40/30 doporučuji zejména do místností, kde chcete vytvořit útulnou a zároveň reprezentativní atmosféru. Perfektní volbou je umístění nad jídelní stůl nebo do čtecího koutku. Možnost kombinace s difuzorem PMMA (objednací čísla: G11867, G11299) umožňuje ještě jemnější rozptyl světla a chrání žárovku před prachem. Pro maximální úsporu doporučuji použít LED žárovky.Kompatibilní a doporučené příslušenství Difuzor PMMA (G11867, G11299) Závěsné sady: HEX, ELISA, ENZO, KOMBIX, LISA, POSTE, TRIXTrust badges garance Životnost doporučených LED žárovek: až 30 000 h Záruka na stínidlo: 2 roky Certifikace: CEFAQ – Nejčastější dotazy Lze stínidlo použít i se stmívatelnou žárovkou? Ano, pokud zvolíte stmívatelnou žárovku E27 a kompatibilní stmívač, lze intenzitu světla pohodlně regulovat. Je možné stínidlo zkrátit nebo upravit? Stínidlo je konstruováno pro standardizované závěsné sady, úprava rozměrů není doporučena – ztrácí se jeho pevnost a estetická kvalita.
Objev podobné jako RED - DESIGN RENDL RENDL ASPRO 40/30 stínidlo Polycotton černá/bílé PVC max. 23W R14531
RED - DESIGN RENDL RENDL ASPRO 55/30 stínidlo Polycotton černá/bílé PVC max. 23W R14532
RENDL ASPRO 55/30 – Elegantní textilní stínidlo pro moderní interiéryTextilní stínidlo RENDL ASPRO 55/30 v černé barvě s bílým PVC vnitřkem představuje nadčasový doplněk pro každý interiér. Je vhodné pro montáž na závěsné sady a umožňuje individuální výběr doplňků či difuzorů. Minimalistický design podtrhuje jemná linie stínidla a kvalitní zpracování z polycottonu a PVC zajišťuje snadnou údržbu a dlouhodobou životnost.Klíčové vlastnosti stínidla ASPRO 55/30 Rozměry: Výška 300 mm, průměr 550 mm Materiál: Textil (polycotton) / plast (PVC) Barva: Černá s bílým PVC vnitřkem Patice: E27 (vhodné pro 1 světelný zdroj) Maximální příkon: 23 W Možnost dokoupení PMMA difuzoru: G11868, G12300 Kombinovatelné s doplňky: HEX, ELISA, ENZO, KOMBIX, LISA, POSTE, TRIX Vhodné pro závěsnou montážInspirace a doporučení pro použitíStínidlo ASPRO 55/30 je ideální pro obývací pokoje, ložnice, jídelny i hotelové interiéry. Skvěle vynikne v kombinaci s designovými závěsnými sadami nebo v sestavě s dalšími svítidly z kolekce RENDL. Pro dosažení maximálního difuzního efektu doporučujeme objednat PMMA difuzor, který změkčí světlo a dodá vašemu prostoru příjemnou atmosféru.Trust badges garance Životnost světelného zdroje: až 30 000 h (dle zvolené LED žárovky) Záruka: 2 roky Certifikace: CEFAQ Lze stínidlo kombinovat s LED žárovkami? Ano, doporučujeme kvalitní LED žárovky s paticí E27 do max. příkonu 23 W. LED technologie zajistí vysokou úsporu energie a dlouhou životnost. Je možné stínidlo použít se závěsnou sadou? Ano, stínidlo je určeno pro závěsnou montáž na vhodné sady, případně lze doplnit o další komponenty z nabídky RENDL. Tip architekta: Kombinujte stínidlo s matnými LED žárovkami pro měkké, neoslňující světlo. Černá barva vnějšího pláště dodá interiéru eleganci, zatímco bílé PVC uvnitř zajišťuje optimální odraz světla.
Objev podobné jako RED - DESIGN RENDL RENDL ASPRO 55/30 stínidlo Polycotton černá/bílé PVC max. 23W R14532
Pathfinder RPG NPC Core (P2) - Logan Bonner, Jessica Catalan, James Case, Rigby Bendele, Raychael Allor, Katina Davis, Joshua Birdsong, Jeremy Blum, D
Populate Your World! Devotees of the gods, cunning mercenaries, fun-loving performers, crafty engineers, devious villains and more all have roles in your game with the Pathfinder NPC Core! Over 250 stat blocks for NPCs let you drop all kinds of characters into your game, from servants and farmers to masters of magic and martial arts. The NPCs are crafted to be fun and easy to use, with sets of adjustments to quickly change their ancestry, level, and more. You ll also find a trove of NPCs specific to non-human ancestries, like a dwarf general, goblin get-gang, and kobold egg guardian. Each section of NPCs is themed, and includes lore, custom rules, and random tables to spice up your gameplay. Never find yourself making up statistics on the fly againâ ”you can find everything you need in the Pathfinder NPC Core!
Objev podobné jako Pathfinder RPG NPC Core (P2) - Logan Bonner, Jessica Catalan, James Case, Rigby Bendele, Raychael Allor, Katina Davis, Joshua Birdsong, Jeremy Blum, D
Extreme Programming Explained - Kent Beck, Cynthia Andres
â œIn this second edition of Extreme Programming Explained, Kent Beck organizes and presents five yearsâ ™ worth of experiences, growth, and change revolving around XP. If you are seriously interested in understanding how you and your team can start down the path of improvement with XP, you must read this book.â â ” Francesco Cirillo, Chief Executive Officer, XPLabs S.R.L. â œThe first edition of this book told us what XP wasâ ”it changed the way many of us think about software development. This second edition takes it farther and gives us a lot more of the â ˜whyâ ™ of XP, the motivations and the principles behind the practices. This is great stuff. Armed with the â ˜whatâ ™ and the â ˜why,â ™ we can now all set out to confidently work on the â ˜howâ ™: how to run our projects better, and how to get agile techniques adopted in our organizations.â â ” Dave Thomas, The Pragmatic Programmers LLC â œThis book is dynamite! It was revolutionary when it first appeared a few years ago, and this new edition is equally profound. For those who insist on cookbook checklists, thereâ ™s an excellent chapter on â ˜primary practices,â ™ but I urge you to begin by truly contemplating the meaning of the opening sentence in the first chapter of Kent Beckâ ™s book: â ˜XP is about social change.â ™ You should do whatever it takes to ensure that every IT professional and every IT managerâ ”all the way up to the CIOâ ”has a copy of Extreme Programming Explained on his or her desk.â â ” Ed Yourdon, author and consultant â œXP is a powerful set of concepts for simplifying the process of software design, development, and testing. It is about minimalism and incrementalism, which are especially useful principles when tackling complex problems that require a balance of creativity and discipline.â â ” Michael A. Cusumano, Professor, MIT Sloan School of Management, and author of The Business of Software â œ Extreme Programming Explained is the work of a talented and passionate craftsman. Kent Beck has brought together a compelling collection of ideas about programming and management that deserves your full attention. My only beef is that our profession has gotten to a point where such common-sense ideas are labeled â ˜extreme.â ™...â â ” Lou Mazzucchelli, Fellow, Cutter Business Technology Council â œIf your organization is ready for a change in the way it develops software, thereâ ™s the slow incremental approach, fixing things one by one, or the fast track, jumping feet first into Extreme Programming. Do not be frightened by the name, it is not that extreme at all. It is mostly good old recipes and common sense, nicely integrated together, getting rid of all the fat that has accumulated over the years.â â ” Philippe Kruchten, UBC, Vancouver, British Columbia â œSometimes revolutionaries get left behind as the movement they started takes on a life of its own. In this book, Kent Beck shows that he remains ahead of the curve, leading XP to its next level. Incorporating five years of feedback, this book takes a fresh look at what it takes to develop better software in less time and for less money. There are no silver bullets here, just a set of practical principles that, when used wisely, can lead to dramatic improvements in software development productivity.â â ” Mary Poppendieck, author of Lean Software Development: An Agile Toolkit â œKent Beck has revised his classic book based on five more years of applying and teaching XP. He shows how the path to XP is both
Objev podobné jako Extreme Programming Explained - Kent Beck, Cynthia Andres
Programming in C - Stephen Kochan
Programming in C will teach you how to write programs in the C programming language. Whether youâ ™re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java. This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction. All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference. â œAbsolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text....This is the book I used to learn Câ “itâ ™s a great book.â â “Vinit S. Carpenter, Learn C/C++ Today
Objev podobné jako Programming in C - Stephen Kochan
Functional Programming in C++ - Ivan Cukic
Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs. Functional Programming in C++ teaches developers the practical sideof functional programming and what tools C++ provides to developsoftware in the functional style. KEY FEATURES⠢ Practical-guide⠢ Hands-on examples⠢ Step-by-step instructions This book is for developers who have worked professionally with C++for 2 or more years. ABOUT THE TECHNOLOGYBroadly speaking, Functional Programming is a style of programmingwhere the main programming building blocks are functions, asopposed to objects and procedures. AUTHOR BIOIvan Čukić has been teaching modern C++ techniques and functionalprogramming at the Faculty of Mathematics in Belgrade for 6 years and hasbeen using C++ for more than 15 years. He has been researching functionalprogramming in C++ before and during his PhD studies, and uses thetechniques in real-world projects. He is one of the core developers in KDE,the largest free/libre open source C++ project.
Objev podobné jako Functional Programming in C++ - Ivan Cukic
The Rust Programming Language: 2nd Edition - Carol Nichols, Steve Klabnik
With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust s latest version, this edition is considered the language s official documentation. The Rust Programming Language, 2nd Edition is the official language guide for Rust 2021, and the best way to get started with Rust. The new edition includes a quick-reference section on organizing code with modules, and improved closure examples of captures, the move keyboard, and Fn traits. From web apps to operating systems, Rust is the safe, fast, reliable programming language used for an expansive variety of applications. Revised and updated by the original authors, the second edition of The Rust Programming Language shows readers how to take full advantage of Rust 2021 features, from installation to creating robust and scalable programs. It begins with the basics, like creating functions and binding variables, then moves on to more advanced concepts, like error handling, refactoring, multithreading, and pattern matching. In addition, readers will find advice on updating older Rust code, the latest compiler error-message improvements, and enhanced explanations and examples throughout.
Objev podobné jako The Rust Programming Language: 2nd Edition - Carol Nichols, Steve Klabnik
Závěsná lampa Aspra černá 3x60W E27 jantarové stínidlo
Závěsná lampa „Aspra“ je kombinací elegance, funkčnosti a expresivního designu, kterou nelze ignorovat. V černé barvě, se třemi objímkami E27 o výkonu 60 W a stínidly v intenzivním jantarovém odstínu, tato lampa nejen osvětlí váš interiér, ale také mu dodá jedinečný stylový akcent. Jantarově zbarvené stínidla dodávají lampě „Aspra“ mimořádné teplo a charakter a vytvářejí jedinečný světelný efekt. Černá barva konstrukce dokonale ladí s intenzitou barvy, což celé věci dodává jedinečný vzhled. Není to jen osvětlení, je to skutečná dekorace, která přitahuje pozornost a dodává místnosti jedinečný charakter. Díky třem objímkám E27 zaručuje lampa „Aspra“ perfektní osvětlení i větších prostor a zároveň si zachovává vytříbený styl. Je to dokonalá kombinace modernity a klasického stylu, která z vašeho interiéru udělá místo plné atmosféry a osobitého charakteru. Rozměry: šířka: 50 cm délka/hloubka: 10 cm výška: 115 cm
Objev podobné jako Závěsná lampa Aspra černá 3x60W E27 jantarové stínidlo
NATEC mikrofon ASP, Mini Jack
NATEC ASP - Mikrofon pro profesionální a osobní komunikaci <img src="/image/ah23100000437-64f8468fb52b0-1039902-620-620-3.webp"> Směrový mikrofon Natec Asp je ideální volbou pro moderní kancelář, hraní her nebo streamování. S vynikající kvalitou zvuku a jedinečnou kardioidní polarizací, tento mikrofon vyniká ve své třídě. Nejvyšší kvalita zvuku Natec Asp je navržen tak, aby vám poskytl nejlepší zvukový zážitek. S vysokou citlivostí -47 dB, tento mikrofon zachytí každé slovo s jasností a hlasitostí. Kardioidní polarizace Jedná se o první mikrofon v této cenové kategorii, který nabízí kardioidní polarizaci. Tato funkce zesiluje zvuk z přední strany mikrofonu a snižuje rušivé zvuky zezadu, což vylepšuje celkovou kvalitu konverzace. Stabilní a flexibilní Mikrofon je vybaven skládacím stativem pro stabilní umístění. Díky kabelu o délce 1,8 m je možné mikrofon umístit na libovolné místo bez obav z pádu. Mikrofon je také vybaven tlačítkem pro snadné zapnutí a vypnutí. Specifikace: Typ mikrofonu: Kondenzátor Směr: Kardioidní Citlivost mikrofonu: -47 dB Frekvenční odezva mikrofonu: 100 - 16 000 Hz Konektory: Mini Jack Délka kabelu: 180 cm Barva: Černá Hmotnost: 86 g Impedance: 2200 Ohm <img src="/image/ah23100000437-64f8468ff018c-1039904-620-620-3.webp">
Objev podobné jako NATEC mikrofon ASP, Mini Jack
Scheppach HEPPA FILTR pro ASP 15-ES (7907702701)
Filtr do vysavače - hepa, vhodný pro alergiky HEPPA filtr Scheppach je určen pro vysavač ASP 15-ES. Jedná se o originální náhradní díl, tudíž je zajištěna naprostá kompatibilita. Úkolem HEPPA filtru je zachytit i ty nejjemnější částice, jako je prach, pyl, cigaretový kouř, výkaly roztočů nebo plísně, které nedokáže zachytit sáček ani ostatní filtry. Klíčové vlastnosti HEPPA filtru ScheppachOriginální HEPPA filtr Scheppach pro vysavač ASP 15-ESDokáže zachytit i nejjemnější prachové částiceFiltr je omyvatelnýPlně kompatibilní s vysavačem ASP 15-ES
Objev podobné jako Scheppach HEPPA FILTR pro ASP 15-ES (7907702701)
ASP kitoko Oil Treatment vlasový olej 290 ml
ASP kitoko Oil Treatment, 290 ml, Klasické vlasové oleje pro ženy, Vyživující olej s bambuckým máslem a arganovým olejem pro vitální vzhled vlasů Dodejte vlasům novou sílu s vyživujícím olejem, který si poradí s lámavostí, suchostí i mdlým vzhledem. Bohatá směs bambuckého másla a arganového oleje, kterou ukrývá vlasový olej ASP kitoko Oil Treatment, vaše délky okamžitě zjemní, posílí a zahalí do hedvábného lesku – bez zatížení. Lehká textura se rychle vstřebává, zkracuje dobu fénování a zaceluje roztřepené konečky. Pro vlasy, které vypadají zdravě a působí dokonale upraveně. Vlastnosti: intenzivně vyživuje, uhlazuje a posiluje vlasy zanechává vlasy oslnivě lesklé a zářivé podporuje pružnost vlasů a hydratuje je obnovuje rovnováhu vlhkosti ve vlasech regeneruje roztřepené konečky zkracuje dobu fénování nezatěžuje ani nemastí vlasy vhodný pro všechny typy vlasů Složení: bambucké máslo, arganový olej – opravují, revitalizují a posilují vlasy vitamíny A a E, UV filtr Jak používat: Olej ASP kitoko Oil Treatment naneste do délek umytých vlasů a poté je upravte jako obvykle.
Objev podobné jako ASP kitoko Oil Treatment vlasový olej 290 ml
ASP kitoko Oil Treatment vlasový olej 115 ml
ASP kitoko Oil Treatment, 115 ml, Klasické vlasové oleje pro ženy, Vyživující olej s bambuckým máslem a arganovým olejem pro vitální vzhled vlasů Dodejte vlasům novou sílu s vyživujícím olejem, který si poradí s lámavostí, suchostí i mdlým vzhledem. Bohatá směs bambuckého másla a arganového oleje, kterou ukrývá vlasový olej ASP kitoko Oil Treatment, vaše délky okamžitě zjemní, posílí a zahalí do hedvábného lesku – bez zatížení. Lehká textura se rychle vstřebává, zkracuje dobu fénování a zaceluje roztřepené konečky. Pro vlasy, které vypadají zdravě a působí dokonale upraveně. Vlastnosti: intenzivně vyživuje, uhlazuje a posiluje vlasy zanechává vlasy oslnivě lesklé a zářivé podporuje pružnost vlasů a hydratuje je obnovuje rovnováhu vlhkosti ve vlasech regeneruje roztřepené konečky zkracuje dobu fénování nezatěžuje ani nemastí vlasy vhodný pro všechny typy vlasů Složení: bambucké máslo, arganový olej – opravují, revitalizují a posilují vlasy vitamíny A a E, UV filtr Jak používat: Olej ASP kitoko Oil Treatment naneste do délek umytých vlasů a poté je upravte jako obvykle.
Objev podobné jako ASP kitoko Oil Treatment vlasový olej 115 ml
RED - DESIGN RENDL RENDL ASPRO 40/30 stínidlo Monaco holubí šeď/stříbrné PVC max. 23W R11589
RENDL ASPRO 40/30 – Textilní stínidlo Monaco holubí šeď/stříbrné PVCElegantní textilní stínidlo ASPRO 40/30 v moderním odstínu Monaco holubí šeď s vnitřní stříbrnou PVC vrstvou je ideální volbou pro stylové interiéry, kde vyniká jednoduchost, kvalita a variabilita. Průměr stínidla 400 mm a výška 300 mm jej předurčují k použití nad jídelními stoly, v obývacích pokojích nebo v reprezentativních kancelářích.Design a funkčnostStínidlo je určeno pro závěsnou sadu s úchytem E27, což umožňuje snadnou instalaci a širokou kompatibilitu s různými typy žárovek do max. příkonu 23 W. Vnější textilní povrch v decentní šedé barvě je doplněn o vnitřní stříbrné PVC, které efektivně odráží světlo a dotváří příjemnou atmosféru v místnosti. Pro ještě příjemnější rozptyl světla lze ke stínidlu objednat volitelný PMMA diffuser (R11867, R11299).Vhodné doplňky a možnosti kombinace Kompatibilní s produkty HEX, ELISA, ENZO, ETRE, IRIDIS, KOMBIX, LISA, POSTE, TRIX Možnost doplnění o PMMA diffuser pro jemnější světlo bez oslnění Snadná instalace na závěsnou saduTechnické parametry Průměr: 400 mm Výška: 300 mm Max. příkon: 23 W Patice: E27 Materiál: textil/PVC Barva: Monaco holubí šeď / stříbrnáTrust badges garance Životnost: 30 000 h (dle použité LED žárovky) Záruka: 2 roky Certifikace: CEDoporučení architektaStínidlo ASPRO 40/30 je skvělou volbou do moderních i klasických interiérů. Oceníte jej zejména v jídelně nebo kuchyni, kde díky neutrálnímu designu snadno sladíte s ostatními doplňky. Doporučujeme doplnit o kvalitní LED žárovku s teplým světlem pro maximální úsporu a komfort.FAQ – Často kladené otázky Lze stínidlo zkrátit?Stínidlo samotné zkrátit nelze, ale délku závěsné sady lze upravit dle potřeb prostoru. Jakou žárovku zvolit pro maximální úsporu?Doporučujeme LED žárovku E27 s výkonem do 23 W, jejíž životnost výrazně prodlužuje interval výměny a snižuje spotřebu energie.
Objev podobné jako RED - DESIGN RENDL RENDL ASPRO 40/30 stínidlo Monaco holubí šeď/stříbrné PVC max. 23W R11589
RED - DESIGN RENDL RENDL ASPRO 55/30 stínidlo Monaco holubí šeď/stříbrné PVC max. 23W R11588
RENDL ASPRO 55/30 stínidlo Monaco holubí šeď/stříbrné PVC – Elegantní textilní stínidlo pro moderní interiéryTextilní stínidlo RENDL ASPRO 55/30 v atraktivním provedení Monaco holubí šeď s vnitřní stříbrnou fólií je perfektní volbou pro ty, kteří hledají stylové a zároveň funkční osvětlení do svého interiéru. S průměrem 550 mm a výškou 300 mm nabízí dostatek prostoru pro rozptýlení světla a vytváří příjemnou atmosféru v obývacím pokoji, ložnici či reprezentativní zóně kanceláře.Profesionální zpracování a univerzální využitíStínidlo je vyrobeno z kvalitního textilu a PVC, které společně zaručují dlouhou životnost a snadnou údržbu. Díky úchytu E27 je kompatibilní s širokou škálou závěsných sad a svítidel, například HEX, ELISA, ENZO, ETRE, IRIDIS, KOMBIX, LISA, POSTE či TRIX. Vnitřní stříbrná fólie navíc pomáhá efektivně odrážet světlo a dotváří luxusní vzhled svítidla.Možnost doplnění o difuzorPro ještě rovnoměrnější rozptyl světla doporučujeme využít možnost dokoupení PMMA difuzoru (R11868 nebo R12300), který eliminuje oslnění a zajistí příjemně měkké osvětlení. Průměr: 550 mm Výška: 300 mm Příkon: max. 23 W Materiál: textil, PVC Barva: Monaco holubí šeď / stříbrná fólie Úchyt: E27 Kompatibilita: vhodné pro závěsné sady a svítidla RENDLTrust badges garance Životnost materiálu: až 30 000 h Záruka: 2 roky Certifikace: CEProč zvolit právě toto stínidlo? Moderní a nadčasový design vhodný do domácností i komerčních prostor Možnost kombinace s více svítidly RENDL Snadná instalace na běžné závěsné sady s paticí E27 Možnost doplnění o PMMA difuzor pro lepší světelný komfortFAQ – Často kladené otázky Lze stínidlo kombinovat s LED žárovkami? Ano, doporučujeme LED žárovky s paticí E27 a maximálním příkonem do 23 W pro maximální úsporu energie a dlouhou životnost. Je možné zkrátit závěs při instalaci? Ano, většina závěsných sad umožňuje úpravu délky podle potřeb konkrétního prostoru. Objevte nadčasovou eleganci a funkčnost textilního stínidla RENDL ASPRO 55/30 a vytvořte si osvětlení přesně podle svých představ!
Objev podobné jako RED - DESIGN RENDL RENDL ASPRO 55/30 stínidlo Monaco holubí šeď/stříbrné PVC max. 23W R11588
C++ Programming Language, The - Bjarne Stroustrup
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire languageâ ”its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup presents concise, â œpure C++11â examples, which have been carefully crafted to clarify both usage and program design. To promote deeper understanding, the author provides extensive cross-references, both within the book and to the ISO standard. New C++11 coverage includes Support for concurrency Regular expressions, resource management pointers, random numbers, and improved containers General and uniform initialization, simplified for-statements, move semantics, and Unicode support Lambdas, general constant expressions, control over class defaults, variadic templates, template aliases, and user-defined literals Compatibility issues Topics addressed in this comprehensive book include Basic facilities: type, object, scope, storage, computation fundamentals, and more Modularity, as supported by namespaces, source files, and exception handling C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional programming, object-oriented programming, and generic programming Standard Library: containers, algorithms, iterators, utilities, strings, stream I/O, locales, numerics, and more The C++ basic memory model, in depth This fourth edition makes C++11 thoroughly accessible to programmers moving from C++98 or other languages, while introducing insights and techniques that even cutting-edge C++11 programmers will find indispensable. This is a hardcover version of the Fourth Edition. Content in this hardcover and the paperback version is identical. This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding methodâ ”noticeable by a small space inside the spineâ ”also increases durability.
Objev podobné jako C++ Programming Language, The - Bjarne Stroustrup
Cambridge IGCSEâ„¢ and O Level Computer Science Programming Book for Python with Digital Access (2 Years) - Chris Roffey
This series supports learners through the Cambridge IGCSE™ and O Level Computer Science syllabuses (0478/0984/2210). Develop skills and confidence with our programming book for Python. Created to support students undertaking the Cambridge IGCSE™ and O Level Computer Science syllabuses, this resource provides tailored support when programming with Python. A three-tiered approach to programming tasks across the book provides scaffolded support for students of all levels of understanding. Answers are accessible in the Solutions chapter in the digital part of the resource on the Cambridge GO platform, enabling students to practise their programming skills in class or at home.
Objev podobné jako Cambridge IGCSEâ„¢ and O Level Computer Science Programming Book for Python with Digital Access (2 Years) - Chris Roffey
System Programming in Linux - Stewart Weiss
Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure of the Unix OS work. The author s friendly, conversational style reflects his more than 40 years of experience teaching this material. Numerous diagrams included in each chapter illustrate and simplify key concepts, while hands-on projects help to cement lessons that build on one another through the book. Prior programming experience, preferably in C or C++, is helpful but not required. No knowledge of Linux or Unix is necessary, but readers will need access to a Linux system.Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure of the Unix OS work. The author s friendly, conversational style reflects his more than 40 years of experience teaching this material. Numerous diagrams included in each chapter illustrate and simplify key concepts, while hands-on projects help to cement lessons that build on one another through the book. Prior programming experience, preferably in C or C++, is helpful but not required. No knowledge of Linux or Unix is necessary, but readers will need access to a Linux system.
Objev podobné jako System Programming in Linux - Stewart Weiss
C Programming Language - Brian W. Kernighan, Dennis M. Ritchie
The definitive reference guide to C programming from K R for writing good code that works and is easy to modify Learn how to program in C from the developers of C, Brian Kernighan and Dennis Ritchie. Intended for those with at least some experience with one other language (even if you are a novice), this book contains a tutorial introduction to get new users started as soon as possible and separate chapters on each major feature: Types, operators, and expressionsControl flowFunctions and program structurePointers and arraysStructuresInput and output This second edition of The C Programming Language describes C as defined by the ANSI standard and includes a reference manual that conveys the essentials of the standard in a smaller space for easy comprehension for programmers. K R is one of my favorite books.The style of the tutorial chapters is so deceptively light and simple and the manual so crisp. Much of C s reputation of simplicity comes from the clarity and great little examples from this book. My 1978 copy has lost its cover and my K R2 is somewhat dog eared.Above all, K R is a useful book. Bjarne Stroustrup, designer and original implementer of C++, and author of The C++ Programming Language
Objev podobné jako C Programming Language - Brian W. Kernighan, Dennis M. Ritchie
Fundamentals of Java Programming - Mitsunori Ogihara
Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment. Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java Programming eschews second-semester content to concentrate on over 180 code examples and 250 exercises.Key object classes (String, Scanner, PrintStream, Arrays, and File) are included to get started in Java programming. The programs are explained with almost line-by-line descriptions, also with chapter-by-chapter coding exercises.Teaching resources include solutions to the exercises, as well as digital lecture slides.
Objev podobné jako Fundamentals of Java Programming - Mitsunori Ogihara
Advanced Programming in the UNIX Environment - Stephen Rago, W. Stevens
Practical, in-depth knowledge of the system programming interfaces that drive the UNIX and Linux kernels Building on W. Rich Stevens⠙ pioneering work, this third edition of the classic was updated by Steve Rago, a colleague of Stevens, to reflect technical advances and best practices aligning with Version 4 of the Single UNIX Specification. This edition covers more than seventy interfaces including: POSIX asynchronous I/O Spin locks Barriers POSIX semaphores Steve carefully retains the spirit and approach that have made this book so valuable, starting with files, directories, and processes, carefully laying the groundwork for more advanced techniques, such as signal handling and terminal I/O. And he thoroughly covers threads and multithreaded programming, and socket-based IPC. Filled with examples, case-studies, and access to thousands of lines of downloadable code, Advanced Programming in the UNIX® Environment has helped generations of programmers write code with exceptional power, performance, and reliability.
Objev podobné jako Advanced Programming in the UNIX Environment - Stephen Rago, W. Stevens
Artificial Intelligence Programming with Python - Perry Xiao
A hands-on roadmap to using Python for artificial intelligence programming In Practical Artificial Intelligence Programming with Python: From Zero to Hero, veteran educator and photophysicist Dr. Perry Xiao delivers a thorough introduction to one of the most exciting areas of computer science in modern history. The book demystifies artificial intelligence and teaches readers its fundamentals from scratch in simple and plain language and with illustrative code examples. Divided into three parts, the author explains artificial intelligence generally, machine learning, and deep learning. It tackles a wide variety of useful topics, from classification and regression in machine learning to generative adversarial networks. He also includes: Fulsome introductions to MATLAB, Python, AI, machine learning, and deep learningExpansive discussions on supervised and unsupervised machine learning, as well as semi-supervised learningPractical AI and Python â œcheat sheetâ quick referencesThis hands-on AI programming guide is perfect for anyone with a basic knowledge of programmingâ ”including familiarity with variables, arrays, loops, if-else statements, and file input and outputâ ”who seeks to understand foundational concepts in AI and AI development.
Objev podobné jako Artificial Intelligence Programming with Python - Perry Xiao