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

Search alternatives:

  1. 41

    Mastering Julia : develop your analytical and programming skills further in Julia to solve complex data processing problems by Sherrington, Malcolm

    Published 2015
    Table of Contents: “…Byte array literalsVersion literals; An example; Real, complex, and rational numbers; Reals; Operators and built-in functions; Special values; BigFloats; Rationals; Complex numbers; Juliasets; Composite types; More about matrices; Vectorized and devectorized code; Multidimensional arrays; Broadcasting; Sparse matrices; Data arrays and data frames; Dictionaries, sets, and others; Dictionaries; Sets; Other data structures; Summary; Chapter 3: Types and Dispatch; Functions; First-class objects; Passing arguments; Default and optional arguments; Variable argument list; Named parameters; Scope…”
    Full text (MFA users only)
    Electronic eBook
  2. 42

    Arduino sketches : tools and techniques for programming wizardry by Langbridge, James A.

    Published 2015
    Table of Contents: “…Programming for the Arduino --…”
    Full text (MFA users only)
    Electronic eBook
  3. 43

    Instant GSON. by Patel, Sandeep Kumar

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  4. 44

    OpenLayers 2.10 Beginner's Guide. by Hazzard, Erik

    Published 2011
    Table of Contents: “…; How the code works; Understanding the code-Line by line; JavaScript object notation; Behind the scenes-Object Oriented Programming (OOP); Interaction happens with objects; MadLibs.…”
    Full text (MFA users only)
    Electronic eBook
  5. 45

    Tomcat 6 Developer's Guide. by Chetty, Damodar

    Published 2009
    Full text (MFA users only)
    Electronic eBook
  6. 46

    Node Web Development. by Herron, David, 1820-1900

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  7. 47
  8. 48

    Parallel Programming with Python. by Palach, Jan

    Published 2014
    Table of Contents: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Contextualizing Parallel, Concurrent, and Distributed Programming; Why use parallel programming?; Exploring common forms of parallelization; Communicating in parallel programming; Understanding shared state; Understanding message passing; Identifying parallel programming problems; Deadlock; Starvation; Race conditions; Discovering Python's parallel programming tools; The Python threading module; The Python multiprocessing module.…”
    Full text (MFA users only)
    Electronic eBook
  9. 49

    JavaScript programming : pushing the limits : advanced application development with JavaScript & HTML5 / by Raasch, Jon

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  10. 50
  11. 51

    Comprehensive Ruby Programming. by Hudgens, Jordan

    Published 2017
    Table of Contents: “…-- Method argument syntax -- Method argument code examples -- Named arguments -- Default argument values -- Using splat and optional arguments in Ruby methods -- Traditional splat arguments -- Keyword-based splat arguments -- Optional arguments -- Summary -- Chapter 6: Ruby Iterators and Loops -- The while loop guide -- The while loop code example -- The each iterator method tutorial -- The each loop code example -- The for ... in loops tutorial -- Looping over a hash -- Nested iterator code example -- Using the select method -- Using the map method -- part 1 -- The map method code example -- Using the map method -- part 2 -- Summing values in an array using the inject method -- Summary -- Chapter 7: Ruby Collections -- Using arrays -- Deleting items from arrays -- Using push and pop for arrays -- The Ruby hash tutorial -- The hash code example -- Deleting elements from a hash -- Iterating over a hash for a key or value -- Top hash methods in Ruby -- Adding elements to a hash -- Swapping keys and values -- Merging hashes -- Converting a hash into an array -- Listing all keys -- Listing all values -- Summary -- Chapter 8: Ruby Conditionals -- The conditionals guide -- Real-world use of conditionals -- Code example of conditionals -- Syntax for the unless conditional -- Running Ruby files -- The unless conditional code example -- Nested if ... else conditionals -- The if ... elsif conditional code example -- The conditional workflow -- Guide to compound conditionals -- Compound conditionals code example -- Compounded compound conditionals -- Additional conditional operators -- Summary -- Chapter 9: Object-Oriented Programming in Ruby -- Introduction to how OOP works -- A real-world OOP example -- Ruby OOP development -- setters, getters, and methods -- Working with instantiation in Ruby.…”
    Full text (MFA users only)
    Electronic eBook
  12. 52

    Java for dummies by Burd, Barry

    Published 2017
    Table of Contents: “…Introduction -- Getting started with Java -- Writing your own Java programs -- Working with the big picture: object-oriented programming -- Savvy Java techniques -- The part of tens.…”
    Full text (MFA users only)
    Electronic eBook
  13. 53

    Java : a beginner's tutorial by Kurniawan, Budi

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

    Administrating Solr. by Mohan, Surendra

    Published 2013
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  15. 55

    Reliable JavaScript : How to Code Safely in the World's Most Dangerous Language. by Spencer, Lawrence

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

    AngularJS Web Application Development Blueprints. by Rufus, Vinci

    Published 2014
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  17. 57

    Groovy Programming : an Introduction for Java Developers. by Barclay, Kenneth

    Published 2006
    Table of Contents: “…Front Cover; Groovy Programming an Introduction for Java Developers; Copyright; Table of Contents; Foreword; Preface; About the Authors; Chapter 1: Groovy; Chapter 2: Numbers and Expressions; Chapter 3: Strings and Regular Expressions; Chapter 4: Lists, Maps, and Ranges; Chapter 5: Simple Input and Output; Chapter 6: Case Study: A Library Application (Modeling); Chapter 7: Methods; Chapter 8: Flow of Control; Chapter 9: Closures; Chapter 10: Files; Chapter 11: Case Study: A Library Application (Methods, Closures); Chapter 12: Classes; Chapter 13: Case Study: A Library Application (Objects).…”
    Full text (MFA users only)
    Electronic eBook
  18. 58

    SAP BusinessObjects Dashboards 4.0 Cookbook. by Lai, David

    Published 2011
    Full text (MFA users only)
    Electronic eBook
  19. 59

    Learning Elasticsearch. by Andhavarapu, Abhishek

    Published 2017
    Full text (MFA users only)
    Electronic eBook
  20. 60

    Anyone Can Code : The Art and Science of Logical Creativity. by Arya, Ali

    Published 2020
    Table of Contents: “…4.4 Combining Selection and Iteration -- 4.4.1 Guessing Game -- 4.4.2 Simple Calculator -- 4.5 Naming Conventions -- 4.5.1 #Define In C/C ++ -- Highlights -- End-of-Chapter Notes -- Chapter 5 Functions -- Overview -- 5.1 Defining and Using Functions -- 5.1.1 Returning From a Function -- 5.2 Functions in C/C++ -- 5.2.1 Void Main() -- 5.2.2 Void Hello() -- 5.2.3 Int Getdata() -- 5.3 Local and Global Variables -- 5.4 Function Parameters -- 5.4.1 Simple Board Game Simulator -- 5.4.2 Bmi Calculator -- 5.4.3 Prime Number Listing -- Highlights -- End-of-Chapter Notes -- Part 3 Structured Programming…”
    Full text (MFA users only)
    Electronic eBook