Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Reading LevelReading Level
-
Content TypeContent Type
-
YearFrom:-To:
-
More FiltersMore FiltersItem TypeIs Full-Text AvailableSubjectPublisherSourceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
313
result(s) for
"Java (langage de programmation)."
Sort by:
Raspberry Pi with Java : programming the Internet of Things (IoT)
\"Create embedded projects for personal and professional application. Join the Internet of Things revolution with a project-based approach to building embedded Java applications. Written by recognized Java experts, this Oracle Press guide features a series of low-cost, DIY projects that gradually escalate your development skills. Learn how to set up and configure your Raspberry Pi, connect external hardware, work with the NetBeans IDE, and write and embed powerful Java applications. Raspberry Pi with Java: Programming the Internet of Things (IoT) covers hobbyist as well as professional home and industry applications.\" --Back cover.
Concepts and Semantics of Programming Languages 2
by
Therese Hardin, Mathieu Jaume, Veronique Viguie Donzeau-Gouge, François Pessaux
in
Programming languages (Electronic computers)-Semantics
2021
This book – composed of two volumes – explores the syntactical constructs of the most common programming languages, and sheds a mathematical light on their semantics, providing also an accurate presentation of the material aspects that interfere with coding. Concepts and Semantics of Programming Languages 2 presents an original semantic model, collectively taking into account all of the constructs and operations of modules and classes: visibility, import, export, delayed definitions, parameterization by types and values, extensions, etc. The model serves for the study of Ada and OCaml modules, as well as C header files. It can be deployed to model object and class features, and is thus used to describe Java, C++, OCaml and Python classes. This book is intended not only for computer science students and teachers but also seasoned programmers, who will find a guide to reading reference manuals and the foundations of program verification.
Advanced TypeScript Programming Projects
by
O'Hanlon, Peter
in
Application software-Development
,
COM051260 COMPUTERS / Programming Languages / JavaScript
,
COMPUTERS / Web / Design
2019
Gain in-depth knowledge of TypeScript and the latest ECMAScript standards by building robust web applications across different domainsKey FeaturesApply the cutting-edge features of TypeScript 3.0 to build high-performance, maintainable applicationsLearn through practical examples of using TypeScript with popular frameworks, such as Angular and React Focus on building high-quality applications that are modular, scalable and adaptableBook DescriptionWith the demand for ever more complex websites, the need to write robust, standard-compliant JavaScript has never been greater. TypeScript is modern JavaScript with the support of a first-class type system, which makes it simpler to write complex web systems. With this book, you'll explore core concepts and learn by building a series of websites and TypeScript apps.You'll start with an introduction to TypeScript features that are often overlooked in other books, before moving on to creating a simple markdown parser. You'll then explore React and get up to speed with creating a client-side contacts manager. Next, the book will help you discover the Angular framework and use the MEAN stack to create a photo gallery. Later sections will assist you in creating a GraphQL Angular Todo app and then writing a Socket.IO chatroom. The book will also lead you through developing your final Angular project which is a mapping app. As you progress, you'll gain insights into React with Docker and microservices. You'll even focus on how to build an image classification program with machine learning using TensorFlow. Finally, you'll learn to combine TypeScript and C# to create an ASP.NET Core-based music library app.By the end of this book, you'll be able to confidently use TypeScript 3.0 and different JavaScript frameworks to build high-quality apps.What you will learnDiscover how to use TypeScript to write code using common patternsGet to grips with using popular frameworks and libraries with TypeScriptLeverage the power of both server and client using TypeScriptLearn how to apply exciting new paradigms such as GraphQL and TensorFlowUse popular cloud-based authenticated servicesCombine TypeScript with C# to create ASP.NET Core applicationsWho this book is forThis book is for programmers and web developers who are familiar with TypeScript and want to put their knowledge to work by building real-world complex applications. Prior experience with any other web framework is not required.
Practical Java Programming with ChatGPT
How to use ChatGPT to write fast validated Java codeDESCRIPTIONEmbark on a Fascinating Journey into AI-Powered Software Development with ChatGPT. This transformative book challenges the conventional speed of software development by showcasing a diverse array of inquiries directed at cutting-edge AI tools, including Ask AI, ChatGPT 3.5, Perplexity AI, Microsoft Bing Chatbot based on ChatGPT 4.0, and the Phed mobile app. Diving deep into the integration of Java and ChatGPT, this book provides readers with a comprehensive understanding of their synergy in programming. Each carefully crafted question serves as a testament to ChatGPT's exceptional ability to swiftly generate Java programs. The resulting code undergoes rigorous validation using the latest open-source Eclipse IDE and the Java language, empowering readers to craft efficient code in a fraction of the usual time. The journey doesn't end there—this book looks ahead to the promising future of ChatGPT, unveiling exciting potential enhancements planned by OpenAI. These innovations are poised to usher in even more formidable AI-driven capabilities for software development.TABLE OF CONTENTS 1. Getting Started with ChatGPT2. Java Programming – Best Practices as Stated by ChatGPT3. Developing Java Code for Utilizing the ChatGPT API4. Java Program for Using Binary Search5. Installation of the Latest Open-source Eclipse Java IDE6. ChatGPT Generated Java Code for Fourier Analysis7. ChatGPT Generated Java Code for the Fast Fourier Transform8. ChatGPT Generated Java Code for Indexing a Document9. ChatGPT-Generated Java Code for Saltikov Particle Distribution10. ChatGPT-Generated Java Code to Invert a Triangular Matrix11. ChatGPT Generated Java Code to Store a Document in the IBM FileNet System12. Conclusions and the Future of ChatGPT for Program Development13. Appendices for Additional QuestionsIndex
Mastering the Faster Web with PHP, MySQL, and JavaScript
by
Caya, Andrew
in
COM051260 COMPUTERS / Programming Languages / JavaScript
,
COM060080 COMPUTERS / Web / General
,
COMPUTERS / Programming Languages / PHP
2018
The Faster Web is quickly changing the way we think about Web development. The Web has changed considerably in recent years and is now built upon many new technologies: the HTTP/2 protocol, asynchronous programming, PHP tools like Blackfire.io and server monitoring tools like the TICK stack. This book will help you take a deep dive into these.
JavaScript Essentials for SAP ABAP Developers
2017
Easily master JavaScript (JS) with this quick guide and develop mobile and desktop applications for SAP Fiori. The book equips ABAP/SAP developers with the essential topics to get started with JS. The focus of JavaScript Essentials for SAP ABAP Developers is on the parts of the JS language that are useful from the perspective of an ABAP developer. The book starts with a brief intro to HTML, the basics of JS, and how to create and run a simple JS program. It then dives into the details of the language, showing how to make simple programs. It covers loops in detail, mathematical operations, and string and regular expressions in JS, as well as a taste of functions, followed by objects and object-oriented programming in JavaScript.
Text processing with Javascript: regular expressions, tools, and techniques for optimal performance
2023
You might think of regular expressions as the holy grail of text processing, but are you sure you aren't just shoehorning them in where standard built-in solutions already exist and would work better? JavaScript itself provides programmers with excellent methods for text manipulation, and knowing how and when to use them will help you write more efficient and performant code. From extracting data from APIs to calculating word counts and everything in between, discover how to pick the right tool for the job and make the absolute most of it every single time.Whether you're a beginner or an advanced programmer, this up-to-date guide will save you a ton of time when dealing with text. With Text Processing with JavaScript, you'll find a collection of tiny programs, each demonstrating a string manipulation approach in JavaScript. You'll also focus squarely on the practical aspects of text processing with JavaScript - that is, what each technique is designed to accomplish and how to use it in your program.Discover how to extract data from APIs and web pages, apply spelling corrections, convert and format currencies, and remove HTML tags from text. Learn to intersect tables, copy text to the clipboard, extract lists from text, and highlight sentences that contain a specific word. Find duplicate words and fix them automatically, modify a copy of an existing regex literal, match the beginning or end of a string, and remove all comments from JavaScript and HTML files with ease. Match non-ASCII words, calculate the word count of an article in any language, and more.Become a JavaScript expert and master chef of text processing with this collection of hands-on and production-ready recipes.