The Monty Hall problem in Ruby
4 min read
The Monty Hall Problem is a probability brain teaser based on the game show "Let's Make a Deal", where Monty Hall is the host.
4 min read
The Monty Hall Problem is a probability brain teaser based on the game show "Let's Make a Deal", where Monty Hall is the host.
1 min read
Here's a quick command for generating a zip from the terminal.
2 min read
Sometimes information you're looking for on a website is not (1) available at a quick glance (ie. no parsing through non-essential elements), and (2) easy to extract for other purposes, such as doing a comparison between different projects or tracking changes to a project.
One solution for this is to use browser developer tools and a little javascript.
More posts can be found in the archive.