Search Results - ((((java programming) OR (games programming))) OR ((games OR names) programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 198
- Application software 182
- Programming 152
- Computer programs 129
- Java (Computer program language) 128
- History 127
- Video games 116
- JavaScript (Computer program language) 109
- Design 103
- Web site development 95
- Web sites 68
- Data processing 61
- Social aspects 55
- Computer programming 48
- Management 48
- Study and teaching 46
- Activity programs 45
- Internet programming 45
- computer programming 40
- Computer software 38
- Computer graphics 34
- Python (Computer program language) 34
- Web applications 33
- Research 32
- Computer networks 31
- Web servers 31
- Artificial intelligence 30
- Business 30
- History and criticism 30
- Authoring programs 28
Search alternatives:
- games »
- names »
-
341
MooTools 1.2 Beginner's Guide.
Published 2009Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
342
JQuery for designers beginner's guide : design interactive websites to improve user experience by using the popular JavaScript library
Published 2014Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
343
Learning Grunt.
Published 2016Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
344
Server Side Development with Node. js and Koa. js Quick Start Guide : Build Robust and Scalable Web Applications with Modern JavaScript Techniques.
Published 2018Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
345
JavaScript et les données du Web.
Published 2018Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
346
Operations research
Published 2007Table of Contents: “…Cover -- Preface -- Contents -- Chapter-1 Historical Development -- Chapter-2 Linear Programming Models (Resource allocation Models) -- Chapter-3 Linear Programming models (Solution by Simplex method) Resource Allocation Model -- Maximisation Case -- Chapter-4 Linear Programming -- II (Transportation Model) -- Chapter-5 Linear Programming -- III (Assignment Model) -- Chapter-6 Sequencing -- Chapter-7 Replacement Model -- Chapter-8 Inventory Control -- Chapter-9 Waiting Line Theory or Queuing Model -- Chapter-10 Theory of Games or Competitive Stratagies…”
Full text (MFA users only)
Electronic eBook -
347
Mastering JavaServer Faces 2.2 : master the art of implementing user interfaces with JSF 2.2
Published 2014Subjects: “…JavaServer Faces (Computer file)…”
Full text (MFA users only)
Electronic eBook -
348
Raspberry Pi cookbook for Python programmers : over 50 easy-to-comprehend tailor-made recipes to get the most out of the Raspberry Pi and unleash its huge potential using Python
Published 2014Table of Contents: “…Creating a graphical application Start menuDisplaying photo information in an application; Organizing your photos automatically; Chapter 4: Creating Games and Graphics; Introduction; Using IDLE3 to debug your programs; Drawing lines using a mouse on Tkinter Canvas; Creating a bat and ball game; Creating an overhead scrolling game; Chapter 5: Creating 3D Graphics; Introduction; Starting with 3D coordinates and vertices; Creating and importing 3D models; Creating a 3D world to roam in; Building 3D maps and mazes; Chapter 6: Using Python to Drive Hardware; Introduction; Controlling an LED.…”
Full text (MFA users only)
Electronic eBook -
349
Oracle JRockit The Definitive Guide : the Definitive Guide.
Published 2010Table of Contents: “…Adaptive Code Generation; Platform independence; The Java Virtual Machine; Stack machine.…”
Full text (MFA users only)
Electronic eBook -
350
Concurrent and distributed computing in Java
Published 2004Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
351
Mastering Julia : develop your analytical and programming skills further in Julia to solve complex data processing problems
Published 2015Table of Contents: “…The Queen's problemJulia's type system; A look at the rational type; A vehicle datatype; Typealias and unions; Enumerations (revisited); Multiple dispatch; Parametric types; Conversion and promotion; Conversion; Promotion; A fixed vector module; Summary; Chapter 4: Interoperability; Interfacing with other programming environments; Calling C and Fortran; Mapping C types; Calling a Fortran routine; Calling curl to retrieve a web page; Python; Some others to watch; The Julia API; Calling API from C; Metaprogramming; Symbols; Macros; Testing; Error handling; The enum macro; Tasks…”
Full text (MFA users only)
Electronic eBook -
352
Programming Java 2 micro edition on Symbian OS : a developer's guide to MIDP 2.0 /
Published 2004Table of Contents: “…Programming Java 2 Micro Edition on Symbian OS; Contents; About This Book; Author Biographies; Author's Acknowledgements; Symbian Press Acknowledgements; Foreword; Innovation Through Openness; Section 1: J2ME and MIDP; Section 2: Writing Quality Code for Smartphones; Section 3: The Evolution of the Wireless Java Market; Appendix 1: CLDC Core Libraries; Appendix 2: MIDP Libraries; Appendix 3: Using the Wireless Toolkit Tools at the Command Line; Appendix 4: Developer Resources and Bibliography; Appendix 5: Specifications of Symbian OS Phones; Index.…”
Full text (MFA users only)
Electronic eBook -
353
BeagleBone robotic projects : create complex and exciting robotic projects with the BeagleBone Blue
Published 2017Table of Contents: “…Cover ; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with the BeagleBone Blue; Powering up and connecting to the BeagleBone Blue; Accessing the operating system; Accessing the BeagleBone Blue remotely via WLAN; Summary; Chapter 2: Programming the BeagleBone Blue; Basic Linux commands showing how to navigate around the filesystem on the BeagleBone Blue; Creating, editing, and saving files on the BeagleBone Blue; Creating and running Python programs on the BeagleBone Blue.…”
Full text (MFA users only)
Electronic eBook -
354
Only the names have been changed : Dragnet, the police procedural, and postwar culture
Published 2022Full text (MFA users only)
Electronic eBook -
355
Groovy 2 cookbook
Published 2013Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
356
Classic Burgh : the 50 greatest collegiate games in Pittsburgh sports history
Published 2019Full text (MFA users only)
Electronic eBook -
357
Spring essentials : build mission-critical enterprise applications using Spring Framework and aspect oriented programming
Published 2016Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
358
JQuery reference guide : a comprehensive exploration of the popular JavaScript library
Published 2010Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
359
Mastering Spring 5.0.
Published 2017Table of Contents: “…New features in Spring Framework 5.0Baseline upgrades; JDK 9 runtime compatibility; Usage of JDK 8 features in Spring Framework code; Reactive programming support; Functional web framework; Java modularity with Jigsaw; Kotlin support; Dropped features; Spring Boot 2.0 new features; Summary; Chapter 2: Dependency Injection; Understanding dependency injection; Understanding dependencies; The Spring IoC container; Defining beans and wiring; Creating a Spring IoC container; Java configuration for the application context; A quick review; Launching the application context with Java configuration.…”
Full text (MFA users only)
Electronic eBook -
360
Instant Java password and authentication security : a practical, hands-on guide to securing Java application passwords with hashing techniques
Published 2013Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook