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 »
-
101
Lotus instant messaging/Web conferencing (Sametime) : building Sametime-enabled applications
Published 2003Table of Contents: “…Visualizing Sametime -- Overview -- Architecture -- Outline -- Visualizing Sametime client -- Implementation -- GUI Design -- Web services -- IM session data aggregation -- Outcome -- Trial program -- Results -- Concerns -- Future improvements -- Lessons learned -- Appendix B. …”
Full text (MFA users only)
Electronic eBook -
102
Introduction to programming : learn to program in Java with data structures, algorithms, and logic /
Published 2018Table of Contents: “…AnswerSummary; Chapter 2: Java Language Basics; The basic terms of Java programming; Byte code; Defects (bugs) and their severity and priority; Java program dependencies; Statements; Methods; Classes; The Main class and the main method; Classes and objects (instances); Java classes; Java object (class instance); Class (static) and object (instance) members; Private and public; Static members; Object (instance) members; Method overloading; Interface, implementation, and inheritance; Interface; Implementation; Inheritance; The java.lang. …”
Full text (MFA users only)
Electronic eBook -
103
Python parallel programming cookbook : master efficient parallel programming to build powerful applications using Python
Published 2015Table of Contents: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started with Parallel Computing and Python -- Introduction -- The parallel computing memory architecture -- Memory organization -- Parallel programming models -- How to design a parallel program -- How to evaluate the performance of a parallel program -- Introducing Python -- Python in a parallel world -- Introducing processes and threads -- Start working with processes in Python…”
Full text (MFA users only)
Electronic eBook -
104
Undocumented secrets of MATLAB-Java programming /
Published 2012Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
105
Java programming for Android developers for dummies /
Published 2014Table of Contents: “…Getting started with Java programming for Android developers -- Writing your own Java programs -- Working with the big picture: object-oriented programming -- Powering Android with Java code -- The parts of tens -- Cheat sheet.…”
Full text (MFA users only)
Electronic eBook -
106
Professional swift
Published 2015Table of Contents: “…-- Working with Constants and Variables -- Understanding Swift Data Types -- Using Numerical Types -- Boolean Types -- Using Character Types -- Using Arrays -- Using Dictionaries -- Using Tuples -- Working with Type Annotations -- Minimizing Annotation with Type Inference -- Clarifying Code with Type Aliasing -- Working with Operators -- Using Basic Operators -- Using Compound Assignment Operators -- Using Overflow Operators -- Using Range Operators -- Using Logical Operators -- Using Comparison Operators -- Using Custom Operators -- Making Decisions with Control Flow -- Using Conditional Statements -- Using Loops -- Control Transfer Statements -- Grouping Types with Enumerations -- Working with Functions -- Declaring Functions -- Specifying Parameter Names -- Defining Default Parameters -- Specifying Variadic Parameters -- Specifying Constant, Variable, and In-Out Parameters -- Function Types -- Using Closures -- Summary -- Chapter 2: Writing a Swift Program -- Setting Up Xcode -- Downloading from Apple's Developer Portal -- Downloading Xcode -- Experimenting with Playgrounds -- Using Playgrounds in Xcode -- A Simple Example in Playground -- A More Exciting Playground Example -- Writing Swift in Xcode -- Creating a New Swift Project -- Creating the Swiftisms App -- Creating the Interface -- Creating Connections between the View Controller and the Object -- Connecting the Buttons and the Action -- Displaying Random Strings -- What Next? …”
Full text (MFA users only)
Electronic eBook -
107
C♯ for Java programmers
Published 2002Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
108
Flexible Input, Dazzling Output with IBM i.
Published 2014Table of Contents: “…Or Two; Drawbacks to FTP; Chapter 4: Get Real-Time Integration Between Your PC Application and IBM i; The VB Side of the Interface; And the RPG Side; Chapter 5: Import CSV Files with File Correcting; Main Program Analysis; The DBH_INV Service Program; The CSVPRC Service Program; The SQLPRC Service Program; Chapter 6: Send Email from an RPG Program; Requirements; Other Procedures; Email Address-Related Procedures; Mime & Mail Sending Procedures; Miscellaneous Procedures; How to Configure Your IBM i to Send Email; Where to Go from Here; Part 2: Dazzling Output.…”
Full text (MFA users only)
Electronic eBook -
109
Programming Microsoft Dynamics NAV - Fifth Edition.
Published 2017Table of Contents: “…Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Acknowledgments; Table of Contents; Preface; Chapter 1: Introduction to NAV 2017; NAV 2017 -- An ERP system; Financial management; Manufacturing; Supply chain management; Business Intelligence and reporting; Artificial Intelligence; Relationship Management; Human resource management; Project management; A developer's overview of NAV 2017; NAV object types; The C/SIDE Integrated Development Environment; Object Designer tool icons; C/AL programming language.…”
Full text (MFA users only)
Electronic eBook -
110
Applied Architecture Patterns on the Microsoft Platform.
Published 2010Full text (MFA users only)
Electronic eBook -
111
E-RPG(v2) : e-volving RPG applications for a connected world
Published 2002Table of Contents: “…; The key Pieces to ILE; Subprocedure; Module; Service Program; Binder Language; Binding Directory; Activation Group; ILE Terms Future Explained; Subprocedure; Module; Service Program.…”
Full text (MFA users only)
Electronic eBook -
112
Some assembly required : assembly language programming with the AVR microcontroller
Published 2012Full text (MFA users only)
Electronic eBook -
113
Mastering Embedded Linux Programming - Second Edition.
Published 2017Table of Contents: “…-- Processes -- Creating a new process -- Terminating a process -- Running a different program -- Daemons -- Inter-process communication -- Message-based IPC -- Unix (or local) sockets -- FIFOs and named pipes -- POSIX message queues -- Summary of message-based IPC -- Shared memory-based IPC -- POSIX shared memory -- Threads -- Creating a new thread -- Terminating a thread -- Compiling a program with threads -- Inter-thread communication -- Mutual exclusion -- Changing conditions -- Partitioning the problem -- Scheduling -- Fairness versus determinism -- Time-shared policies -- Niceness -- Real-time policies -- Choosing a policy -- Choosing a real-time priority -- Further reading -- Summary -- Chapter 13: Managing Memory -- Virtual memory basics -- Kernel space memory layout -- How much memory does the kernel use? …”
Full text (MFA users only)
Electronic eBook -
114
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 -
115
-
116
Concurrent and Real-Time Programming in Java : Threads, RTSJ and RMI.
Published 2017Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
117
Java for Android
Published 2014Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
118
Professional XMPP Programming with JavaScript and jQuery.
Published 2010Table of Contents: “…Professional XMPP Programming with JavaScript and jQuery; About the Author; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: XMPP Protocol and Architecture; Chapter 1: Getting to Know XMPP; Chapter 2: Designing XMPP Applications; Part II: The Applications; Chapter 3: Saying Hello: The First Application; Chapter 4: Exploring the XMPP Protocol: A Debugging Console; Chapter 5: Microblogging in Real Time: An Identica Client.…”
Full text (MFA users only)
Electronic eBook -
119
C♯ precisely
Published 2012Table of Contents: “…Compiling, loading, and executing C♯ programs -- Names and reserved names -- C♯ naming conventions -- Comments and program layout -- Data and types -- Variables, parameters, fields, and scope -- Strings -- String builders -- Arrays -- Classes -- The machine model : stack, heap, and garbage collection -- Expressions -- Statements -- Struct types -- Interfaces -- Enum types -- Delegate types -- Type dynamic (C♯ 4.0) -- Nullable types over value types -- Exceptions -- Threads, concurrent execution, and synchronization -- Task parallel library (C♯ 4.0) -- Asynchronous methods : async and await (C♯ 5.0) -- Mathematical functions -- Input and output -- Generic types and methods -- Generic collections : sets, lists, and dictionaries -- Linq, language integrated query (C♯ 3.0) -- Namespaces -- Partial type declarations -- Assertions and the debug.assert method -- Attributes -- Main differences between C♯ and Java.…”
Full text (MFA users only)
Electronic eBook -
120