Anton Maurovic - anton.maurovic.com

Tag: programming — 6 articles

AMMAURO #2: Linux VM for developers

AMMAURO #2: Linux VM for developers

My 2nd video in the AMMAURO series shows how Windows and macOS (OS X) users can install a Linux virtual machine to help supplement their development environment, and get the most out of all platforms.

—»  Read More

Nintendo (NES) Gamedev, part 1: Setting up

Nintendo (NES) Gamedev, part 1: Setting up

This is the first article in a short series on throwing yourself quickly into learning game development for the Nintendo Entertainment System. The idea will be to get quick results by example, while learning some key details of how the platform and development tools work.

—»  Read More

Mac OS X Development Environment with Ruby

Mac OS X Development Environment with Ruby

As a programmer it helps to be comfortable across many different platforms, and learn to leverage the benefits of each. After purchasing my first Mac – an old MacBook – I set out to create a tailored environment that would help my Ruby (and other) development sing.

—»  Read More

Wrangling Ruby and ImageMagick in Cygwin

Wrangling Ruby and ImageMagick in Cygwin

Cygwin can be a clever way for Windows environments to leverage the power of tools that might otherwise only be available in the Unix realm. If you attempt Ruby and ImageMagick stuff in it, though, be prepared for a fight…

—»  Read More

Win32 API approach to Windows Drag-and-Drop

Win32 API approach to Windows Drag-and-Drop

Maybe you can’t implement drag-and-drop in Windows without some COM code, but Anders Karlsson has a straightforward wrapper that will appeal to C/C++ coders that normally prefer the simple flavour of the Windows (Win32) API.

—»  Read More

Blogging with nanoc and kramdown, part 1

Blogging with nanoc and kramdown, part 1

I’ve built websites and web apps for over a decade. Finally I’ve set up my own site, to share some knowledge and fun. This is where the sharing begins, by showing you how I quickly threw this site together from scratch, using nanoc.

—»  Read More