Category: Python
-
Multi-threading Comparison between Python and Java
I find myself unprepared this week for what I was going to write about, partly because of playing Dwarf Fortress after having had a long respite, and having been away for a good portion of the weekend. So I don’t have any screen captures done for the game I was…
-
Python Script: Clean up out of date packages in pkgsrc.
Having updated some packages on my NetBSD system, I had some duplicate copies of the built binaries in my pkgsrc tree. This of course is pretty much just a waste of disk space so I went about writing a script to clean up the extra package tarballs. I made a…
-
Python Scripts for building in pkgsrc packages in NetBSD
I’ve been a little busy of late, so sorry this post is coming in rather late. As you may have already read, I have been learning python for work. So I decided to use it to try to solve some problems I had been having on my SparcStation. There aren’t…