Projects

Here is a list of few things I am working on that is open source. As you can see, I have very little time to devote to open-source projects. Note that none of these projects are near complete. However, I plan to get back to them near future.

  • bina-fft: A simple to use Fourier Transform Library, made for education purpose. I wanted to implement and optimize radix-2 Fast Fourier Transform, so I did that.

  • cmuse: Another pointless program (App) that plays "Twinkle Twinkle Little Star."

Some interesting snippets/gists:

  • va_args in x86: I always wondered how variable length arguments worked in C, so I tried to make a simple implementation of it.