Narrow your search

Library

Thomas More Kempen (4716)

Thomas More Mechelen (4708)

VIVES (4708)

Odisee (4705)

UCLL (4674)

KU Leuven (3513)

ULiège (3419)

ULB (3288)

LUCA School of Arts (1894)

UGent (1625)

More...

Resource type

book (4703)

digital (36)

periodical (13)


Language

English (4678)

German (16)

Spanish (9)

French (8)

Dutch (2)

More...

Year
From To Submit

2024 (35)

2023 (152)

2022 (141)

2021 (179)

2020 (239)

More...
Listing 1 - 10 of 4716 << page
of 472
>>
Sort by

Book
AutoCAD 2020 Beginning and Intermediate
Author:
ISBN: 1683923928 Year: 2019 Publisher: Mercury Learning & Information

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is the most comprehensive book you will find on AutoCAD 2020 - 2D Drafting. Covering all of the 2D concepts, it uses both metric and imperial units to illustrate the myriad drawing and editing tools for this popular application. Use the companion files to set up drawing exercisesand projects and to see all of the book's figures in color (Files alsoavailable for downloading from the publisher by emailing info@merclearning.com). AutoCAD 2020 Beginning and Intermediate includes over 100 "mini-workshops" that complete small projects from conceptthrough actual plotting. Solving all of these workshops will simulate the creation of three projects (architectural and mechanical) from beginning to end, without overlooking any of the basic commands and functions in AutoCAD 2020.Features:- Designed for novice users ofAutoCAD 2020. Most useful for "teach yourself" or instructor-led AutoCAD training in Level 1 or 2. No previous CAD experience is required - Separate chapter on the "Drawing Compare" function - Companion files featuringdrawings, practice and finished plots, 4-color figures, etc. - Includes over 100 "mini-workshops" andhundreds of figures that complete small projects - Uses both English and metric units in examples, exercises, projects, anddescriptions- Covers three full projects (metric and imperial) for architectural and mechanicaldesigns - Helps you to prepare for the AutoCAD Certified Professional exam - Exercises and instructor's resources available for use as a textbook.


Book
Vue.js 2 and Bootstrap 4 web development : build Responsive SPAs with Bootstrap 4, Vue.js 2, and Firebase
Author:
Year: 2017 Publisher: Birmingham, England ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to combine Bootstrap with Vue.js to build responsive web applications. About This Book Build applications with a good architecture and clean UI with Vue.js and Bootstrap Understand Bootstrap components and learn to integrate them with the Vue.js structure Build, deploy, and test your code with various utility tools provided by Vue.js Who This Book Is For This book is for JavaScript programmers who are new to web frameworks and want to start learning it by developing interactive and responsive web applications. What You Will Learn Create and build web applications using Vue.js, Webpack, and Nuxt.js Combine Bootstrap components with Vue.js' power to enrich your web applications with reusable elements Connect the Vuex state management architecture to the Firebase cloud backend to persist and manage application data Explore the new grid system of Bootstrap 4 along with the far simpler directives in Vue.js Test Vue applications using Jest Authenticate your application using Bootstrap's forms, Vue.js' reactivity, and Firebase's authentication API Deploy your application using Firebase, which provides Backend as a Service In Detail In this book, we will build a full stack web application right from scratch up to its deployment. We will start by building a small introduction application and then proceed to the creation of a fully functional, dynamic responsive web application called ProFitOro. In this application, we will build a Pomodoro timer combined with office workouts. Besides the Pomodoro timer and ProFitOro workouts will enable authentication and collaborative content management. We will explore topics such as Vue reactive data binding, reusable components, routing, and Vuex store along with its state, actions, mutations, and getters. We will create Vue applications using both webpack and Nuxt.js templates while exploring cool hot Nuxt.js features such as code splitting and server-side rendering. We will use Jest to test this application, and we will even revive some trigonometry from our secondary school! While developing the app, you will go through the new grid system of Bootstrap 4 along with Vue.js’ directives. We will connect Vuex store to the Firebase real-time database, data storage, and authentication APIs and use this data later inside the application’s reactive components. Finally, we will quickly deploy our application using the Firebase hosting mechanism. Style and Approach Step-by-step tutorial Downloading the example c...


Book
C programming for juniors
Author:
ISBN: 1633212009 9781633212008 9781633211988 1633211983 Year: 2014 Publisher: New York : Nova Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Cinder creative coding cookbook : create compelling animations and graphics with Kinect and camera input, using one of the most powerful C++ frameworks available
Authors: ---
ISBN: 1849518718 9781849518710 9781849518703 Year: 2013 Publisher: Birmingham : Packt Pub.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Full of easytofollow recipes and images that will teach powerful techniques and algorithms, building from basic projects to challenging applications. This book is for artists, designers, and programmers who have previous knowledge of C++, but not necessarily of Cinder.


Book
Multithreading with C# cookbook : over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0
Author:
ISBN: 178588400X 9781785884009 9781785881251 1785881256 Year: 2016 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0 About This Book Rewritten and updated to take advantage of the latest C# 6 features Learn about multithreaded, asynchronous, and parallel programming through hands-on, code-first examples Use these recipes to build fast, scalable, and reliable applications in C# Who This Book Is For This book is aimed at those who are new to multithreaded programming, and who are looking for a quick and easy way to get started. It is assumed that you have some experience in C# and .NET already, and you should also be familiar with basic computer science terminology and basic algorithms and data structures. What You Will Learn Use C# 6.0 asynchronous language features Work with raw threads, synchronize threads, and coordinate their work Develop your own asynchronous API with Task Parallel Library Work effectively with a thread pool Scale up your server application with I/O threads Parallelize your LINQ queries with PLINQ Use common concurrent collections Apply different parallel programming patterns Use Reactive Extensions to run asynchronous operations and manage their options In Detail Multi-core processors are synonymous with computing speed and power in today's world, which is why multithreading has become a key concern for C# developers. Multithreaded code helps you create effective, scalable, and responsive applications. This is an easy-to-follow guide that will show you difficult programming problems in context. You will learn how to solve them with practical, hands-on, recipes. With these recipes, you'll be able to start creating your own scalable and reliable multithreaded applications. Starting from learning what a thread is, we guide you through the basics and then move on to more advanced concepts such as task parallel libraries, C# asynchronous functions, and much more. Rewritten to the latest C# specification, C# 6, and updated with new and modern recipes to help you make the most of the hardware you have available, this book will help you push the boundaries of what you thought possible in C#. Style and approach This is an easy-to-follow guide full of hands-on examples of real-world multithreading tasks. Each topic is explained and placed in context, and for the more inquisitive, there are also more in-depth details of the concepts used.


Book
Beginning C++ programming : this is the start of your journey into the most powerful language available to the programming public
Author:
ISBN: 1787129284 9781787129283 9781787124943 Year: 2017 Publisher: Birmingham, [England] ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Modern C++ at your fingertips! About This Book This book gets you started with the exciting world of C++ programming It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way It forms the basis of programming and covers concepts such as data structures and the core programming language Who This Book Is For A computer, an internet connection, and the desire to learn how to code in C++ is all you need to get started with this book. What You Will Learn Get familiar with the structure of C++ projects Identify the main structures in the language: functions and classes Feel confident about being able to identify the execution flow through the code Be aware of the facilities of the standard library Gain insights into the basic concepts of object orientation Know how to debug your programs Get acquainted with the standard C++ library In Detail C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation ...


Book
Data Structures and Program Design Using C : A Self-Teaching Introduction
Authors: ---
ISBN: 1523120347 1683922085 9781683922766 168392276X 9781683922087 9781683922070 1683922077 Publisher: Mercury Learning & Information

Loading...
Export citation

Choose an application

Bookmark

Abstract

Data structures provide a means to manage large amounts of information such as large databases, using SEO, and creating Internet/Web indexing services. The book is designed to present fundamentals of data structures for beginners using the C programming language. Practical analogies using real world applications are integrated throughout the text to explain the technical concepts presented. Features:* Covers data structure fundamentals using C* Numerous tips and practical applications enhance understanding of concepts


Book
Java EE 8 and Angular : a practical guide to building modern single-page applications with Angular and Java EE
Author:
ISBN: 1788299388 9781788299381 1788291204 9781788291200 Year: 2018 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn how to build high-performing enterprise applications using Java EE powered by Angular at the frontend About This Book Leverage Java EE 8 features to build robust back end for your enterprise applications Use Angular to build a single page frontend and combine it with the Java EE backend Practical guide filled with ample real-world examples Who This Book Is For This book is for Java EE developers who would like to build modern enterprise web applications using Angular. No prior knowledge of Angular is expected. What You Will Learn Write CDI-based code in Java EE 8 applications Build an understanding of Microservices and what they mean in Java EE context Use Docker to build and run a microservice application Use configuration options to work effectively with JSON documents Understand asynchronous task handling and writing REST API clients Explore the fundamentals of TypeScript, which sets the foundation for working on Angular projects Use Angular CLI to add and manage new features Use JSON Web tokens to secure Angular applications against malicious attacks In Detail The demand for modern and high performing web enterprise applications is growing rapidly. No more is a basic HTML front-end enough to meet customer demands. This book will be your one stop guide to build outstanding enterprise web applications with Java EE and Angular. It will teach you how to harness the power of Java EE to build sturdy back ends while applying Angular on the front end. Your journey to building excellent web enterprise applications starts here! The book starts with a brief introduction to the fundamentals of Java EE and all the new APIs offered in the latest release. Armed with the knowledge of Java EE 8, you will go over what it's like to build an end to end application, configure database connection for JPA, and build scalable microservice using RESTful APIs running in docker containers. Taking advantage of Payara Micro capabilities, you will build an Issue Management System, which will have various features exposed as services using Java EE backend. With a detailed coverage of Angular fundamentals, the book will expand the Issue Management System by building a modern single page application frontend. Moving forward you will learn to fit both the pieces together i.e. the frontend Angular application with the backend java EE microservices. As each unit in a microservice promotes high cohesion, you will learn different ways in which independent units can be te...


Book
Mastering Swift package manager : build and test modular apps using Xcode
Author:
ISBN: 1484270495 1484270487 Year: 2021 Publisher: [Place of publication not identified] : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Clean C++20 : sustainable software development patterns and best practices
Author:
ISBN: 1484259491 1484259483 Year: 2021 Publisher: Berkeley, California : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 4716 << page
of 472
>>
Sort by