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

Search alternatives:

  1. 121

    Core Data iOS Essentials. by Harwani, B. M.

    Published 2011
    Full text (MFA users only)
    Electronic eBook
  2. 122

    Eloquent javascript : a modern introduction to programming by Haverbeke, Marijn

    Published 2015
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  3. 123

    Java in Easy Steps, 7th Edition : Master the Major Features. by McGrath, Mike

    Published 2019
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  4. 124

    Apache OfBiz Cookbook. by Hoffman, Ruth

    Published 2010
    Table of Contents: “…. ; There's more ... ; 2. Java Development; Introduction; Java runtime CLASSPATH; How to do it ... ; How it works ... ; Java compile time CLASSPATH; Getting ready; How to do it ... ; How it works ... ; Naming conventions; How to do it ... ; Writing OFBiz Java Events; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing OFBiz Java Services; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Debugging using the logfile; Getting ready; How to do it ... ; How it works ... ; Calling OFBiz Services from a Java program; Getting ready.…”
    Full text (MFA users only)
    Electronic eBook
  5. 125

    Raspberry Pi hardware projects 1 by Robinson, Andrew

    Published 2013
    Table of Contents: “…; Appendix B: Introductory Software Project: The Insult Generator; Running Your First Python Program; Saving Your Program; Generating an Insult; Insult Your Friends by Name!…”
    Full text (MFA users only)
    Electronic eBook
  6. 126

    Architecture In Use : an introduction to the programming, design and evaluation of buildings. by Van der Voordt, D. J. M.

    Published 2005
    Table of Contents: “…Front Cover; Architecture In Use: An Introduction to the Programming, Design and Evaluation of Buildings; Copyright Page; Contents; Preface; List of Tables; Figure Credits; Chapter 1. …”
    Full text (MFA users only)
    Electronic eBook
  7. 127

    Scratch 2.0 beginner's guide : create digital stories, games, art, and animations through six unique projects by Badger, Michael

    Published 2014
    Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Welcome to Scratch 2.0; About Scratch; Encouraging everyone to think programmatically; Sample Scratch uses; Computational thinking; Finding a project for you; Making animations; Telling stories; Building games; Programming games of chance; Creating art projects; Sensing the real world; Programming concepts; Using Scratch 2.0; Looking inside a Scratch project; The stage area; The sprites pane; The scripts area; The built-in image editor; Using Scratch 2.0 offline.…”
    Full text (MFA users only)
    Electronic eBook
  8. 128

    Excel 2013 power programming with VBA by Walkenbach, John

    Published 2013
    Table of Contents: “…Microsoft® Excel® 2013 Power Programming with VBA; Introduction; Topics Covered; What You Need to Know; What You Need to Have; Conventions in This Book; What the Icons Mean; How This Book Is Organized; About This Book's Website; About the Power Utility Pak Offer; How to Use This Book; Part 1: Some Essential Background; Chapter 1: Excel in a Nutshell; About Excel; Thinking in Terms of Objects; Workbooks; Excel's User Interface; Data Entry; Formulas, Functions, and Names; Selecting Objects; Formatting; Protection Options; Charts; Shapes and SmartArt; Database Access; Internet Features.…”
    Full text (MFA users only)
    Electronic eBook
  9. 129

    Professional Java tools for extreme programming : Ant, Xdoclet, JUnit, Cactus, and Maven /

    Published 2004
    Table of Contents: “…Professional Java Tools for Extreme Programming; Credits; About the Authors; Contents; Introduction; Chapter 1: Introduction to Extreme Programming; Chapter 2: J2EE Deployment Concepts; Chapter 3: Storing and Managing Code with CVS; Chapter 4: Ant Primer; Chapter 5: Building Java Applications with Ant; Chapter 6: Building J2EE Applications with Ant; Chapter 7: XDoclet Primer; Chapter 8: Building J2EE Web Components with Ant and XDoclet; Chapter 9: Building EJBs with Ant and XDoclet; Chapter 10: Building Struts Apps with Ant and XDoclet; Chapter 11: Creating Custom Ant Tasks.…”
    Full text (MFA users only)
    Electronic eBook
  10. 130

    Learning reactive programming with Java 8 : learn how to use RxJava and its reactive observables to build fast, concurrent, and powerful applications through detailed examples / by Tsvetinov, Nickolay

    Published 2015
    Table of Contents: “…Pure functions and higher order functionsPure functions; Higher order functions; RxJava and functional programming; Summary; Chapter 3: Creating and Connecting Observables, Observers, and Subjects; The Observable.from method; The Observable.just method; Other Observable factory methods; The Observable.create method; Subscribing and unsubscribing; Hot and cold Observable instances; The ConnectableObservable class; The Subject instances; Summary; Chapter 4: Transforming, Filtering, and Accumulating Your Data; Observable transformations; Transformations with the various flatMap operators…”
    Full text (MFA users only)
    Electronic eBook
  11. 131

    Beginning R : the statistical programming language by Gardener, Mark

    Published 2012
    Table of Contents: “…Beginning R; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Introducing R: What It Is and How to Get It; Getting the Hang of R; Running the R Program; Finding Your Way with R; Command Packages; Summary; Chapter 2: Starting Out: Becoming Familiar with R; Some Simple Math; Reading and Getting Data into R; Viewing Named Objects; Types of Data Items; The Structure of Data Items; Examining Data Structure; Working with History Commands; Saving Your Work in R.…”
    Full text (MFA users only)
    Electronic eBook
  12. 132

    Beginning programming with C++ for dummies by Davis, Stephen R., 1956-

    Published 2014
    Table of Contents: “…Building the ProgramFinding What Could Go Wrong; Misspelled commands; Missing semicolon; Using the Online Material; Running the Program; How the Program Works; The template; The Conversion program; Part II: Writing a Program: Decisions, Decisions; Chapter 4: Integer Expressions ; Declaring Variables; Variable names; Assigning a value to a variable; Initializing a variable at declaration; Integer Constants; Expressions; Binary operators; Unraveling compound expressions; Unary Operators; The Special Assignment Operators; Chapter 5: Character Expressions ; Defining Character Variables.…”
    Full text (MFA users only)
    Electronic eBook
  13. 133

    JavaScript bible

    Published 2010
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  14. 134

    Advanced JavaScript : Speed up Web Development with the Powerful Features and Benefits of JavaScript. by Shute, Zachary

    Published 2019
    Table of Contents: “…Exercise 15: Creating a GeneratorActivity 1: Implementing Generators; Summary; Asynchronous JavaScript; Introduction; Asynchronous Programming; Sync Versus Async; Synchronous versus Asynchronous Timing; Introducing Event Loops; Stack; Heap and Event Queue; Event Loops; Things to Consider; Exercise 16: Handling the Stack with an Event Loop; Callbacks; Building Callbacks; Callback Pitfalls; Fixing Callback Hell; Exercise 17: Working with Callbacks; Promises; Promises States; Resolving or Rejecting a Promise; Using Promises; Exercise 18: Creating and Resolving Your First Promise…”
    Full text (MFA users only)
    Electronic eBook
  15. 135

    The JavaScript workshop : a new, interactive approach to learning JavaScript by Labrecque, Joseph, Love, Jahred, Rosenbaum, Daniel, Turner, Nick, Mehla, Gaurav, Hosford, Alonzo L., Sloot, Florian, Kirkbride, Philip

    Published 2019
    Table of Contents: “…-- Accessing Web Browser Developer Tools -- Google Chrome -- Microsoft Edge -- Apple Safari -- An Introduction to Variables -- Exercise 1.03: Programming First Steps -- Activity 1.01: Creating an Alert Box Popup in the Web Browser -- Overview of JavaScript Capabilities -- Client-Side Form Validation -- JavaScript Widgets or Components -- XML HTTP Requests (XHR) -- Storing Local Data -- DOM Manipulation -- Animations and Effects -- Summary -- Chapter 2: Working with JavaScript…”
    Full text (MFA users only)
    Electronic eBook
  16. 136
  17. 137

    Programming ArcGIS 10.1 with Python Cookbook. by Pimpler, Eric

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  18. 138

    Selected papers of Alan Hoffman with commentary by Hoffman, Alan J.

    Published 2003
    Full text (MFA users only)
    Electronic eBook
  19. 139

    Adventures in Arduino by Stewart, Becky

    Published 2015
    Full text (MFA users only)
    Electronic eBook
  20. 140

    Raspberry Pi 3 Cookbook for Python Programmers : Unleash the potential of Raspberry Pi 3 with over 100 recipes, 3rd Edition. by Fernandes, Dr. Steven Lawrence

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with a Raspberry Pi 3 Computer; Introduction; Introducing Raspberry Pi; What's with the name?; Why Python?; Python 2 and Python 3; Which version of Python should you use?…”
    Full text (MFA users only)
    Electronic eBook