- Mastering JavaScript Functional Programming
- Federico Kereki
- 167字
- 2021-07-02 22:41:03
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, user input, and Twitter handles are shown as follows: "Just assign the names of the layers you want to activate to the VK_INSTANCE_LAYERS environment variable".
A block of code is set as follows:
{
if( (result != VK_SUCCESS) ||
(extensions_count == 0) ) {
std::cout << "Could not enumerate device extensions." << std::endl;
return false;
}
Any command-line input or output is written as follows:
setx VK_INSTANCE_LAYERS VK_LAYER_LUNARG_api_dump;VK_LAYER_LUNARG_core_validation
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: "Select System info from the Administration panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- HornetQ Messaging Developer’s Guide
- Computer Vision for the Web
- Ray分布式機器學(xué)習(xí):利用Ray進行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- Hands-On C++ Game Animation Programming
- 微信小程序入門指南
- Web Development with MongoDB and Node(Third Edition)
- 響應(yīng)式Web設(shè)計:HTML5和CSS3實戰(zhàn)(第2版)
- JavaScript程序設(shè)計(第2版)
- PHP與MySQL權(quán)威指南
- Android Development Tools for Eclipse
- Get Your Hands Dirty on Clean Architecture
- Instant Pygame for Python Game Development How-to
- Unity虛擬現(xiàn)實開發(fā)圣典
- Learning jqPlot
- The Python Apprentice