Search Results - ((((java programming) OR (games programming))) OR (((james programming) OR (names programming))))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 201
- History 198
- Application software 183
- Programming 153
- Computer programs 135
- Java (Computer program language) 128
- Video games 116
- JavaScript (Computer program language) 109
- Design 106
- Web site development 98
- Social aspects 89
- Study and teaching 75
- Data processing 73
- Research 70
- Web sites 70
- Management 67
- Education 58
- History and criticism 58
- Computer programming 48
- Activity programs 47
- Politics and government 47
- Internet programming 46
- methods 43
- Medical care 41
- Social conditions 41
- computer programming 40
- Computer software 39
- Government policy 39
- Prevention 35
- Python (Computer program language) 35
-
61
JavaScript essentials for SAP ABAP developers : a guide to mobile and desktop application development
Published 2017Table of Contents: “…Using a Function DeclarationSummary Comparison of the Function Declaration and Function Expression; Function Parameters and Arguments; Missing Parameters and the undefined Value; arguments Array; Simulating Optional Parameter Passing; return Statement; Function Call; Parameter Pass by Value or Pass by Reference?; Function Naming; Summary; Chapter 7: Doing More with Functions; Hoisting in the Context of Functions; First-Class Citizens; Nested Functions; Lexical Scoping; Closures; Recursive Functions; Summary; Chapter 8: Object-Oriented Programming in JavaScript.…”
Full text (MFA users only)
Electronic eBook -
62
Anyone Can Code : The Art and Science of Logical Creativity.
Published 2020Table 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 -
63
Complete Java 2 certification : study guide
Published 2005Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
64
Professional HTML5 mobile game development
Published 2012Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
65
Game physics pearls
Published 2010Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
66
Practical web development : learn CSS, JavaScript, PHP, and more with this vital guide to modern web development
Published 2015Table of Contents: “…Styling listslist-style-type -- list-style-image -- list-style-position -- Styling anchors -- pseudo-classes -- Firebug -- Summary -- Chapter 4: JavaScript -- Programming 101 -- Compiled and interpreted languages compared -- JavaScript is not the same as Java -- Java -- JavaScript -- Our first JavaScript program -- Variables -- Variable declarations -- Expressions and operators -- Arithmetic operators -- Control flow -- if -- while -- switch -- Functions -- Scope of variables -- Objects -- DOM objects, properties, methods, and events…”
Full text (MFA users only)
Electronic eBook -
67
Natural language processing with Java : explore various approaches to organize and extract useful text from unstructured data using Java
Published 2015Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
68
Ext JS 3.0 cookbook : 109 great recipes for building impressive Rich Internet Applications using the Ext JS JavaScript library
Published 2009Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
69
EJB 3 developer guide : a practical guide for developers and architects to the Enterprise Java Beans standard
Published 2008Table of Contents: “…Cover -- Table of Contents -- Preface -- Chapter 1: Introduction to the EJB 3 Architecture -- Introduction to the Java EE Architecture -- The EJB 3 Architecture -- EJB Container Services -- The JPA Persistence Engine -- EJB 3 Compared with Earlier Versions -- Getting Started -- Installing GlassFish -- Testing the Installation -- Accessing the Administrator Console -- Shutting Down GlassFish -- Downloading Example Source Code -- Summary -- Chapter 2: Session Beans -- Introduction -- Stateless Session Beans -- Annotations -- Creating a Session Bean Client -- Running the Example -- The Program Directory Structure -- The Ant Build Script -- The Application Client Container -- Stateless Session Bean's LifeCycle -- Stateful Session Beans -- Stateful Session Bean's LifeCycle -- Local Interfaces -- Summary -- Chapter 3: Entities -- Introduction -- EJB 3 Entities -- Comparison with EJB 2.x Entity Beans -- Mapping an Entity to a Database Table -- Introducing the EntityManager -- Packaging and Deploying Entities -- The Program Directory Structure -- Building the Application -- Field-Based Annotations -- Generating Primary Keys -- Table Strategy -- Sequence Strategy -- Identity Strategy -- Auto Strategy -- Overriding Metadata Defaults -- Summary -- Chapter 4: Object/Relational Mapping -- O/R Mapping Default Behavior -- A Banking Example Application -- Testing the Application -- O/R Mapping Overriding Defaults -- Customer Entity -- Account Entity -- Address Entity -- BankServiceBean -- O/R Mapping Additional Annotations -- Referee Class -- BankServiceBean -- Composite Primary Keys -- O/R Inheritance Mapping -- SINGLE_TABLE Strategy -- JOINED Strategy -- Table per Concrete Class Strategy -- Summary -- Chapter 5: The Java Persistence Query Language -- Introduction -- Simple Queries -- Projection -- Conditional Expressions -- Aggregate Functions -- GROUP BY -- HAVING -- Queries with Relationships -- Joins -- Inner Joins -- Outer Joins -- Fetch Joins -- Collection Comparison Expressions -- Constructor Expressions -- SubQueries -- Functions -- CONCAT -- SUBSTRING -- TRIM -- LOWER and UPPER -- LENGTH -- LOCATE -- ABS -- SQRT -- MOD -- SIZE -- Queries with Parameters -- Positional Parameters -- Named Parameters -- Named Queries -- Handling Date and Time -- @Temporal annotation -- Queries with Date Parameters -- Datetime Functions -- Bulk Update and Delete -- Native SQL -- Summary -- Chapter 6: Entity Manager -- Application-managed Entity Manager -- Entity Manager Merge -- Entity Manager Methods -- remove() -- contains() -- flush() -- setFlushMode() -- refresh() -- clear() -- Cascade Operations -- persist -- remove -- merge -- refresh -- all -- Extended Persistence Context -- Entity LifeCycle Callback Methods -- Entity Listeners -- Summary -- Chapter 7: Transactions -- Introduction -- Container-Managed Transaction Demarcation -- SUPPORTS -- NOT_SUPPORTED -- REQUIRED -- REQUIRES_NEW -- MANDAT.…”
Full text (MFA users only)
Electronic eBook -
70
Node.js web development
Published 2016Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
71
Can static type systems speed up programming? : an experimental evaluation of static and dynamic type systems
Published 2013Table of Contents: “…4.2.2 Further Considerations: Studies on Using Students as Subjects4.2.3 Design of the Experiment; 4.3 Questionnaire; 4.4 Hard- and Software Environment; 4.4.1 Environment; 4.4.2 Programming Languages; 4.4.2.1 Java; 4.4.2.2 Groovy; 4.5 Workspace Applications and Tasks; 4.5.1 The Java Application -- A Labyrinth Game; 4.5.2 The Groovy Application -- A simple Mail Viewer; 4.5.3 Important Changes made to both Parts; 4.5.4 The Tasks; 4.5.4.1 The Task Types; 4.5.4.2 Tasks 1 and 10 -- 2 Types to identify; 4.5.4.3 Tasks 2 and 11 -- 4 Types to identify; 4.5.4.4 Tasks 4 and 13 -- Semantic Error.…”
Full text (MFA users only)
Electronic eBook -
72
Beginning programming with Java for dummies /
Published 2014Table of Contents: “…Getting started with Java programming. Getting started ; Setting up your computer ; Running programs -- Writing your own Java programs. …”
Full text (MFA users only)
Electronic eBook -
73
Practical Java Programming with ChatGPT.
Published 2023Table of Contents: “…ChatGPT Generated Java Code for the Fast Fourier Transform -- Introduction -- Structure -- AI Fast Fourier Transform Java code ChatGPT prompted Java Program -- Fast Fourier Transform Java code validation using an Eclipse Java Program Project -- Conclusion…”
Full text (MFA users only)
eBook -
74
Web applications with JavaScript or Java. Volume 1, Constraint validation, enumerations, special datatypes
Published 2018Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
75
WebGL Beginner's Guide.
Published 2012Subjects: “…Video games Programming.…”
Full text (MFA users only)
Electronic eBook -
76
Comenzando a Programar con JAVA.
Published 2015Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
77
-
78
-
79
Java Open Source programming : with XDoclet, JUnit, WebWork, Hibernate /
Published 2004Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
80
Java EE 7 First Look.
Published 2013Subjects: “…Java.…”
Full text (MFA users only)
Electronic eBook