Search Results - ((java programming) OR (names programming))

Search alternatives:

  1. 241

    The modern Web : multi-device Web development with HTML5, CSS3, and JavaScript by Gasston, Peter

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  2. 242

    Mastering Django. by George, Nigel

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  3. 243

    Advanced Selenium Web Test Accessibility by Palani, Narayanan

    Published 2019
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  4. 244

    Apache OfBiz Cookbook. by Hoffman, Ruth

    Published 2010
    Table of Contents: “…. ; There's more ... ; 2. Java Development; Introduction; Java runtime CLASSPATH; How to do it ... ; How it works ... ; Java compile time CLASSPATH; Getting ready; How to do it ... ; How it works ... ; Naming conventions; How to do it ... ; Writing OFBiz Java Events; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing OFBiz Java Services; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Debugging using the logfile; Getting ready; How to do it ... ; How it works ... ; Calling OFBiz Services from a Java program; Getting ready.…”
    Full text (MFA users only)
    Electronic eBook
  5. 245

    Object-Oriented Programming Languages and Event-Driven Programming. by Yeager, Dorian P.

    Published 2012
    Table of Contents: “…Half Title Page; License; Title Page; Copyright Page; Contents; Preface; Acknowledgments; Chapter 1 A Context-Sensitive Introduction; Chapter 2 Event-Driven Programming; Chapter 3 Smalltalk and the Squeak Environment; Chapter 4 C++ and Java Commonalities and Similarities; Chapter 5 Additional Concepts from the C++ Language; Chapter 6 Visual Studio and the Microsoft Foundation Classes; Chapter 7 Java and the Swing Library; Chapter 8 C# and the Common Language Infrastructure; Chapter 9 Python; Appendix A Event-Driven Project Ideas; Appendix B Answers to Odd-Numbered Exercises.…”
    Full text (MFA users only)
    Electronic eBook
  6. 246

    GlassFish Administration. by Kou, Xuekun

    Published 2009
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  7. 247

    Opa application development : a rapid and secure web development framework to develop web applications quickly and easily in Opa by Li, Wenbo

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  8. 248

    Instant jQuery selectors : learn how to master the art of effectively using jQuery's selectors by De Rosa, Aurelio

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  9. 249

    JQuery 2.0 Animation Techniques Beginner's Guide. by Culpepper, Adam

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  10. 250

    Google Apps Script for Beginners. by Gabet, Serge

    Published 2014
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  11. 251

    ASP. NET JQuery Cookbook - Second Edition. by Allana, Sonal Aneel

    Published 2016
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  12. 252

    Real Strength. by Magazine, Psychologies

    Published 2017
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  13. 253

    Fuzzy logic for image processing : a gentle introduction using Java by Caponetti, Laura, Castellano, Giovanna

    Published 2017
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  14. 254

    Hands-On Design Patterns with Kotlin : Build Scalable Applications Using Traditional, Reactive, and Concurrent Design Patterns in Kotlin. by Soshin, Alexey

    Published 2018
    Table of Contents: “…The middlemanFlavors; Caveats; Memento; Remembrance; Visitor; Writing a crawler; Template method; Observer ; Animal Choir; Summary; Chapter 5: Functional Programming; Why functional programming?; Immutability; Tuples; Value mutation; Immutable collections; Functions as values; Higher-order functions; Pure functions; Currying; Memoization; Expressions, not statements; Pattern matching; Recursion; Summary; Chapter 6: Streaming Your Data; The it notation; The map() function; Filter family; Find family; Drop family; Sort family; ForEach; Join family; Fold/Reduce; Flat family; Slice; Chunked.…”
    Full text (MFA users only)
    Electronic eBook
  15. 255

    HTML5 Games : Creating Fun with HTML5, CSS3, and WebGL. by Seidelin, Jacob

    Published 2011
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  16. 256
  17. 257

    Free-Format RPG IV by Martin, Jim (Computer programmer)

    Published 2013
    Table of Contents: “…Front Cover; Title Page; Copyright Page; Dedication; Acknowledgments; Contents; Preface to the Second Edition; A Note About Source Entry; Chapter 1: Pre-Free-Format RPG IV; RPG IV; Extended Factor 2; Built-in Functions; Subprocedures3; Other Changes; Some "Baggage" That Came Along; The Future; Chapter 2: The Case for Free-Format RPG; Easier to Read and Maintain; Good Field Naming; Indenting; Use of Comments; No; Goto; Operations; Conclusions; A "Modern" Programming Style; Free-Format RPG IV and C; Free-Format RPG IV and Java; Conclusions; Being "Current"; The Programmer's Perspective.…”
    Full text (MFA users only)
    Electronic eBook
  18. 258

    Free-format RPG IV : the express guide to learning free format by Martin, Jim (Computer programmer)

    Published 2015
    Table of Contents: “….; Extended Factor; Built-in Functions; Subprocedures; Other Changes; Some "Baggage" That Came Along; The Future; Chapter 2: The Case for Free-Format RPG; Easier to Read and Maintain; Good Field Naming; Indenting; Use of Comments; No Goto Operations; Conclusions; A "Modern" Programming Style; Free-Format RPG IV and C; Free-Format RPG IV and Java; Conclusions; Being "Current"; The Programmer's Perspective.…”
    Full text (MFA users only)
    Electronic eBook
  19. 259

    An essay on names and truth by Hinzen, Wolfram

    Published 2007
    Full text (MFA users only)
    Electronic eBook
  20. 260

    Design Patterns and Best Practices in Java : a Comprehensive Guide to Building Smart and Reusable Code in Java. by Singh, Kamalmeet

    Published 2018
    Table of Contents: “…Intro; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: From Object-Oriented to Functional Programming; Java -- an introduction; Java programming paradigms; Imperative programming; Real-life imperative example; Object-oriented paradigm; Objects and classes; Encapsulation; Abstraction; Inheritance; Polymorphism; Declarative programming; Functional programming; Working with collections versus working with streams; An introduction to Unified Modeling Language; Class relations; Generalization; Realization; Dependency; Association; Aggregation.…”
    Full text (MFA users only)
    Electronic eBook