mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 14:15:46 +00:00
update AW pages
This commit is contained in:
@ -46,7 +46,8 @@ short: aw-v21-bells-and-whistles
|
||||
|
||||
## <a href="#quotes" class="anchor" id="quotes"><span class="octicon octicon-link"></span></a>Котировки
|
||||
|
||||
Директория называется `quotes`, файлы настроек имеют следующие поля:
|
||||
Для получения данных используется API [Yahoo! Finance](//finance.yahoo.com "Сайт
|
||||
Yahoo! Finance"). Директория называется `quotes`, файлы настроек имеют следующие поля:
|
||||
|
||||
| Поле | Обязательное | Значение | По-умолчанию |
|
||||
|------|--------------|----------|--------------|
|
||||
@ -90,8 +91,8 @@ short: aw-v21-bells-and-whistles
|
||||
|
||||
## <a href="#weather" class="anchor" id="weather"><span class="octicon octicon-link"></span></a>Погода
|
||||
|
||||
Для показа погоды используются данные и API [OpenWeatherMap]
|
||||
(//openweathermap.org/ "Сайт OpenWeatherMap"). Директория называется `weather`,
|
||||
Для показа погоды используются данные и API [Yahoo! Weather]
|
||||
(//weather.yahoo.com/ "Сайт Yahoo! Weather"). Директория называется `weather`,
|
||||
файлы настроек имеют следующие поля:
|
||||
|
||||
| Поле | Обязательное | Значение | По-умолчанию |
|
||||
|
@ -49,10 +49,10 @@ source будем использовать то, что имеется. Знат
|
||||
Тут все, казалось бы, очень просто:
|
||||
|
||||
```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` говорит о том, какие уведомления надо включить. Я выключил `style`
|
||||
|
Reference in New Issue
Block a user