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 »
-
61
Imaginative Programming in Probation and Parole.
Published 1967Full text (MFA users only)
Electronic eBook -
62
Getting Started with Julia Programming.
Published 2015Table of Contents: “…Chapter 2: Variables, Types, and OperationsVariables, naming conventions, and comments; Types; Integers; Floating point numbers; Elementary mathematical functions and operations; Rational and complex numbers; Characters; Strings; Formatting numbers and strings; Regular expressions; Ranges and arrays; Other ways to create arrays; Some common functions for arrays; How to convert an array of chars to a string; Dates and times; Scope and constants; Summary; Chapter 3: Functions; Defining functions; Optional and keyword arguments; Anonymous functions; First-class functions and closures.…”
Full text (MFA users only)
Electronic eBook -
63
Programming language pragmatics
Published 2006Table of Contents: “…Introduction; 1.1 The Art of Language Design; 1.2 The Programming Language Spectrum; 1.3 Why Study Programming Languages?…”
Full text (MFA users only)
Electronic eBook -
64
Code Craft : the Practice of Writing Excellent Code.
Published 2006Table of Contents: “…; View from the Top; Recipe for a Program; The Outer Limits; Where Next?; Answers and Discussion; Chapter 1: On the Defensive; Chapter 2: The Best Laid Plans; Chapter 3: What's in a Name?…”
Full text (MFA users only)
Electronic eBook -
65
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 -
66
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 -
67
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 -
68
IPhone game blueprints : develop amazing games, visual charts, plots, and graphics for your iPhone
Published 2013Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting the Game; Telling a story; Characters; Levels; Naming; Working with graphic assets; Sprites and tiles; Preparing animation; Background; Application icon; Achievements; Trophies; Banners; Screenshots; Gameplay videos; Summary; Chapter 2: Ergonomics; Portraying the player; Ergonomic aspects; Simple rules; Distance to the game; The Pause button; Autosaving; The Continue button; Visibility of the control elements; Direct control; Introducing functionality.…”
Full text (MFA users only)
Electronic eBook -
69
DNS in action : a detailed and practical guide to DNS implementation, configuration, and administration
Published 2006Table of Contents: “…5.1.1 Check Configuration Files5.1.2 named-checkconf Utility; 5.1.3 named-checkzone Utility; 5.1.4 nslookup Program; 5.1.4.1 Debugging Mode; 5.1.4.2 Debug Debugging Level; 5.1.4.3 d2 Debugging Level; 5.1.5 Other Programs Used for Debugging DNS; 5.1.5.1 The dnswalk Program; 5.1.5.2 The dig Program; 5.2 The rndc Program; 5.2.1 Signals; 5.2.1.1 HUP Signal; 5.2.1.2 INT Signal; 5.2.1.3 IOT Signal; 5.2.1.4 TERM Signal; 5.2.1.5 KILL Signal; 5.2.1.6 USR1 and USR2 Signals; 5.3 Errors in DNS Configuration; Chapter 6: Domain Delegation and Registration; 6.1 Example 1; 6.1.1 Server ns.company.tld…”
Full text (MFA users only)
Electronic eBook -
70
Creating Concrete5 themes.
Published 2013Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
71
Start Concurrent 2014 : an Introduction to Problem Solving in Java with a Focus on Concurrency.
Published 2014Table of Contents: “…; 2.1.2 What is a programming language?; 2.1.3 An example problem; 2.2 Concepts: Developing software; 2.2.1 Software development lifecycle; 2.2.2 Acquiring a Java compiler; 2.3 Syntax: Java basics; 2.3.1 Java program structure; 2.3.2 Command line input and output; 2.3.3 GUI input and output; 2.3.4 A few operations; 2.3.5 Java formatting; 2.4 Solution: How to solve problems; 2.4.1 Bouncing ball solution (command line version).…”
Full text (MFA users only)
Electronic eBook -
72
React.js essentials : a fast-paced guide to designing and building scalable and maintainable web apps with React.js
Published 2015Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
73
Managing Mission - Critical Domains and DNS : Demystifying Nameservers, DNS, and Domain Names.
Published 2018Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: The Domain Name Ecosystem; Why domains are important; Domain names 101; Anatomy of a domain name; Registry details; Registrar WHOIS server; Expiry date; The registrant contact set; The administrative contact set; Use a domain you control; Use a different domain than the name in the record; Use an exploder; Use a unique address; Alternatively, use canaries; The tech contact set; The billing contact set; DNS details; Status; Status flags set by the registry; Ok; inactive.…”
Full text (MFA users only)
Electronic eBook -
74
Comenzando a Programar con JAVA.
Published 2015Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
75
-
76
Learn Python Programming : a Beginner's Guide to Learning the Fundamentals of Python Language to Write Efficient, High-Quality Code, 2nd Edition.
Published 2018Table of Contents: “…Strings and bytesEncoding and decoding strings; Indexing and slicing strings; String formatting; Tuples; Mutable sequences; Lists; Byte arrays; Set types; Mapping types -- dictionaries; The collections module; namedtuple; defaultdict; ChainMap; Enums; Final considerations; Small values caching; How to choose data structures; About indexing and slicing; About the names; Summary; Chapter 3: Iterating and Making Decisions; Conditional programming; A specialized else -- elif; The ternary operator; Looping; The for loop; Iterating over a range; Iterating over a sequence; Iterators and iterables.…”
Full text (MFA users only)
Electronic eBook -
77
Java Open Source programming : with XDoclet, JUnit, WebWork, Hibernate /
Published 2004Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
78
Microsoft Excel 2016 Programming by Example.
Published 2016Table of Contents: “…Entering Formulas to Fill in Employee First Name (Macro Task 4); Hands-On 1.7. Entering Formulas to Fill in Employee Last Name (Macro Task 5); Hands-On 1.8. …”
Full text (MFA users only)
Electronic eBook -
79
Python 3 Object Oriented Programming.
Published 2010Table of Contents: “…Python 3 Object Oriented Programming; Python 3 Object Oriented Programming; Credits; About the Author; About the Reviewers; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. …”
Full text (MFA users only)
Electronic eBook -
80
Object-Oriented Programming in ColdFusion.
Published 2010Table of Contents: “…Object-Oriented Programming in ColdFusion; Object-Oriented Programming in ColdFusion; Credits; Foreword; About the Author; Acknowledgement; About the Reviewer; Preface; Who this book is for; What this book covers; What you need for this book; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. …”
Full text (MFA users only)
Electronic eBook