Madhur Chauhan

Results 8 issues of Madhur Chauhan

A best practice style PR, shows shiny new C++20 toys.

Currently the environment `cvsubsection` provides fixed numbers of columns — 3. If the text in middle column is long with left and right columns being under unutilized still there is...

I think the notes for [Deep Work](https://github.com/mgp/book-notes/blob/master/deep-work.markdown) is incomplete as of now. Is there some progress going on?

As of today, there is no support for `G++17 9.2.0 (64 bit)` in [langs.go](https://github.com/xalanq/cf-tool/blob/4aff8682ad0d1e14155c9744a3f27780576bb11e/client/langs.go#L11) Here's the blog post of announcement: [link](https://codeforces.com/blog/entry/75004)

1. I have tried connecting to servers from other region e.g.-IN, NL, IT, US, SG etc. but none of them works it shows this error: > Trying next server... >...

presented code will not take more than 3*32 instructions and is very easy to code.

I use address sanitizers to compile my C++ programs (`-fsanitize=address -fno-omit-frame-pointer`). When I run the binaries it outputs: ``` ==10714==ASan runtime does not come first in initial library list; you...

Borrowing the idea of and_then from std::optional / std::expected, error handling for parsing multiple fields can be easy as it can be chained. simdjson::ondemand::object o; o[key1].and_then(...).and_then(...); Instead of checking for...