Tools and Projects
Some open source tools/projects that I write for fun

NBA

  2016-11-28

I am a huge basketball/NBA fan. Many a times, I like to quickly access the box scores of a game. I find myself spending a lot of time on terminals. I always wanted to write a command line script to access nba box scores right on my terminal. This is my attempt using Python. Check it out.
Read on  

Bulldog: Super fast JSON Parser

  2016-11-19

Simple yet powerful json parser for iOS and Mac that makes parsing JSON super easy
Read on  

Scripts that help me save time

  2016-11-16

I intent to put several scripts that help my programming life easier over here.
Read on  

SwiftCrypto

  2016-08-08

MD5 and Sha256 methods written in Swift 3.0
Read on  

SwiftViper

  2016-07-28

I wrote a template generator for Swift MVVM Model. MVVM is great for small projects. For a larger-size project, Viper is probably even a better architecture. This is a template generator for Viper.
Read on  

Plist Viewer for iOS

  2016-07-02

Convert Plist into a visual editor, specially useful for tweaking apps during prototype phase
Read on  

Tinder Clone

  2016-02-15

A clone of standard Tinder app's swipe left swipe right view, for iOS
Read on  

TLDR - iOS Client

  2016-01-22

TLDR is a short consice manual page for computer commands. This is a client for iOS, written in Swift. The app is available in app store.
Read on  

Playground Generator

  2016-01-11

A command line tool written in node.js to quickly create swift playground
Read on  

Parralax View (Swift)

  2015-12-29

A nice parallax view inspired by Yahoo! News. Works for both UICollectionView and UITableView
Read on  

Swift Template Generator for Alcatraz

  2015-12-24

Xcode template to generate swift templates using MVVM Model. (Available on Alcatraz)
Read on  

Analog Clock for iOS

  2014-08-20

It's a clone of native analog clock with several customizable features
Read on  

Animated Calendar

  2012-12-20

A very fancy animated calendar similar to the one used in Band of the day app
Read on  

Pattern Lock Screen for iPhone

  2012-12-18

A Pattern Lock for iOS similar to the one in Android. It could be a good project for those interested in learning custom gestures and complicated core graphics animations
Read on