-
Recent Posts
Archives
Categories
Twitter Updates
Tweets by cheydrick
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