Web Programming Languages Sourcebook


Book Description

CD-ROM includes library of customizable scripts and programs, and a collection of utilities.




The Rust Programming Language (Covers Rust 2018)


Book Description

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.




The HTML Sourcebook


Book Description

Much more than a tutorial, this sourcebook contains a comprehensive description of HTML commands, techniques, and tools necessary to create professional-quality Web page documents. Includes complete coverage of HTML 3.0 the Common Gateway Interface (CGI) Standard, experimental HTML features such as Netscape extensions, and Web document design. (Communications/Networking)




Missing Link


Book Description




Crafting Interpreters


Book Description

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.




VRML 2.0 Sourcebook


Book Description

This comprehensive tutorial for building 3D virtual worlds on the Internet using VRML is now updated to reflect the significant upgrade to VRML 2.0. The second edition includes extensive coverage of Behaviors and new introductions to Perl, Java and JavaScript. The VRML 2.0 Sourcebook tells where to get VRML browsers and how to make them work with your current Web browser. The CD contains code for all VRML worlds.




Web Commerce Cookbook


Book Description

CD-ROM contains: CGI scripts for order processing, user validations, and site management -- Freeware and cutting edge Web commerce utilities -- HTML code, programs, and server files -- Ready-to-use templates.




Inner Loops


Book Description

With practical advice and a broad sampling of important algorithms, Inner Loops shows how to design programs that extend the edge of the envelope of PC performance. It provides a thorough review of 32-bit code optimization for the 486, Pentium and Pentium Pro, as well as design tips for writing fast 32-bit software.




The Sourcebook for Self-directed Learning


Book Description

This collection of articles and activities prepares trainers, HR personnel, or line managers to become facilitators of self-directed learning. Articles introduce a variety of self-directed learning strategies as well as how to plan your strategy. Part 2 provides activities that can be used with learners to guide self directed learning in areas that include structured goal setting, self coaching, improving communication, interviewing, sales, customer service and leadership.