My relatives started a new group on facebook to share family recipes. I thought I would start writing them down on my blog so they are searchable. The first recipe is a Andhra dish called Mukkala Pulusu. Some other names it is known as are ‘Theepi Pulusu’, ‘Dappalam’ and ‘Meetha …
Adding new Content Using Pelican and Github
I am super excited to finally get this end to end workflow to work. I am writing this post from Github, which in turn causes travis-ci to do a pelican build and finally push the build to shireenrao.github.io and also pushes the build to my personal blog.
I …
Kadai Gosht
Where is the sqlite file for my Flask app
I am really enjoying working with the Python Flask Web Framework. I won a O’Reilly book last year on Flask Web Development by Miguel Grinberg and am finally getting around to reading it and trying out what the book teaches. So far it’s been excellent!
From the start …
Installing homebrew MacVim with YouCompleteMe on Yosemite
I was pulling my hair to get my vim setup with YouCompleteMe on my macbook after I upgraded to Yosemite. On Mavericks it was pretty straight forward. The following used to work -
# install xcode and command line tools
$ xcode-select --install
# install homebrew
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com …