Idempotent Backward Slice
Have you ever wondered what programmers ask themselves when they need to fix a bug in a program? They need to understand how the program’s variables, functions, and data structures interact with ea...
Have you ever wondered what programmers ask themselves when they need to fix a bug in a program? They need to understand how the program’s variables, functions, and data structures interact with ea...
Recently, I embarked on my journey in compiler design by joining UFMG’s Compilers Lab as a graduate researcher. My first challenge was to become familiar with LLVM and learn how to develop a pass ...
If you’ve ever wondered the same question as the title, the short answer is: a compiler. Note: I have limited knowledge on code prettifier tools and their implementations. Now, let’s proceed with...
Problem Statement What if I ask you to split a paragraph in phrases delimited by .?! ? What would be your first approach ? Also, I want you to include the phrase itself and it’s delimiters (.?!)...
Today I’d like to share a trick I’ve learned to download videos faster using youtube-dl. The youtube-dl tool is a command-line utility to download videos from YouTube. But sometimes, when you try t...
Today i’m really excited to announce my new personal blog. As you can see, i’ve introduced myself on the About section of this blog. Hope you guys enjoy my content!