Skip to content
  • About
Jaime Rios
  • About
Jaime Rios
Button
  • About
AppleScriptCoding

Automate Evernote using AppleScript

This is just a sample of how to create pages in Evernote using AppleScript. Portions of AppleScript code...
jaimeriosFeb 6, 2022
Coding

Unit Tests and CMake

Here’s an example CMakeLists.txt, where I set up a unit test target, using the GTest framework: The above...
jaimeriosApr 22, 2021
Coding

clang static analyzer

I used Xcode and loved the static analyzer. Then I switched to Visual Studio Code to do my...
jaimeriosApr 15, 2021
Coding

C++ std::erase and rbegin/rend

Once. Only once have I done this. I had to traverse a std::vector in reverse, and at some...
jaimeriosApr 8, 2021
Coding

Mandelbrot Set

I’m quite fascinated with the image that the Mandelbrot Set produces, but admittedly, I didn’t understand how to...
jaimeriosApr 1, 2021
Coding

C++ std::next

Another way to increment an iterator, and preferred if you’re using std::move in your code, is to use...
jaimeriosMar 25, 2021
Coding

C++20 std::source_location

This is a compile time utility, which replaces macros like FILE and LINE. I’m partial to using functions...
jaimeriosMar 18, 2021
Coding

Canonicalizing a URL path using std::filesystem::canonical

More specially, a file path where we are trying to remove .. and . So, if you have...
jaimeriosMar 11, 2021
Coding

C++ std::rotate

This is an interesting template function, defined in , which moves elements of a container class, much in...
jaimeriosMar 4, 2021
Coding

C++ stack

In some sample code, you may see a reference to stack. This is a type of data structure,...
jaimeriosFeb 28, 2021
123
  • About
Copyright © 2025 - Yuki Theme By WP Moose