Javame sqlite Jobs
...WebForms, Angular, Xamarin etc.? e) Trennung GUI von Business Logic f) Optimale Datenzugriffsarchitektur (keine ORM wie XPO oder Entity Framework, weil langsamer und träger) g) Multi Language Integration via Resource-Dateien h) Benutzeroberfläche muss kurze Responszeiten haben (Serverseitiges Rendering) i) Wenn Xamarin: Forms mit DevExpress bauen, siehe und SQLite Datenbank auf iCloud gespeichert mit lokaler Arbeitskopie für Offline Datenbearbeitung, Synchronisierung wenn wieder online. Für die aktuelle Desktop Anwendung habe ich vor rund 7 Jahren 30 Tage à 8 Std/Tag daran gearbeitet. Entsprechend habe ich mein Budget berechnet. Bitte lesen Sie die angehängte PDF-Datei. ********************************** Testo Italiano ************************...
Hallo, ich habe die rtl_...09:41:22", "model" : "Generic Remote", "id" : 53535, "cmd" : 222, "tristate" : "1F0F0F111F1!"} {"time" : "2018-06-25 09:41:22", "model" : "Generic Remote", "id" : 53535, "cmd" : 222, "tristate" : "1F0F0F111F1!"} {"time" : "2018-06-25 09:41:22", "model" : "Generic Remote", "id" : 53535, "cmd" : 222, "tristate" : "1F0F0F111F1!"} Nun möchte ich diese Signale in meinem Python Programm abrufen und in eine SQLite Tabelle eintragen. Leider klappt das mit process = ('rtl_433 -G') oder process = (['rtl_433', '...
...einen Klon einer App, die unter iOS auf iPhone und iPad läuft auf Android erstellt werden. Die neu zu erstellende Android App soll jedoch nur Phone Devices unterstützen. iOS Version: Folgende Anforderungen müssen umgesetzt werden: Verwendung einer mit verschlüsselten SQLite Datenbank, Einbindung der aktuellen Community Version des Frameworks Volle Unterstützung von Offline Funktionalitäten (Ausnahme Kartendarstellung/Routing) Installation der Content Bilder über einen Dateidownload aus einem Image Inventory File Workflow: auf dem Webserver liegen Inventory Files für alle Geräteklasse (iPhone 5, 6, 6Plus, X, iPad, iPad @2x ...) Download des für das Gerät notwendige
...bringst mit: * neuste Java Versionen * Android SDK * Google Maps Android API * Sensor Framework (Compass, Accelerometer) * Hardware Frameworks (Camera, Location) * Play Store Publishing * du hast bereits einige Android Anwendungen gebaut * du hast Code veröffentlicht, den wir reviewen können (GitHub, Bitbucket, ... ) * Android OpenGL * SQLite * Gradle Weitere Anforderungen: * Deutsch (fließend in Wort und Schrift) ...
App existiert bereits. Implementierung eine neuen Features: Synchronisation der App Daten (SQLite & Dateien) multipler Android Geräte des selben Benutzers
Push - Controle Wifi - Imagens Cache - SqLite - MySql Remote
...Aufgabenstellung: Für ein bestehendes Projekt in Objective-C wird eine Teilaufgabe vergeben. Das Projekt besteht aus einer MAC OSX Anwendung und einer IOS Anwendung für Iphone, Ipad. 1.Überarbeitung des CoreDataStacks bei einem Aufruf (SharedInstance) zur Laufzeit, der einen bestehenden PersistentStore + MOC deaktiviert. Im Anschluss wird ein neuer PersistentStore + MOC aktiviert (also, Tausch der SQLite Datenbank während der Laufzeit der App, wenn diese aus einer anderen Quelle ersetzt wird). Hier stürzt die IOS App ab, die OSX App verarbeitet den Prozess ordnungsgemäß. Der einfache erwartete Prozess ist: Context besteht zur Laufzeit -> Store wird deaktiviert -> meldet TRUE zurück. 2. Überarbeitung der iCloud Synchr...
...Aufgabenstellung: Für ein bestehendes Projekt in Objective-C wird eine Teilaufgabe vergeben. Das Projekt besteht aus einer MAC OSX Anwendung und einer IOS Anwendung für Iphone, Ipad. 1.Überarbeitung des CoreDataStacks bei einem Aufruf (SharedInstance) zur Laufzeit, der einen bestehenden PersistentStore + MOC deaktiviert. Im Anschluss wird ein neuer PersistentStore + MOC aktiviert (also, Tausch der SQLite Datenbank während der Laufzeit der App, wenn diese aus einer anderen Quelle ersetzt wird). Hier stürzt die IOS App ab, die OSX App verarbeitet den Prozess ordnungsgemäß. Der einfache erwartete Prozess ist: Context besteht zur Laufzeit -> Store wird deaktiviert -> meldet TRUE zurück. 2. Überarbeitung der iCloud Synchr...
...Aufgabenstellung: Für ein bestehendes Projekt in Objective-C wird eine Teilaufgabe vergeben. Das Projekt besteht aus einer MAC OSX Anwendung und einer IOS Anwendung für Iphone, Ipad. 1.Überarbeitung des CoreDataStacks bei einem Aufruf (SharedInstance) zur Laufzeit, der einen bestehenden PersistentStore + MOC deaktiviert. Im Anschluss wird ein neuer PersistentStore + MOC aktiviert (also, Tausch der SQLite Datenbank während der Laufzeit der App, wenn diese aus einer anderen Quelle ersetzt wird). Hier stürzt die IOS App ab, die OSX App verarbeitet den Prozess ordnungsgemäß. Der einfache erwartete Prozess ist: Context besteht zur Laufzeit -> Store wird deaktiviert -> meldet TRUE zurück. 2. Überarbeitung der iCloud Synchr...
...Android Gerät (Firmware 2.3 aufwärts) laufen. Die App Funktion ist schnell erklärt. Ein Textfeld (Ajax Live Suche) durchsucht eine lokale auf dem Gerät installierte sqlite Datenbank. Der Benutzer tippt also einen Begriff ein und bekommt seine Ergebnisse. Die Datenbank besteht lediglich aus 3 Feldern. ID, TITLE und TEXT. Die Live Suche benutzt dabei Title und Text um das gewünschte Ergebnis zu finden. Sofern es mehrere Treffer gibt, muss das Programm sortieren und zwar erst die Treffer im TITLE und danach die Treffer im TEXT. Sofern möglich noch das gesuchte Wort hervorheben, ist aber nur optional. Die Datenbank muss sqlite bleiben um einfache Updates zu gewährleisten. Die Texte müssen automatisch umgebrochen werden....
I have a Linux access control server SDK developed in C, and I would like this SDK SQLite database to be migrated to MySQL. J'ai un sdk de serveur de controle d'accès linux, je souhaiterai que la base de données sqlite sois migrer sur mysql
...its id and a list of past messages (least recent first) with at least the last message from the user * push a text message so that we can send a message to a user/platform Our use case is one-to-one conversations, not groups. WhatsApp is our primary platform target. We expect high potential volume, which is why we wish a queue (in which case storage for the queue data should be done in sqlite for now) but we are open to discussion if another architectural choice is better. 1) The provider should first make a proposal of the internal python poll/push API as wished above (our specification might not be perfect and we are open to improvements), while also matching the constraints of WhatsApp, FB Messenger and Telegram. 2) The provider should then write code (open so...
I am looking for a freelancer who can help me publish my Django project on Azure app. The ideal candidate should have experience with Django 4.x and have knowledge of deploying Django projects on Azure app services. The project involves publishing my Django project on Azure app using the existing resources. The django project uses sqlite for user management, which needs to be migrated to SQL server. Otherwise standard deployment is sufficient for my needs. Skills and Experience: - Proficiency in Django 4.x - Experience with Azure app services and deployment - Experience with SQL server - Familiarity with Azure resources and configurations
We are seeking a talented freelancer to create a Flutter mobile application that replicates the offline functionality of PowerApps(like design html page at server side should be downloaded in mobile) with a SQLite backend. This project offers an excellent opportunity to showcase your expertise in mobile app development and database management.
We have a sqlite database hosted by an api. The database is about 700mb so we have a custom download system using pagination to pull entries 350 at a time. The code attached is what we have that is not working well. This was developed by someone for us and is not doing well. It should download the entire database but fails often. We then had several integrity functions made to check the databases for missing data but it runs to fast and crashes the app. We are looking for someone to improve our database sync system. We are open to suggestions as long as it remains a sqlite database and we can access the data from within our current framework. We can provide the project files upon request.
...debe permitir a los usuarios continuar trabajando y almacenar los datos localmente en una base de datos SQLite. 3. Consumo de Servicios : Cuando la conexión a Internet esté disponible, la aplicación debe ser capaz de consumir servicios REST y datos de una base de datos alojada en Azure. Esto incluye la carga y actualización de información. 4. Escaneo de Códigos QR: La aplicación debe tener la capacidad de escanear códigos QR para extraer un ID que servirá como referencia para la gestión de servicios y datos en la base de datos Azure. 5. Sincronización de Datos: Cuando se restaure la conexión a Internet, la aplicación debe sincronizar los datos almacenados localmente en la base de datos S...
In this stage we will manage the following tables from 1)Users 2)Accounts 3)Instruments 4)InstrumentsLists 5)Positions
Mobile-first design and responsive code deeply ingrained in your thought process. Expert in Android SDK, SQLite Database, Kotlin, Coroutines, XML-JSON Parsing, Good knowledge of Location services, Social networking integration like Facebook, Twitter. Familiarity working with REST APIs for deep integrations with both platforms i.e. general best practices, shortcomings, trade-offs, etc. Experience with offline storage, threading, and performance tuning Familiarity with cloud message APIs and push notifications Deep knowledge of Android UI design principles, patterns, and best practices; Excellent organization, communication, interpersonal skills.
I am looking for a freelancer to develop a simple portal site for my IT company. Features needed on the portal site: ■profile: backend:java(springboog) or nodejs or python or go frontend:reactjs or vue or angular database:mysql or mongodb or sqlite ■functions: ●pages: -home -About Us -Service -Jobs(job list and job detail) -Contact Us ●email Contact Us form can send email to both. ●language switch multilanguage support and website language will changed according to student's locale Design Preferences: - I am open to design suggestions Timeline for the project: - 1-2 weeks Ideal skills and experience: - Experience in developing portal sites - Proficiency in HTML, CSS, and JavaScript - Strong design skills and ability to provide design suggestions - Efficient in meetin...
I am looking for a freelancer who can help me set up nginx and a CI/CD pipeline with Github for my Django project on Digital Ocean. Preferred Operating System: Ubuntu Requirements: - Set up nginx on the server to handle incoming requests and serve static files - Configure a CI/CD pipeline to automate the deployment process (code connected to github repo) - we are using djago, sqlite in the backend - Integrate with my existing domain name and SSL certificate - Ensure proper security measures are in place Ideal Skills and Experience: - Experience with setting up nginx and configuring server blocks - Knowledge of CI/CD tools and platforms, such as Jenkins, Travis CI, or GitLab CI/CD - Familiarity with Digital Ocean and deploying Django projects - Understanding of SSL certificates a...
Hi There, I am a highly skilled flutter developer with a proven track record of 2+ years experience in the field of mo...delivering exceptional user interfaces, fluid animations, and efficient code structures that align with the specific requirements of clients. I specialize in these high-quality Flutter Mobile App Development areas: Custom mobile applications for Android and iOS in Flutter Proficiency in the Dart programming language Website to App Conversion XD/Figma to Flutter Firebase Authentication SQLite and Firebase Storage Push Notifications Experience with state management like Provider, Bloc, Strong problem-solving and debugging flutter applications Restful APIs and other third-party libraries Integration Ability to work with version control tools like Git ...
I am looking for a freelancer to help me with editing an Android app database. The database uses SQLite and I have specific changes in mind that need to be completed. I need this project done within 24 hours, so I need a freelancer who can work quickly and efficiently. The changes will involve optimization and making general fixes as needed. If you have experience with Android app databases, please let me know. If successful, this could lead to further work in the future.
We are in search of a company to perform an update on our mobile application due to recent policy changes imposed by Google. Technical Specifications: - Development Environment: Android Studio 3.3.2 - Minimum Supported Operating System: Android 4.0 (Level 14) and above - Programming Languages: Java and XML - Local Database: SQLite - Threading: Asynchronous tasks (AsyncTask) - Screen Orientation: Portrait Mode exclusively Need to add Admob (Adsence) as well in the app.
...mobile software for an important client of ours. This software will be used to facilitate the process of selling, reordering, delivering, printing and sharing documents that our client's salespeople carry out on a daily basis, in order to streamline the process and automate communication synchronously with the company's internal systems. The technology stack is as follows: Frontend: Flutter + Sqlite Backend: .Net + Sql + Api (to and from SAP) Admin Panel: Blazor .Net In particular, in this Job post we are referring to the Mobile development figure in Flutter. This candidate should have the following requirements - At least 3 years of experience as a Software Developer - At least 2 years of experience in Mobile Development - Knowledge of Agile methodologies - Mastery ...
I am working on a branch for a Github repo, here: In this branch, I have tests passing locally, but now we need to get them passing in the Github Actions CI. The tests depend on the following to pass: - MySQL - PostgresQL - SQLite - Memcache I have much of it working locally (with the help of a file) already in the branch, but there are errors when it runs in the CI (around the SQLite, for example). Your job is to: 1. Get all the tests working in the CI. You can use the already set up, or come up with your own solution; I don't care as long as it is clean, logical, and maintainable. 2. Get the code coverage working. I want to see the little badges on the repos's main README. You can use this other
...language - Experience with SQLite database system Description: I am looking for a skilled developer who can build a CLI program to manage student enrollments in various courses. Use SQLAlchemy to model students, courses, and enrollments. Implement features like adding new students, enrolling them in courses, and generating course enrollment reports. the following are the minimum requirements: A CLI application that manage student enrollments in various courses. A database created and modified with SQLAlchemy ORM with 2+ related tables. A well-maintained virtual environment using Pipenv. Proper package structure in your application. Use of lists and dicts. The ideal candidate for this project should have experience in Python programming and working with SQLite databases...
...programming and ability to implement server-side logic. Familiarity with working in Visual Studio. Understanding of MVC architecture and database integration (SQLite in this case). Ability to follow detailed instructions and implement the steps outlined in the practical set. Tasks: Create an ASP.NET Core Razor Pages project with the specified naming convention. Build a Razor page to display pizza details in an HTML table. Set up a carousel displaying pizza images with captions. Develop a page to process pizza purchases based on parameters. Create a Model class for Pizzas and generate Razor pages for CRUD operations. Configure the project to use SQLite as the DB provider. Implement layout modifications and navigation links. Test and run the project, ensuring all steps are ...
...works, but the tests have been broken for years. If you want to run them locally, you must have 4 databases installed (in the parentheses are the default connection parameters used by the tests, but it's possible to override them using environment variables): * MySQL (mysql://test:test@), * PostgreSQL(pgsql://test:test@) * OCI (oci://test:test@) * SQLite (sqlite://) Setting them up is very painful and confusing for developers, so my idea is to include a Dockerfile with the project. Then, developers can build and run the Docker container, and run the tests without difficulty. Your task is to grab the repo (start with the branch here: ), figure out how to create the dockerfile, and
Mobile Application where people can sign up to become distributors to start handing out flyers campaigns in a designated area. Whe...think it will be easier to implement this feature on the app then let's go with that instead. I have attached a screenshot for an example. If possible we would also like to see this data in real time. For example, a user is currently running at this point in time, we would be able to see their current location on the map as well as the route they have taken. I believe the App currently utilizes SQLite for the database, so that is most likely where all the running data is being stored. Items that must be completed: -App must run on Android and IOS -Ability to View all Distributor Running Data -Ability to View details for each current run -Mobile...
I am looking for a skilled developer to convert my custom-built website into a dynamic webview app. Platform: Custom-built website Technologies: using flutter, retrofit, OTP, Push Notification API: call data from mysql DB into Android Room database sqlite DB Functionalities: - I want to retain all current functionalities of the website in the webview app. New Functionalities: - In addition to the existing functionalities, I require the developer to incorporate new functionalities in the webview app. The specific details of these new functionalities will be discussed during the project. Ideal Skills and Experience: - Experience in converting websites to dynamic webview apps - Proficiency in custom-built websites - Strong understanding of web development and mobile app developme...
Mobile Application where people can sign up to become distributors to start handing out flyers campaigns in a designated area. Whe...think it will be easier to implement this feature on the app then let's go with that instead. I have attached a screenshot for an example. If possible we would also like to see this data in real time. For example, a user is currently running at this point in time, we would be able to see their current location on the map as well as the route they have taken. I believe the App currently utilizes SQLite for the database, so that is most likely where all the running data is being stored. Items that must be completed: -App must run on Android and IOS -Ability to View all Distributor Running Data -Ability to View details for each current run -Mobile...
I am looking for a developer to convert file to SQLite and integrate it into my existing system. Language must be vb.net Requirements: - Expertise in converting files to SQLite - Knowledge of SQLite database management - Experience in integrating databases into existing systems Tasks: - Convert table to SQLite table: 2 Options (to select by the user) a) copy all the tables in the mdb in one click (clear the DB and fill with current mdb data) b) one table at a time selected by the user from list of tables from MDB 1) If table does not exist in DB, create it and copy data from MDB 2) If table exist, do the following options (to select by user): a) overwrite old db table, b) Append records to old db table, c) comp...
I am looking for a Flutter developer to create an offline POS application with the following features: - Sales tracking and reporting: The application should be able to track and report sales data for analysis and decision-making purposes. We have some ideas for the design and layout of the application but ...proficiency in Flutter programming language - Experience in developing offline applications - Knowledge of inventory management systems Flutter Windows based installable application Sqllite Internal database store offline data When internet is ON need to push data to server Store product details in local for POS billing I am already done this setup. Someone need to complete based on my requirements
I am looking for a freelancer who can teach me how to use Realm of MongoDB with React Native. I have a basic understanding of HTML, CSS, JS, SQLite, NodeJS, and React Native. Level of Experience with MongoDB: None Specific Focus: Database Creation & Management Preferred Method of Learning: One-on-One Coaching Skills and Experience: - Strong knowledge of MongoDB and its integration with React Native - Experience in creating and managing databases using Realm - Ability to provide one-on-one coaching and guidance in using Realm with MongoDB - Knowledge of React Native and its integration with Realm - Excellent communication and teaching skills to effectively convey complex concepts - Patience to guide and support a beginner learner in understanding and implementing database cr...
I am looking for a Python developer with experience in Tkinter and SQLite to create an inventory management system. The system should have the following features and requirements: Features: - Inventory tracking and reporting Inventory Handling: - The system will need to handle less than 1000 items User Interface: - The user interface should be highly customizable Ideal Skills and Experience: - Proficiency in Python programming language - Experience with Tkinter and SQLite - Strong understanding of database management systems - Ability to create intuitive and user-friendly interfaces - Attention to detail and ability to meet deadlines If you have the required skills and experience, please submit your proposal and you must provide examples of your previous work. No example...
Requiero crear una tabla que se llene de sqlite y genere una tabla con datos horizontales y verticales Ejemplo: si esta exist dejara clickear si no esta existente no dejara clickear el cuadro Descripcion - Tienda 1- Tienda 2 - Tienda 3 - Tienda 4- Tienda 5 Sabritas Exist Not Exist Exist Exist Not Exist Galletas Exist Exist Not Exist Exist Exist Paletas Not Exist Exist No selected Exist Exist
I am looking for a skilled developer to help me with website development using Vue.js, html, css, flask, jinja, and sqlite. The main purpose of the website is to serve as an E-commerce platform. Design: - I already have a design or wireframe ready for the website, so the developer will need to work with that. Content: - I have existing content that needs to be incorporated into the website. Skills and Experience: - Proficiency in Vue.js, html, css, flask, jinja, and sqlite. - Experience in E-commerce website development. - Ability to work with existing designs and wireframes. - Attention to detail in incorporating existing content into the website.
...technical skills required: • For mobile: • Strong Android native (Java/Kotlin) and iOS native (Swift/Objective-C) • React Native for multi-platform apps • UI/UX knowledge, responsive design • For web: • Solid HTML, CSS, JavaScript • Frontend framework like React, Vue or Angular • Ability to create responsive web interfaces • For backend: • Proficiency in Java, Python, Ruby, PHP or similar • Relational (SQLite, MySQL) and non-relational (MongoDB) databases • Backend framework like Node.js, Spring Boot, Laravel • General skills: • RESTful API integration and development • Software architecture concepts • Security, authentication, authorization • Version control (Git) and collaboration • Cloud ...
...remote monitoring and control purposes. The main focus of this project will be on device communication. C# .net Key requirements for this project include: - Developing a user-friendly GUI for remote monitoring and control - Implementing reliable and efficient device communication protocols - Ensuring secure user access and authentication - System interface with master data, Register device (SQLite DB) - Conversion Value sample Int to Hex , etc - Project file app save & import. The project is similar to Kepware IOT Gateway, but the system flow reading PLC or device from us. only interface and additional device. Ideal skills and experience for this job: - Proficiency in Windows Presentation Foundation (WPF) for developing the application - Strong knowledge of networking ...
work on SQLite website one should be proficient in SQL and SQLite its a simple project
I am looking for a developer to work with my database system. Here are the project details: Database System: My database system is built with SQL, specifically using SQLite and Berkeley DB. Developer's Experience: I am open to any type of experience with database systems. Whether they have experience with SQL databases or NoSQL databases, all types of experience are welcome. Required Familiarity: The developer should be familiar with MySQL, as that is the specific type of database system I am using. Ideal Skills and Experience: - Familiarity with SQL databases, specifically MySQL - Experience working with SQLite and Berkeley DB - Knowledge of database systems and their architecture - Ability to optimize and troubleshoot database performance - Understanding of data m...
...next/previous searched words. Support image in books Open last read page(Ex, I was in page 5 when I close app, I want my app open Page 5 again when I open my app). I think you need to store last page number in app’s preference or somewhere. an Ebook directly from hard coded path. (Use the attached Alice ebook file) 3. Find these words (“in” and “to”) and get the id, pronounce, and meaning from SQLite DB(I’ll send it to you) and make ruby tag with span tag to insert in the Ebook and display it with red color. There are 4 types to show the found words. You can have a hard coded variable in code to set the type. 4. I want to change the meaning when I click click a word(“in” or “to”). Show a new Edit view to update the ...
Website on security, quality and usability. 1. Develop a website, which provides visitors with information on security, quality and usability. The website should be developed using Flask 1 and SQLite database, and have a number of pages to display content to visitors. Each web page should have:- header with navigation bar to enable the visitors to access all pages;- section that displays the main content, appropriate for each page;- footer containing relevant links to additional information, e.g. contact details, privacy policy, disclaimer, etc.;- also include a side bar to display any relevant information and makes your website more attractive and usable. More specifically, the website’s organisation and functionality should be as follows:1. Home page should allow visitors t...
I will share mockup pdf, I want the app to be like that in functionality and i appreciate nice design and creativity. the project must be based on c#, wpf, mvvm, codefirst approach, sqlite and without using any thirdparty tools.
I am looking for a freelancer to develop a small scale WPF application for my project. Skills and experience required: - Proficiency in WPF application development - Strong knowledge of C# programming language - Experience in creating user-friendly and responsive interfaces - Familiarity with database integration and management - Ability to work w...integration and management - Ability to work within a small scale project scope and deliver high-quality results in a timely manner. Please provide examples of previous WPF application projects you have worked on. I have attached mockup pdf and its fuctional, I want an like that in functionality and i appreciate nice design and creativity. the project is based on c#, wpf, mvvm, codefist approach, sqlite and without using any thirdp...
More details will be provided in the chat
...implementing predictive search functions - Knowledge of search algorithms and techniques - Ability to integrate search results with HTML5 web pages - Attention to detail to ensure accurate and efficient search results - Familiarity with user experience design principles to enhance the overall user experience. Front end page currently created with header and footer with blank body. What will be need is a sqlite database to be created from an excel file. The database will hold page names and the respective page links. I would like a full stack developer to apply as we have a lot of small tasks to be done on an ongoing basis. A good knowledge of HTML5, CSS, Javascript, Python, ubuntu, django and php would be needed going forward, but this project is HTML5, CSS, Javascript, ...
Bot should use sqlite database to check booking details. It should be able to provide exact information to the user about current booking status. Further, If user want to book the bus it should be able to book the seat of that particular bus taking all the information required for bus booking from user. It would be better if you could explain what will be your approach to accomplish this task. If you have done this kind of project earlier please provide the link so that I can check it out.
I am looking for a PHP expert to work on a save page for my website. The specific functionality that I need for the save page includes the ability to save form data. - The form data should b...on a save page for my website. The specific functionality that I need for the save page includes the ability to save form data. - The form data should be saved either to a database, a CSV file, email or a text file. - If a database system is preferred, I would like to use either MySQL or SQLite. - The form that needs to be saved consists of 5-10 fields. Ideal skills and experience for this job include: - Strong proficiency in PHP programming - Experience with database systems such as MySQL or SQLite - Knowledge of file handling in PHP - Attention to detail to ensure accurate sav...
...code pulls Favicons from Google's source location and outputs them to a database. Simple. Happy to show you the code on request. Purpose: a) The Python code needs to be converted to C# or VB.Net to create a runnable EXE. Start button, Stop button that interrupts and terminates the process. b) Run the code to produce the data file c) Output from the app should produce two files ; i) SQLite ii) Exel sheet DB will contain two columns ; Domain, BLOB Python Code: Yes, I have the Python code that needs to be converted. Skills and Experience: - Proficiency in both Python and C# programming languages - Strong understanding of code conversion techniques - Experience in code development and debugging - Attention to detail and ability to ensure accurate conv...