YMYosef Mellerinyosefm.hashnode.dev·Apr 30, 2021 · 4 min readN-Dimentional Iteration in C++C++ is the second computer language I ever learned (after BASIC), and I've been working mainly in C++ for the past few years. It's fast and powerful, but boy, do I miss Python sometimes. Some things are just easier in Python, but sometimes C++ can be...00
YMYosef Mellerinyosefm.hashnode.dev·Apr 15, 2021 · 9 min readGet a book's serial number from an imageI've made several attempts over the years to have me a "library program" with a database of books I own. This way I could easily loan them and fear less for tracking their fate. I'll be able to search on author, title, etc. But I've made several atte...01J