Search Results - ((((java programming) OR (names programming))) OR ((names OR james) programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 177
- Application software 166
- History 154
- Java (Computer program language) 128
- Computer programs 112
- JavaScript (Computer program language) 109
- Web site development 98
- Programming 84
- Web sites 70
- Design 68
- Social aspects 61
- Research 60
- Data processing 57
- Management 53
- Study and teaching 49
- Education 48
- Internet programming 45
- History and criticism 44
- Politics and government 40
- Medical care 39
- methods 37
- Social conditions 36
- Video games 36
- Government policy 35
- Computer programming 33
- Computer software 32
- Prevention 32
- Web applications 32
- School improvement programs 31
- Children 30
Search alternatives:
- names programming »
- java programming »
-
121
-
122
Eloquent javascript : a modern introduction to programming
Published 2015Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
123
Java in Easy Steps, 7th Edition : Master the Major Features.
Published 2019Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
124
Apache OfBiz Cookbook.
Published 2010Table 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 -
125
Raspberry Pi hardware projects 1
Published 2013Table 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 -
126
Architecture In Use : an introduction to the programming, design and evaluation of buildings.
Published 2005Table 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 -
127
Scratch 2.0 beginner's guide : create digital stories, games, art, and animations through six unique projects
Published 2014Table 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 -
128
Excel 2013 power programming with VBA
Published 2013Table 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 -
129
Professional Java tools for extreme programming : Ant, Xdoclet, JUnit, Cactus, and Maven /
Published 2004Table 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 -
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 /
Published 2015Table 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 -
131
Beginning R : the statistical programming language
Published 2012Table 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 -
132
Beginning programming with C++ for dummies
Published 2014Table 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 -
133
JavaScript bible
Published 2010Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
134
Advanced JavaScript : Speed up Web Development with the Powerful Features and Benefits of JavaScript.
Published 2019Table 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 -
135
The JavaScript workshop : a new, interactive approach to learning JavaScript
Published 2019Table 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 -
136
Rust Quick Start Guide : the Easiest Way to Learn Rust Programming.
Published 2018Full text (MFA users only)
Electronic eBook -
137
Programming ArcGIS 10.1 with Python Cookbook.
Published 2013Full text (MFA users only)
Electronic eBook -
138
Selected papers of Alan Hoffman with commentary
Published 2003Full text (MFA users only)
Electronic eBook -
139
-
140
Raspberry Pi 3 Cookbook for Python Programmers : Unleash the potential of Raspberry Pi 3 with over 100 recipes, 3rd Edition.
Published 2018Table 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