Guv's Stuff
Menu
  • Home
  • About Guv
  • Inspiring Quotes
A JPEG is Worth 600 Words
Browse: Home » Programming
VIC-20 Tetris

VIC-20 Tetris

2023-05-05 · by pmcgovern · in Various Items

Wrote Tetris in 6502 assembly for the Commodore VIC-20. You can find it here. Collision detection is a mess, and the sound effects are primitive. Flicker is also a problem. The pros are able to synchronize rendering with the scan…

Rust ANSI Art

Rust ANSI Art

2022-01-16 · by pmcgovern · in Programming

I wrote a dumb utility to print a image to the console using Rust: https://github.com/paulmcgovern/ansi_image Rust is great, but I speak it with an accent. I’ve been working mostly with Python and JS for the last few years so returning…

PowerShell ANSI Art

PowerShell ANSI Art

2020-01-01 · by pmcgovern · in Programming, Various Items

Recent versions of the Windows console support RGB ANSI colors. Here’s a script that outputs an image to the console, useful for when you feel the need to beautify the user experience of some backup script. It repeatedly samples parts…

Fun With Common Table Expressions

Fun With Common Table Expressions

2018-11-03 · by pmcgovern · in Programming

I came across some interesting ways to use common table expressions (CTE) in SQL Server and pass them on in the hope someone may find them useful. The first example shows how to use a CTE to update a table,…

Recent Posts

  • Cyanotype Camera Mk II
  • Cyanotype Camera
  • The Assassination of Kurahara
  • VIC-20 Tetris
  • Scenes From the Cold War in Canada

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 Guv's Stuff

Powered by WordPress and Origin