The Portable Bit Map (“PBM”) image file format was invented in the 1980s as a way to...
Programming
Two methods to load a data file into memory. Use mmap on Linux sysetms.
Explore retroprogramming on FreeDOS with this popular freeware IDE.
This is a very simple way to measure pi, but it was a fun exercise and I...
David Both to be the keynote speaker The Perl and Raku Conference for 2025 is coming up...
I was impressed that AI did so well translating from an old language like FORTRAN 77 into...
While AI agents can help streamline development, keep in mind these cautions when using AI for coding.
Have fun by writing a program to simulate a Cylon's sweeping red eye
Using enumerations with enum makes it easy to store values in a program, yet keep the code...
Using bit fields and bit masks is a common method to combine data without using more complex...
Enjoy the holidays by writing a 'fire' program in ASCII text.
Sharing knowledge with others is often a great way to refresh and update your own expertise.
Read these popular articles from the last year to get started on your programming journey.
You can use open-source tools to produce holiday cards this year. Suppose you have a great photo...
Generate colorful ASCII art from a C program using FreeDOS.
Sometimes it's easier to define your API to hide the platform-specific code