Open SourceΒΆ

Some of my open source projects:

  • SoundMeter

    • Command-line tool for getting real-time sound level metrics which works on any machines with an audio input device
  • Homura

    • User-friendly Python download library
  • Twitter Photos

    • Full-featured command-line tool to get photos from Twitter accounts
  • Python and Parallel Programming

    • Compared and analyzed parallelism in CPU-bound, I/O-bound and memory-bound applications implemented with threading, multiprocessing of the standard library, and OpenMP/Cython