Giter Site home page Giter Site logo

Misaal Turakhia's Projects

bhavcopy icon bhavcopy

Downloads bhav copy csv files for a certain range of dates and stores the data in an sqlite database. Retrieves the data based on the input stock symbol and displays in the terminal.

chatapp icon chatapp

Create Sqlite Database & a single table “MESSAGES” consisting of below columns Table columns: MESSAGE_ID (STRING) MESSAGE_TYPE (STRING) // 0 for text message: 1 for image url MESSAGE_DATA(STRING) // This could be String or Image web url. MESSAGE_TIMESTAMP (STRING) Populate test data from this link: http://pastebin.com/aqziuquq When the app opens, show a list view mapped to MESSAGES table using CursorLoader class. If the type of the message is “0” show a text view & if the type is 1 show an image in the list view.

eventorganiser icon eventorganiser

An event organiser for Android devices developed for my Master's thesis. My first forage into Android development

grunt-forkgen icon grunt-forkgen

A grunt plugin that generates folder structure for a NodeJS Express server and a AngularJS front-end

numbersequencegame icon numbersequencegame

The number sequence game starts with a sequence S of N numbers written on a line. Two players alternate turns. At his turn, a player must select and remove either the first or the last number remaining in the sequence. The player score is the sum of all the numbers he has taken. Each player attempts to maximize his own sum. If N = 4 and S = {1, 2, 10, 3}, then each player maximizes his score as follows: Player 1: removes the first number (1) Player 2: removes the last number from the remaining sequence (3) Player 1: removes the last number from the remaining sequence (10) Player 2: removes the remaining number (2) Player 1 score is 1 + 10 = 11. Let F(N) be the score of player 1 if both players follow the optimal strategy for the sequence S = {s1, s2, …, sN} defined as: s1 = 0 si+1 = (si2 + 45) modulo 1 000 000 007 The sequence begins with S = {0, 45, 2070, 4284945, 753524550, 478107844, 894218625, …}. You are given F(2) = 45, F(4) = 4284990, F(100) = 26365463243. Find F(10^4) and F(10^8).

pricecomparator icon pricecomparator

An Android task completed as part of the application process for Smartprix.com .

restaurantlist icon restaurantlist

Below, you'll find a URL that simulates a JSON response to a web service call. The JSON response consists of data of approximately 30 restaurant outlets. You have to parse the data show it in a list as shown in the screenshot attached. Two of the fields in the JSON response indicate latitude and longitude of the outlet. The outlets should be sorted according to user's current location (closest outlet first) URL: http://staging.couponapitest.com/task_data.txt Few Pointers: You submission will be assessed on the following factors: · - Approach to save the downloaded information. · - Optimising app storage, power consumption and retrieval · - Speed The solution has to be an App with a single screen, which simply loads this data on starting the App. The App should support a min of Android 2.3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.