Elegoo smart robot car kit v3.0 programming jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 elegoo smart robot car kit v3.0 programming jobs found, pricing in USD
    Trophy icon Modern Car Logo Design 2 days left

    I'm looking for a talented designer to create a modern logo for my car-related business. The logo will be primarily used online, so it needs to be optimized for websites and social media. Here's a bit about what I'm looking for: - Design Style: Modern, with a touch of sophistication. - Usage: The logo should be versatile and visually appealing on various online platforms. - Font: A combination of icon-based and text-based design elements would be ideal. Ideal candidates for this project should have: - Strong portfolio demonstrating modern logo design skills. - Experience creating logos for online usage. - Proficiency in creating and balancing both text and icon-based elements in a design. I'm excited to see your proposals!

    $36 (Avg Bid)
    $36
    71 entries

    I'm on the hunt for a proficient software developer with experience in developing keyboard apps for both iOS and Android. Key Features: - The keyboard should support emojis and have customization of themes. - A noteworthy component to include, is an ancient character keyboard accessible by a dedicated button. Ideal Skills: - Previous keyboard app development - iOS and Android programming - Design experiences for UI/UX Your creativity combined with these key elements will encapsulate a user friendly, innovative keyboard app that stands above the rest. Looking forward to collaborating with you.

    $550 (Avg Bid)
    $550 Avg Bid
    37 bids
    Trophy icon Innovative Logo Creation 2 days left

    I'm looking to construct a unique and professional logo that will effectively represent the identity of my brand. The ideal design should: Brand Name : TATIF - Brand name to sell car accessories - Reflect a professional, innovative, and trustworthy image - Use two elegant colors of your recommendation - Be versatile enough for marketing and social media usage - Need source file with all fonts and elements If you have any questions please DM me. A successful candidate will have proficiencies in branding and logo design. Your creativity will be the key to the final outcome.

    $6 (Avg Bid)
    Guaranteed
    $6
    15 entries

    The script is intended for data processing and it communicates with external services or APIs. The primary objective of this project is to modify the script to meet new data processing requirements. Key requirements: - Send bundled transactions on the BSC Network - BSC Sweeper bots. - Flashbots

    $25 (Avg Bid)
    $25 Avg Bid
    6 bids
    Smart Home Automation Setup 6 days left
    VERIFIED

    ...system to include dimming capabilities, color changing lights, and motion sensor lights. It should be able to adapt to different lighting needs and situations. - Heating/Cooling Automation: I have a smart thermostat and I would like it to be integrated into the system. The system should allow for optimal temperature control and adapt to my preferences. Ideal Skills: - Home Automation: Experience with setting up and integrating smart home features is a must. - Lighting Systems: Proficiency in configuring lighting systems with various functions. - HVAC Systems: Knowledge in working with smart thermostats and ability to set up heating/cooling automation effectively. Please share your previous experience and insights on setting up similar home automation systems. Le...

    $418 (Avg Bid)
    $418 Avg Bid
    18 bids

    I am seeking a professional to develop a software that can efficiently extract and present the scripts used on a list of URLs provided. The software should be able to handle up to 1000 URLs at a time and run specifically on Windows. ...inaccessible. Ideal candidates should possess: - Proficiency in software development and experience in creating similar tools. - Familiarity with web scraping, data extraction, and bulk processing. - Prior experience in creating Windows-compatible software. - Strong attention to detail and the ability to accurately handle and report inaccessible URLs. As the client, I am open to the choice of programming language(s), as the final product is more important to me. The primary goal is to have a reliable and efficient tool that can handle a high volum...

    $506 (Avg Bid)
    $506 Avg Bid
    46 bids

    I'm in need of a proficient PHP developer to take on a range of responsibilities for my project. You'll be handling both the front and back-end development, as well a...interactive web pages, but also maintaining them for optimised performance. Key Responsibilities: - Handling front-end and back-end development - Carrying out website maintenance You must provide examples of your past work in your application. We appreciate attention to detail and a deep understanding of PHP. Since I will provide all the content needed for the website, you can focus solely on the programming side of the task. Your expertise in PHP will be integral to the success of this project, so freelancers with a robust portfolio of past work will have an edge. We look forward to seeing what you can...

    $350 (Avg Bid)
    $350 Avg Bid
    47 bids

    I'm in need of an expert proficient in CPLEX OPL software to assist me in solving a medium-scale mixed integer programming problem. The primary aspects of the task include: - **Problem Nature:** The task is essentially a mixed integer programming problem. This entails the need for the expert to use their skills and knowledge to optimize the problem at hand effectively. - **Data Complexity:** The dataset is of medium scale with around 1000 to 5000 variables and constraints. Experience in handling datasets of this size and complexity is essential. - **Constraints:** The problem is characterized by resource constraints. The ideal candidate should be well-versed in working around such constraints to guarantee the proposed solution is resource-efficient. The successful ca...

    $80 (Avg Bid)
    $80 Avg Bid
    2 bids

    I need a WordPress expert to set up a membership-based website with varying levels of access. Key Requirements: - Programming the website according to the membership flow I have in mind. - Implementing multiple tiers of membership. Skills Needed: - Proficiency in WordPress, especially with membership plugins. - Experience in setting up and managing different levels of membership. - Good understanding of user registration and login processes. Please note that there are additional features I may need in the future, so a flexible approach and willingness to accommodate future requests is appreciated.

    $54 (Avg Bid)
    $54 Avg Bid
    14 bids

    I am looking for a well-qualified freelancer to help me develop a motivational app using AI. The user interface required for the app will be a mobile...interface required for the app will be a mobile application. We will also need an admin panel to manage user subscriptions. Additionally, AI scripts need to be incorporated into the app as well. The purpose of the app is to motivate users and encourage them to reach their goals. The freelancer I choose to work with must possess advanced experience in both mobile application development and AI programming. They should be comfortable working with both UI/UX design and backend development to ensure that the app functions correctly. Project Brief -

    $265 (Avg Bid)
    $265 Avg Bid
    7 bids

    I'm looking for a freelancer to write a 500-700 words review for my Windows application. The focus will be on the application's user interface and overall user experience. Key Points: - The application is targeting the freelance ... or user interface (UI) design. - Deep knowledge of the freelance industry and the specific needs of freelancers. - Excellent communication skills, capable of providing clear and detailed feedback in a professional manner. The compiled project will be available here: Download the project and follow instructions, once the application has been tested and you have formed an opinion, you can contact me to discuss further collaborations.

    $416 (Avg Bid)
    $416 Avg Bid
    3 bids

    ... // Input is in the format of {ingredientName}.{attribute} if (!(".")) continue // Split the key name by the '.' character const split = ('.') // Set the attribute for the ingredient by the first two dots // E.g. if the input is vinegar.type=mL it will set // {"vinegar": {"type": "mL"}} in the baseIngredients variable const ingredientName = split[0] if (typeof baseIngredients[ingredientName] === "undefined") { baseIngredients[ingredientName] = {} } const ingredientAttribute = split[1]; // Should be completely secure doing this??? // I don't think the hoomans can pollute anything by assigning attributes this way // Yeah I am pretty sure this is no...

    $27 (Avg Bid)
    $27 Avg Bid
    12 bids

    I'm in need of a talented Nextjs Developer to work on smart contract development specifically for Ethereum using the base l2 network Key Requirements: - Nextjs Expertise: You should have a strong understanding of Nextjs to help with the frontend development of the smart contract. - Ethereum Proficiency: I'm looking for a developer who is well-versed with Ethereum, as this will be our base network for the smart contract. - Solid Smart Contract Experience: You should have experience in developing smart contracts preferably in the blockchain space. Your responsibilities will include: - Implementing the smart contract on the Ethereum network, ensuring it works seamlessly with the Nextjs frontend. - Collaborating with our team to ensure the...

    $25 (Avg Bid)
    $25 Avg Bid
    8 bids

    I'm in need of someone to help with building a Java code for my project. The main task will be developing a code for input validation. Key Requirements: - Experience in Java programming - Proficiency in coding for input validation - Ability to work efficiently and deliver results in a timely manner This project will require someone with a good understanding of Java programming and the ability to create effective input validation. If you have a track record of successfully delivering such functionalities, I'd like to hear from you.

    $19 (Avg Bid)
    $19 Avg Bid
    9 bids

    ...create a custom cryptocurrency coin with Ripple-like properties, and have it listed on a popular exchange. Key Features: - Smart contract capabilities: The ability to execute automated contracts without intermediaries. - Scalability: The coin should be able to accommodate a growing user base without sacrificing speed or efficiency. - Privacy and Anonymity: Implement robust privacy protocols, ensuring secure, confidential transactions. Ideal Skills and Experience: - Extensive experience in cryptocurrency development and blockchain technology. - Proficiency in creating custom coins and integrating them into exchange platforms. - Proven track record of implementing smart contract capabilities, ensuring scalability, and enhancing privacy and anonymity. - Familiarity with th...

    $1422 (Avg Bid)
    $1422 Avg Bid
    9 bids

    ...programmer proficient in socket programming to assist with a specific task relating to establishing server connections, sending/receiving data packets, and handling socket errors. Additionally, I need help in creating a small WooCommerce database interface. The specific requirements: - Socket Programming: You will be responsible for establishing a server connection, sending and receiving data packets, and managing socket errors. - WooCommerce Database Interface: We will be integrating a small interface to manage product inventory. In this case, we are looking for basic integration - primarily focused on reading product data. The ideal candidate should have: - Proven experience in C# programming, particularly with a strong understanding of socket programming...

    $510 (Avg Bid)
    $510 Avg Bid
    24 bids

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); } } Class 'PEAR2NetRouterOSUtil' not found

    $32 (Avg Bid)
    $32 Avg Bid
    7 bids
    .mpz File Converter to .xlsx 6 days left
    VERIFIED

    I need a command-line program that can convert .mpz files to .xlsx files. The program should be written in Python. If anyone can do it, please send me the message. Key Requirements: - Input: The program should take a .mpz file (protected password) as in...to .xlsx files. The program should be written in Python. If anyone can do it, please send me the message. Key Requirements: - Input: The program should take a .mpz file (protected password) as input. - Output: The extracted files should be converted to .xlsx format. - Handling: The program should be able to handle files up to 200mb in size. Skills/Experience Required: - Proficient in Python programming - Experience with file handling and conversion Note: A graphical user interface is not required, the program should be command-...

    $141 (Avg Bid)
    $141 Avg Bid
    22 bids

    Hi João! I need revisions to the last Facebook profile banner you made for me. I want 2 versions: One with the same colours but just a few small changes Second one with inverted (opposite colours) or different colour scheme that will look good. For example I previously did White + Black when the main FB cover was Black & Yellow, think like a football team 2nd kit ;)

    $9 (Avg Bid)
    $9 Avg Bid
    1 bids

    The brandname is CerminBro. Car windscreen repair and replacement. I'm in need of a professional and elegant logo that can be used across a variety of platforms - primarily online, in print and on merchandise. Key Project Requirements: - Design an elegant style logo - Ensure the logo is versatile for use across different mediums - Provide design files and source files for future editing Ideal Skills: - Proficiency in graphic design - Experience in creating versatile logos - Understanding of branding and logo use across different mediums Your creativity will be a great asset here, as the logo should be both eye-catching and adaptable. Looking forward to your proposals!

    $15 (Avg Bid)
    Guaranteed
    $15
    145 entries

    I'm looking for a skilled Visual Basic 6 programmer to adjust functionality within my VB6 source code. The task primarily involves expanding reporting functions to include more tables. Ideal applicants should have: - Extensive experience in VB6 programming. - Previous work involving functionality adjustments, particularly in Reporting and Data Management. - A keen eye for detail to maintain existing code integrity while implementing changes. - Strong understanding of data management and manipulation in VB6. Your role will be solely focused on altering the existing VB6 code and ensuring the changes don't disrupt the software's operational flow. Familiarity with VB6 and past projects involving Reporting changes are crucial.

    $343 (Avg Bid)
    $343 Avg Bid
    16 bids

    ...am not sure whether I prefer a custom built HRMS or integration with an existing platform. I am open to suggestions and recommendations from the freelancer based on their expertise and experience. Skills and Experience: - Experience in developing and implementing payroll systems for existing businesses. - Knowledge of HRMS best practices and compliance regulations. - Proficiency in relevant programming languages and frameworks for HRMS development. - Ability to provide recommendations and guidance on the best approach for the HRMS project....

    $169 (Avg Bid)
    $169 Avg Bid
    27 bids

    i have a list of 11,000 car part numbers. need to find the image from each one, if you type the part number in google you'll find the image for that part.

    $144 (Avg Bid)
    $144 Avg Bid
    193 bids

    Hi Swapnil P., I have a new job with photos 24*1.50 = 36.00 60*1.20 = 72.00 Total = 108.00$ Please clean dust and imperfections from all photos. Thank you and have a great day

    $108 (Avg Bid)
    $108 Avg Bid
    1 bids

    I am looking for a Java expert who is proficient in the Spring framework for implementing a role-based security setup in my project. Key Requirements: - Strong background in Java programming - Proficiency with Spring Boot and Spring Security - Significant experience in role-based security implementation - Familiarity with securing endpoints in web applications Your task will mainly involve: - Incorporating role-based security in secure endpoints - Limiting user access and functionality based on their roles - Ensuring that the security configurations are robust and effective - Maintaining the performance and scalability of the system post-implementation Ideal candidates should have prior experience in similar projects and be able to demonstrate a solid understanding of Java, Sprin...

    $23 (Avg Bid)
    $23 Avg Bid
    13 bids

    I need to modify the software of the speedometer and DVD touch screen in my Honda Grace 2018 EX. Both are currently in Japanese, and I'd like them to be changed to English. The main tasks for the project include: - Changing the speedometer language from Japanese to English - ...speedometer language from Japanese to English - Modifying the software of the DVD touch screen, also from Japanese to English Since I don't have the necessary tools or software for these modifications, I'm looking for a professional who can provide the expertise and tools required to complete this task. Ideal skills and experience for this job: - Proficient in software modification for car devices - Experience in Honda car systems is a plus - Ability to provide the necessary tools an...

    $250 (Avg Bid)
    $250 Avg Bid
    1 bids

    I'm in need of a skilled circuit board designer that can create the and design the Greber file for me, I need to send the files to the manufacturing compony. My project contains few components only. SAM D11C 14-pin chip, 3 LEDS, Battery holder, and a reset switch. The "j2" pads are for programming the chip, Gnd, power, and clock. The 2 antennas traces are connected to analog pins A2 and A4. LEDs are connected to digital pins 24,25,31. the reset button to RST pin of course. For the 4 programming pads. Gnd and Power goes to Gnd and VDD pins in the chip, For the clock, I'm not shire which pins. layout size : 10 cm by 5.398 cm

    $178 (Avg Bid)
    $178 Avg Bid
    16 bids

    I want to create a nutritional analysis software that helps manufacturing companies, restaurants, or other food service businesses manage nutritional information. The software should allow users to input an ingredient from a database, customize data, and quickly break down its nutritional values. Example of tools and technologies needed: Programming Languages: - Backend: Python (Django, Flask), Node.js (). - Frontend: JavaScript (React, Vue.js, Angular) Testing: - Selenium, Jest Version Control: - Git (GitHub, GitLab, Bitbucket)

    $3006 (Avg Bid)
    $3006 Avg Bid
    53 bids

    ...**Purpose**: The primary aim of the deployment is for text ebedding (vector db) and generation. - **Requirements**: Specifically, I'm looking for functionality related to Language modeling and retrieval augment generation in the LLM applications. - mongoDB should be set up runining a .sh file - docker-compose deploy of the app Essential skills for this project include a strong background in Python programming and experience with deploying applications on different operating systems. Previous work in natural language processing (NLP) or machine learning operations (MLOps) will also be a strong advantage. Your understanding of text generation and the specific functionalities mentioned will be key to the success of this project. If this sounds like a task that fits your skill ...

    $187 (Avg Bid)
    $187 Avg Bid
    14 bids

    I'm in need of an expert in developing Discord bots, particularly one with experience in horse racing prediction functionality. Key Requirements: - **Betting Functionality:** The bot must allow users to place bets o...**Real-Time Race Updates:** Users should receive live updates on horse racing events. - **Customizable Predictions:** I'd like the bot to provide predictions that can be customized in certain aspects. The bot will need to gather data from reputable horse racing sources such as Racing Post, Daily Racing Form, and Equibase. This is crucial in ensuring the accuracy and reliability of the predictions. **Programming Language:** Python is the preferred language for this project. Your experience with Discord bot development and utilizing horse racing data sources...

    $32 (Avg Bid)
    $32 Avg Bid
    4 bids

    I'm looking to create a binding within Openhab for an Elmo alarm system. The binding needs to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sending sensor states to OpenHAB items. I do have a similar project that was written in Pyth...to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sending sensor states to OpenHAB items. I do have a similar project that was written in Python for Home Assistant which I can provide as reference and guidance. Ideal Skills: - Strong experience with Openhab binding. - Proficiency in Python programming. - Familiarity with the Elmo alarm system ...

    $564 (Avg Bid)
    $564 Avg Bid
    19 bids

    ...specializes in modern residential design. The primary focus of this project is to create a smart home that integrates modern technologies seamlessly into the design. Key Requirements: - Ability to design a modern-style residential property with a sleek, clean aesthetic - Experience in integrating smart home technologies into architectural design - Knowledge of architectural principles and best practices - Proficiency with CAD software and other relevant tools Skills: - Architectural Design - Modern Residential Design - Smart Home Technology Integration - CAD Software - Attention to detail Experience: - Proven track record in designing modern residential properties - Previous experience with smart home technology integration - Strong portfolio demonstratin...

    $150 (Avg Bid)
    $150 Avg Bid
    46 bids

    I need a Figma expert who can take my specific design idea and turn it into a comprehensive prototype for a community yellow pages app. This prototype will be key to visualizing and testing the app's functionality before the development stage. Key Project Requirements: - Proficiency in Figma: You should be skilled in utilizing Figma's features to create a professional and...purpose of each feature within the app. Below is a link for what I created so far in Figma. I would like to improve the design and add a few more pages to the prototype as well as make it more user friendly for testing. The app will be similar to below pages where the user can search for businesses in the community.

    $437 (Avg Bid)
    $437 Avg Bid
    106 bids

    ...the AI system into our existing platform for seamless user experience. - Continuously monitor and improve the AI’s performance based on user feedback and advancements in AI technology. **Requirements:** - Proven experience in AI development, particularly in natural language processing (NLP) and machine learning. - Strong understanding of music theory and lyrical composition. - Proficiency in programming languages such as Python, TensorFlow, and PyTorch. - Experience with audio processing and analysis. - Ability to work independently and collaboratively in a remote team environment. - Strong problem-solving skills and attention to detail. **Preferred Qualifications:** - Previous experience in the music industry or with music-related AI projects. - Familiarity with current ...

    $528 (Avg Bid)
    $528 Avg Bid
    21 bids

    ...higher price. I'm seeking a skilled PHP programmer proficient with Cora. The goal is to automate the sharing of articles from my website to my business Facebook page. Key requirements: - Automate sharing: I want the programmer to ensure that whenever a new article is uploaded to my website, it's automatically shared to my business Facebook page. - Cora PHP programming: The ideal candidate should have experience with Cora PHP programming, specifically related to integrating website content with Facebook. - Facebook page sharing: The articles should be shared only on my business page, ensuring they reach my target audience. Your duties will include: - Developing the automation process: You'll be responsible for creating a seamless, automatic procedure that ...

    $24 (Avg Bid)
    $24 Avg Bid
    16 bids
    Pixel-Action PC Game 6 days left
    VERIFIED

    ...aiming to capture both nostalgia and innovation. For this project, I need a skilled team to turn this vision into reality. **Key Requirements:** - **Game Development:** Proficient in developing action games for PC, with a portfolio showcasing similar projects. - **Pixel Art:** Exceptional skills in pixel art creation, able to craft detailed and unique characters, environments, and effects. - **Programming:** Strong background in coding, familiar with engines and languages suitable for PC game development (e.g., Unity, C#). - **Creative Input:** While I have a clear vision, I value creativity and input on how to enhance the game's design and mechanics. **Ideal Skills and Experience:** - Experience in developing action games, specifically for PC. - Strong portfolio featuring...

    $14 (Avg Bid)
    $14 Avg Bid
    5 bids

    ...being charitable. I am being practical. ✻ PAYING YOU TO LEARN ✻ No. You aren't dreaming. I value intelligence and problem-solving ability over experience. I'd prefer to work with someone who is clever and learns quickly rather than someone experienced but is not very intelligent and/or does not solve problems scientifically. Would I hire an Isaac Newton or an Albert Einstein even if he had no programming experience? Of course I would. ✻ TESTS ✻ You must pass several difficult logic tests to work with me. The first logic test you complete for me will be an unpaid logic test. In other words, I would not pay you any money whatsoever if you were to pass the first logic test. However, I would pay you $25 (Twenty-Five Dollars) if you were to pass the second logic test,...

    $1099 (Avg Bid)
    $1099 Avg Bid
    35 bids

    I need a seasoned developer to convert my existing Swiftic app into a freestanding app that can be listed on the App Store, Google Play, and Amazon. The app is currently accessible via www.ecosmartecloud.com. Skills and Experience: - Proficiency in Swift programming language - Experience in converting existing apps to standalone apps for multiple platforms - Familiarity with submitting apps to App Store, Google Play, and Amazon - Knowledge of push notifications and user login/authentication systems The main purpose of this app is to provide a platform for communication. Key features I'd like to retain after the conversion are push notifications and user login/authentication. Please let me know your prior experience with similar projects, as well as any ideas or suggestions ...

    $522 (Avg Bid)
    $522 Avg Bid
    49 bids

    I am currently using R, specifically the ppcor package, to conduct partial correlations on a sizable dataset. Unfortunately, the process is slow and fails to address all columns efficiently. I'm seeking assistance to: - Improve the computation speed - Enhance the handling of columns within my dataset The ideal freelancer for this task should be proficient in R programming, with specific experience in working with the ppcor package or similar tools for statistical analysis. A background in optimizing code for large datasets would be highly beneficial.

    $39 (Avg Bid)
    $39 Avg Bid
    8 bids
    Trophy icon Modern Logo Design for "LumLight" 2 days left

    I'm looking for a modern logo design for a lighting company, "LumLight" that manufacturers and distributes lighting for homes and commercial use. . Below are some key points to consider when creating this logo: They integrate a technology that allows for quick and safe installation of lighting. It also using cutting edge smart lighting technology. Logo presneted NO 3D LOGOS . final seleceted freelancer would need to work with us on finilizing it with our modification request and also would need to provide source font used. - The logo should have a modern and TECHY aesthetic, fitting the current trends in design. - It should incorporate elements related to lighting technology, but in a subtle and sophisticated way. - While this is important, the emphasis should no...

    $241 (Avg Bid)
    Featured Guaranteed
    $241
    977 entries

    I'm in search of a skilled .Net mobile developer to finalize my .Net Maui mobile application. The key tasks include: - Implementing the logic, specifically around user interface interactions. - Although user authentication, data synchronization, and push notifications were not explicitly mentioned, familiarity with these aspects would be advantageous for...Net and Maui and can confidently complete the application. Ideal skills and experience: - Proficiency in .Net and Maui - Experience in mobile application development - Understanding of user interface interactions - Knowledge in user authentication, data synchronization, and push notifications will be an advantage. Figma UI: Swagger attached

    $180 (Avg Bid)
    $180 Avg Bid
    21 bids

    Need to find a programmer who understands computer networks and knows c# or python programming

    $157 (Avg Bid)
    $157 Avg Bid
    24 bids

    ...application for my car cover company. This smart home app will control WIFI lights and fans specifically. Key functionalities include: - Ability to control lights - Control fans - Monitor humidity This application is all about automation, so it requires a development team with a strong background in cross-platform app development, specifically working on smart home apps. Awareness of IoT would be beneficial, given the smart home focus. Considering user experience, the app should be intuitive, easy to use, and visually appealing, therefore, UX/UI design skills are critical. This project is an interesting opportunity to work on an application that moves beyond standard functionalities and delves into home automation. If you've got the skills and the ...

    $361 (Avg Bid)
    $361 Avg Bid
    60 bids

    ...experience with docker Requirements: 1 Install balabolka in wine - 2 Install cli balalbolka “bconsole” 3 Install raveena voice 4 Ensure you can create .wav file using raveena in Wine with example command: balcon -n raveena -t "The text will be read slowly." -s -5 -v 70 -w "d:Sound" 5 Run wine installation in docker 6 Ensure you can create .wav file using raveena voice with Docker command 7 Send me docker to test locally Thanks for bidding...

    $450 (Avg Bid)
    $450 Avg Bid
    16 bids

    ...troubleshoot and fix Error 500 issues - Familiarity with server configurations and potential causes of Internal Server Errors - Strong problem-solving skills to identify and resolve the root cause of the issue - Good communication to explain the issue and recommended solutions in a way that's easy for me to understand. More details: Warning: Found outdated nextend-smart-slider3-pro inside: ./wp-content/plugins/nextend-smart-slider3-pro/ - Version: 3.5.1.21- Please update asap. New Version: 3.5.1.23 Warning: Found outdated advanced-custom-fields-pro inside: ./wp-content/plugins/advanced-custom-fields-pro/ - Version: 6.2.9- Please update asap. New Version: 6.2.10 -------------------------------- Out of date software is the most common cause of website compromise. It&...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    83 bids

    I have ongoing work related to our previous project 'Sports Video Programming Graphics'

    $100 / hr (Avg Bid)
    $100 / hr Avg Bid
    1 bids

    I'm looking for a skilled software developer to create a unique application, using Python and C++ as the primary programming languages. Key Requirements: - Advanced proficiency in Python, C++, and HTML - Experience in software development - Ability to implement user login and registration functionalities Additional Skills: - Understanding of web development - Knowledge of user interface design The project primarily involves developing a software application, so a strong background in software development and proficient programming skills are highly desirable. The ability to seamlessly integrate user login and registration into the application is essential.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    31 bids

    I'm seeking a Python expert to develop a solution for a resource allocation problem that involves both the Knapsack Problem and linear programming (LP) models. Key Requirements: - This project is focused on resource allocation, so the main goal is to craft an algorithm that can efficiently solve the classic Knapsack Problem. - You will also be required to incorporate LP models in the solution to enhance the resource allocation process. Skills & Experience: - Proficient in Python for algorithmic problem-solving and have a solid understanding of optimization techniques. - Experience in working with LP models and understanding of how to apply them in real-world resource allocation problems. - Previous experience in developing command-line interfaces for solutions - as this ...

    $136 (Avg Bid)
    $136 Avg Bid
    26 bids