Arpit Jain (arpitjain099)

arpitjain099

Geek Repo

Company:KPMG Ignition Tokyo

Location:Tokyo, Japan

Github PK Tool:Github PK Tool

Arpit Jain's repositories

Android-Accelerometer-Compass-GPS-sensors-data-logging

Android app to capture GPS data, sensor data from accelerometer and compass and log into a file which is stored on the SD card. The help and some bit of code is borrowed from http://www.androidhive.info/ .

Language:JavaStargazers:14Issues:3Issues:0

Club-Management-System-at-IIT-Kanpur

Database project to solve the real life problem of handling various clubs/cells at IIT Kanpur(both technical and cultural). Implementation of a central management system to keep record and process people involved in multiple clubs, extracurricular activities. To implement real time analytics related to people so that they cannot apply for nominations for multiple posts.

Language:PHPStargazers:4Issues:2Issues:0

Movie-Recommender-System

Predicted the likelihood for a person to watch a given movie from movielens dataset using machine learning techniques. Made predictions the rating given by person to the movie based on content based and collaborative filtering techniques. We were able to achieve an accuracy of 85% in our recommendation system.

Language:TeXStargazers:4Issues:2Issues:0

imagefilter-android

A sample android application implementing image filters including decoding Photoshop curve files and applying to images and applying convolution filters and vignette effect to images in android

Language:JavaStargazers:2Issues:3Issues:0

Multimodal_Biometrics_Python

Devised and implemented an algorithm to perform fingerprint match using core, delta and minutiae points over FVC 2006 database. To test the algorithm for fingerprints taken from 500 subjects, compare with benchmark set by NBIS matcher software. This particular piece of code(python) deals with managing input data (from FVC 2006 database) and organizing it to input for the algorithm (written separately using C++ - OpenCV and MATLAB).

Language:MercuryStargazers:2Issues:3Issues:0

AcQuora-Self_learning_based_Android_app_generator

An online interface to easily create android apps online from given CSV file quickly. This interace can be used to create customized quizzes on the go using plain .csv files(MCQ type question support only in the current phase). There is no limit on the number of questions which can be added to the quiz. Alternatively, one can also specify the number of levels(via the web interface) the creator wants to 'gamify' the quiz(with features like maxScore). The final web-app can be imported for android devices using ANT builder and Phonegap. In addition to creating the android app, the person can also use the interface via a web version too(optional to use). We have used Gumby framework to create the background interface(http://gumbyframework.com/)

Language:JavaScriptStargazers:1Issues:2Issues:0

Facebook_PagePhotos_Scrapy

A set of scripts I wrote to create photobooks of ANY public page on Facebook on the go. Perfect for offline read of beautiful pages put on Facebook pages when on an airplane.

Language:PythonStargazers:1Issues:2Issues:0

Twigly_delivery_boy_app

A small piece of code I wrote for a friend's food-tech startup. It serves as a phonegap implementation of android app for delivery boy out to dispatch an order.

Language:HTMLStargazers:1Issues:3Issues:0

algo-trading

python code in endeavor to learn algo-trading

Language:PythonStargazers:0Issues:2Issues:0

Anupam_sir_webpage

Personal webpage for Dr. Anupam Saxena - designed and maintained by me. Further changes (like filling in appropriate data fields will be done by sir himself) :)

Language:CSSStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

class-quiz-android-app-generator

Writing a package for taking MCQ based quiz in classroom scenario. Building upon my previous work (https://github.com/arpitjain099/AcQuora-Self_learning_based_Android_app_generator) for this project. The app takes in questions from the user in the form of a csv file (run uploadcsvfile.php) on the server and generates an android app on the fly. Uses phonegap as development and app exporting framework.

Language:CSSStargazers:0Issues:2Issues:0

Compilers

Constructed a C to Assembly language compiler from scratch, making use of lexical analyzers, parsers and language semantics. The target was to output code into assembly language so that it can further be translated to native machine language.

Language:CStargazers:0Issues:2Issues:0

Dictionary_Project_Personal

This was a pet fun project for a very brief period of time. The motivation was to create a sleek interface to help someone cheat while playing scrabble). Please ignore the file-names :P !! The file computerscience.txt although useless in this context can be used if someone is interested in creating a dictionary for commonly used terms in Computer Science.

Language:PythonStargazers:0Issues:2Issues:0

grabyoride

Car pooling idea by Pratik & me.

Language:HTMLStargazers:0Issues:2Issues:0

graphs

This repo contains the graphs for sentiment analysis of Wikileaks project at IIT Kanpur.

Stargazers:0Issues:2Issues:0

GSOC14_BioJavaScript_Submission

Submission for BioJavaScript organization in Google Summer of Code'14. Organization Link : http://www.ebi.ac.uk/Tools/biojs/registry/

Language:JavaScriptStargazers:0Issues:2Issues:0

iBeacon_coupon_recommendation_app

Coupon recommendation app (android) for stores using iBeacons. Code in Java (android side) and PHP (server side). Server exists to ensure that the same person does not receive the same coupon multiple times. I have tried my best to make the app as non intrusive as possible. iBeacons used: Jaalee iBeacons (Yeah! That's a company name). Kindly move the files from php folder into the htdocs folder on your server.

Language:JavaStargazers:0Issues:4Issues:0

Internship-Management-System-at-IIT-K-Incomplete-project

I was trying to create an internship management system(portal) for Student's placement office at IIT Kanpur. I took my code for the project on Club management system at IIT Kanpur for this project. Please note that Cookie functionality is inactive in this code.

Language:PHPStargazers:0Issues:2Issues:0

Microsoft_CodeFunDo

A Microsoft kinect app to recognize hand gestures to implement a game to push colored balls in matching (colored) bins. Our submission for Microsoft code.fun.do hackathon on IIT Kanpur campus.

Language:C#Stargazers:0Issues:2Issues:0

Multiprocesses-implementation-in-Object-Oriented-languages-Python-Java

Implemented multiprocess in Object Oriented languages – Java and Python (do not have inbuilt existing support currently). Performed heuristic study over runtime for algorithms with our implementation. TODO: add code for Python.

Language:JavaStargazers:0Issues:2Issues:0

nse-company-stock-data-scrapy

NSE Company stock data scraped from web resources

Language:PythonStargazers:0Issues:2Issues:0

Oz_Programming

Created an interpreter for Oz programming language using Oz as implementation language. The code was able to take Oz programming constructs and implement basic functions standalone.

Language:HaskellStargazers:0Issues:2Issues:0

Quiz-app

Generates quizzes on the fly.

Language:JavaScriptStargazers:0Issues:2Issues:0

Quora_Scrape

I was trying to make a list top topics being followed by followers by top writers in a year by quora. I was doing this analysis for fun. There were many interesting findings in the meanwhile : For ex: Quora refreshes its page after 53 seconds. The XML-http request is made by a js file consisting of 17k+ chars(minified form). The problem faced during this task was that the list of followers is generated dynamically(you need to scroll down the page to get more followers). I had to programmatically control this. The request being made is really unsafe(http request is being made,not https!!).

Language:PythonStargazers:0Issues:2Issues:0
Language:PythonStargazers:0Issues:3Issues:0
Language:PHPStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:2Issues:0

thesis_dump

thesis dump folder

Language:HTMLStargazers:0Issues:2Issues:0

Works_Applications_Assignment

My submission as part of assignment question during placement'14 at IIT Kanpur for Works Applications Singapore.

Language:JavaStargazers:0Issues:2Issues:0