sudoankit | 1 year ago | on: The zombie misconception of theoretical computer science
sudoankit's comments
sudoankit | 2 years ago | on: Introduction to Modern Statistics
You could also look at Introduction to Probability by Joseph K. Blitzstein and Jessica Hwang (available for free here: http://probabilitybook.net (redirects to drive)).
sudoankit | 4 years ago | on: std::latch
sudoankit | 4 years ago | on: std::latch
It's the same as std::string product; product = "not worked";
[&](job& my_job) { } is a lambda expression. & is capturing the variable by reference. my_job is the parameter being passed which is a pointer of type job.
Please check https://en.cppreference.com/w/cpp/language/lambda and https://docs.microsoft.com/en-us/cpp/cpp/lambda-expressions-... for more.
sudoankit | 5 years ago | on: Natto.dev – A Canvas for JavaScript
sudoankit | 5 years ago | on: macOS Big Sur
Mojave on my 13” MBP 2015 is still fantastic. Great OS, great keyboard, USB ports, MagSafe, etc.
sudoankit | 5 years ago | on: Cell Signaling Technologies – Detailed 3D model of human cells
sudoankit | 8 years ago | on: Geometrical Explorations of the Lagrangian Multipliers