Think Java
Title | Think Java PDF eBook |
Author | Allen B. Downey |
Publisher | "O'Reilly Media, Inc." |
Pages | 251 |
Release | 2016-05-06 |
Genre | Computers |
ISBN | 1491929537 |
Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to an end. Authors Allen Downey and Chris Mayfield start with the most basic concepts and gradually move into topics that are more complex, such as recursion and object-oriented programming. Each brief chapter covers the material for one week of a college course and includes exercises to help you practice what you’ve learned. Learn one concept at a time: tackle complex topics in a series of small steps with examples Understand how to formulate problems, think creatively about solutions, and write programs clearly and accurately Determine which development techniques work best for you, and practice the important skill of debugging Learn relationships among input and output, decisions and loops, classes and methods, strings and arrays Work on exercises involving word games, graphics, puzzles, and playing cards
A Loop of String
Title | A Loop of String PDF eBook |
Author | Ruth Stotter |
Publisher | |
Pages | 0 |
Release | 2009 |
Genre | Storytelling |
ISBN | 9781587901706 |
String figures are an important accompaniment to stories and chants in many cultures, especially in Pacific Rim countries. This book includes original stories and string stunts, as well as some that have been passed on in the oral tradition for hundreds of years. Includes illustrations.
C# 6.0 Cookbook
Title | C# 6.0 Cookbook PDF eBook |
Author | Jay Hilyard |
Publisher | "O'Reilly Media, Inc." |
Pages | 703 |
Release | 2015-09-29 |
Genre | Computers |
ISBN | 1491921439 |
Completely updated for C# 6.0, the new edition of this bestseller offers more than 150 code recipes to common and not-so-common problems that C# programmers face every day. More than a third of the recipes have been rewritten to take advantage of new C# 6.0 features. If you prefer solutions to general C# language instruction and quick answers to theory, this is your book.C# 6.0 Cookbook offers new recipes for asynchronous methods, dynamic objects, enhanced error handling, the Rosyln compiler, and more. Here are some of topics covered: Classes and generics Collections, enumerators, and iterators Data types LINQ and Lambda expressions Exception handling Reflection and dynamic programming Regular expressions Filesystem interactions Networking and the Web XML usage Threading, Synchronization, and Concurrency Each recipe in the book includes tested code that you can download from oreilly.com and reuse in your own applications, and each one includes a detailed discussion of how and why the underlying technology works. You don't have to be an experienced C# or .NET developer to use C# 6.0 Cookbook. You just have to be someone who wants to solve a problem now, without having to learn all the related theory first.
String Figures and how to Make Them
Title | String Figures and how to Make Them PDF eBook |
Author | Caroline F. Jayne |
Publisher | Courier Corporation |
Pages | 476 |
Release | 1962-01-01 |
Genre | Games & Activities |
ISBN | 9780486201528 |
Diagrams and text illustrate the steps involved in creating over one hundred string figures while providing information on their origin and cultural background
Cat's Cradle
Title | Cat's Cradle PDF eBook |
Author | Anne Akers Johnson |
Publisher | Klutz |
Pages | 0 |
Release | 1993 |
Genre | Juvenile Nonfiction |
ISBN | 9781878257536 |
In today's high tech world, people have completely forgotten how to make The Cup and Saucer, The Witch's Broom, and Jacob's Ladder. Thank goodness for Cat's Cradle. This book's simple instructions and ultra-clear instructional art are foolproof.
String Theory For Dummies
Title | String Theory For Dummies PDF eBook |
Author | Andrew Zimmerman Jones |
Publisher | John Wiley & Sons |
Pages | 387 |
Release | 2009-11-16 |
Genre | Science |
ISBN | 047046724X |
A clear, plain-English guide to this complex scientific theory String theory is the hottest topic in physics right now, with books on the subject (pro and con) flying out of the stores. String Theory For Dummies offers an accessible introduction to this highly mathematical "theory of everything," which posits ten or more dimensions in an attempt to explain the basic nature of matter and energy. Written for both students and people interested in science, this guide explains concepts, discusses the string theory's hypotheses and predictions, and presents the math in an approachable manner. It features in-depth examples and an easy-to-understand style so that readers can understand this controversial, cutting-edge theory.
Scala Cookbook
Title | Scala Cookbook PDF eBook |
Author | Alvin Alexander |
Publisher | "O'Reilly Media, Inc." |
Pages | 722 |
Release | 2013-08 |
Genre | Computers |
ISBN | 1449340334 |
Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language. Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for: Strings, numeric types, and control structures Classes, methods, objects, traits, and packaging Functional programming in a variety of situations Collections covering Scala's wealth of classes and methods Concurrency, using the Akka Actors library Using the Scala REPL and the Simple Build Tool (SBT) Web services on both the client and server sides Interacting with SQL and NoSQL databases Best practices in Scala development