Author Archive
Google map with Utah Repeaters
I thought it would be helpful to visualize where all the radio repeaters are in my area. I found a lack of map information available for this sort of thing but I found readily available CSV data with the information. Google Fusion Tables to the rescue! I tried to embed the map in this post [...]
YUI Image Uploader works with YUI 2.8.1
I thought I’d better double check that the image upload still works fine with YUI 2.8.1 If you haven’t read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI.
Debugging Linux Kernel Modules with VirtualBox and KGDB
I found a few different pages with information on debugging a Linux kernel with kgdb. There wasn’t a single source with all the information I needed to get set up and working though. So here is how I set things up on my Linux host machine to debug a target Linux kernel running in a [...]
Graupner MX16-iFS vs Spektrum DX7
I started my RC hobby with a Graupner MX16-iFS. I’ve been quite happy with it and don’t have any plans to change in the future. As part of a package deal I purchased, I obtained a Spektrum DX7. While I won’t be keeping the DX7, I don’t have a receiver for the Heli I bought [...]
YUI Image Uploader gets a code repository
I’ve created a github project for the YUI Image Uploader. You can download the scripts and example page here: http://github.com/mulicheng/yuiupload This will also facilitate user contributed changes and backend scripts.
MS Money and UBS Mappings for csv2ofx
I added the MS Money Report mapping from the csv2ofx wiki and merged in Arthur Liu’s UBS mapping to csv2ofx. A quick reminder for the way mappings work: The built in mappings are made to work as an example for your own CSV files. You might happen to have a CSV file from one of [...]