Search Results - ((java programming) OR (((james programming) OR (games programming))))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 178
- Application software 163
- Programming 139
- History 131
- Java (Computer program language) 128
- Video games 116
- JavaScript (Computer program language) 109
- Design 95
- Web site development 89
- Computer programs 78
- Social aspects 65
- Study and teaching 62
- Web sites 60
- Research 52
- Data processing 49
- Management 49
- History and criticism 47
- Education 44
- Internet programming 43
- Computer programming 42
- Activity programs 41
- Politics and government 35
- computer programming 34
- Computer software 33
- School improvement programs 32
- methods 32
- Computer graphics 31
- Government policy 31
- Web applications 31
- Social conditions 29
Search alternatives:
- games »
-
81
C♯ for Java programmers
Published 2002Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
82
Ext JS application development blueprints : develop robust and maintainable projects that exceed client expectations using Ext JS
Published 2015Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
83
Raspberry Pi user guide
Published 2012Table of Contents: “…Chapter 8: The Pi as a Productivity MachineUsing Cloud-Based Apps; Using OpenOffice.org; Image Editing with The Gimp; Chapter 9: The Pi as a Web Server; Installing a LAMP Stack; Installing WordPress; Part III: Programming and Hacking; Chapter 10: An Introduction to Scratch; Introducing Scratch; Example 1: Hello World; Example 2: Animation and Sound; Example 3: A Simple Game; Robotics and Sensors; Further Reading; Chapter 11: An Introduction to Python; Introducing Python; Example 1: Hello World; Example 2: Comments, Inputs, Variables and Loops; Example 3: Gaming with pygame…”
Full text (MFA users only)
Electronic eBook -
84
Raspberry Pi User Guide.
Published 2013Table of Contents: “…About the Authors; Table of Contents; Introduction; Programming Is Fun!; A Bit of History; So What Can You Do with the Raspberry Pi?…”
Full text (MFA users only)
Electronic eBook -
85
Gaming the system : designing with Gamestar mechanic
Published 2014Subjects: “…Video games Design Computer programs.…”
Full text (MFA users only)
Electronic eBook -
86
JavaFoundations.
Published 2006Table of Contents: “…Java Foundations; Frontmatter; Chapter 1: The History of Java; Chapter 2: Java Fundamentals; Chapter 3: Keywords and Operators; Chapter 4: Flow Control; Chapter 5: Arrays; Chapter 6: Introduction to Object-Oriented Programming; Chapter 7: Advanced Object-Oriented Programming; Chapter 8: Exception Handling; Chapter 9: Common Java Api Classes; Chapter 10: The Collections Framework; Appendix A: Answers to Review Questions; Glossary; Index.…”
Full text (MFA users only)
Electronic eBook -
87
Flex 3 with Java.
Published 2009Table of Contents: “…Getting information about external containerCalling JavaScript code from ActionScript; Calling ActionScript code from JavaScript; Using LocalConnection; Summary; Chapter 5: Working with XML; XML basics; Understanding E4X; The XML object; The XMLList object; Working with XML objects; Using XML as dataProvider; Loading external XML documents; An example: Building a book explorer; Summary; Chapter 6: Overview of LiveCycle Data Services and BlazeDS; LiveCycle Data Services; BlazeDS; BlazeDS vs LiveCycle Data Services; LiveCycle Data Services; BlazeDS; Understanding AMF; Summary…”
Full text (MFA users only)
Electronic eBook -
88
Concurrent and Real-Time Programming in Java : Threads, RTSJ and RMI.
Published 2017Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
89
Java for Android
Published 2014Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
90
Unity Multiplayer Games.
Published 2013Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
91
Scala for Java developers : build reactive, scalable applications and integrate Java code with the power of Scala
Published 2014Table of Contents: “…Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Programming Interactively within Your Project; Advantages of using Scala for Java projects; More concise and expressive; Increased productivity; Natural evolution from Java; Better fit for asynchronous and concurrent code; Learning Scala through the REPL; Declaring val/var variables; Defining classes; Explaining case classes; Operations on collections; Transforming collections containing primitive types; Collections of more complex objects; Filter and partition…”
Full text (MFA users only)
Electronic eBook -
92
Eloquent javascript : a modern introduction to programming
Published 2015Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
93
Java in Easy Steps, 7th Edition : Master the Major Features.
Published 2019Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
94
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 -
95
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 -
96
SDL Game Development.
Published 2013Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
97
JavaScript bible
Published 2010Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
98
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 -
99
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 -
100
Java Hibernate cookbook : over 50 recipes to help you build dynamic and powerful real-time Java Hibernate applications
Published 2015Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook