Skip to main content

previous disabled Page of 40
and
  1. No Access

    Chapter

    Simple Patterns

    In this chapter, we will see how black, white, and other shades of gray can be represented in Kotlin. This will allow us to modify our program from the previous chapter to show different tile patterns. In maki...

    Tim Lavers in Learn to Program with Kotlin (2021)

  2. No Access

    Book

    Introduction to Video Game Engine Development

    Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine

    Victor G Brusca (2021)

  3. No Access

    Video Segment

    RedHat OpenShift

    This segment offers a RedHatOpenshift walkthrough, and instance creation in the redhat dev sanbox website.

    Felipe Gutierrez in Spring Boot Fundamentals Part 2 (2021)

  4. No Access

    Chapter

    Obfuscation and Encryption

    This section covers resources useful when considering logging, obfuscation, encryption, and other security practices when working with your Android applications.

    James Stevenson in Android Software Internals Quick Reference (2021)

  5. No Access

    Chapter

    Network Programming

    In this chapter, you will learn:

    Kishori Sharan, Peter Späth in More Java 17 (2021)

  6. No Access

    Chapter

    PongClone Main Menu Screen

    In this chapter, we’ll move the project even further along by adding a custom main menu screen to the game. We’ll wire up the main menu and make sure it’s functional. Let’s start things off by taking a look at...

    Victor G Brusca in Introduction to Video Game Engine Development (2021)

  7. No Access

    Chapter

    File Operations, Multithreading, and Other Wonders of Java

    By now you're probably rather familiar with at least the basic elements of programming in the mighty object-oriented language they call Java. Now is the time to move on to more advanced concepts. We'll start o...

    Robert Ciesla in Programming Basics (2021)

  8. No Access

    Chapter

    Binary Choices

    In the previous chapter, we learned how to iterate over the elements of an array, using a for-loop. This allowed us to automate the coloring of our tiles rather than setting the color of each individually. Now we...

    Tim Lavers in Learn to Program with Kotlin (2021)

  9. No Access

    Chapter

    Conclusion

    Congratulations! If you’ve made it this far and have completed Parts 1, 2, and 3 of this text, then you’ve accomplished no small feat. I’d like to take a few moments to step back and look at what we’ve managed...

    Victor G Brusca in Introduction to Video Game Engine Development (2021)

  10. No Access

    Chapter

    Calendars, Culture, and Multithreading in C#

    This chapter is dedicated to one of the most versatile languages out there: the mighty C#. By now, you are hopefully familiar with the basic syntax of this language and the setting up of an integrated developm...

    Robert Ciesla in Programming Basics (2021)

  11. No Access

    Chapter

    Values and Variables

    When we are writing a program, we may have a piece of information that will need to be referred to from other places in our program. Values and variables are used for this. They are defined using the keywords val

    Tim Lavers in Learn to Program with Kotlin (2021)

  12. No Access

    Chapter

    UML Class Diagrams

    This chapter is dedicated to the wonders of the Unified Modeling Language, which is a rather ubiquitous tool in software design—and deservedly so. Having only touched the surface of UML previously in this book...

    Robert Ciesla in Programming Basics (2021)

  13. No Access

    Chapter

    Data Structures

    Data structures are used to store large amounts of information in a program. Kotlin has an exceptionally good library of data structures, with which we will become familiar in this chapter.

    Tim Lavers in Learn to Program with Kotlin (2021)

  14. No Access

    Video Segment

    What is Jakarta EE?

    This video segment introduces you to the Jakarta EE, its key components and governance model.

    Tarun Telang in Introducing Jakarta EE Fundamentals (2021)

  15. No Access

    Chapter

    Project Austen

    The previous chapters have given us enough basic skills to start on the first of our programming projects. The goal of this project will be to make a statistical analysis of the novels of Jane Austen. For each...

    Tim Lavers in Learn to Program with Kotlin (2021)

  16. No Access

    Chapter

    Dictionaries and Sets

    In this chapter, we will explain the following:

  17. What is a dictionary (Dict)

  18. How to create and use dictionaries

  19. ...

    Noel Kalicharan in Julia - Bit by Bit (2021)

  20. No Access

    Video Segment

    Need for Jakarta EE and its Guiding Principles

    This video segment is about need for Jakarta EE and its guiding principles.

    Tarun Telang in Introducing Jakarta EE Fundamentals (2021)

  21. No Access

    Chapter

    Palindromes

    A palindrome is a word that is the same whether written forward or backward, for example, “kayak.” In this chapter, we will find all English words that are palindromes. This will give us further practice with ...

    Tim Lavers in Learn to Program with Kotlin (2021)

  22. No Access

    Chapter

    MmgBase API Introduction

    Part 1 of this book contains a comprehensive review of a 2D game engine written in both Java and C#. Both implementations are included with this text along with full code documentation, 137 unit tests for veri...

    Victor G Brusca in Introduction to Video Game Engine Development (2021)

  23. No Access

    Book

previous disabled Page of 40