Book picks similar to
C in a Nutshell: The Definitive Reference by Peter Prinz
programming
computer-programming
english
reference
High Performance Browser Networking
Ilya Grigorik - 2013
By understanding what the browser can and cannot do, you’ll be able to make better design decisions and deliver faster web applications to your users.Author Ilya Grigorik—a developer advocate and web performance engineer at Google—starts with the building blocks of TCP and UDP, and then dives into newer technologies such as HTTP 2.0, WebSockets, and WebRTC. This book explains the benefits of these technologies and helps you determine which ones to use for your next application.- Learn how TCP affects the performance of HTTP- Understand why mobile networks are slower than wired networks- Use best practices to address performance bottlenecks in HTTP- Discover how HTTP 2.0 (based on SPDY) will improve networking- Learn how to use Server Sent Events (SSE) for push updates, and WebSockets for XMPP chat- Explore WebRTC for browser-to-browser applications such as P2P video chat- Examine the architecture of a simple app that uses HTTP 2.0, SSE, WebSockets, and WebRTC
You Know You're Filipino If...: A Pinoy Primer
Neni Sta. Romana-Cruz
Pick up a copy today and find out what makes Pinoys stand out in a crowd!
Pro Git
Scott Chacon - 2009
It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Project Arcade: Build Your Own Arcade Machine [With CDROM]
John St. Clair - 2004
Construct joysticks, buttons, and trackballs; build the console and cabinet; install and configure the software; crank up the speakers; and wham Step across the time-space continuum and enjoy all those classic games, plus dozens of new ones, whenever you like. Start Here 1. Plan for your space and budget2. Design and build the cabinet3. Construct the controllers4. Build the console5. Pick an old game's brain6. Install the emulator7. Convince a PC it's a game8. Connect a monitor and speakers9. Add a marquee10. GO PLAY Includes diagrams, detailed instructions, essential software, and more CD-ROM Includes* Complete cabinet plans and diagrams* MAME32 software* Paint Shop Pro? evaluation version* Links to hundreds of arcade cabinet projects
Code: The Hidden Language of Computer Hardware and Software
Charles Petzold - 1999
And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.
SEO Made Simple: Strategies for Dominating the World's Largest Search Engine
Michael H. Fleischner - 2008
Visit the SEO Made Simple (fourth edition) page for more information. http: //www.amazon.com/SEO-Made-Simple-4th-Ed... More Than 30,000 Copies Sold! The original SEO Made Simple: Strategies for Dominating the World's Leading Search Engine, is a tell-all guide for anyone trying to reach the highly coveted #1 ranking on Google for their Web site or Blog. Learn from a leading Webmaster the specific SEO techniques that deliver top rankings in less than 30 days. Whether you're a search engine optimization expert or new to Web site rankings, the techniques revealed in SEO Made Simple will give you everything you need to dominate the leading search engines. Generate tons of traffic to your website absolutely FREE with top search engine placement on Google, Yahoo! and MSN. SEO Made Simple is the only resource on search engine optimization that you'll ever need.
Head First Networking
Al Anderson - 2009
You'll learn the concepts by tying them to on-the-job tasks, blending practice and theory in a way that only Head First can. With this book, you'll learn skills through a variety of genuine scenarios, from fixing a malfunctioning office network to planning a network for a high-technology haunted house. You'll learn exactly what you need to know, rather than a laundry list of acronyms and diagrams. This book will help you:Master the functionality, protocols, and packets that make up real-world networking Learn networking concepts through examples in the field Tackle tasks such as planning and diagramming networks, running cables, and configuring network devices such as routers and switches Monitor networks for performance and problems, and learn troubleshooting techniques Practice what you've learned with nearly one hundred exercises, questions, sample problems, and projects Head First's popular format is proven to stimulate learning and retention by engaging you with images, puzzles, stories, and more. Whether you're a network professional with a CCNA/CCNP or a student taking your first college networking course, Head First Networking will help you become a network guru.
Zone Meals in Seconds: 150 Fast and Delicious Recipes for Breakfast, Lunch, and Dinner
Barry Sears - 2003
For almost 10 years, Lynn and Barry Sears have maintained a completely Zone-friendly kitchen. With two daughters - one a finicky first-grader and one a vegetarian teenager - Lynn has had to use all of her creative and culinary skills to keep her family healthy and happy. Zone Meals in Seconds combines Lynn's hard-won wisdom and valuable experience with Barry's Zone expertise and medical knowledge in the first-ever family-friendly Zone book. From quick and easy family dinner recipes and snack tips, to advice on packing school lunches and surviving backyard barbecues, this book is a must-have for people who want to experience the incredible benefits of the Zone but need help answering the all-important question, 'What do I eat?'Written with the help of an experienced chef and recipe developer, Zone Meals in Seconds offers more than 200 fast and family-tested recipes for Zone-approved breakfasts, lunches, and dinners.
HTML and CSS: Design and Build Websites
Jon Duckett - 2011
Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!
The Nature of Code
Daniel Shiffman - 2012
Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.
Calm: Working through life's daily stresses to find a peaceful centre
Fearne Cotton - 2017
It is a stillness that allows my lungs to expand like hot air balloons. It is an acceptance of the noise around me. It is a magic alchemy that might last a second or a whole day, where I feel relaxed yet aware; still yet dynamic; open yet protected . . . '
***In today's always-on world, for many of us it seems impossible to relax, take time out or mute the encircling 'noise'. It is easy to feel trapped in this frenzied state of mind: we are surrounded by negative stories in the press, weighed down by pressures from work, family life or school and subject to constant scrutiny under the all-seeing eye of social media. As a result, mental health illnesses are on the rise in every age group, and more of us than ever before yearn for silence, peace and calm.CALM is Fearne's mission to find the simple things that can inch us away from stress and over to the good stuff. Including expert advice, conversations with wise friends from all walks of life, easy ideas to try, activities to complete - and the little things that have made a difference to her own, sometimes-bumpy life - this book is a friendly reminder that Calm is a place that exists in us all, we just have to find our way back to it.
How to Read Music: Beginner Fundamentals of Music and How to Read Musical Notation
Erich Andreas - 2013
This book will have you on your way to reading all types of music for guitar and piano. How to Read Music: Beginner Fundamentals of Music and How to Read Musical Notation is written by the #1 Amazon.com Bestselling author Erich Andreas. Erich's easy-to-understand teaching style has been known to get beginners on their way to mastering music reading. Inside the Book You Will Discover: - Everything to Reading Music - Musical Notation - Physics to Sound - Music theory for Beginners - Use the "Click to Look Inside" feature to check out the first few pages Scroll up and click on the "Buy Now" button to receive your How to Read Music book today.
Two Scoops of Django: Best Practices for Django 1.5
Daniel Roy Greenfeld - 2013
We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.
The Linux Command Line
William E. Shotts Jr. - 2012
Available here:readmeaway.com/download?i=1593279523The Linux Command Line, 2nd Edition: A Complete Introduction PDF by William ShottsRead The Linux Command Line, 2nd Edition: A Complete Introduction PDF from No Starch Press,William ShottsDownload William Shotts’s PDF E-book The Linux Command Line, 2nd Edition: A Complete Introduction