Pavel I. Kryukov

Results 130 comments of Pavel I. Kryukov
trafficstars

I wanted to suggest the Haskell code which prints Ruby script which prints Python script which prints initial Haskell code... but then I looked into quine-relay above... Nevertheless, here it...

Calculate Easter date in Excel: http://www.contextures.com/exceleastercalculation.html > The winner was apparently Norbert Hetterich of Germany with this formula (assumes the year is in cell A1, and day/month/year date format in...

JSON interface that we are going to implement in MIPT-MIPS: https://github.com/MIPT-ILab/mipt-mips/issues/355. Feel free to discuss.

For testing, we can add `test/rv*` files with artificial overlapping opcodes and check there are warning/error with GitHub action

@genericFJS vielen Dank! Unfortunately, I did not found a way to enable this package (w/o your changes) with Cyrillic input. Because of this and some other reasons I switched my...

Thanks, you convinced me to switch back.

Для типов стандартной библиотеки вывод, увы, не всегда выводится в формате (а) полезном и (б) консистентном. Пункт (б) весьма нехорош для стандартизации. ```c++ #include #include int main() { std::cout

> выглядит странно, что стандартные классы исключений не могут получать описание ошибки в виде `std::string_view`. Да, но обычно описание ошибки генерируют в рантайме, чтобы иметь в нём информацию для отладки;...