-
Recent Posts
Archives
Categories
Twitter Updates
- RT @texasdemocrats: “While CPAC unpacks their clown car on a convention stage in front of all of America, parents are shopping for supplies… 6 months ago
- RT @scalzi: I do wonder if Greg Abbott woke up yesterday concerned that he wasn't doing enough to bump up Texas' teen suicide rate. 11 months ago
- RT @tonroosendaal: Blender Internal (render) just got removed from the 2.8 branch. Bye bye, you served us well! #b3d https://t.co/4ixOZ8JmcX 4 years ago
- First post in a while. Drawing a bounding box over an image in C#/.net/WinForms. chrisheydrick.com/2016/10/27/dra… 6 years ago
- RT @SwiftOnSecurity: Blue Bell manufacturing plants are dirtier than an NTFS volume after an unclean shutdown 6 years ago
Category Archives: Technology
Passing a ctypes array of struct from Python to .dll
I’m working on a small project that requires interfacing Python to a C .dll. I’ve never had to pass an array of structures by reference before with ctypes, so here’s a quick sanity check I did to make sure I … Continue reading
Posted in Hobbies, Programming, Technology
Leave a comment
Brief Example of Calling .dll Functions in C#
I don’t like C#, but the free version of Visual Studio only lets you use the interface builder in C#/.net programs, so here we are. My goal was to cheat and write the interesting parts of the program in C/C++, … Continue reading
FlightGear panic button with an Arduino
I like flight simulators, but I’m not very good at them. What I need is a panic button that puts me at a safe altitude for recovery. Fortunately the flight simulator I’m playing right now, FlightGear, has a way to … Continue reading
Posted in Hobbies, Programming, Technology
Leave a comment
How to revive a dead character in Baldur’s Gate:EE
This took me forever to figure out. Xzar died on me early in the game and I couldn’t figure out how to revive him at a temple (which is what a few Internet sources said to do). You must go … Continue reading
Posted in Technology
2 Comments