Build Your Own Library

Build Your Own Library
Author: Claire Booher
Publisher: Benchmark Education Company
Total Pages: 20
Release: 2013
Genre: Juvenile Nonfiction
ISBN: 1450981100

Build Your Own Robot

Build Your Own Robot
Author: Marwan Alsabbagh
Publisher: Simon and Schuster
Total Pages: 246
Release: 2024-03-05
Genre: Computers
ISBN: 1633438457

Build your first robots with Python and some cheap, basic components. This entertaining book guides you step by step! In Build Your Own Robot you'll learn how to: Use cameras to capture photos and let your robot see Track faces using computer vision and OpenCV Control DC motors to drive your robot around Create a web-based app to control your robot over a network Write code for joysticks Read QR codes with your robot to find and identify objects Build Your Own Robot introduces you to the exciting world of robotics. Your robot isn't just theory. Beginning in chapter 2 you'll write code to make your robot move and respond to touch sensors. The book gives accessible advice on available hardware and free open source software that makes creating a robot fun and affordable. You'll soon be playing with a machine that can take photos, fetch items, search for a QR code, and more! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology There's nothing quite like watching your code come alive in the real world. Robotics is a fun, fascinating discipline that lets you do just that. In this guide, you'll build some fun robotic toys that will teach you serious robotics engineering skills like computer vision, networking, and computation. About the book Build Your Own Robot is a DIY guide for bringing your first Python-based robots to life. Start with the basics, teaching your new friend how to spin, move around, and find its way. You'll then quickly progress to controlling your robot remotely using your phone, computer, or joystick. You'll even set up a camera to broadcast what it sees right to your computer screen. Clever computer vision tricks will get your bot tracking faces, looking for QR codes, and maybe even fetching some snacks. About the reader For Python programmers. No previous experience in robotics required. About the author Marwan Alsabbagh is a seasoned software developer. He studied mathematics and computer science at McGill University, and is passionate about building projects using Python, microcontrollers, and robotics.

Build Your Own Programming Language

Build Your Own Programming Language
Author: Clinton L. Jeffery
Publisher: Packt Publishing Ltd
Total Pages: 495
Release: 2021-12-31
Genre: Computers
ISBN: 1800200331

Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing Key Features Reduce development time and solve pain points in your application domain by building a custom programming language Learn how to create parsers, code generators, file readers, analyzers, and interpreters Create an alternative to frameworks and libraries to solve domain-specific problems Book Description The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. In this book, you'll start with implementing the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language features are often best represented by operators and functions that are built into the language, rather than library functions. We'll conclude with how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts where relevant examples are provided in both Unicon and Java so that you can follow the code of your choice of either a very high-level language with advanced features, or a mainstream language. By the end of this book, you'll be able to build and deploy your own domain-specific languages, capable of compiling and running programs. What you will learn Perform requirements analysis for the new language and design language syntax and semantics Write lexical and context-free grammar rules for common expressions and control structures Develop a scanner that reads source code and generate a parser that checks syntax Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor Implement a bytecode interpreter and run bytecode generated by your compiler Write tree traversals that insert information into the syntax tree Implement garbage collection in your language Who this book is for This book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. Intermediate-level knowledge and experience working with a high-level language such as Java or the C++ language are expected to help you get the most out of this book.

Build Your Own Website

Build Your Own Website
Author: Nate Cooper
Publisher: No Starch Press
Total Pages: 267
Release: 2014-09-02
Genre: Computers
ISBN: 1593275226

Build Your Own Website is a fun, illustrated introduction to the basics of creating a website. Join Kim and her little dog Tofu as she learns HTML, the language of web pages, and CSS, the language used to style web pages, from the Web Guru and Glinda, the Good Witch of CSS. Once she figures out the basics, Kim travels to WordPress City to build her first website, with Wendy, the WordPress Maven, at her side. They take control of WordPress® themes, install useful plugins, and more. As you follow along, you’ll learn how to: –Use HTML tags –Make your site shine with CSS –Customize WordPress to fit your needs –Choose a company to host your site and get advice on picking a good domain name The patient, step-by-step advice you’ll find in Build Your Own Website will help you get your website up and running in no time. Stop dreaming of your perfect website and start making it!

Little Free Libraries & Tiny Sheds

Little Free Libraries & Tiny Sheds
Author: Philip Schmidt
Publisher: Quarto Publishing Group USA
Total Pages: 179
Release: 2019-03-26
Genre: Gardening
ISBN: 0760366586

Expand the sharing movement to your community with Little Free Libraries and Tiny Sheds—your complete source for building tiny sharing structures, including plans for 12 different structures, step-by-step photography and instructions, inspirational examples, and maintenance. Around the world, a community movement is underway featuring quaint landscape structures mounted on posts in front yards and other green spaces. Some are built for personal use, as miniature sheds for gardeners or as decorative accent pieces. More commonly, though, they are evidence of the growing trend toward neighborhood organization and community outreach. This movement has been popularized by Wisconsin-based Little Free Library (LFL), whose members currently include 75,000 stewards seeking to build community togetherness and promote reading at the same time by sharing books among neighbors. LFL has inspired builders to use similar structures to share things like CDs, food, garden tools, and seeds in the community. Produced in cooperation with Little Free Library, Little Free Libraries and Tiny Sheds is the builder's complete source of inspiration and how-to knowledge. Illustrated throughout with colorful step-by-step photography and a gallery of tiny structures for further inspiration, Little Free Libraries and Tiny Sheds covers every step: planning and design, tools and building techniques, best materials, and 12 complete plans for structures of varying size and aesthetics. In addition, author and professional carpenter Phil Schmidt includes information on proper installation of small structures and common repairs and maintenance for down the road. Little Free Libraries and Tiny Sheds even includes information on how to become a steward, getting the word out about your little structure once it's up and running, and tips for building a lively collection. Community togetherness has never been so at the fore of our consciousness—or so important. Little Free Libraries and Tiny Sheds is one tool on the road to helping you build community in your neighborhood.

Build Your Own Website The Right Way Using HTML & CSS

Build Your Own Website The Right Way Using HTML & CSS
Author: Ian Lloyd
Publisher: SitePoint Pty Ltd
Total Pages: 671
Release: 2011-07-23
Genre: Computers
ISBN: 1457191776

With over 60,000 copies sold since its first edition, this SitePoint best-seller has just had a fresh update to include recent advances in the web industry. With the first two editions coming highly recommended by established, leading web designers and developers, the third edition with all its extra goodies will continue that trend. Also fully updated to include the latest operating systems, web browsers and providing fixes to issues that have cropped up since the last edition. Readers will learn to: Style text and control your page layout with CSS Create and Optimize graphics for the Web Add interactivity to your sites with forms Include a custom search, contact us page, and a News/Events section on your site Track visitors with Google Analytics Extend your reach and connect your site with Social Media Use HTML5&CSS3 to add some cool, polished features to your site Use diagnosis/debug tools to find any problems And lots more.

React in Depth

React in Depth
Author: Morten Barklund
Publisher: Simon and Schuster
Total Pages: 430
Release: 2024-08-27
Genre: Computers
ISBN: 1633437345

Put React to work with this must-have professional collection of advanced React libraries, techniques, and tools. In React in Depth you will learn how to: Assess technologies in the React ecosystem for integration into your applications Implement advanced component patterns to improve React code Optimize React performance for a smooth user experience Use developer tooling for better code maintenance and debugging Work with TypeScript for type safety Use CSS in JavaScript for efficient styling Manage data in React, including remote data and reactive caching Unit test React components for quality assurance and bug prevention Use popular React website frameworks for building production-ready applications React in Depth is a guide to the advanced React skills used by professional React developers. It focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the techniques companies love to ask about at an interview, and how you can future-proof your career by mastering new React technologies as they emerge. You’ll learn the tools and techniques that are vital to build pro-level apps—and put them into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library. Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology The React framework boasts a huge ecosystem of libraries and tools that can help you deliver incredible results efficiently. This guide explores exactly what React pros need to know to get the most out of React, from optimizing performance to even creating full-stack web applications. You’ll learn how to put NextJS, Remix, TypeScript, and more in your React toolbox. About the book React in Depth sets you up with industry-standard React skills to build efficient and scalable applications. If you know the basics, this book will guide you through advanced component patterns, optimization techniques, and developer tooling. Each new skill is introduced and explained with hands-on examples, from a weather app to a Wordle clone. Learn to use TypeScript to confidently refactor your codebase, unlock reusable styles with CSS styled-components and other CSS-in-JS libraries, and work with cutting-edge technologies like NextJS and Remix. You’ll soon have the job-ready skills to tackle React projects like a pro! About the reader For web developers familiar with the basics of React. About the author Morten Barklund is an independent software developer working as a lead developer in various teams, including an open-source React project funded by Google. Morten studied Computer Science at the Technical University of Denmark and has worked on hundreds of projects during over 20 years as a web developer.

Build Your Own Distributed Compilation Cluster - A Practical Walkthrough

Build Your Own Distributed Compilation Cluster - A Practical Walkthrough
Author: Hunter Davis
Publisher: Hunter Davis
Total Pages: 32
Release: 2011-07-28
Genre: Computers
ISBN:

Build Your Own Distributed Compilation Cluster is a collected volume of my article series of the same name. Throughout the 6 in-depth how-to articles, I'll take you through the process of building a fully working cross-compilation distributed build system. The canonical example is of building a distributed ARM to X86-64 cross-compilation cluster. This system is also generic enough to apply to most any compilation environment, while remaining powerful enough to outperform all but the most advanced compilation systems. With source code examples provided and easy step by step instructions, this 60+ page instructional eBook is a valuable introductory and practical resource for those interested in distributed compilation, cross compilation, low power computing clusters, and so much more. It's also one terrific bargain, and an excellent reference.