Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    5,000 sqlite trabajados encontrados, precios en USD

    ...seeking for high skilled senior developers. Especially from EUROPE Here's what we'd like to see on your resume: + Expert-level proficiency in Objective-C programming and the iOS SDKs + At least few iOS app that showcases your work in Apple's App Store + Very good understanding of multi-threaded programming paradigms, + Objective-C blocks (closures) programming techniques, + iOS core data or SQLite-based implementation and data model design, as well as iPhone and iPad UI patterns including expertise in UIKit and Core + Experience integrating software applications with remote web services such as REST/HTTP or SOAP/HTTP In your post please answer questions: 1. Why did you apply to this particular job? 2. Which of the required job skills do you feel you...

    $51 / hr (Avg Bid)
    $51 / hr Oferta promedio
    55 ofertas

    I need an excel table for reporting that has a form to choose sqlite database from directory. A vba form, or what ever let you choose the .db file. Content of the .db are 3 tables: * basedata(name;manufacturer;model;serial, calibrationdate, duedate, .....) - on row * detaildata(standardname; date1; date2; ) - multi row * measurements(step; description; tolerance....) - multi row the excel sheet can get the basedata as fields in excel(show pic1) and both - detailsdata and measurements as tables(with a changable select statement) It should not work by odbc, it should work standalone as table with .dll calls like in some samples shown e.g.: It needs to run under office 2010+ under 64 and 32 systems. If you want use python unstead of handling

    $138 (Avg Bid)
    $138 Oferta promedio
    10 ofertas
    C# Sqlite. Finalizado left

    I would like a generic class that makes it simple to work with sqlite. Must be able to support multiple tables defined either as classes or with SQL table syntax. Class must support the usual CRUD operations. Should validate the existence of the data base file, and create it required. Support table creation, queries, insert, delete, cursors (via list or array) Should validate existence of database and allow an existing database to be clon-ed (dash is there to avoid stupid and inapproriate freelancer warning) Deliverable - C# Winform demo project showing the use of the sqlite class and demonstrating all the supported operations - create db, - create table, - insert record (return id of inserted record), - update record, - delete record, - sql query re...

    $139 (Avg Bid)
    $139 Oferta promedio
    22 ofertas

    This project involves the conversion of an existing (html, php, mysql) project in mobile project with (html,js,sqlite) to use on phonegap framework. After acceptance of the project, we send you the source completely functioned of the project in (html,php,mysql). You don't have to make further changes at the html and the css; - you only need to convert in the html pages the php script to js script - you only need to convert the mysql db in sqlite db to use in the mobile browser You can use jquery mobile, or other solutions without problems and you can use the version of the framework PhoneGap that you feel better or that you want without problems provided that the project made it compatible with blackberry, android, ios, windows phone The database is compo...

    $803 (Avg Bid)
    $803 Oferta promedio
    24 ofertas

    Hello I have an existing iPhone app that is using Core Data to model a SQLite database. I would like to synchronize the SQLite database provided by Core Data with a remote MySQL database. I would like to create a web frontend using Ruby on Rails framework for manipulating the MySQL database so the users of the iOS app can manage their accounts using a web browser on any device. I am looking for someone who has experience with Ruby on Rails, Core Data, and Objective-C. MySQL and RestKit experience is a plus. Basically when a user manages their account with the web frontend I need to the MySQL database to be synchronized with the SQLite database on the iOS device, and vice versa (when a user manages their account and makes changes on the iOS device I need the chan...

    $789 (Avg Bid)
    $789 Oferta promedio
    8 ofertas

    (Please note this job was reposed from another account and changed, Sorry for the inconvenience) This is a very simple job. There is an example in the link below of a generic QSqlQueryModel in c++ and is used with qml. We already have an example almost working. We can query the sqlite database and get the correct number of rows in the listview in qml but the RoleNames which are set in the c++ and should be very easily accessible in qml are not setting right. We need the class working with the code as is shown in the official code from the website link, we are not needing you to re-write your own class. Just need the bug fixing. We need you to fix this error. anyone who can do this for a reasonable price then we would look into hiring you for various jobs of the same nature. We ...

    $30 - $250
    $30 - $250
    0 ofertas

    This is a very simple job. There is an example in the link below of a generic QSqlQueryModel in c++ and is used with qml. We already have an example almost working. We can query the sqlite database and get the correct number of rows in the listview in qml but the RoleNames which are set in the c++ and should be very easily accessible in qml are not setting right. We need you to fix this error. anyone who can do this for a reasonable price then we would look into hiring you for various jobs of the same nature. We have several other examples which we would also need doing. Check our example below for reference.

    $128 (Avg Bid)
    $128 Oferta promedio
    7 ofertas

    Hey! Project Description: Hey! What I need is data entry. I have a whole bunch of C structs (or delphi records, should you perfer that) - I need you to make sqlite tables for them, and queries which insert the data into them. Should you be interested in this project, i'll send you samples, and show you what code style is required. The structs should NOT be inserted as blobs. Instead, each struct member should become a column, with special rules when there are arrays or sub-structs in a struct. I need both table CREATE Queries (or a finished sqlite database with empty tables), and the INSERT queries. The INSERT queries should be written in the style that I will send you - if you chose to accept. There are about 90 structs/records of varying complexity. That would mak...

    $120 (Avg Bid)
    $120 Oferta promedio
    1 ofertas

    Hey! What I need is data entry. I have a whole bunch of C structs (or delphi records, should you perfer that) - I need you to make sqlite tables for them, and queries which insert the data into them. Should you be interested in this project, i'll send you samples, and show you what code style is required. The structs should NOT be inserted as blobs. Instead, each struct member should become a column, with special rules when there are arrays or sub-structs in a struct. I need both table CREATE Queries (or a finished sqlite database with empty tables), and the INSERT queries. The INSERT queries should be written in the style that I will send you - if you chose to accept. There are about 90 structs/records of varying complexity. That would make at least 90 tables, and 90...

    $130 (Avg Bid)
    $130 Oferta promedio
    1 ofertas

    Hey! What I need is data entry. I have a whole bunch of delphi records - I need you to make sqlite tables for them, and queries which insert the data into them. Should you be interested in this project, i'll send you samples, and show you what code style is required.

    $100 - $100
    $100 - $100
    0 ofertas

    We are developing an open source mobile app using phonegap. One part of this app is a view implemented as a static HTML5 file with some vanilla js, see index.html. We need to connect this view to a sqlite version 3 database that will be locally accessible to the app, using the MVVM architecture, via one of the available libraries (knockout, angularjs, you-name-it-js). The database schema is shown in persistency.sql. For details on what elements should be dynamically populated and the SQL queries to use, see the 1-page detailed specification. Basically it all boils down to write core in the change_node() and init() functions where you see the marker ".... your code goes here ....". We will take care of testing: - integration tests for sure (capybara ?) - ideally un...

    $116 (Avg Bid)
    $116 Oferta promedio
    2 ofertas
    UNITY 3D visualisation Finalizado left

    We would like to create a simple visualisation module for our software. UNITY module have to read from a small sqlite DB and show data on the screen. Details in private.

    $34 / hr (Avg Bid)
    $34 / hr Oferta promedio
    18 ofertas

    The main objective is to develop a generic quiz app for iPhone and iPad. The app allows a user to do a test retrieved from a local sqlite database that will be supplied. The test is composed by 30 questions (number configurable in the code) that are selected randomly from the database or selected according to a user selected theme. On the end of the test, the user can review the test with the right and wrong answers provided. On the end there must also be a facebook button to share the test results. Some app contents will only be unlocked by a non-consumable in app purchase of “Premium status”.

    $133 (Avg Bid)
    $133 Oferta promedio
    2 ofertas

    I need to implement a relatively simple REST web service that returns XML data in python. The web service is used to only GET data (no post). The functionality wraps a python library that gets the data from an sqlite database. The library is already implemented - the purpose of the project is only to wrap it in a stand-alone (i.e. self hosted - does not requires web server such as apache) REST web service. I will send a document with the detailed spec to coders with the right experience (good experience with python and REST web services.)

    $171 (Avg Bid)
    $171 Oferta promedio
    13 ofertas

    ...location tracking service that it´s working and does the following: 1. When the application starts for the first time, get reporting schedule from a web server a. Every how many seconds must the device location be made b. On which days of the week, the application must locate the device c. Starting and Ending location time (i.e.: from 8pm to 6pm) 2. Then, application opens a SQLite DB and retrieve reports not sent on previous intents and load them into a queue 3. If device is on Schedule, it tries to get a GPS location. If GPS location is not available, it tries to find a network location. 4. Location found is added to the queue. 5. The queue is processed to send each element to the web server 6. If a queue element was successfully sent to server, i...

    $20 / hr (Avg Bid)
    Destacado
    $20 / hr Oferta promedio
    37 ofertas

    I need to create a simple application using PHP and a sqlite database. The application will run under Apache on a Linux server. The application is a simple tool to track background information about software developer contractors. It does not need to be beautiful. I will provide the CREATE TABLE statements that define the basic data that the application captures. The application will have the following tables: * Contractor info (name, address, phone, email, etc., comments) * Skill lookup table (name of skill) * Contractor-skill table (name of contractor, name of skill, and name of * Project History (date, comments) I will provide black-and-white sketches of what the screens look like. I don't care if the style is ugly. It doesn't matter ...

    $287 (Avg Bid)
    $287 Oferta promedio
    18 ofertas

    We are looking for a new team member to assist on a project using the following: - backbone.js - Laravel - Phonegap - Git - SASS - SQLite This is regular, ongoing work. Please contact me for more detail.

    $1802 (Avg Bid)
    $1802 Oferta promedio
    26 ofertas

    Basic input screen - 1 text field input, 1 "spinner" with 3 choices (B.787, A350, A380). After entering data, hitting the "go" button, a query will then be executed against a SQLite database, that i will provide, in the form of "SELECT * from ADURecords where CurrentReg LIKE '<text field input>' and Type = '<spinner selection>' ". the results should be displayed in some kind of listview.

    $126 (Avg Bid)
    $126 Oferta promedio
    38 ofertas

    An android application is required that will read questions for SQLite Database and display it to user. User will answer for question by choosing answer from given choices. Every question is time bound. and there’s a total time for whole level. This time will get decreases a level is increased. Application will check answer is right or wrong. Application will store user score in DB. Application will have a stats page where all scores are listed as for past days in current week, weekly, monthly. All stats , question or application data will be saved in SQLiteDB. Please bid only when you know how to work with SVN repository and svn client for Eclipse. Coding guidelines and best practices for application development will be discussed and shared later on.

    $291 (Avg Bid)
    $291 Oferta promedio
    14 ofertas

    A app será desenvolvida em Android. Tem 12 screens. Estão todos completamente desenhados e toda a arquitetura e workflow estão prontos. Procuro alguém com experiência para que a programação seja rápida. A app inclui o Google Maps API e gráficos. A maioria das funções serão ler de uma BD online, sendo também necessário escrever valores esporádicamente. Alguma informação deve ser...desenvolvida em Android. Tem 12 screens. Estão todos completamente desenhados e toda a arquitetura e workflow estão prontos. Procuro alguém com experiência para que a programação seja rápida. A app inclui o Google Maps API e gráficos. A maioria...

    $640 (Avg Bid)
    $640 Oferta promedio
    8 ofertas

    This POS Apps is developed for restaurant,retail etc... I want POS built on JAVA-7 using SQLITE (3.8.5) I want Dynamic configuration file for each restaurants, which should allowed:- *To configurecreate Menu dynamically for different restaurants *Menu should display Restaurant name, address, tell number, todays dates *It should allowable to upload Images *Dynamic menu should able to display images, upload menu names, prices etc.... *it should print receipts with unique order number along with Restaurant name, address, tell number, todays date, signature to sign etc......... just like normal restaurant billreceipt *SQLITE 3.8.5 Database file name should be Dynamic and will be created based on file extension name provided in this configuration file. for e.g. , SQLITE...

    $1500 (Avg Bid)
    $1500 Oferta promedio
    1 ofertas

    ...a program in python that reads a list of businesses (given business name and business address) from a SQLite database and update the SQLite record with the following data from the Google Places API: - lat - long - Google URL - business website - phone number - opening hours Additional Business Table Fields - lastUpdate - enabled Attached is the SQLite database. Requirements: - If database record has different data than what was retrieved, update the database record and save the current date/timestamp as lastUpdate. - If lookup fails because the location is closed or no longer exists in the Google API set enabled to false. - Use python ODBC modules to interface with SQLite, because I might want to use a different database later - Comments ...

    $167 (Avg Bid)
    $167 Oferta promedio
    8 ofertas

    The project is quite simple. 1D USB barcode reader is connected to raspberry PI or beagleBone. The reader should read cca 20 barcodes and save them to sql database ( SQLite or mySql ). Program on PI should run all the time and when the same barcode comes again, program should trigger GPIO and start one 12V relay. So program should have two parts. Reading / filling the database and comparation and output on GPIO. Example of the program workflow: - user enters " INPUT NEW BARCODE" section - user fills the batabase with 20 barcodes and saves/exit this part - customer with bill and printed barcode put's his bill in front of scanner - if the barcode is the same as the barcode in the database, GPIO and relay are triggered - door is opened Additional info. - wh...

    $255 (Avg Bid)
    $255 Oferta promedio
    11 ofertas

    Require assistance with an android application. To be made in Eclipse - involves making a simple game for children with a connection to SQLite for unique user IDs. Ideally someone with around 1-2 years android experience.

    $17 / hr (Avg Bid)
    $17 / hr Oferta promedio
    33 ofertas

    ...iPad apps running on all device versions. So you are required to design for both retina and non-retina screens. Your Xcode project must be easily localizable. Your Xcode project must be well-commented. We will audit your code every week. We do not prefer 3rd party components for the UI elements but you can use 3rd party components if development will take too much time. You should use an Sqlite database to keep user profile (to keep user logged in) information on device. - Budget Our maximum budget is USD 1000. So please keep in mind that i will ignore the bids above USD 1000 unless you really convince with a detailed message. Also please keep in mind that the lower bids will have more chance. We will create 2 milestones. One at the beginning of the project. %5...

    $1239 (Avg Bid)
    $1239 Oferta promedio
    17 ofertas

    ...iPad apps running on all device versions. So you are required to design for both retina and non-retina screens. Your Xcode project must be easily localizable. Your Xcode project must be well-commented. We will audit your code every week. We do not prefer 3rd party components for the UI elements but you can use 3rd party components if development will take too much time. You should use an Sqlite database to keep user profile (to keep user logged in) information on device. - Budget Our maximum budget is USD 1000. So please keep in mind that i will ignore the bids above USD 1000 unless you really convince with a detailed message. Also please keep in mind that the lower bids will have more chance. We will create 2 milestones. One at the beginning of the project. %5...

    $1225 (Avg Bid)
    $1225 Oferta promedio
    20 ofertas
    Interactive Book Finalizado left

    ...of the original book are in PNG format. A user of the application will visit the webpage to read the original text (that is in images), read translations in various languages, and some other resources for each chapter of the book. Each sentence within the image will be blocked in a way that it is clickable. The x and y coordinates for each sentence, translations and other data are stored in SQLite database. The developer must have very good skills in JavaScript, JQuery, CSS, (), and ASP.NET and C#. Communication methods: Email. However, you should not have any problems talking on Skype. Following are examples scenarios: 1. System loads the page from cookies. If cookies not found then it loads the first page of the application. 2

    $1051 (Avg Bid)
    $1051 Oferta promedio
    9 ofertas
    iOS C++ 64 Bit Fixing Finalizado left

    I have an app developed by a Chinese Developer. The app retrieves the Contacts List to an SQLite Database and then you select people to send bulk SMS from Message App. The App uses a C++ Array and Search Algorithm to speed up search in Contacts List, however it does not work on 64Bit iPhones, despite it works well in previous iphones. I want you to fix C++ and Neccessary Objective-C files in order to smoothly Run the App in 64Bit iPhone 5s and both previous iPhones. You need to have Solid C++ experience in 64Bit Architectures and must know Long and Unsigned Smal types in 64Bit environment and as well as Objective C experience No Middle Man or Company.

    $61 (Avg Bid)
    $61 Oferta promedio
    1 ofertas

    Hello! I believe this is a pretty simple project to ... - create a VB.NET project. We intend to host the website ourselves. - connects to an existing SQLite read-only database (which is attached to this project) - interprets the various tables and presents the data already in the database The data in the database attached represents the current state of our local Indoor Soccer league. The information can be slightly confusing but we can tell you exactly what all the columns mean and how they relate to each other if required. We have very simple design requirements, we have an existing banner that we'd like to include (see attached). Otherwise, as long as the presentation of the data looks modern and professional, that's all we ask. The data we'd like to...

    $228 (Avg Bid)
    $228 Oferta promedio
    6 ofertas

    ...windows user (by using windows technics like drag and drop, resize, copy,paste...) to customize unicode fields overlay on existing pdf templates located on hard drive directory. On each selectable PDF (can be several pages) an XML will be created/modified on the same folder with the same name (extension .xml). The XML file will include all the fields data: name, page, position,font,type etc... Sqlite database will have all the existing fields name types that can be added (a new field name can be added on this window) and include all the data existing on the XML file. The programmer shall use C++ with wxWindows (mingw32) on windows platform (all the sources should be transfered with documented source code) The software will not have any limitation or legal rights. A daily ba...

    $208 (Avg Bid)
    $208 Oferta promedio
    7 ofertas

    Por favor, regístrate o inicia sesión para ver los detalles.

    Destacado Sellado Acuerdo de Confidencialidad

    Hi there, I´m looking for an Phonegap template which fullfills the following requirements: - native android/ ios app with a sqlite db - sync with a simple mysqldb table when a refresh button was pushed in the app - show the table data from the sqlite db in the app below the "refresh button" See attachement for details. You can structure the example data very simple. I need to understand the technique and a want to have a working template. Thanks

    $48 (Avg Bid)
    $48 Oferta promedio
    3 ofertas

    I have a program in which the user interface is done but what i need is someone to program saving the various forms in sqlite database. You will need to know mono for android as the program was written with xamarin studio. So with sqlite save the user inputs into a database, and provide a listview to see all the saved data like a contacts program and provide a way to export the complete data so it can be viewed on a desktop system or another android device. here is the link to the program

    $260 (Avg Bid)
    $260 Oferta promedio
    16 ofertas

    ...concept of 4 categorical variables each having a discrete probability, (ranged: 0.01 - 0.99) but all must total up to 1.00. 2) Based on item #1 above, the script must iterate through a user defineable # of trials (100 - 1,000,000) & calculate statistics for each trial run as well as the grand total for the entire run. 3) The summary statistics are to be output to screen as well as detailed to SQLite (comes w/Python 2.7) table for historical logging with a date-time stamp record structure of the following: DateTime, Trial_ID, CatAQty, CatBQty, CatCQty, CatDQty, NumWins, NumLoss, P&L 4) The script developer is to utilize standard Python 2.7 or Numpy/Scipy data structures for efficient calculation & scalability of an array to the capacity noted in item ...

    $185 (Avg Bid)
    Urgente
    $185 Oferta promedio
    3 ofertas

    Have a working (32 bit) Browser Helper Object (BHO) written in C#. It writes browser entries to a SQLite DB. Want code re-written in C++ (about 200 lines in C#) with a few additional requirements - add Session data to SQLite record(s) - add Tab ID to SQLite record(s) (should be possible using a BHO id if not available (see -- ) - test in IE 8,9 and 10 (both 32 bit and 64 bit versions of IE on 64 bit Windows) (also requires using SQLite 64bit drivers?) - document instructions for installing for 32 bit and 64 bit browsers on the same machine (see -- )

    $1297 (Avg Bid)
    $1297 Oferta promedio
    12 ofertas

    I want to edit an sqlite database on an android app. I want to edit an sqlite database on an android app.

    $30 (Avg Bid)
    $30 Oferta promedio
    1 ofertas
    Puzzle for Android Finalizado left

    I want something simple in what sense: - the code has to be functional not well implemented - the basic functions should be: - a simple log in (should stay logged after the user creates a user, until he decides to switch or log out); - working with a SQLite database (1 table for user) - select an image from the phone memory, split it in pieces(would be an extra if you manage to give them the form of a traditional jigsaw puzzle piece), send them to a swipe list(gallery could work) from which i need a drag and drop option to a image View in order to fix the piece(check if it`s in the correct area), ex: when you split the image remember it`s position and if the piece is in that area when i release the piece it should fix in position. I can provide a small amount of code...

    $340 (Avg Bid)
    $340 Oferta promedio
    24 ofertas
    Build a Website Finalizado left

    Code the website with PHP using a SQLite database. This job is Part 1 of a series of tasks as proof of concept. We start with just one table. Build the front end and logic behind it. There's no need to be fancy with graphics etc. It's about building a site which can process the information. You need to have: 1. Excellent PHP and SQLite knowledge 2. Ability to create predictive text / suggestive search. 3. Excellent English. Successful candidate will be able to show a PHP website which has good structure and controls. E.g. Website is: 1. coded in PHP 2. has predictive search 3. has data verification when forms are submitted 4. avoids duplicate entry by users (ie. double submit).

    $132 (Avg Bid)
    $132 Oferta promedio
    29 ofertas

    Hi, I 'm developing an app, I'm stuck in one subject, I have a listview that working good, it is resourcecursoradapter, showing data from sqlite database, I need to integrate this listview drag-sort attribute and remove item attribute. *Job must be done via TeamViewer in my computer **Payment will be done after job completed (I lost my 3500$ in freelancer and after this time I'm not making any payment before job completed) It is quick job for a person that uses drag-sort listview before My budget is 30$ for this. No more accepted, please do not bid if you bid more than this number. Good biddings :) More detail will be provided selected bidders

    $32 (Avg Bid)
    $32 Oferta promedio
    2 ofertas

    I have Android app which stores events in Android SQLite simple database (just one table) on smartphone. On other side I have stand-alone .NET C# MS Windows application and SQLite database on same computer. I need part of software that will transfer data from Andorid's SQLite to PC SQLite database. Specific is, that phone is NOT connected nor via cellular data nor wifi/bluetooth, so idea is to transfer data from phone to computer via USB cable and pressing "transfer" button in android app or in .net app (push or pull). For android side, I am looking for basic prototype app, so I can coppy/paste this into my app. For PC side - I'll connect you with .net developer. Budget is small, so perfect for junior freelancers. Check this:

    $10 / hr (Avg Bid)
    $10 / hr Oferta promedio
    7 ofertas

    Hi, Thanks for checking out this brief. I need an iPhone game designed and launched. The idea is quite simple and you can see something similar on iTunes () no need to buy it, just take a look. The basic idea is that 3 cards...put the 3rd card in the right date order, it continues like this until the 5 cards are on screen. If the user gets all 5 correct then they get 5 points, if they get 3 out of 5 they get 3 points. When your turn is over, it's the next players turn. Your turn ends when the timer runs out or you submit your answer. That's it really, it properly sounds more complicated then it is. I will provide sqlite database of statements and dates along with graphics and general design template. Happy Bidding!

    $2227 (Avg Bid)
    $2227 Oferta promedio
    27 ofertas

    The main objective is to develop a generic quiz app for iPhone and iPad. The focus is on mock tests. The app allows a user to do a test retrieved from a local sqlite database that will be supplied and described in a detailed description upon agreement. The test is composed by 30 questions (number configurable in the code) that are selected randomly from the database or selected according to a user selected theme. On the end of the test, the user can review the test with the right and wrong answers provided. On the end there must also be a facebook button to share the test results. Some app contents will only be unlocked by a non-consumable in app purchase of “Premium status” like the basic user performance statistics and the theme selection. The “Premium&rdq...

    $840 (Avg Bid)
    $840 Oferta promedio
    42 ofertas

    ...Parsing chat transcript. After parsing chat transcript, the groupings of the chat transcript is then placed in a sqlite table, where it can be analyzed and scored using simple mathematics by counting entries in the grid row and columns. The scoring is basically counting row entries, counting keywords used. The app is laid out in tabs. 1. Tab 1a: Parse interface for transcript 1 2. Tab 2a: Parse interface for transcript 2 3. Tab 3a: Parse interface for transcript 3 4. Tab 4a: Parse interface for transcript 4 The tabs above is almost similar in design, if you develop tab 1, then tab 2 to 4 is almost a copy of tab 1. Each tab will parse and pass data to its own sqlite table. The score or analysis for each transcript is also shown here in these tabs. ...

    $150 (Avg Bid)
    $150 Oferta promedio
    1 ofertas

    ...Parsing chat transcript. After parsing chat transcript, the groupings of the chat transcript is then placed in a sqlite table, where it can be analyzed and scored using simple mathematics by counting entries in the grid row and columns. The scoring is basically counting row entries, counting keywords used. The app is laid out in tabs. 1. Tab 1a: Parse interface for transcript 1 2. Tab 2a: Parse interface for transcript 2 3. Tab 3a: Parse interface for transcript 3 4. Tab 4a: Parse interface for transcript 4 The tabs above is almost similar in design, if you develop tab 1, then tab 2 to 4 is almost a copy of tab 1. Each tab will parse and pass data to its own sqlite table. The score or analysis for each transcript is also shown here in these tabs. ...

    $10 - $30
    $10 - $30
    0 ofertas

    I have a set of urls that are like this: (which redirects to ) The valid values for file are not incremental. I have a list (in the millions) of valid ones. I can prepare the list as a text file, sqlite, whatever we want. The idea is to start the script in a threaded manner, download 10,000 files, zip them, download another 10,000, zip them, and so on until the list is exhausted. :-) Want to get this done asap.

    $30 / hr (Avg Bid)
    Destacado Urgente
    $30 / hr Oferta promedio
    23 ofertas

    ...algorithm must also be implemented (currently Disjisktra on Android). A sqlite file containing routing data and point of interest data has to be downloaded to device. The sqlite file is already available on a server. All sql statements to access information available in sqlite file. A cluster algorithm must also be implemented. Point of interest list: A list of point of interests is used to display point of interests sorted "as the crow flies" from the user. Information of each poi is in sqlite file. A map displays the current user location and poi location. A click on the map opens the map page with a path from user to poi using routing algorithm. Preferences: Settings where user can download tiles, download the sqlite file, flush th...

    $1292 (Avg Bid)
    $1292 Oferta promedio
    39 ofertas

    ...there a way to export html to PNG, JPEG and what library can be used 4. How to compile flex projects without flex or flash builder 5. Is it possible to create a compiler using JAVA 6. Can a grid library in Javascript be used in a flex project 7. Can a charting library in Javascript be used in a flex project 8. What is the best way to export to PDF? 9. How to integrate the use of REGEXes and SQLite in Flex Project 10. How to use GSAP in Flex projects Not limited to these questions, I will think of other questions later. But these are the core questions if you can answer me, that would make me happy. If you have experience with this and have portfolio items, please let me see it. My budget for a one hour skype chat and call with you should not be more than 30 USD...

    $25 (Avg Bid)
    $25 Oferta promedio
    1 ofertas

    I have created an android application and would like to convert it into IOS, but i do not know Objective c well enough. I am willing to pay $200US. If you are interested, my app uses the following : - GPS - SQLite - Pull listview from offline and online use. - sharedPreferences. - googleMaps. you will NEEED to know how to convert the above into IOS.

    $344 (Avg Bid)
    $344 Oferta promedio
    23 ofertas

    Principales artículos de la comunidad sqlite