- Raspberry Pi Blueprints
- Dan Nixon
- 173字
- 2021-07-23 19:55:57
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames dummy URLs and user input are shown as follows: "Where path/to/raspbian_image.img
is the extracted image file and sdX
is the path to your SD card."
A block of code is set as follows:
#!/bin/bash sleep 20 cd /home/pi python player.py -d music --random -f 99.9 &
Any command-line input or output is written as follows:
ffmpeg -i file.mp3 -f s16le -ar 22.05k -ac 2 - | sudo ./pifm - freq 22050 stereo
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Files can be uploaded by right-clicking on them and selecting Upload."
推薦閱讀
- C++ Primer習(xí)題集(第5版)
- JavaScript百煉成仙
- Interactive Data Visualization with Python
- 數(shù)據(jù)結(jié)構(gòu)(Java語(yǔ)言描述)
- MariaDB High Performance
- Apache Mahout Clustering Designs
- C語(yǔ)言開(kāi)發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Python圖形化編程(微課版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- QGIS Python Programming Cookbook(Second Edition)
- Raspberry Pi Robotic Blueprints
- Vue.js 3應(yīng)用開(kāi)發(fā)與核心源碼解析
- 零基礎(chǔ)學(xué)C語(yǔ)言(第4版)
- Mastering JavaScript
- Serverless從入門到進(jìn)階:架構(gòu)、原理與實(shí)踐