Search Results - ((java programming) OR ((games OR names) programming))

Search alternatives:

  1. 461

    DNS in action : a detailed and practical guide to DNS implementation, configuration, and administration by Dostalek, Libor, Kabelova, Alena

    Published 2006
    Table of Contents: “…5.1.1 Check Configuration Files5.1.2 named-checkconf Utility; 5.1.3 named-checkzone Utility; 5.1.4 nslookup Program; 5.1.4.1 Debugging Mode; 5.1.4.2 Debug Debugging Level; 5.1.4.3 d2 Debugging Level; 5.1.5 Other Programs Used for Debugging DNS; 5.1.5.1 The dnswalk Program; 5.1.5.2 The dig Program; 5.2 The rndc Program; 5.2.1 Signals; 5.2.1.1 HUP Signal; 5.2.1.2 INT Signal; 5.2.1.3 IOT Signal; 5.2.1.4 TERM Signal; 5.2.1.5 KILL Signal; 5.2.1.6 USR1 and USR2 Signals; 5.3 Errors in DNS Configuration; Chapter 6: Domain Delegation and Registration; 6.1 Example 1; 6.1.1 Server ns.company.tld…”
    Full text (MFA users only)
    Electronic eBook
  2. 462

    Maximum performance with WebSphere application server V5.1 on iSeries

    Published 2005
    Table of Contents: “…Tuning iSeries for a WebSphere or Java environment -- 5.1 iSeries performance behavior -- 5.2 Verifying the state of Licensed Program Products -- 5.3 OS/400 system tuning -- 5.3.1 Manual tuning versus automatic tuning -- 5.3.2 Semi-automatic system tuning -- 5.3.3 Verifying the settings of system values -- 5.3.4 Creating a separate memory pool for a subsystem -- 5.3.5 Setting the memory pool sizes and activity levels manually -- 5.3.6 Working with the prestart jobs -- 5.4 Java system environment -- 5.4.1 Java thread run priority -- 5.4.2 Java thread time slice setting -- 5.5 AnyNet -- 5.6 Example of an OS/400 tuning process -- Chapter 6. …”
    Full text (MFA users only)
    Electronic eBook
  3. 463
  4. 464
  5. 465

    Managing Mission - Critical Domains and DNS : Demystifying Nameservers, DNS, and Domain Names. by Jeftovic, Mark

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: The Domain Name Ecosystem; Why domains are important; Domain names 101; Anatomy of a domain name; Registry details; Registrar WHOIS server; Expiry date; The registrant contact set; The administrative contact set; Use a domain you control; Use a different domain than the name in the record; Use an exploder; Use a unique address; Alternatively, use canaries; The tech contact set; The billing contact set; DNS details; Status; Status flags set by the registry; Ok; inactive.…”
    Full text (MFA users only)
    Electronic eBook
  6. 466

    Building RESTful Web Services with Spring 5 : Leverage the power of Spring 5.0, Java SE 9, and Spring Boot 2.0. by Dewailly, Ludovic

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: A Few Basics; REST â#x80;#x93; a basic understanding; Uniform interface; Client and server; Stateless; Cacheable; Layered system; Code on demand (COD); More on REST; Imperative and Reactive programming; Reactive Streams; Benefits of Reactive programming; Reactive programming in Java and Spring 5; Our RESTful web service architecture; Summary; Chapter 2: Building RESTful Web Services in Spring 5 with Maven; Apache Maven; Creating a project with Maven; Viewing a POM file after creating a project.…”
    Full text (MFA users only)
    Electronic eBook
  7. 467
  8. 468

    Joe Celko's SQL Programming Style. by Celko, Joe

    Published 2009
    Full text (MFA users only)
    Electronic eBook
  9. 469

    Android Application Programming with OpenCV. by Howse, Joseph

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  10. 470

    Raspberry Pi Projects for Kids. by Bates, Daniel (Computer science researcher)

    Published 2014
    Table of Contents: “…Flight; Adding physics; Gravity; Bouncing; Ending the game; Scoring; Extensions; Summary; Chapter 3: Testing Your Speed; Materials needed; Creating the game controller; The controller base; Adding buttons; Connecting to the Raspberry Pi; Python; Coding the game; Random behavior; Using the controller; Adding a time limit; Bringing it all together; Complete code listing; The keyboard version; What's next?…”
    Full text (MFA users only)
    Electronic eBook
  11. 471
  12. 472

    Adventures in Raspberry Pi by Philbin, Carrie Anne

    Published 2017
    Table of Contents: “…Creating Health-Point-Stealing Sprites -- Improving the Movement of the Adventurer Sprite Using if Blocks -- Creating a Game Over Screen -- Ideas for Improvements to Your Game -- Adventure 4 Programming Shapes with Turtle Graphics -- Scratch Turtle Graphics -- Using Pen Down and Pen Up -- Drawing Simple Shapes -- Using "clear" and Setting a Start Point -- Using Variables Instead of Values -- Changing the Size and Colour of the Pen -- Creating Spiral Patterns -- Using User Input to Determine the Number of Sides -- Python Turtle Graphics -- Introducing Python Modules -- The Python 3 Environment and the Interpreter Window -- Using the Turtle Module in Python -- The range Function -- Other Python Turtle Module Commands -- Some Super Spirals -- Further Adventures with Python Turtle -- Adventure 5 Programming with Python -- Getting Set Up for Python -- Python Programming Language -- The IDLE Environment -- Programming in Python: Using a Function -- Using a Text Editor to Create a Code File -- Using the Python time and random Modules -- Python Text Adventure Game -- Getting User Input -- Using Conditionals -- Using a while Loop -- Using a Variable for Health Points -- Putting It All Together -- Defining Functions -- Creating a Main Game Loop -- Continuing Your Python Adventure -- Adventure 6 Programming Minecraft Worlds on the Raspberry Pi -- Getting Started with Minecraft Pi -- Your First Minecraft Pi Python Program -- Using Coordinates in Minecraft Pi -- Finding the Player's Location -- Changing the Player's Location -- Placing a Block -- Placing Multiple Blocks -- Types of Blocks -- Creating a TNT Chain Reaction -- Creating a Diamond Transporter -- Sharing and Cloning Minecraft Pi Programs -- Adventure 7 Coding Music with Sonic Pi -- Getting Started with Sonic Pi -- The Sonic Pi Interface -- Creating Your First Sounds with Sonic Pi.…”
    Full text (MFA users only)
    Electronic eBook
  13. 473
  14. 474

    ActionScript Graphing Cookbook. by Backx, Peter

    Published 2012
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  15. 475
  16. 476
  17. 477

    Kotlin programming by example : build real-world Android and web applications the Kotlin way by Adelekan, Iyanu

    Published 2018
    Table of Contents: “…Installing IntelliJ IDEASetting up a Kotlin project with IntelliJ; The fundamentals of the Kotlin programming language; Kotlin basics; Variables; Variable scope; Local variables; Operands and operators; Types; Int; Float; Double; Boolean; String; Char ; Array; Functions; Declaring functions; Invoking functions; Return values; The function naming convention; Comments; Single-line comments; Multiline comments; Doc comments; Controlling program flow; Conditional expressions; The if expression; The when expression; The Elvis operator; Loops; The for loops; The while loops.…”
    Full text (MFA users only)
    Electronic eBook
  18. 478

    Professional Oracle programming

    Published 2005
    Table of Contents: “…Chapter 18: Introduction to Java Database ProgrammingChapter 19: Triggers; Chapter 20: Regular Expressions and Expression Filter; Chapter 21: Object Relational Interactions with Oracle; Chapter 22: Oracle Xml Db; Chapter 23: Html-Db; Chapter 24: High-Speed Data Movement; Chapter 25: Data Loading and Management; Chapter 26: Business Intelligence Query; Chapter 27: Business Intelligence Analysis; Chapter 28: Optimization; Index.…”
    Full text (MFA users only)
    Electronic eBook
  19. 479

    Learn Python Programming : a Beginner's Guide to Learning the Fundamentals of Python Language to Write Efficient, High-Quality Code, 2nd Edition. by Romano, Fabrizio

    Published 2018
    Table of Contents: “…Strings and bytesEncoding and decoding strings; Indexing and slicing strings; String formatting; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; namedtuple; defaultdict; ChainMap; Enums; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else -- elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence; Iterators and iterables.…”
    Full text (MFA users only)
    Electronic eBook
  20. 480

    Microsoft Excel 2016 Programming by Example. by Korol, Julitta

    Published 2016
    Table of Contents: “…Entering Formulas to Fill in Employee First Name (Macro Task 4); Hands-On 1.7. Entering Formulas to Fill in Employee Last Name (Macro Task 5); Hands-On 1.8. …”
    Full text (MFA users only)
    Electronic eBook