Qr code generatortrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 qr code generator trabajados encontrados, precios en USD

    I'm in need of an expert developer who can craft a desktop application that primarily functions as a Gmail generator. The application should not only be able to create multiple Gmail accounts but should also have additional capabilities such as enabling YouTube subscriptions and increasing Instagram follower counts. Key aspects: - The primary requirement is for the application to be Desktop-based. - The ability to automate YouTube Subscriptions and Instagram Followers from generated Gmail accounts. - The software should be user-friendly and ensure smooth performance. - Deadline: The project needs to be completed within a month. Ideal Skills & Experience: - Proficient in Desktop Application Development - Familiarity with Gmail API and Google-based apps - Strong knowledge...

    $91 (Avg Bid)
    $91 Oferta promedio
    4 ofertas

    ...work is already done, all I need to do is to make it work right and also add a GUI. You need to also follow the criteria given at the highest mark. Below you'll find, the criteria, guidelines and a model example for another topic, I'll also send the two Matlab files one for Radiotors and the other for underfloor heating, and when adding anything, you need to comment on what exactly you did in the code and also the source, and I'm also going to send you the model for each heating system. the tasks are -plot a graph for each of the heating systems -compare between the two heating systems in the same climate -compare between one heating system in two different climates -compare between two different houses in the same heating system and all of them need to be done ...

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

    The project involves the development of a comments maker primarily aimed at creating feedback. The skillset required includes UI/UX design, and knowledge of web development languages such as HTML, CSS, and JavaScript. Key project features: - Facilitate user commenting primarily to generate feedback. Users' suggestions and discussion features are not the primary focus. - Enable moderation before publishing anonymous comments to prevent unwarranted content. Developers should ensure a system to flag comments for review before posting. - Comments maker should support a rating scale form of feedback. Having skills with integrating interactive elements like a 1-5 rating scale in the user interface would be beneficial. Standard text-based comments or emoji responses are not needed in this...

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

    Hi Badar M., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

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

    I'm looking to hire a freelancer proficient in GO language to develop a Windows-based bot that can perform the following tasks: see excell file for messages attached - Double click to trigger. - Read QR codes to log into WhatsApp. - Send both text and multimedia messages via WhatsApp installed on the computer. Key Skills: - Proficiency in GO language - Windows platform development experience - Familiarity with WhatsApp API

    $192 (Avg Bid)
    $192 Oferta promedio
    21 ofertas

    ...auto-consolidated into company database for HR access 2. E-wallet: Company able to place money in holding account for payroll usage. Each employee on the portal will have an individual e-wallet that will receive money from the Company's holding account upon approval. 3. Attendance/Timesheet: Employee self check-in on mobile app with unique markers (e.g. live location capture, scanning unique generated QR code, face recognition). The time checked in will be auto-captured and fit to the employee's schedule with discrepancies removed (e.g. rostered for 8AM - 5PM (8h+1h break), staff checks in at 7:45AM and checks out at 4.30PM. Timesheet will reflect exact time but will calculate working hours as 8AM-4.30PM = 8.5-1=7H work) 4. Staff management: Company able to creat...

    $3205 (Avg Bid)
    $3205 Oferta promedio
    191 ofertas

    As discussed, we need to migrate the code base to Hono

    $5 / hr (Avg Bid)
    $5 / hr Oferta promedio
    1 ofertas

    I need help to fix issue in this url

    $2 / hr (Avg Bid)
    $2 / hr Oferta promedio
    8 ofertas

    I'm seeking a skilled 3D animator who can create a highly realistic video, approximately 30 seconds long, that showcases a wind power generator in operation. Highlighted features: - The video should depict the wind power generator set in an open field scenario, with an emphasis on the surrounding environment. - Weather conditions in the video should represent a nice day with some clouds, and prevalent wind that's strong enough to cause the grass to sway. The ideal candidate for this project: - Extensive experience in creating photorealistic 3D animations. - Experience in working with CAD files. - Strong understanding of environmental dynamics in 3D animations, particularly wind interactions with the environment. - Attention to detail to ensure the high level of r...

    $1077 (Avg Bid)
    Acuerdo de Confidencialidad
    $1077 Oferta promedio
    40 ofertas

    ...create a unique random number generator for gaming. This is not your everyday random number generator, it must include the following features: - Range Specifying: I specifically need the generator to create numbers from 1 to 7500. It's crucial for my gaming platform to operate smoothly. Ideal Skills & Experience: - Proficient in Java, C++, or Python. - Prior experience in developing random number generators. - Previous work within the gaming industry is a bonus. - An understanding of the mathematical framework behind random number generation systems. Deliverables: - A fully functional random number generator that fits the specifications above. - Adequate testing to ensure seamless functionality. - Clear and concise documentation of the syste...

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

    I need a QR code specialist with strong skills in database design and web development to build a platform focused on static QR code generation and seamless database management. Key components of the platform will include: - Static QR Code Generation: The primary feature should allow the generation of static QR codes with embedded website URLs. - Database Management: The platform should be backed by a robust database. The database should store all generated QR codes and related data efficiently. Experience with barcode technologies, especially QR codes, and great proficiency in database management systems will prove integral to the success of this project. Knowledge of the best practices for embedding URLs in QR codes...

    $22 / hr (Avg Bid)
    $22 / hr Oferta promedio
    101 ofertas

    ...to build an online presence. Currently our site has a home page with our contact details and are not actively using our site to generate sales. We currently generate our sales through farmer's markets. However, we'd like to gradually develop our online presence to compliment/grow our online sales. As a first step, we've got a templated page...basically the page is made out. We've got 5 QR codes that when scanned get directed to 4 different URLS that we would like to: 01. Replace with the above template to the correct link - for example - when our capsules are scanned - the URL is direct to get the idea. There are 4 links from 4 different products; or We will be using Typeforms and so all you will have to do is embed the typeform into the 4 URLs....

    $99 (Avg Bid)
    $99 Oferta promedio
    159 ofertas

    I am experiencing some difficulties with my Stripe subscription code, which is written in Node.js and react. The way I'm doing it is, I'm importing stripe using import { loadStripe } from '@stripe/stripe-js' I'm creating a function called handleSubscribe. const handleSubscribe = async (priceId) => { const stripe = await stripePromise; try { const checkoutSessionResponse = await ('/api/create-checkout-session', { priceId: priceId, customerId: customerId, }); const sessionId = ; const { error } = await ({ sessionId: sessionId, }); if (error) { (error); } } catch (error) { ('Error creating or redirecting to

    $21 (Avg Bid)
    $21 Oferta promedio
    9 ofertas

    Feed leads into our telegram and discord , they are people who want to trade Forex. Must be 50 -100 for each daily. The role is hourly. You can use all sources. Must be viable. Any bots and you won’t be paid! Only good leads please

    $4 / hr (Avg Bid)
    $4 / hr Oferta promedio
    8 ofertas

    As an experienced developer in C programming, you will have the opportunity to produce a fully documented source code for reading and setting the time on DS1302 RTC interfaced with PIC16F887. This includes: - Creating both 'Read' and 'Set' functions for the time on the RTC. - Providing a Proteus simulation of the entire operation. - Delivering the completed, error-free code within a strict 6 hour timeframe. Previous experience with microcontrollers and real-time clocks is highly recommended, to guarantee prompt and accurate delivery.

    $15 (Avg Bid)
    $15 Oferta promedio
    5 ofertas

    ...experience for general audiences - Expertise in integrating moderate level customization options in webspace. This is an exciting project that marries AI technology with accessible user experience. The complexity it presents assures a thrilling and challenging endeavour for anyone qualified to undertake. My client has gave an example of a site he would like to base it off, it is a NSFW ai generator website, you can view it here (warning contains adult material) He wants a website that replicates the exact same techniques that allows user billing for credits upon generation. My client has found this server company they would like to use to host the software/website created you can view it here however this is only an idea, they are happy

    $2029 (Avg Bid)
    $2029 Oferta promedio
    142 ofertas

    ...information, specifically my phone number. - Adding new content: I’d like to incorporate a QR code onto the design. Designers with experience in modern and engaging business card design, including QR code integration, would be ideal for this task. Your understanding and application of brand consistency across the design will be critical. I look forward to seeing your creative solutions to meet these needs. I have in total 15 business cards to adjust / generate. The following cards need to be made (only black version) with front and back (back contains logo only) New logo : see attached. The logo needs to be Nextgen Finance and not Nextgen Tax & Accounting. Street and number: Dascottelei 7 bus 0.02 Postal Code and City: 2100 Antwerpen (...

    $85 (Avg Bid)
    $85 Oferta promedio
    92 ofertas

    I need a skilled programmer to build a background check code for my web application. This should be focused on retrieving criminal record information from public databases within a regional/national scope. Requirements: - Strong knowledge of database programming - Proficiency in data retrieval from multiple public databases - Prior experience building background check systems is a plus - Understand the legality and ethics of retrieving criminal record data Please note: As this is focused on regional/national data, a good understanding of local public database sources is essential. No international checks are needed.

    $417 (Avg Bid)
    $417 Oferta promedio
    21 ofertas
    Web page for app Finalizado left

    I need a simple website for an existing application. I have an app that focuses on displaying events and selling event tickets, generating a QR code for each purchase. It's already working perfectly, connected to MySQL for databases and also uses PHP. I need to create a website where the only thing displayed is the information for an event through a unique link for each event. This means each event will have its own distinct link, and the only thing displayed will be the event's information already in the database. There should also be a button to purchase, which connects to a payment gateway for which I already have the logic in the app. It would be something like the picture

    $160 (Avg Bid)
    $160 Oferta promedio
    93 ofertas

    ...breaks and minimum rental periods; - overview of inventory, exclude overbookings; - pickup/return documentation, photos; - accessories & extras (transport and aditional services); Booking - owner: manage all bookings; - customer: manage own bookings in user account (login with 2FA, login with Google/Facebook Account); - customer: create a reservation and generate QR-Reservation code; - renting station: check validity of QR-reservation code; - upload of customer ID; - upload of utility bills as additional identification measure; - digital signing of generated rental contract after input of customer data; - check of real/fake ID with service such as Onfido Real Identity; - customer reminders; - availability; - record damage, cleanliness; - equipment checkl...

    $1337 (Avg Bid)
    $1337 Oferta promedio
    154 ofertas

    I'm currently in the process of cloning an e-commerce website (shopify). The majority of the site is working splendidly - about 90% - but there are still some kinks in the code that need to be addressed. Areas needing attention: - images not showing Ideal skills and experience: - I'm really looking for freelancers who have substantial experience in website development and code correction. Prior experience in troubleshooting and problem resolution would be a bonus. Application information: - For your application to be successful, I'd like to know about your experience, specifically any similar projects you've worked on or any issues you've managed to solved in this area. I know it's just a small fix to do so my budget for this is around...

    $121 (Avg Bid)
    $121 Oferta promedio
    43 ofertas

    ...will take advantage of an intuitive drag and drop interface and a Laravel backend setup. Key functional requirements include: 1. Drag and Drop Interface: The script should incorporate an easy-to-use, drag and drop interface. 2. Laravel Backend: The script will need to utilize Laravel on the backend. Familiarity and expertise with Laravel is a top priority. 3. Code Generation: The main purpose of the script is to generate code subjected to different flow diagrams. Mastery in this area is highly recommended. The platform compatibility is flexible as the question was skipped by me, making it acceptable across Windows, Mac, and Linux. Ideally, I am seeking a professional with prior experience in similar projects. I look forward to seeing your detailed proposal. What I�...

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

    I need an exceptional Java developer to create a PDF generator. The primary feature of this PDF generator should be its capability to maintain the original formatting of the source document. As such, it's crucial that the specialist has deep expertise in working with Java and PDF formatting. Key Requirements include: - Proficient in Java programming - Experienced in PDF formatting Please note that multilingual support is not required in this project; the PDF generator only needs to support English language.

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

    I'm in need of a solution to generate bulk QR codes for a marketing campaign. Here's what I need: - Digitally generated QR codes for easy access and usage. - Each code should include my custom logo. A keen eye for design and detail is required to ensure proper and consistent implementation of branding across all codes. - Previous experience in QR code generation/solution is essential. Experience in digital marketing is a plus. - Ability to deliver quality results on time for a successful launch of our marketing campaign. I'm looking forward for your innovative solutions. Your expertise in digital design and marketing will be highly valuable for this project.

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

    I'm looking for a proficient web developer to create a PHP/Laravel-based RSS feed generator website specifically outlined for blog posts. The website should have the following functionalities: Key Features: - Automatic Updates: Ensuring the blog feed stays relevant by auto-updating the content. - Manual Entry of Links: Users should have the ability to manually enter links for ease of customization. - Social Media Integration: The website should seamlessly incorporate social media platforms. Ideal applicant should have: - Extensive experience in PHP and Laravel, as the project is based on these technologies. - Familiarity or experience in creating websites offering RSS feed services. - Understanding of social media APIs for integration purpose. - Commitment to fully understan...

    $178 (Avg Bid)
    $178 Oferta promedio
    81 ofertas

    Need to Add Invoicing Part, Minor Design Changes Dashboard and QR Menu Design for Already Developed POS System First You can Refer Our Document and Bid. Please Go through full document and ask me if you have any issue. Don't bid Fake Prices Our Budget Only $150 to $175

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

    We Need to Add SAAS Feature and Invoicing Part and Minor Design Changes For Already Developed POS. Adding SAAS Feature Invoicing Part Such as (Invoice Number, Supplier, Invoice Date, ...) Font Change Theme Color Change QR Menu Customer UI Design Change and Etc We Below Attached the Requirement Document. Please Read That Carefully and Reply Us to If you Only Can. And Mention Your Actual Budget For this Project. Don't Bid Fake Prices.

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

    I'm in search of a skilled app developer who can transform my figma designs (less then 7 unique screens) into a functioning cross-p...can transform my figma designs (less then 7 unique screens) into a functioning cross-platform web-view or hybrid app. The app has basic functionalities : 1. Choose the language (en or fr) 2. Choose a type (from a dropdown list) 3. Answer some questions with 3-4 options provided as per type selected ( the question and answers will be set in admin panel) 4. Scan an QR/image (this will simply open mobile camera for scanning QR, nothing more from the mobile app side) 5. Result followed by static page. The admin panel required will only have the functionality of adding question under each "type" and can add more variation of &quo...

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

    I am looking for a proficient DevOps who can create a PHP code for a Geolocation functionality. This code must be able to: Identify user location and send him to relevant domain for example: User X come from Germany (Country code DE) traffic will go to User Y come from Greece (Country code GR) traffic will go to Else all other user traffic from all other location will go to If you know how to make this code please contact me.

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

    I need an experienced developer who can rectify following issues in my e-commerce platform: 1. Shipping charge calculation: For the same customer multiple products can be added and shipping charge should be calculated based on overall quantity. Your role is to analyze these calculation and implement a solution. 2. Checkout Bug: Billing and Shipping address section is not showing up for the same customer next time. Order history page is not loading up for the existing customer. To wrap up, I'm looking for a professional with a strong understanding of e-commerce platforms, payment gateway integration, and shopping cart systems. Should have a knack for problem-solving and debugging. Familiarity with Razorpay integration will be advantageous.

    $103 (Avg Bid)
    $103 Oferta promedio
    20 ofertas

    I am in need of an AI syllabus and question paper generator for language-based proficiency exams, specifically CEFR-based exams. I have specific requirements for this project and I am open to suggestions as well. There is no time limit for completion. Skills and experience required for this job: - Strong knowledge of AI and natural language processing - Experience in developing syllabi and question paper generators - Familiarity with language-based proficiency exams. - Understanding of the CEFR framework and its application to language exams.

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

    I need a seasoned web developer and programmer seasoned in...programmer seasoned in creating site similar to forevermissed.com. As part of the project, you'll need to: - Develop front-end and back-end with same/similar design - Integrate a feature that adds QR Code to every memorial/obituary page - Ensure workflow, UI, and UX is similar to what is on The platform's primary purpose is to facilitate user posting and sharing of memorials and obituaries following subscription signup. The subscription model specifics will be shared at a later stage. Ideal candidates should have experience in website development, UX/UI design, and QR code integration. Previous work on similar platforms will be considered an advantage. Experience with subscription-based ...

    $369 (Avg Bid)
    $369 Oferta promedio
    50 ofertas

    I'm currently seeking a skilled and experienced GoLang & NodeJS programmer for a system programming project. Key Details: - The primary focus will be on converting the GO LANG code to NodeJS. - The functionality required in the software is QR generation. Skills and Experience Needed: - Strong knowledge of GO LANG, NodeJS - Proven experience in system programming, specifically utility software development I look forward to getting started with an expert in GoLang and NodeJS.

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

    I am looking for a Matlab expert who can help me with the creation of effective code specifically designed to solve sets of coupled ODEs. The focus of these sets is the "Three-body problem," which is a dynamic problem often encountered in the area of kinematic chains. Key responsibilities: - Develop Matlab code to solve mentioned coupled ODEs - Ensure the code accurately addresses the "three-body problem" in kinematic chains - Test the code thoroughly for efficacy and accuracy Ideal competencies include: - A strong knowledge and proficiency in Matlab - Familiarity with kinematic chains, and dynamics problems - Previous experience in solving coupled ODEs would be a plus - An understanding of the "Three-body Problem" will be greatl...

    $515 (Avg Bid)
    $515 Oferta promedio
    33 ofertas

    I'...App Development - Proficiency with Bluetooth Connectivity - Background in RC Vehicle Control System Development Turnaround: The ideal candidate will be able to deliver a fully functioning module within a month. The proposed deadline is important but the adherence to quality and functionality is paramount. Looking forward to collaborating with potential talent on this exciting project! Included QR code link to application wanted to be used and link to the app manual for all information i can provide app : Online documentation: Offline Manual Download :

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

    I want to set up PayPay payment for Nintendo Game Plaza. PayPal payment review has been completed. Click here for details (payment agency) If you can translate into English and understand it, please help. payment site

    $161 (Avg Bid)
    $161 Oferta promedio
    44 ofertas

    I need a freelancer with the following qualifications to commit and push C++ code from a Linux environment to Github: • Strong knowledge and experience with C++ programming. • Proficient in Git versioning and repository management. • Familiarity with the Gitflow workflow methodology. This project requires seamless code transfer, ensuring consistency and minimizing potential conflicts. I would prefer the use of Gitflow branching model for its beneficial structure for larger projects. If you have a keen eye for detail and are organized with your coding practices, then you would be a perfect fit for this project.

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

    I'm in immediate need of a proficient C programmer who can perform some quick alterations to my code. While the specifics changes remain undefined, the successful candidate should be comfortable with variable renaming, algorithm modification, and function addition. Your application should prominently showcase your experience with similar work, as that's my key selection criterion. A lack of project prerequisite details implies a level of flexibility, but you should be ready to work within possibly varying programming environments. Skills and Experience: - Proficiency in C programming - Experience in renaming variables, modifying algorithms and adding functions - Flexibility to work in different programming environments

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

    For my dynamic website, I'm in search of a skilled professional capable of creating a local PDF generation solution to augment customization and retain the essence of the original Hebrew content. This undertaking shall consist of: -Developing a local PDF generating solution that enhances customization, with the ability to handle continuous updates originating from my website -Creating custom headers and footers for the PDFs, altering the design layout, and incorporating specific fonts The following features should be taken into account: - A format that retains the dual-column layout from the web page onto the PDF - Ensuring content lines are not split in the middle of pages in the PDF version - A design accommodating an A4-size layout The output required is only in PDF format. Suc...

    $146 (Avg Bid)
    $146 Oferta promedio
    84 ofertas

    I'm looking for an experienced developer to enhance the accuracy of my Large-scale Atomic/Molecular Massively Parallel Simulator (LAMMPS) DPD coding. Specifically, the current code isn't reliably matching the behavioural patterns of particles in comparison with experimental data. Key areas where you could be of assistance: • Debugging and improving the accuracy of the simulation results. • Tweaking the code to better align with experimental data about particle behavior. The ideal candidate for this work would have significant experience with LAMMPS DPD coding and be able to demonstrate a thorough understanding of particle behaviour simulations. Familiarity with experimental data comparison is also crucial.

    $28 / hr (Avg Bid)
    $28 / hr Oferta promedio
    16 ofertas

    ...der dabei hilft, einen etwa 2,5 Jahre alten ALTV Server-Code auf den neuesten Stand von AltV zu aktualisieren. Der Code ist sehr umfangreich und erfordert bestimmte anspruchsvolle Entwicklerfähigkeiten. Dich erwartet eine anspruchsvolle und umfangreiche Arbeit. Wir sind auch daran interessiert, dich fair und angemessen zu entlohnen, wenn du den Code so weit bringen kannst, dass alles reibungslos und gemäß den neuesten AltV-Standards funktioniert, und auch für zukünftige Aufgaben wie Fehlerbehebungen, Änderungen usw. zur Verfügung stehst. Wichtige Aspekte: - Behebung vorhandener Fehler - Updaten auf die neuste AltV Version. - Die Projektfrist beträgt 1 bis 3 Monate. Idealer Kandidat: - Umfangreiches Wissen im GTA5 ALTV Ser...

    $1012 (Avg Bid)
    $1012 Oferta promedio
    15 ofertas
    Image to Html Css code Finalizado left

    I need to someone to make a html, css code of a image. I've a image of a simple Invoice, now I'm looking for someone to make html and css code of it.

    $15 (Avg Bid)
    $15 Oferta promedio
    44 ofertas

    I urgently require an expert in Node.js, JSON, and MongoDB to develop a reliable plagiarism checker for my code. Key requirements include: - Ability to work with Node.js, JSON, and MongoDB code - Produce either a command-line tool or a web-based solution - Deliver results promptly and efficiently Ideal candidates should have experience in developing code plagiarism checkers and confident in handling large pieces of code. The ability to work quickly and effectively is a bonus.

    $31 (Avg Bid)
    $31 Oferta promedio
    15 ofertas

    We Need to Add SAAS Feature and Invoicing Part and Minor Design Changes For Already Developed POS. Adding SAAS Feature Invoicing Part Such as (Invoice Number, Supplier, Invoice Date, ...) Font Change Theme Color Change QR Menu Customer UI Design Change and Etc We Below Attached the Requirement Document. Please Read That Carefully and Reply Us to If you Only Can. And Mention Your Actual Budget For this Project. Don't Bid Fake Prices.

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

    I'm searching for a developer with experience in Python and C#, ideally with a focus in data analytics and manipulation using Pandas. The primary task will involve converting a large-scale Python code (more than 500 lines) into C#. Skills and Experience: - Proficiency in Python and C# - Solid understanding of Pandas for data analytics and manipulation - 1-2 years of coding experience Job Task: - Convert large-scale Python code (more than 500 lines) to C# - The converted C# code should make use of .NET Core and Entity Framework features or libraries. The successful implementation of the project will require a thorough understanding of both Python and C#, as well as the capability to accurately convert the functionality of the Python script into a C# environmen...

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

    I am in need of creating a software/script that will generate RSS feed using specified keywords and automatically push the resulting files to my hosted website. Development requirements: - The software/script should be written either in Python, Java or PHP. - The script/ software should be executable on Windows. Specific Functionality: - The software needs to have & run, an automatic task set to fetch new content once a day. Ideal Skills: - Proficiency in Python, Java, or PHP - Experience with RSS feed generation - Understanding of Windows-based app development. Your expertise will be necessary for the successful and timely completion of this project. Understanding of task automation and RSS feeds is essential. Knowledge of tasks scheduling within the software will also be ...

    $540 (Avg Bid)
    $540 Oferta promedio
    64 ofertas

    I am in need of creating a software/script that will generate RSS feed using specified keywords and automatically push the resulting files to my hosted website. Development requirements: - The software/script should be written either in Python, Java or PHP. - The script/ software should be executable on Windows. Specific Functionality: - The software needs to have & run, an automatic task set to fetch new content once a day. Ideal Skills: - Proficiency in Python, Java, or PHP - Experience with RSS feed generation - Understanding of Windows-based app development. Your expertise will be necessary for the successful and timely completion of this project. Understanding of task automation and RSS feeds is essential. Knowledge of tasks scheduling within the software will also be ...

    $169 (Avg Bid)
    $169 Oferta promedio
    37 ofertas

    ...to incorporate an auto code suggestion feature into my Vsix project. Although I didn't specify particular features for the auto code suggestion, I would expect the expert to bring forward ideas on how to improve code efficiency and readability. I imagine functionality could include code snippet prediction, syntax error suggestion, or function parameter suggestion, but I am open to professional suggestions. The triggering mechanism for the auto code suggestion is also yet to be decided. Options could be a keyboard shortcut, mouse hover, or manual button click, among others, and I would appreciate the hired freelancer's input in this regard. Skills Required: - Strong proficiency in C# - Experience with Vsix projects - Ability to design s...

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

    I'm looking for a proficient React Native developer to revamp my app through a series of updates,Adeptness in handling Apple Store submissions and approval process is a prerequisite. Key Responsibilities: - Update the existing code to ensure smooth functionality and enhance user experience. -publishing to app store and meeting all requirements for ios release Ideal Candidate: - Proficient in React Native - Proficient in iOS submission and approval process - Familiarity with implementing IAP - Previous experience with subscription-based applications Let's work together to take this app to the next level. Your professional input and technical acumen are eagerly awaited.

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