Metadata in PDF files can be stored in at least two places:
- the Info Dictionary, a limited set of key/value pairs
- XMP packets, which contain RDF statements expressed as XML
| // | |
| // This sketch will print some of interesting predefined constants to Serial. | |
| // | |
| // For more information, look at | |
| // http://electronics4dogs.blogspot.com/2011/01/arduino-predefined-constants.html | |
| // helper macro | |
| #define LINE(name,val) Serial.print(name); Serial.print("\t"); Serial.println(val); | |
| void setup() |
| <code style="color:black;">code_to_highlight</code> |
| git diff --no-index path/to/file/1.txt path/to/file/2.txt |
| git checkout origin/main -- {filename} |
| git checkout stash@{0} -- arduino/src/README.md |
| <!--- cspell:dictionaries python ---> | |
| <!--- cspell:ignore variable_name ---> |
| # add | |
| git config --global alias.st status | |
| # view | |
| git config --get-regexp alias |
| ipfs dag get bafybeiccfclkdtucu6y4yc5cpr6y3yuinr67svmii46v5cfcrkp47ihehy | python -m json.tool |