Search Results - ((java 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:
- java programming »
-
401
Optimization Using Linear Programming
Published 2019Table of Contents: “…9 GAME THEORY --…”
Full text (MFA users only)
Electronic eBook -
402
-
403
-
404
Tcl/Tk : a developer's guide
Published 2012Table of Contents: “…Front Cover -- Tcl/Tk: A Developer's Guide -- Copyright -- Table of Contents -- Foreword -- Preface -- Tcl/Tk: GUI Programming in a Gooey World -- Acknowledgments -- Introduction -- Where to Get More Information -- 1 Tcl/Tk Features -- 1.1 Tcl Overview -- 1.1.1 The Standard Tcl Distribution -- 1.1.2 Documentation -- 1.2 Tcl as a Glue Language -- 1.2.1 Tcl Scripts Compared with UNIX Shell Scripts -- 1.2.2 Tcl Scripts Compared with MS-DOS .bat Files -- 1.3 Tcl as a General-purpose Interpreter -- 1.3.1 Tcl/Tk Compared to Visual Basic -- 1.3.2 Tcl/Tk Compared to Perl -- 1.3.3 Tcl/Tk Compared to Python -- 1.3.4 Tcl/Tk Compared to Java -- 1.4 Tcl as an Extensible Interpreter -- 1.5 Tcl as an Embeddable Interpreter -- 1.6 Tcl as a Rapid Development Tool -- 1.7 GUI-based Programming -- 1.8 Shipping Products -- 1.9 Bottom Line -- 1.10 Problems -- 2 The Mechanics of Using the Tcl and Tk Interpreters -- 2.1 The tclsh and wish Interpreters -- 2.1.1 Starting the tclsh and wish Interpreters -- 2.1.2 Starting tclsh or wish under UNIX -- Errors Caused by Improper Installation -- 2.1.3 Starting tclsh or wish under Microsoft Windows -- 2.1.4 Starting tclsh or wish on the Mac -- Making a Desktop Icon -- 2.1.5 Exiting tclsh or wish -- 2.2 Using tclsh/wish Interactively -- 2.2.1 Tclsh as a Command Shell -- 2.2.2 Tk Console (tkcon)-An Alternative Interactive tclsh/wish Shell -- 2.2.3 Evaluating Scripts Interactively -- 2.3 Evaluating Tcl Script Files -- 2.3.1 The Tcl Script File -- 2.3.2 Evaluating Tcl Script Files -- 2.3.3 Evaluating a Tcl Script File under UNIX -- 2.3.4 Evaluating a Tcl Script File under Microsoft Windows -- Changing File Association on Windows XP and Earlier -- Changing File Association on Windows Vista and Windows 7 -- 2.3.5 Evaluating a Tcl Script on the Mac -- 2.4 Bottom Line -- 2.5 Problems -- 3 Introduction to the Tcl Language.…”
Full text (MFA users only)
Electronic eBook -
405
FusionCharts beginners guide : the official guide for fusioncharts suite : create interactive charts in JavaScript (HTML5) and Flash for your web and enterprise applications
Published 2012Subjects: “…JavaScript (Computer program language) Handbooks, manuals, etc.…”
Full text (MFA users only)
Electronic eBook -
406
JBoss AS 5 Performance Tuning.
Published 2010Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
407
JQuery 1.4 Animation Techniques Beginners Guide.
Published 2011Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
408
WordPress 3.0 jQuery.
Published 2010Table of Contents: “…Getting Started: WordPress and jQuery; This book's approach; Core fundamentals you need to know; WordPress; Basic programming; JavaScript and AJAX techniques; PHP; Essential tools; Code/HTML editor; Firefox; Web Developer toolbar; Firebug; Not essential, but helpful: Image editor; jQuery background and essentials; What jQuery does (really well).…”
Full text (MFA users only)
Electronic eBook -
409
Ember. js Cookbook.
Published 2016Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
410
-
411
Stochastic programming : applications in finance, energy, planning and logistics
Published 2012Table of Contents: “…A stochastic programming model for optimizing the production of farmed Atlantic salmon / Martin B. …”
Full text (MFA users only)
Electronic eBook -
412
-
413
Parallel Programming with Python.
Published 2014Table 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 -
414
JavaScript and JSON Essentials : Build light weight, scalable, and faster web applications with the power of JSON, 2nd Edition.
Published 2018Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with JSON; JSON, a data exchange format; The Hello World program with JSON; How is JSON stored in memory?; Datatypes in JSON; Languages that support JSON; JSON implementation in PHP; JSON implementation in Python; Summary; Chapter 2: The JSON Structures; Inserting external JavaScript; Accessing objects in JSON; Performing complex operations; Modifying JSON; Summary; Chapter 3: AJAX Requests with JSON; Basic web operations; Synchronous vs. asynchronous.…”
Full text (MFA users only)
Electronic eBook -
415
Comprehensive Ruby Programming.
Published 2017Table 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 -
416
-
417
Making democracy fun : how game design can empower citizens and transform politics
Published 2014Full text (MFA users only)
Electronic eBook -
418
Chapters in game theory : in honor of Stef Tijs
Published 2004Table of Contents: “…Stochastic Cooperative Games: Theory and Applications -- Sequencing Games: a Survey -- Game Theory and the Market -- On the Number of Extreme Points of the Core of a Transferable Utility Game -- Consistency and Potentials in Cooperative TU-Games: Sobolev's Reduced Game Revived -- On the Set of Equilibria of a Bimatrix Game: a Survey -- Concave and Convex Serial Cost Sharing -- Centrality Orderings in Social Networks -- The Shapley Transfer Procedure for NTU-Games -- The Nucleolus as Equilibrium Price -- Network Formation, Costs, and Potential Games -- Contributions to the Theory of Stochastic Games -- Linear (Semi- ) Infinite Programs and Cooperative Games -- Population Uncertainty and Equilibrium Selection: a Maximum Likelihood Approach.…”
Full text (MFA users only)
Electronic eBook -
419
Selenium WebDriver Quick Start Guide : Write Clear, Readable, and Reliable Tests with Selenium WebDriver 3
Published 2018Full text (MFA users only)
Electronic eBook -
420
JQuery UI 1.10 : the User Interface Library for jQuery.
Published 2013Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook