Narrow your search

Library

KU Leuven (19)

ULiège (19)

KBC (18)

Odisee (17)

Thomas More Kempen (17)

Thomas More Mechelen (17)

UCLL (17)

ULB (17)

VIVES (17)

VUB (8)

More...

Resource type

book (23)


Language

English (23)


Year
From To Submit

2022 (23)

Listing 1 - 10 of 23 << page
of 3
>>
Sort by

Book
2022 International Conference on Hardware/Software Codesign and System Synthesis (CODES+ISSS)
Author:
ISBN: 1665472952 1665472944 9781665472944 Year: 2022 Publisher: Piscataway, NJ : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
2022 IEEE/ACM 10th International Workshop on Software Engineering for Systems-of-Systems and Software Ecosystems (SESoS)
Author:
ISBN: 1450393349 1665462388 9781450393348 Year: 2022 Publisher: Piscataway, NJ : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Linux System Administration for the 2020s
Authors: ---
ISBN: 9781484279847 1484279840 Year: 2022 Publisher: Berkeley, CA Apress :Imprint: Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Build and manage large estates, and use the latest OpenSource management tools to breakdown a problems. This book is divided into 4 parts all focusing on the distinct aspects of Linux system administration.


Book
Software Product Management
Authors: ---
ISBN: 9783662651162 Year: 2022 Publisher: Berlin, Heidelberg Springer Berlin Heidelberg :Imprint: Springer


Book
Beginning iPhone development with SwiftUI : exploring the iOS SDK
Author:
ISBN: 1484278178 1484278186 Year: 2022 Publisher: Berkeley, California : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Tame the power of Apple's new user interface toolkit, SwiftUI. Integrate all the interface elements iOS users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders with less effort and more efficiency. You'll also learn about touch gestures, lists, and grids for displaying data on a user interface. And you'll even go beyond those simple controls to liven up any user interface with simple animation techniques. Spice your designs up with movement, scaling, and resizing, including spring and bounce effects! You'll start with basic designs and then explore more sophisticated ones. Assuming little or no working knowledge of the Swift programming language, and written in a friendly, easy-to-follow style, this book offers a comprehensive course in iPhone and iPad programming. The book starts with a gentle introduction to using Xcode and then guides you though the creation of your first simple application. You'll create user interfaces for that application using multiple screens in two different ways-using Navigation View and Tab Bars. Beginning iPhone Development with Swift UI covers the basic information you need to get up and running quickly to turn your great ideas into working iOS apps with stunningly interactive interfaces using SwiftUI. Once you're ready, move on to Pro iPhone Development with Swift UI to learn more of the unique aspects of iOS programming and the Swift language. What You Will Learn Discover the basics of designing a user interface using SwiftUI Build cool, crisp user interfaces that use animation Display data in lists and outlines Organize user interfaces in forms and groups Who This Book is For Aspiring iOS app developers new to the Apple Swift programming language and/or the iOS SDK.


Book
Linux system administration for the 2020s : the modern Sysadmin leaving behind the culture of build and maintain
Author:
ISBN: 1484279832 1484279840 Year: 2022 Publisher: New York, New York : Apress Media LLC,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Build and manage large estates, and use the latest OpenSource management tools to breakdown a problems. This book is divided into 4 parts all focusing on the distinct aspects of Linux system administration.


Book
Practical Linux DevOps : building a Linux lab for modern software development
Author:
ISBN: 1484283171 148428318X Year: 2022 Publisher: New York : Apress L. P.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn, develop and hone your Linux and DevOps skills by building a lab for learning, testing and exploring the latest Linux and open-source technologies. This book helps Linux users and others to master modern DevOps practices using a wide range of software and tools. Having a home or work-based Linux lab is indispensable to anyone looking to experiment with the ever-evolving landscape of new software and DevOps. With open-source tools and readily available hardware, you will end up with a lab you can use to try virtually any modern software, including Chef, Docker, Kubernetes and stalwarts like DNS, Dovecot, and Postfix for email.


Book
SSA-based compiler design
Authors: ---
ISBN: 3030805158 303080514X Year: 2022 Publisher: Cham, Switzerland : Springer International Publishing,


Book
Beginning iPhone Development with SwiftUI
Authors: ---
ISBN: 9781484278185 1484278186 Year: 2022 Publisher: Berkeley, CA Apress :Imprint: Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Tame the power of Apple's new user interface toolkit, SwiftUI. Integrate all the interface elements iOS users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders with less effort and more efficiency. You'll also learn about touch gestures, lists, and grids for displaying data on a user interface. And you'll even go beyond those simple controls to liven up any user interface with simple animation techniques. Spice your designs up with movement, scaling, and resizing, including spring and bounce effects! You'll start with basic designs and then explore more sophisticated ones. Assuming little or no working knowledge of the Swift programming language, and written in a friendly, easy-to-follow style, this book offers a comprehensive course in iPhone and iPad programming. The book starts with a gentle introduction to using Xcode and then guides you though the creation of your first simple application. You'll create user interfaces for that application using multiple screens in two different ways-using Navigation View and Tab Bars. Beginning iPhone Development with Swift UI covers the basic information you need to get up and running quickly to turn your great ideas into working iOS apps with stunningly interactive interfaces using SwiftUI. Once you're ready, move on to Pro iPhone Development with Swift UI to learn more of the unique aspects of iOS programming and the Swift language. What You Will Learn Discover the basics of designing a user interface using SwiftUI Build cool, crisp user interfaces that use animation Display data in lists and outlines Organize user interfaces in forms and groups Who This Book is For Aspiring iOS app developers new to the Apple Swift programming language and/or the iOS SDK.


Book
Java 17 Recipes
Authors: --- ---
ISBN: 9781484279632 1484279638 Year: 2022 Publisher: Berkeley, CA Apress :Imprint: Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! Java 17 Recipes is updated to reflect changes in specification and implementation since the Java 9 edition of this book. Java 17 is the next long-term support release (LTS) of the core Java Standard Edition (SE) version 17 which also includes some of the features from previous short term support (STS) releases of Java 16 and previous versions. This new edition covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository. This must-have reference belongs in your library. What You Will Learn Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases Develop Java SE applications using the latest in Java SE technology Incorporate Java major features introduced in versions 17, 16, and 15 into your code Who This Book Is For Programmers and developers with some prior Java experience.

Listing 1 - 10 of 23 << page
of 3
>>
Sort by