mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
update AW pages
This commit is contained in:
@ -46,7 +46,9 @@ Directory is `desktops`, configuration files have the following fields:
|
||||
|
||||
## <a href="#quotes" class="anchor" id="quotes"><span class="octicon octicon-link"></span></a>Quotes
|
||||
|
||||
Directory is `quotes`, configuration files have the following fields:
|
||||
To provide these data to users [Yahoo! Finance](//finance.yahoo.com/ "Yahoo!
|
||||
Finance site") API iis used. Directory is `quotes`, configuration files have the
|
||||
following fields:
|
||||
|
||||
| Field | Required | Value | Default |
|
||||
|-------|----------|-------|---------|
|
||||
@ -90,8 +92,8 @@ Directory is `upgrade`, configuration files have the following fields:
|
||||
|
||||
## <a href="#weather" class="anchor" id="weather"><span class="octicon octicon-link"></span></a>Weather
|
||||
|
||||
The weather uses data and API from [OpenWeatherMap](//openweathermap.org/
|
||||
"OpenWeatherMap site"). Directory is `weather`, configuration files have the
|
||||
The weather uses data and API from [Yahoo! Weather](//weather.yahoo.com
|
||||
"Yahoo! Weather site"). Directory is `weather`, configuration files have the
|
||||
following fields:
|
||||
|
||||
| Field | Required | Value | Default |
|
||||
|
@ -46,10 +46,10 @@ alternative, but its configuration is the same that the new project creation.
|
||||
Here it is:
|
||||
|
||||
```bash
|
||||
cppcheck --enable=warning,performance,portability,information,missingInclude
|
||||
--std=c++11 --library=qt.cfg --template="[{severity}][{id}] {message}
|
||||
{callstack} (On {file}:{line})" --verbose --quiet
|
||||
path/to/source/files/or/directory
|
||||
cppcheck --enable=warning,performance,portability,information,missingInclude \
|
||||
--std=c++11 --library=qt.cfg --verbose --quiet \
|
||||
--template="[{severity}][{id}] {message} {callstack} (On {file}:{line})" \
|
||||
path/to/source/files/or/directory
|
||||
```
|
||||
|
||||
* `--enable` says which notifications should be enabled. I've disabled `style`
|
||||
|
Reference in New Issue
Block a user