projects

Various small projects accumulate around me. While some of these are actively worked on, others have been mothballed. Most of my code is available here if interested: browse source.

More interesting/active projects include:

  • Scholar Alert Downloader
    Scholar alerts are great, but I’d rather just have the PDF’s downloaded directly to my computer/e-reader rather then having to pore through the emails manually. I wrote a simple python script that takes care of fetching scholar emails via IMAP and downloading the appropriate files. You can check it out here.
  • NYC Transit Heatmap
    What neighborhoods have the best transit connections?  Using train information from the MTA, we can find out. Click anywhere on the map to find out what areas are reachable within 15 minutes.
  • Python JIT Compiler
    PyJIT is an experimental JIT compiler.It is distinguished from other projects in its use of extensive static type propagation and its coexistence with the CPython implementation.

Comments are closed.