Raspberry Pi by Example

Total Page:16

File Type:pdf, Size:1020Kb

Raspberry Pi by Example www.allitebooks.com Raspberry Pi By Example Start building amazing projects with the Raspberry Pi right out of the box Ashwin Pajankar Arush Kakkar BIRMINGHAM - MUMBAI www.allitebooks.com Raspberry Pi By Example Copyright © 2016 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: April 2016 Production reference: 1190416 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78528-506-6 www.packtpub.com www.allitebooks.com Credits Authors Copy Editors Ashwin Pajankar Stuti Srivastava Arush Kakkar Madhusudan Uchil Reviewers Project Coordinator Nathan Johnson Nikhil Nair Elliot Kermit-Canfield Anna Torlen Proofreader Safis Editing Commissioning Editor Dipika Gaonkar Indexer Priya Sane Acquisition Editor Ashwin Nair Graphics Kirk D'Penha Content Development Editor Merwyn D'souza Production Coordinator Shantanu N. Zagade Technical Editors Nirant Carvalho Cover Work Shantanu N. Zagade Mohit Hassija www.allitebooks.com About the Authors Ashwin Pajankar is a software professional and IoT enthusiast with more than 5 years' experience in software design, development, testing, and automation. He graduated from IIIT Hyderabad, earning an M.Tech in computer science and engineering. He holds multiple professional certifications from Oracle, IBM, Teradata, and ISTQB in development, databases, and testing. He has won several awards in college through outreach initiatives, at work for technical achievements, and community service through corporate social responsibility programs. He was introduced to Raspberry Pi while organizing a hackathon at his workplace, and he's been hooked on Pi ever since. He writes plenty of code in C, Bash, Python, and Java on his cluster of Pis. He's already authored one book on Raspberry Pi and reviewed three other titles related to Python for Packt Publishing. His LinkedIn Profile is at https://in.linkedin.com/in/ashwinpajankar. I would like to thank my wife, Kavitha, for motivating me to write this book and share my knowledge with others. I would like to thank my coauthor, Arush Kakkar, for taking over the project after the first few chapters. I also thank Merwyn D'Souza from Packt Publishing for providing me with the opportunity, guidance, and required support in writing this book. Last but not least, I would like to thank all the reviewers who helped me make the book better by providing their precious feedback. www.allitebooks.com Arush Kakkar is a computer vision and deep learning researcher and an undergraduate at Delhi Technological University. His primary focus is on autonomous robotics, which includes drones and self-driving cars, and he has been involved in building such systems in different capacities, such as navigation, localization, path planning. He has also leveraged state-of-the art computer vision and deep learning technologies for them. He is the electrical systems head of the Solar Car team of his university, Solaris DTU. He is currently working on his own driverless car company, CruiseX, which uses deep learning to drive more smoothly and with fewer errors. You can connect with him through his website at http://www.arushkakkar.com and read up on some of his projects at http://blog.arushkakkar.com. I would like to thank my parents for supporting me in writing this book. I would like to thank Ashwin for collaborating while writing this book, and I would also like to thank Merwyn from Packt Publishing for coordinating the collaboration. I am thankful to all the reviewers for helping me improve the book and expanding my knowledge. www.allitebooks.com About the Reviewers Nathan Johnson is an NC State University graduate and the author and maintainer of the node-arm project. Apart from node-arm, he has also contributed to several other Raspberry Pi projects. He currently works for the Charlotte-based company Red Ventures as a software engineer writing applications in Node.js. I would like to thank my mom, dad, and brother for reminding me to use all the talents I've been given. Elliot Kermit-Canfield is a graduate student studying computer music at the Center for Computer Research in Music and Acoustics at Stanford University. In addition to a degree in music, science, and technology from Stanford, he holds degrees in integrative arts and music theory from Penn State. Elliot is an avid computer musician and has worked with Raspberry Pi and other embeddable systems with audio applications. Anna Torlen is an artist, educator, and techie. She received a bachelor of arts degree in studio art at The College of Santa Fe and a master of fine arts degree in media, technology, and entertainment at Florida Atlantic University. She has worked on Raspberry Pi projects at her college and at Hacklab in Boynton Beach, FL. She has contributed to the Adafruit Community Corner blog. She is currently working at Palm Beach State College as a multimedia adjunct professor. She is interested in building outdoor solar-powered Internet of Things Raspberry Pi projects. www.allitebooks.com www.PacktPub.com eBooks, discount offers, and more Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub. com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at [email protected] for more details. At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks. TM https://www2.packtpub.com/books/subscription/packtlib Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books. Why subscribe? • Fully searchable across every book published by Packt • Copy and paste, print, and bookmark content • On demand and accessible via a web browser www.allitebooks.com www.allitebooks.com Table of Contents Preface vii Chapter 1: Introduction to Raspberry Pi and Python 1 Single-board computers 1 Raspberry Pi 3 Raspberry Pi models 3 Operating systems 7 Raspbian 8 Setting up the Raspberry Pi 8 Preparing MicroSD card manually 10 Booting up our Pi for the first time 14 Shutting down and rebooting Pi safely 17 Updating the Pi 18 Getting started with Python 19 Turtle programming with Python 24 Summary 28 Chapter 2: Minecraft Pi 29 Introduction to Minecraft Pi 29 Playing Minecraft Pi 30 Movement control in Minecraft Pi 34 Action control in Minecraft Pi 35 Other controls in Minecraft Pi 38 Python programming for Minecraft Pi 38 Summary 44 [ i ] www.allitebooks.com Table of Contents Chapter 3: Building Games with PyGame 45 Introducing PyGame 45 Installing PyGame 46 Drawing a binary fractal tree 47 Building a snake game 51 Summary 58 Chapter 4: Working with a Webcam and Pi Camera 59 Working with webcams 59 Crontab 61 Creating a timelapse sequence using fswebcam 62 Webcam video recording and playback 64 Working with the Pi Camera and NoIR Camera modules 66 Using raspistill and raspivid 68 Using picamera in Python with the Pi Camera module 71 The Pi camera versus the webcam 72 Summary 72 Chapter 5: Introduction to GPIO Programming 73 Introducing GPIO pins 74 Building an LED Blinker 76 Connecting a button 78 Installing PiGlow 80 Using PiGlow 83 Building a binary clock 85 Summary 89 Chapter 6: Creating Animated Movies with Raspberry Pi 91 Introducing stop-motion animation 91 Setting up the prerequisites 92 Setting up and testing the camera 93 Adding the hardware button 96 Rendering the video 98 Summary 99 Chapter 7: Introduction to Computer Vision 101 Introducing Computer Vision 102 Introducing OpenCV 102 Setting up Pi for Computer Vision 103 Testing the OpenCV installation with Python 106 [ ii ] Table of Contents Introducing NumPy 106 Array creation 107 Basic operations on arrays 107 Linear algebra 108 Working with images 109 Using matplotlib 112 Working with Webcam using OpenCV 114 Saving a video using OpenCV 116 Pi Camera and OpenCV 117 Retrieving image properties 117 Arithmetic operations on images 118 Splitting and merging image color channels 122 Negating an image 123 Logical operations on images 124 Colorspaces and conversions 126 Tracking in real time based on color 129 Summary 130 Chapter 8: Creating Your Own Motion Detection and Tracking System 131 Thresholding images 131 Otsu's method 134 Noise 136 Kernels for noise removal 136 2D convolution filtering 137 Low pass filtering 138 Morphological transformations on images 141 Motion detection and tracking 142 Summary 146 Chapter 9: Grove Sensors and the Raspberry Pi 147 Introducing the GrovePi 147
Recommended publications
  • ACS – the Archival Cytometry Standard
    http://flowcyt.sf.net/acs/latest.pdf ACS – the Archival Cytometry Standard Archival Cytometry Standard ACS International Society for Advancement of Cytometry Candidate Recommendation DRAFT Document Status The Archival Cytometry Standard (ACS) has undergone several revisions since its initial development in June 2007. The current proposal is an ISAC Candidate Recommendation Draft. It is assumed, however not guaranteed, that significant features and design aspects will remain unchanged for the final version of the Recommendation. This specification has been formally tested to comply with the W3C XML schema version 1.0 specification but no position is taken with respect to whether a particular software implementing this specification performs according to medical or other valid regulations. The work may be used under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported license. You are free to share (copy, distribute and transmit), and adapt the work under the conditions specified at http://creativecommons.org/licenses/by-sa/3.0/legalcode. Disclaimer of Liability The International Society for Advancement of Cytometry (ISAC) disclaims liability for any injury, harm, or other damage of any nature whatsoever, to persons or property, whether direct, indirect, consequential or compensatory, directly or indirectly resulting from publication, use of, or reliance on this Specification, and users of this Specification, as a condition of use, forever release ISAC from such liability and waive all claims against ISAC that may in any manner arise out of such liability. ISAC further disclaims all warranties, whether express, implied or statutory, and makes no assurances as to the accuracy or completeness of any information published in the Specification.
    [Show full text]
  • Archive Utility Download
    archive utility download mac Question: Q: finding archive utility app and uninstalling winzip? i have zip files that now default to WINZIP which i downloaded for a demo and never uninstalled. can someone remind me how to uninstall it again? ALSO, i am trying to set ZIPPED files to open with ARCHIVE UTILITY but i don't see anywhere to set this with the OPEN WITH dialogs. i checked in the UTILITY FOLDER in applications but it is not there. i forget if this is something obvious or what. Mac Pro, macOS 10.13. Posted on Jul 15, 2020 11:46 AM. Anyone who has purchased the product from the WinZip store* within 30 days can get a refund of the purchase price. If you want to arrange a refund, please contact WinZip Service or mail a request to: Mansfield, CT 06268-0540. Please include your name, order number, and postal address in your request. To qualify for a refund, please remove the software from any computers on which you've installed it. Also, please destroy the CD, if you received one. The best way to remove WinZip Mac from your computer is as follows: Click the WinZip icon on the dock Click the WinZip drop down menu and then the Uninstall menu item. Then contact WinZip Service, state that you have removed the software from any computers on which you've installed it (and have destroyed the CD if applicable), and also state that you will no longer be using the software. * Note: If you have purchased WinZip through the Apple Store and believe you are in need of a refund, you must contact the Apple Store.
    [Show full text]
  • SQL Server on Linux
    SQL Server on Linux Configuring and administering Microsoft's database solution Jasmin Azemović BIRMINGHAM - MUMBAI SQL Server on Linux Copyright © 2017 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: August 2017 Production reference: 1100817 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78829-180-4 www.packtpub.com Credits Author Copy Editor Jasmin Azemović Safis Editing Reviewer Project Coordinator Marek Chmel Nidhi Joshi Commissioning Editor Proofreader Amey Varangaonkar Safis Editing Acquisition Editor Indexer Tushar Gupta Pratik Shirodkar Content Development Editor Graphics Cheryl Dsa Tania Dutta Technical Editor Production Coordinator Prasad Ramesh Melwyn Dsa About the Author Jasmin Azemović is a university professor active in the database systems, information security, data privacy, forensic analysis, and fraud detection fields.
    [Show full text]
  • Expert Python Programming Third Edition
    Expert Python Programming Third Edition Become a master in Python by learning coding best practices and advanced programming concepts in Python 3.7 Michał Jaworski Tarek Ziadé BIRMINGHAM - MUMBAI Expert Python Programming Third Edition Copyright © 2019 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. Commissioning Editor: Kunal Chaudhari Acquisition Editor: Chaitanya Nair Content Development Editor: Zeeyan Pinheiro Technical Editor: Ketan Kamble Copy Editor: Safis Editing Project Coordinator: Vaidehi Sawant Proofreader: Safis Editing Indexer: Priyanka Dhadke Graphics: Alishon Mendonsa Production Coordinator: Shraddha Falebhai First published: September 2008 Second edition: May 2016 Third edition: April 2019 Production reference: 1270419 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78980-889-6 www.packtpub.com To my beloved wife, Oliwia, for her love, inspiration, and her endless patience.
    [Show full text]
  • CRIS Automated Interface Guide
    Automated Interface Guide Public and Standard Extracts v18.0 Crash Data and Analysis, Traffic Safety Division Table of Contents 1. Document Information ............................................. 3 1.1 Version Control ......................................................................................................................................... 3 2. Overview .................................................................... 5 3. CRIS Operating System and Browser Support Matrix 5 4. Public Interface ......................................................... 5 4.1 Self-Registration....................................................................................................................................... 5 4.2 Accessing Public Interface ...................................................................................................................... 9 4.3 Create Interface Request ..................................................................................................................... 10 4.4 Download Extracts ................................................................................................................................ 12 5. Standard Interface ................................................ 15 5.1 Self-Registration.................................................................................................................................... 15 5.2 Accessing Standard Interface .............................................................................................................
    [Show full text]
  • Unzip Rar Files Free Software
    Unzip rar files free software Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM; Unpacking only: AR, ARJ, CAB, CHM, CPIO, We compared 7-Zip with WinRAR Archiver, Mozilla Firefox, Google Earth. 65 files 85 bytes, files And 7-Zip compresses to zip format % better than most of other zip compatible programs.​Download · ​7z Format · ​FAQ · ​Support. WinRAR, free and safe download. WinRAR latest version: The king of compressed files. WinRAR is a program that can be used to open, create and decompress. RAR files can be split into multi-volume archives when dealing with large file sets. Click 1-click Unzip and choose Unzip to PC or Cloud in the WinZip toolbar. Free RAR Extract Frog extracts RAR archive files. RAR files aren't uncommon, but some ZIP tools don't handle the format; even if they do, it's often quicker and. Unzip RAR is a free file decompressing (unzip) tool for RAR archives, it can quickly open and extract files and folders in RAR archives, simple and easy to use. Software provides preview function, it will read RAR archives and show all. free Rar files software. Open, extract 7Z ACE CAB RAR TAR ZIP archives, support + formats. Extract Rar files, free Zip Unzip software. PeaZip Portable. Free portable Zip software, extract Rar files. This is the best solution to bring a complete zip & unzip / unrar utility with you (i.e. on an USB drive), make it. To Open RAR files, you need to install WinRar which is not a free application. Files\RAR File Open Knife - Free Opener\); Use notepad to create a text file.
    [Show full text]
  • Linux Lite 1.0.2 – Basic Computer And
    computer literacy movement construction e - learning of a modern ITdesk.info – society project of computer e-education with an open access - digital literacy handbook human rights e - inclusion to education and information open access Linux Lite 1.0.2 – Basic computer and file managing HANDBOOK Author: Melani Max ITdesk.info – project of computer e-education with open access Original: Author: Gorana Čelebić Subtitle: Osnovno korištenje računala i upravljanje datotekama – Windows 7, priručnik ISBN: 978-953-56758-1-5 Publisher: Otvoreno društvo za razmjenu ideja (ODRAZI), Zagreb Expert review: EdukaCentar, ustanova za obrazovanje, Zagreb Proofreading: Ema Čišić Place and year of publication: Zagreb, 2011. Adjusted for the Linux Lite operating system by: Author: Melani Max Main title: ITdesk.info – projekt računalne e-edukacije sa slobodnim pristupom Subtitle: Linux Lite 1.0.2 - Basic computer and file managing, handbook Translation: Una Šijan Proof-reading: Manuela Sánchez Expert review: Kundan Singh Publisher: Otvoreno društvo za razmjenu ideja (ODRAZI), Zagreb ISBN: 978-953-56758-1-5 Place and year of publication: Zagreb, 2013. Copyright: Feel free to copy, print and re-distribute the whole or a part of this publication, including for the educational purposes, whether public or private educational organizations, but exclusively in non- commercial purposes (therefore, without charging the end users of publication) and with a reference to the source (source: www.ITdesk.info – computer e-education project with a free access). Derivative works without prior approval of the copywright holder (Open Society for the Exchange of Ideas-ODRAZI) are not permitted. Contact for permission for derivative works: [email protected]. ITdesk.info – project of computer e-education with open access PREFACE Today’s society is marked by a sudden growth and development of information technology (IT) field, which has resulted in society being greatly dependent, in a broader sense, on the knowledge and competence of the people working in the IT sector.
    [Show full text]
  • Senomix Timesheets for Mac OS X Self-Installed Server Installation
    Senomix Timesheets for Mac OS X Self-Installed Server Installation Guide v5.2 © 2017 Senomix Software Inc. www.senomix.com Table of Contents 1.0 - Timesheets Server Installation and Use .............................................. 1 2.0 - Server Operation ................................................................................ 7 3.0 - Network Configuration ........................................................................ 8 General Firewall Configuration ................................................................. 8 Network Configuration for External Connections ...................................... 8 VPN Troubleshooting ............................................................................... 9 4.0 - System Uninstall ............................................................................... 10 Appendix I - Installing the Server as a Daemon Process .......................... 11 Senomix Timesheets Macintosh OS X Installation Guide 1.0 - Timesheets Server Installation and Use The Senomix Timesheets Server is the program which will collect all of your office’s time and expense tracking data. To extract your Senomix Server data files from their .zip package, we recommend using the default Mac .zip archive program rather than a third-party tool (such as Zipeg, which can change the application permissions of your Senomix programs and prevent them from running). Please Note: If your server computer uses an anti-virus security system with active scanning, you must whitelist all Senomix applications running on
    [Show full text]
  • Open Rar Free
    Open rar free click here to download 7-Zip is free software with open source. The most of the code is under the GNU LGPL license. Some parts of the code are under the BSD 3- clause License. WinRAR, free and safe download. WinRAR latest WinRAR is a file compression program that can be used to open, create and decompress RAR, ZIP and. Open any RAR file in seconds, for free! New update: Now in addition to RAR, it handles dozens of popular archives, like 7Z, Zip, TAR, LZH, etc. RAR Opener is a . Free RAR files opener, extractor utility. How to open, extract RAR format free, unzip. Work with WinRar archives extraction. Windows, Linux unrar software. Zip, unzip, rar files online. Extract files from archive online, no installation, safe and free. Unzip, unrar decompression in cloud. Uncompress, unzipping tool. Archive Extractor is a small and easy online tool that can extract over 70 types of compressed files, such as 7z, zipx, rar, tar, exe, dmg and much more. WinZip opens RAR files. Use WinZip, the world's most popular zip file utility, to open and extract content from RAR files and other compressed file formats. You cannot put RAR File Open Knife on a portable or flash drive and have it function correctly. However, there is an alternative tool called “RarZille Free Unrar. If you want to create RAR files, WinRAR is your best bet. However, if you just need to extract a RAR file, the free and open source 7-Zip app is a. UnRarX is a free WinRAR- style tool for Mac which allows you to unzip RAR files.
    [Show full text]
  • Juhtolv-Fontsamples
    juhtolv-fontsamples Juhapekka Tolvanen Contents 1 Copyright and contact information 3 2 Introduction 5 3 How to use these PDFs 6 3.1 Decompressing ............................... 6 3.1.1 bzip2 and tar ............................. 8 3.1.2 7zip .................................. 11 3.2 Finding right PDFs ............................. 12 4 How to edit these PDFs 16 4.1 What each script do ............................ 16 4.2 About shell environment .......................... 19 4.3 How to ensure each PDF take just one page .............. 20 4.4 Programs used ................................ 20 4.5 Fonts used .................................. 23 4.5.1 Proportional Gothic ......................... 24 4.5.2 Proportional Mincho ........................ 26 4.5.3 Monospace (Gothic and Mincho) ................. 27 4.5.4 Handwriting ............................. 28 4.5.5 Fonts that can not be used .................... 29 5 Thanks 30 2 1 Copyright and contact information Author of all these files is Juhapekka Tolvanen. Author’s E-Mail address is: juhtolv (at) iki (dot) fi This publication has included material from these dictionary files in ac- cordance with the licence provisions of the Electronic Dictionaries Research Group: • kanjd212 • kanjidic • kanjidic2.xml • kradfile • kradfile2 See these WWW-pages: • http://www.edrdg.org/ • http://www.edrdg.org/edrdg/licence.html • http://www.csse.monash.edu.au/~jwb/edict.html • http://www.csse.monash.edu.au/~jwb/kanjidic_doc.html • http://www.csse.monash.edu.au/~jwb/kanjd212_doc.html • http://www.csse.monash.edu.au/~jwb/kanjidic2/ • http://www.csse.monash.edu.au/~jwb/kradinf.html 3 All generated PDF- and TEX-files of each kanji-character use exactly the same license as kanjidic2.xml uses; Name of that license is Creative Commons Attribution-ShareAlike Licence (V3.0).
    [Show full text]
  • Introducing Postgresql
    PostgreSQL Administration Cookbook 9.5/9.6 Edition Effective database management using PostgreSQL 9.5/9.6 Simon Riggs Gianni Ciolli Gabriele Bartolini BIRMINGHAM - MUMBAI PostgreSQL Administration Cookbook 9.5/9.6 Edition Copyright © 2017 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: April 2017 Production reference: 1250417 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78588-318-7 www.packtpub.com Credits Authors Copy Editor Simon Riggs Safis Editing Gianni Ciolli Gabriele Bartolini Reviewer Project Coordinator Sheldon Strauch Shweta H Birwatkar Commissioning Editor Proofreader Amey Varangaonkar Safis Editor Acquisition Editor Indexer Ajith Menon Aishwarya Gangawane Content Development Editor Graphics Amrita Noronha Tania Dutta Technical Editor Production Coordinator Sneha Hanchate Melwyn Dsa About the Authors Simon Riggs is the CTO of 2ndQuadrant and an active PostgreSQL committer.
    [Show full text]
  • Capacitació Digital Bàsica I Navegacio I Comunicacio I
    Capacitació digital bàsica I NAVEGACIO I COMUNICACIO I NAVEGACIÓ I COMUNICACIÓ I - 1 Navegació i comunicació I ICONES VEURE TAMBÉ ex. VEURE EXEMPLE CONTINGUT COMPLEMENTARI PER SABER-NE MÉS ACTIVITAT SOLUCIÓ Navegació i comunicació I INDEX Presentació ..............................................................................4 Personalitzar el navegador .....................................................5 Barres d’eines ......................................................................................... 5 Complements i extensions ..................................................................... 8 Traductors i visualitzacions prèvies ...................................................... 13 Còpies del navegador .......................................................................... 16 Les barres de navegació ...................................................................... 17 Activitats ................................................................................................ 19 Localitzar informació ............................................................20 Els motors de cerca ............................................................................... 20 Altres eines de localització ................................................................... 24 Estratègies de cerca ............................................................................. 33 Cerca avançada ................................................................................... 34 Activitats ...............................................................................................
    [Show full text]