Pinned Repositories
CryptoppECC
CryptoppECC-Encryption/Decryption using ECC(Elliptic curve cryptography) for iOS and MacOSX
GoogleAdsDemoApp
iPhonePDF
An example Xcode project to create PDF files on iPhone device (with libHaru)
iTunesSearch
A javascript iTunes artist search program using the iTunes search API
JSQMessagesViewController
An elegant messages UI library for iOS
markdown-cheatsheet
Markdown Cheatsheet for Github Readme.md
MyCourses
Coursework planning tool(an iPad App) for managing courseworks and coursework sub-task efficiently and in a timely manner. It uses core data for storing the tasks in database. Local Notification for notifying user on due date.
NewYorkTimesNewsFeed
QRCodeReaderApp
Realm-ToDoTasks
preetigaur's Repositories
preetigaur/CryptoppECC
CryptoppECC-Encryption/Decryption using ECC(Elliptic curve cryptography) for iOS and MacOSX
preetigaur/GoogleAdsDemoApp
preetigaur/iPhonePDF
An example Xcode project to create PDF files on iPhone device (with libHaru)
preetigaur/iTunesSearch
A javascript iTunes artist search program using the iTunes search API
preetigaur/JSQMessagesViewController
An elegant messages UI library for iOS
preetigaur/markdown-cheatsheet
Markdown Cheatsheet for Github Readme.md
preetigaur/MyCourses
Coursework planning tool(an iPad App) for managing courseworks and coursework sub-task efficiently and in a timely manner. It uses core data for storing the tasks in database. Local Notification for notifying user on due date.
preetigaur/NewYorkTimesNewsFeed
preetigaur/QRCodeReaderApp
preetigaur/Realm-ToDoTasks
preetigaur/RemoteConfigDemoApp
Demo app to implement Remote Config
preetigaur/SecretShare.swift
A swift implementation of Shamir's Secret Sharing over GF(2^8)
preetigaur/siphon
Automatically exported from code.google.com/p/siphon
preetigaur/Spoon-Knife
This repo is for demonstration purposes only.
preetigaur/TasksPlanningTool
Tasks planning tool to help students manages their courseworks and coursework sub-task efficiently and in a timely manner. The app uses a split view pattern with the key coursework details in a ‘master’ UITableView and the corresponding ‘Detail’ view will detail the coursework plus related tasks. The detail view gives a graphical indication of task progress and the task details. The detail view allows the user to add add/delete/edit tasks. When a coursework is created it also put the due date into the iPad Calendar. The user can indicate when a task is completed or can set an estimate of the percentage completed. The application calculates the total progress as a percentage to the user based on the progress of all the subtasks. All the data entered and state of a coursework are be persistently stored using core data.