Until recently, I was not really paying attention to the version of Python I was using with Ansible, this as soon as it was Python3. The default version was always good enough for Ansible. During t… (more…)
Read more »
Lately, I’ve been refactoring a sprawling SSIS (SQL Server Integration Services) package that ineffectually wrestles with large XML files. In this programmer’s opinion using SSIS for he… (more…)
Read more »
Last year I took an elective on Computer Graphics (course notes) where I learned about OpenGL shaders, and image compression algorithms. (more…)
Read more »
The for loop is a very basic control flow tool of most programming languages. For example, a simple for loop in C looks like the following: There are no other ways to write a for loop more elegantly… (more…)
Read more »
Short Python snippets that you can quickly learn and use in your work or personal needs... (more…)
Read more »