Background As part of my C studies, I’m writing a sorting algorithm, namely Bubble Sort. It’s not the fastest sorting algorithm for large data sets as it needs to pass-through the array n number ...
[ C ] Return Multiple Variables From a Function Using Pointers
Background As part of my C studies, I’m writing a menu-driven program that calls certain functions based off the user inputs. One of the concepts I’ve found difficult to master is pointers and how...
C Hello World
Background I am learning C as part of my Software Engineering studies. As is tradition, here is my first program with a break-down of its elements. The Source Code // This is a single-line comm...
Migrating Site from Raspberry Pi to GitHub Pages
Background Several years ago, I setup a simple blog to capture what technical stuff I was interested in at the time. I also wanted to get an understanding of web development, how to deploy a websi...
Building my first IOS app with Swift and Xcode
Why ? I’ve started using the Pomodoro technique to keep track of projects that I’m working on. It’s early days with it but I’ve found it helps me keep track of the various professional and non-...
Jinja Templating To Make Change Management Easier
I’ve been looking at Change Management and Maintenance Windows and investigating ways of reducing human error when making planned changes to configuration. One way of doing this is by using configu...
using PATH to run scripts from anywhere
Background I have been looking at setting up a tools folder on my computer so scripts within it can be run from anywhere. Normally, you can only invoke a script like this from either within the fo...
- 1
- 1 / 1