Currently Browsing Software
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 [...]
Converting financial CSV data to OFX or QIF import files
As a side project, I created a CSV to OFX converter that applies custom mappings to CSV data to export them to QIF or OFX files. This morning, I added the ability to override the built-in mappings with custom mappings that suite your needs.
Basically, you can take financial data from any institution and [...]
A few reasons braid is better than 40 lines of Rake.
I’ve been doing a lot of looking at the git subtree merge strategy for tracking remote projects. Ideally, our remote projects would be tracked with submodules. The issue is, we are developing our own libraries for use in our own internal projects. We commonly do major development on the libraries and the [...]
Using a Makefile to generate Latex documents
So, you’re using Latex to compile a paper, article, or book. If you have any type of table of contents, index, or bibliography, you’ve probably noticed that you have to run latex two (or sometimes 3) times to generate the final document. In addition, you probably have to run a conversion program to [...]
Managing Gmail Identities with Apple Mail 3.0
A commenter pointed out on my original post about Apple Mail and Gmail that you can manage multiple Gmail identities by separating each email address with a comma. Here are the steps:
If you have already set up your Gmail identities on Gmail, you can go to the next step. You can’t use an [...]