Filtrer
Support
Éditeurs
Langues
Jeff Friesen
-
LEGO Micro Cities : 10 projets pour créer ta propre métropole !
Jeff Friesen
- Eyrolles
- 2 Novembre 2024
- 9782212590258
Créez une magnifi que ville LEGO®, si petite qu'elle tient dans le creux de votre main ! Rempli de photos saisissantes, d'instructions étape par étape et d'innombrables idées de personnalisation, ce guide vous ouvre de formidables pistes créatives à une très petite échelle. Vous apprendrez tout ce que vous devez savoir pour créer vos propres micro-villes, de la construction des fondations à l'ajout de détails architecturaux convaincants qui donneront vie à votre ville.
-
Lego à gogo Tome 2 : 6 modèles de châteaux (avec douves, ponts-levis, guérites et bien plus encore !)
Jeff Friesen
- Eyrolles
- 12 Octobre 2023
- 9782212484618
Traduction d'un livre de No Starch Press, The LEGO Castle Book, qui présente 6 modèles complets de châteaux médiévaux, réalisés en Lego au moyen de briques classiques. L'approche de l'ouvrage est intéressante car ce n'est pas juste un recueil de tutos de construction en LEGO : il fournit aussi une base scientifique/historique à ces réalisations, en expliquant par exemple le principe et les différents types de ponts, des douves, des ponts-levis... Les 6 modèles de châteaux médiéviaux : La tanière du dragon Land's End River Gate Winter Palace Eight Arches Mountain Kingdom
-
Lego à gogo Tome 1 : 30 modèles de ponts, bateaux, fusées, trains...
Jeff Friesen
- Eyrolles
- 6 Octobre 2022
- 9782212020533
À la découverte des plus grands exploits de l'ingénierie !
À PARTIR DE 6 ANS
30 MODÈLES À RÉALISER EN LEGO®
À partir de briques LEGO® classiques, amusez-vous à construire 30 répliques des plus grands exploits d'ingénierie de l'humanité : ponts suspendus, trains à grande vitesse, sous-marins, gratte-ciels, ballons dirigeables... Profitez-en également pour (re)découvrir les principes fondamentaux sur lesquels reposent ces structures, afin de rendre vos propres créations plus réalistes. Que vous soyez un jeune fan de LEGO® ou un adulte passionné, entrez dans le monde fascinant de l'ingénierie en réalisant ces merveilles de technologie.
Ce livre n'est pas autorisé ni approuvé par le groupe LEGO®. -
This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.
Java's thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to use these features to write correct multithreaded applications. Threads and the Concurrency Utilities helps all Java developers master and use these capabilities effectively.
This book is divided into two parts of four chapters each. Part 1 focuses on the Thread APIs and Part 2 focuses on the concurrency utilities. In Part 1, you learn about Thread API basics and runnables, synchronization and volatility, waiting and notification, and the additional capabilities of thread groups, thread local variables, and the Timer Framework. In Part 2, you learn about concurrency utilities basics and executors, synchronizers, the Locking Framework, and the additional capabilities of concurrent collections, atomic variables, and the Fork/Join Framework.
Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises. A second appendix explores how threads are used by various standard class library APIs. Specifically, you learn about threads in the contexts of Swing, JavaFX, and Java 8's Streams API.
What You Will Learn
o How to do thread runnables, synchronization, volatility, waiting and notification, thread groups, thread local variables, and the Timer Frameworko How to create multithreaded applications that work correctly.o What are concurrency utilities basics and executorso What are synchronizers, the Locking Framework, concurrent collections, atomic variables, and the Fork/Join Framework and how to use themo How to leverage the concurrency utilities to write more complex multithreaded applications and achieve greater performanceo How to apply thread usage in Swing, JavaFX, and Java 8 Streams API contexts
Audience
The primary audience is Java beginners and the secondary audience is more advanced Java developers who have worked with the Thread APIs and the Concurrency Utilities. -
Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of Java XML and JSON also expands coverage of DOM and XSLT to include additional API content and useful examples.
All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content.An appendix provides the answers to these exercises.
What You'll LearnMaster the XML language
Create, validate, parse, and transform XML documents
Apply Java's SAX, DOM, StAX, XPath, and XSLT APIs
Master the JSON format for serializing and transmitting data
Code against third-party APIs such as Jackson, mJson, Gson, JsonPath
Master Oracle's JSON-P API in a Java SE context
Who This Book Is For
Intermediate and advanced Java programmers who are developing applications that must access data stored in XML or JSON documents. The book also targets developers wanting to understand the XML language and JSON data format. -
Learn Java for Android Development, Third Edition, is an update of a strong selling book that now includes a primer on Android app development (in Chapter 1 and Appendix C, which is distributed in the book’s code archive). This book teaches programmers the essential Java language skills necessary for effectively picking up and using the new Android SDK platform to build mobile, embedded, and even PC apps, especially game apps.Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its APIs in order to improve your chances of succeeding as an effective Android app developer. This book helps you do that.Each of the book’s 16 chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter’s material. Answers to the book’s more than 700 exercises are provided in an appendix. A second appendix provides a significant game-oriented Java application, which you can convert into an Android app. Once you complete this one-of-a-kind book written by Jeff Friesen, an expert Java developer and JavaWorld.com columnist, you should be ready to begin your indie or professional Android app development journey.
-
Sharpen your Java skills and boost your potential as an IT specialist. This book introduces you to the basic Java features and APIs needed to prepare for a career in programming and development.
You'll first receive an introduction to Java and then explore language features ranging from comments though exception/error handling, focusing mainly on language syntax and a few select syntax-related APIs. This constitutes the heart of the book, and you'll use these building blocks to construct simple Java programs, and learn where Java's implementations of expressions (and operators), and statements diverge from other languages. The final few chapters tour some additional APIs such as the Math class, related types, String and StringBuffer, and System.
Along the way you'll discover some interesting programs, such as Graph (a sine/cosine wave-plotting application) and WC (a word-counting application). Two appendixes provide quick references to Java's supported reserved words, and to Java's supported operators. Equipped with this knowledge, Learn Java Fundamentals will provide you the pathway to explore additional APIs on your own, and increase your Java awareness.
What You'll Learn
Understand the basics of Java applications and APIs
Study language features such as comments, identifiers, variables, types, and literals.
Explore operators, expressions, statements, and other key features such as classes, objects, class extension, and class abstraction.
Who This Book Is For
Developers, programmers, and students with little or no Java experience -
Gain the essential Java language skills necessary for using the Android SDK platform to build Java-based Android apps. This book includes the latest Java SE releases that Android supports, and is geared towards the Android SDK version 10. It includes new content including JSON documents, functional programming, and lambdas as well as other language features important for migrating Java skills to Android development.
Android is still the world's most popular mobile platform and because this technology is still mostly based on Java, you should first obtain a solid grasp of the Java language and its APIs in order to improve your chances of succeeding as an effective Android apps developer. Learn Java for Android Development, 4th Edition helps you do that.
Each of the book's chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter's material. Answers to the book's more than 500 exercises are provided in an appendix. Once you finish, you will be ready to begin your Android app development journey using Java.
What You Will LearnDiscover the latest Java programming language features relevant to Android SDK development Apply inheritance, polymorphism, and interfaces to Android development Use Java collections, concurrency, I/O, networks, persistence, functional programming, and data access in Android apps Parse, create, and transform XML and JSON documents Migrate your Java skills for mobile development using the Android platform Who This Book Is For
Programmers with at least some prior Java programming experience looking to get into mobile Java development with the Android platform.
-
Android continues to be one of the leading mobile OS and development platforms driving today's mobile innovations and the apps ecosystem. Android appears complex, but offers a variety of organized development kits to those coming into Android with differing programming language skill sets. Android Recipes: A Problem-Solution Approach, Third Edition offers more than 100 down-to-earth code recipes, and guides you step-by-step through a wide range of useful topics using complete and real-world working code examples. It's updated to include the KitKat Android 4.4 SDK as well as earlier releases.Instead of abstract descriptions of complex concepts, in Android Recipes, you'll find live code examples. When you start a new project you can consider copying and pasting the code and configuration files from this book and then modifying them for your own customization needs. Crammed with insightful instruction and helpful examples, this third edition of Android Recipes is your guide to writing apps for one of today’s hottest mobile platforms. It offers pragmatic advice that will help you get the job done quickly and well. This can save you a great deal of work over creating a project from scratch!