Frackin’ Reserve is now available for Android! In an effort to try and help educate people about the inevitable mathematical fraud of fractional reserve banking, I’ve released an Android version. It’s 100% free. Pass it around, and let’s END THE FED! Frackin’ Reserve lets you simulate what happens in the money cycle with fractional reserve… Continue reading Frackin’ Reserve! for Android
Tag: MonoDevelop
Using GitHub in MonoDevelop
So I just started to use GitHub for a tiny project, and wanted to use it from inside of MonoDevelop. After 2 days of looking on and off for the “easy” answer, I never found it. Yes – I’ll do just about anything to avoid dropping down to the command line if possible. Finally I… Continue reading Using GitHub in MonoDevelop
Code Completion Quirk with Stetic and GTK# in MonoDevelop
I just noticed in MonoDevelop an odd quirk with code completion and Stetic. If you add a widget then go and try to refer to it in code, it doesn’t show up in code completion until you build the project. So, simply add the widget, build the project, then go into the code and you’ll… Continue reading Code Completion Quirk with Stetic and GTK# in MonoDevelop
Spanning Columns in a GTK# Table
Coming from working on WinForms, GTK# is a very, very different paradigm for layout. I struggled to figure out just how to span columns in a table as searching for information didn’t really work out very well. Instead of setting properties on the table, you set the properties on the widget as it inherits a… Continue reading Spanning Columns in a GTK# Table