Nikolai Aleksandrovich Pavlov
Nikolai Aleksandrovich Pavlov
 Note highlights: `Python` (link to the paragraph which is currently shown), `Tab` (links to Tab key description under `:h key-notation`), `
[g:python_host_prog](http://neovim.io/doc/user/nvim_python.html#g:python_host_prog) and next variable documentation currently looks like > ``` > To point Nvim to a specific Python 2 interpreter, set YXXYg:python_host_prog|: > ``` : note YXXY. Link is absent.
Current style guide does not talk about trailing commas in array and struct braced initializer list format. The example shows that it should be omitted in struct initialization, but I...
Consider the following script: ``` python import sys; print sys.modules['__main__'].__dict__ is globals() ``` . In Vim this code prints `True`, in NeoVim it prints `False`. Using `import __main__` can be...
This is what I have in ipython:  . And this is bipython:  . I guess it is easy to see the difference: - bipython version uses...
Tried the following code: ucg x /var/log/messages Surprisingly it failed with ucg: error: GetFileDescriptor(): open(/var/log/messages) failed: Operation not permitted `ag` and `grep` are fine with opening the file. After some...
Предлагаю написать .travis.yml, чтобы travis автоматически собирал PDF‐ки, лучше даже четырьмя способами (cmake, make) × (pdflatex, xelatex). Можно также с помощью travis сразу выкладывать куда‐то. Я собираюсь для своего диплома...
Как‐то я попытался вставить в свой диплом блок‐схему, но не смог обнаружить нормального пакета, чтобы он рисовал красиво и по ГОСТ: - Dia отвалилась почти сразу: 1. Я попытался туда...
Неплохо бы добавить в README ссылки на проекты, использующие данный шаблон. Надеюсь, я не один такой, что выложил свой проект (диплом) в общий доступ?
Как‐то мне захотелось вставить слишком длинный листинг, чтобы он уместился на одну страницу (и, соответственно, в один float), но тем не менее не потерять одностраничные листинги (я не всегда хочу...