What is a regression testpráce

Filtrovat

Moje poslední hledání
Třídit podle:
Rozpočet
pro
pro
pro
Typ
Dovednosti
Jazyky
    Stav zakázky
    2,000 what is a regression test zakázek nalezeno, ceny v EUR

    I'm seeking a seasoned web-tester to conduct functional testing on my company's internal web application. This application is of moderate complexity, encompassing multiple pages and some complex features. Key Responsibilities: - Ensure all application functions work as intended - Identify, record, and document bugs - Execute thorough regression testing when bugs are resolved - Develop and apply testing processes for new and existing features. Skills Needed: - Proven work experience in software quality assurance - Experience in writing clear, concise and comprehensive test plans and test cases. This task requires detailed reporting and clear communication. I look forward to receiving your bids.

    €5 / hr (Avg Bid)
    €5 / hr Průměr. nabídka
    80 nabídky

    I am seeking a Czech native speaker to record wake-up words for a voice recognition training material. The goal is to enhance the accuracy of our system's voice recognition capabilities. The work will comprise of recording 4 specific phrases 25 times each, resulting in a total of 100 audio clips. You’ll need to deliver the phrases: - "Hey Alfa" - "Hey Alfa Romeo" - "Hey Fiat" - "Hey Jeep" with a 1-2 second gap in between each recording. A test sample will be required for selection. Skills and Experience Required: - Must be a native Czech speaker This task should take less than 15 minutes to complete. I look forward to working with you on this pivotal aspect of our project.

    €19 (Avg Bid)
    Místní
    €19 Průměr. nabídka
    1 nabídky

    I am seeking a qualified professional to develop an OCR model that's specialized in reading English handwriting. This OCR model is intended to decipher handwriting from a broad demographic range - from children of 5 years old to adults. The output should be categorized and formatted into an excel sheet. Key Aspects Include: - Development of OCR model utilizing English language only - OCR model application should be primarily on handwritten letters - Exportation of interpreted data into a structured excel sheet Skills and Experience Required: - Substantial knowledge and hands-on experience in OCR technology - Proficiency in English handwriting interpretation - Understanding of Excel and data categorization - Experience with a diverse age demographic...

    €726 (Avg Bid)
    €726 Průměr. nabídka
    74 nabídky

    We are looking for a dynamic administrative whiz to hop on board and assist with daily tasks. You'd primarily be managing job postings on LinkedIn, followed by managing a Google Drive. Key qualifications and experience ideal for this role include: -You should have an active LinkedIn account not less than a year - Demonstrated proficiency in LinkedIn, for daily job postings - Google Drive experience is a big plus, as you'll be managing our drive - Exceptional attention to detail and organization, for data entry work - Excellent time management skills, as posting is required once daily In summary, your daily tasks will involve posting a job once a day on LinkedIn, sending one time messages to applicants and then managing ou...

    €4 / hr (Avg Bid)
    €4 / hr Průměr. nabídka
    79 nabídky

    We are seeking an experienced individual to provide monthly website maintenance and support for a group of our websites. In total there are (6) Wordpress websites. There will not be much edits needed each month, mostly just maintenance and optimization, and health upkeep. We will need a monthly report that includes the following 1. Analyze Website Performance and speed 2. Test Website Forms 3. Check image quality 4. Backups - Monthly 5. Security 6. Check Website Links 7. Confirm that all content is up to date Monthly budget is $200

    €161 (Avg Bid)
    €161 Průměr. nabídka
    136 nabídky

    I'm seeking a skilled and experienced PHP developer to handle API integration into my existing project. You'll specifically be tasked with integrating the API for Kucoin Exchange. Key Responsibilities would include: • Integration of Kucoin Exchange's API • Test and ensure seamless function of API The ideal candidate for this job will: • Have extensive PHP development experience • Have previous experience with API integration • Understand cryptocurrency exchanges and have preferably worked with Kucoin's API before This project requires a good understanding of seamless API integration to prevent any potential functionality issues. Please indicate your previous experience in your proposal. The API's are at

    €429 (Avg Bid)
    €429 Průměr. nabídka
    32 nabídky

    As a software development team, we're currently seeking an expert in Java, with robust proficiency in automation testing to help in identifying regression errors in our system. In particular, we highly prefer individuals that are skilled in * Working with Selenium as the testing framework * The identification of regression errors * Extensive experience in automation testing in Java Thereby, providing an effective way to streamline our testing process and to enhance our overall development efficiency. Please ensure you provide evidence of your previous work relating to Java automation testing.

    €785 (Avg Bid)
    €785 Průměr. nabídka
    46 nabídky

    ...suspicious. This is significantly affecting my communication channels and business operations. Here's exactly what I need from you: - Investigate and identify the causes of my email deliverability issues - Implement email authentication methods such as SPF, DKIM, and DMARC. I currently haven't implemented any of these. - Ensure that DNS and MX records are properly set up, test email delivery and provide a solution that ensures my emails do not end up in spam or marked as suspicious. I'm using Gmail as my email provider. Experience and understanding of Google's email infrastructure will be necessary for this. Also, consider that you must have specific expertise in email deliverability and an understanding of SPF, DMARC, DKIM, DNS, MX,...

    €15 (Avg Bid)
    €15 Průměr. nabídka
    7 nabídky

    ...Saucelab for version control and test execution - Familiarity with E-commerce websites and their functionalities Project Details: - The client is seeking a freelancer with expertise in Java Selenium Web Driver to automate web testing tasks for an E-commerce website. - The main objective of the project is to automate various testing scenarios on the E-commerce website using Java Selenium Web Driver. - The freelancer will be responsible for developing and implementing automated tests, ensuring the quality and functionality of the website. - The project needs to be completed as soon as possible, requiring the freelancer to work efficiently and meet tight deadlines. Key Deliverables: - Automated test scripts using Java Selenium Web Driver - Documentation...

    €22 / hr (Avg Bid)
    €22 / hr Průměr. nabídka
    64 nabídky

    I'm in need of a proficient AI and machine learning developer with a strong background in Python and federated learning. The objective is to write code ,train and test a dataset for the detection of plant diseases including fungal, bacterial and viral infections, utilizing Dynamic-Fusion-Based Federated Learning. Key responsibilities will include: - Developing an algorithm for classifying plant diseases through dynamic fusion-based federated learning. - Prioritizing the classification of fungal, bacterial, and viral diseases. - Ensuring accurate disease detection through advanced machine learning strategies. The timeline for this project is within a week, so I need someone who can dedicate a good amount of time to this project ...

    €92 (Avg Bid)
    €92 Průměr. nabídka
    11 nabídky
    WEBAPI 2 - Continue Ukončeno left

    1) Continue on...Restructure user/database, something like this (a log_user shall only be allowed to INSERT/COPY into log_data in Postgres: REVOKE CREATE ON SCHEMA public FROM PUBLIC; REVOKE ALL ON DATABASE log_database FROM PUBLIC; CREATE USER log_user; GRANT USAGE ON SCHEMA log_schema TO log_user; GRANT COPY ON TABLE log_data TO log_user; 8) Change JSON to: {"serial": "AB10", "sequence": 23} and add a sequence field in the table. Sequence shall be a “small integer” – two bytes. 9) Change log_data to a hyper_table, may affect table structure. 10) Maintain a “” script with all initialization etc. 11) Restructure user/database is intended to safeguard for SQL injection? Do you also prop...

    €276 (Avg Bid)
    €276 Průměr. nabídka
    1 nabídky
    Illustration test 1 Ukončeno left

    Illustration test 1 to make the other models in comic style.

    €11 (Avg Bid)
    €11 Průměr. nabídka
    1 nabídky

    google maps account is restricted in my country Vietnam need support

    €129 (Avg Bid)
    €129 Průměr. nabídka
    32 nabídky

    We are seeking a skilled Full Stack JavaScript Developer to join our dynamic team. As a Full Stack Developer, you will be responsible for developing and maintaining high-quality web applications using the latest technologies. If you are passionate about creating innovative solutions and possess a strong background in full stack development, we want to hear from you. Responsibilities: Collaborate with cross-functional teams to define, design, and ship new features. Develop front-end components using modern JavaScript frameworks such as React or Angular. Design and implement server-side logic using Node.js. Build reusable code and libraries for future use. Optimize applications for maximum speed and scalability. Implement security and data protection measures. Conduct ...

    €164 (Avg Bid)
    €164 Průměr. nabídka
    80 nabídky

    ...WASTE YOUR OR OUR TIME IF YOU DON'T WRITE MANUALLY !!! What we offer: *Ad-hoc writing work at the entry rate of $20/1000 words with room for growth. *Flexibility: No Skyping, no phone calls, accept projects when you have the time to complete them, take time off when you need (letting us know in advance is good practice). *Easy to work with: We reply to questions fast, will provide valuable input and feedback on every single task you complete. *We've been in the content writing and marketing business for 15 years and have worked with more than 2000 clients. As part of our team, you'll have the opportunity to learn from experienced team members on a daily basis. What we expect: *You'll be part of an International team with a...

    €17 (Avg Bid)
    €17 Průměr. nabídka
    56 nabídky

    I am looking for a skilled Verilog coder with experience in advanced digital circuit design and implementation. Tasks will involve designing and implementing complex circuits, specifically those involving CPUs or intricate state machines. Key Responsibilities: - Design and implement advanced digital circuits - Test and debug created designs - Maintain documentation of design process and circuit function Skills & Experience: - Expertise in Verilog coding - Experience with complex digital circuit design and implementation - Familiarity with CPUs and complex state machines - Proficiency in using Xilinx Vivado for running Verilog simulations Please ensure you have this experience before placing a bid on this project.

    €120 (Avg Bid)
    €120 Průměr. nabídka
    8 nabídky

    ...Cryptocurrency trading - Capacity to assist in creating and testing various strategies The project is somewhat established already. Freqtrade is already installed on my system. However, I need help with the finer details. I have multiple strategies that I would like to test. You will need experience with both hyperopt and preferably the freqAI element of the system as well. The primary asset type will be Cryptocurrencies. It would be a great asset if you have experience in this domain, understand the volatile nature of the market, and are capable of creating solid strategies that can be deployed in the markets. I am for someone who has worked with the Binance market and is good at both creating a setup that can multiple bots and help code bots...

    €10 / hr (Avg Bid)
    €10 / hr Průměr. nabídka
    5 nabídky

    Seeking a proficient web developer well-versed in CSS and HTML to carry out essential layout adjustments for my image, with a strong emphasis on section rearrangement. The project requires: Please find the images below. What i want to do is on the what i want image. I need the text to be added on the image layers with CSS and HTML only(no bootstrap or any other) and should be responsive. Please make sure the text aligns with image. add hover on the text, hover text should be test 1. Looking forward to seeing the transformation of my website through your expertise.

    €13 (Avg Bid)
    €13 Průměr. nabídka
    16 nabídky

    We are part of a worldwide network providing drug testing services. We have a presence in multiple countries. Our client wants us to conduct drug testing around Molnvädersgatan 418 35 Göteborg, Sweden. We will train you on how to do it and provide the necessary supplies and tools. You will have to either go to the client's residence or office to collect the provided urine sample or rent a meeting room to host the session. Meeting room rental costs will be borne by us. Thereafter I will guide you on how to perform the testing hygienically and you will send us the result. We will compensate you for every test done.

    €46 - €55
    Místní
    €46 - €55
    0 nabídky

    We are part of a worldwide network providing drug testing services. We have a presence in multiple countries. Our client wants us to conduct drug testing around Qatar, Doha. We will train you on how to do it and provide the necessary supplies and tools. You will have to either go to the client's residence or office to collect the provided urine sample or rent a meeting room to host the session. Meeting room rental costs will be borne by us. Thereafter I will guide you on how to perform the testing hygienically and you will send us the result. We will compensate you for every test done.

    €32 (Avg Bid)
    Místní
    €32 Průměr. nabídka
    1 nabídky

    ...Job Type: Freelance/Contract About Us: We are a healthcare software company, specializing in Laboratory Information Systems (LIS) and Electronic Health Records (EHR) integration, committed to improving diagnostics, patient care, and data efficiency. Our development process is grounded in Scrum methodology, ensuring flexibility, rapid delivery, and continuous improvement. Job Description: We seek a Java Developer experienced in ASTM E1381-02 / CLSI LIS1, ASTM E1394-97 / CLSI LIS2, and HL7 standards for upgrading our LIS integration engine. This role requires a commitment to Scrum values and practices, enhancing data transfer between lab instruments, LIS, and EHR systems. Responsibilities: Upgrade our Java-based LIS integration engine within a Scrum f...

    €13 / hr (Avg Bid)
    €13 / hr Průměr. nabídka
    45 nabídky

    Basically: I'm trying to set up a simple way to display a single application on Windows RDP to my customers. Let's say - I only want them to be able to see this program, and I believe it can be done with Apache Guacamole. So if we set this up, I can test, but I'm having trouble configuring it completely. That's where you come in. Set up Apache Guacamole on Windows Server 2022, in a way, that I can reproduce it for all my other customer servers.

    €32 (Avg Bid)
    €32 Průměr. nabídka
    6 nabídky

    Looking for an experienced Python developer to develop a script that can effectively and automatically scrape text content from a scraper should be capable of obtaining various types of information and capable of implementing specific logics Mention your past scrapping projects in your bid. Ideal Skills: - Proficiency in Python programming - Experience with web scrapping tools - Familiarity with various website structures. Responsibilities: - Develop a script to automate data scrapping - Test the script to ensure it functions as intended - Maintain the script to accommodate any website changes. Deliverables: - Efficient Python web scrapping script - Clear documentation on how to use and maintain the script.

    €28 (Avg Bid)
    €28 Průměr. nabídka
    45 nabídky

    ...an Appointment Setter, you will play a crucial role in connecting with potential leads, asking essential questions, and determining their interest in scheduling a consultation meeting with me. Responsibilities: • Conduct outbound calls to potential leads and prospects. • Engage prospects in a friendly and professional manner. • Ask relevant questions to understand their needs and challenges. • Educate prospects about our company's services and value proposition. • Schedule consultation meetings with interested prospects. • Do detective work in finding out who the owner’s name is. Qualifications: • Can Speak like an American. • Excellent communication and interpersonal skills. • Proven experience in tel...

    €4 / hr (Avg Bid)
    €4 / hr Průměr. nabídka
    21 nabídky

    I'm in need of a competent developer proficient in Python, Docker, and PyMongo for microservices development. I have the code in which the lambda function integrated with S3 Storage bucket , Need to modify it and integrate with OCI Storage bucket. OCI Is Oracle Cloud services. Second need to make build and deploy it on docker and test Key Responsibilities - Development of microservices using Python, Docker, and Pymongo - Employing best practices in microservices development to enhance flexibility Ideal Candidate Skills - Profound understanding and experience in Python programming - Extensive experience with Docker and Pymongo - Proven track record in microservices development - Strong understanding of flexible microservices development techniques Consider a...

    €105 (Avg Bid)
    €105 Průměr. nabídka
    12 nabídky

    I'm seeking a proficient Audio Machine Learning Engineer. The main objective of this project is to build, test, and implement a machine learning model that works effectively with multiple languages, interpreting user-uploaded audio files. Work to carry out: Make a unsupervised model of SER- Speech Emotion Recognition for 4 emotion i.e sad, happy,anger and fear. - Dataset already created of 150 sample in .wav files at 16khz, 16bit mono audio with emotion annotated of file name 4th letter. (Cannot share Dataset, as it is under process for research paper) - Feature extraction: (make sperate folder after feature extracted) 1. Time-domain features - *short-term energy of signal, zero crossing rate, maximum amplitude, minimum energy, entropy ...

    €274 (Avg Bid)
    €274 Průměr. nabídka
    7 nabídky

    ...furniture, the core products I aim to feature on my website. Finding these distributors is challenging, and your ability to uncover them would be invaluable. Upon identification, please add them to the provided Excel list, noting the number of brands they represent. Be aware that access to some sites might require a 'dealer login'. This task is an initial step towards a regular monthly assignment focused on supplier sourcing. Initially, my goal is to identify 1-2 very good distributors to kickstart the process. I would ask you to research 24 hours in 3 milestones, and each 2 days send me an excell with an update of about 8 hours of work. It could be that I add a column to the excell if needed as this is my first outsource of t...

    €146 (Avg Bid)
    €146 Průměr. nabídka
    11 nabídky

    I'm looking for an experienced network engineer who can oversee the setup of a robust wired network. This project involves about 50 connected devices and requires sound knowledge of network architecture, hardware, and protocols to ensure optimal performance. 5000 sf office. 15 employees. VoIP, streaming Monitors, POE Security cameras, firewall, site to site vpn Most infrastructure are already in place: We have a Dream Machine Pro and Netgear switches wi fi is also ubiquiti NVR is NUUO Network and equipment already in place, needs to be optimized. Subnets, flans, managed switches…restrictions on traffic/access based on MAC or user… The physical infrastructure is already mostly in place and I can easily swap out a switch or run Ca...

    €49 / hr (Avg Bid)
    €49 / hr Průměr. nabídka
    18 nabídky

    I need a skilled JavaScript developer to overhaul my GitHub repositories, ensuring they are adapted for a single VPS test run. The main functionalities include implementing all types of streaming - video, audio, and live and creating a registration system using both email and social media. You will also be making sure the chat feature works properly. If you succeed in producing a successful test run, further paid work involving production deployment will follow. Expertise in JavaScript and a deep understanding of VPS configurations are paramount. Familiarity with streaming technologies and developing registration systems will be beneficial. Certainly! To adapt your GitHub repositories for a single VPS, follow these steps: Remo...

    €136 (Avg Bid)
    €136 Průměr. nabídka
    33 nabídky

    I am looking for a statistician who has expertise in using R or similar software to run a logistic regression with robust standard errors using the dataset attached. Then, you give me a generally statistically acceptable output. I have already run a primary logistic regression with robust standard errors. The primary model, in all respects, looks okay, but its specificity is 0.000. Have a look at the primary logistic regression output attached and improve the specificity (from 0.000) by adjusting the threshold (from 0.5) in your logistic regression with robust standard errors using the dataset attached. The dependent variable is ELECTIONSTATUS. My target independent variables are ELECTORAL_GOVT and EDM, both of w...

    €12 (Avg Bid)
    €12 Průměr. nabídka
    8 nabídky

    We need a highly motivated freelance developer to complete a showcase/demo project currently under development in Unreal Engine 5! Requirements: - good communication skills and work ethic. - experience in Unreal Engine 5 Editor, including Blueprints. - a PC with hardware specs sufficient for Unreal Engine 5. - a good internet connection. - some basic knowledge of Blender. - some basic knowledge of Photoshop. Task 1: Modify & adjust a new main building in Blender & import it into Unreal Engine - including area around the building + test if everything works. Task 2: For the new main building: add new texture + mesh variations/UI & adjust it so it looks/works decent, keep it optimized + test if everything works + upload UE pr...

    €174 (Avg Bid)
    €174 Průměr. nabídka
    15 nabídky

    More details: What are your main objectives for the industrial design of your open space living room, dining area, and kitchen? Creating a cohesive and harmonious design, Incorporating functional and practical elements What is your preferred color scheme for the open space living room, dining area, and kitchen? Concrete colors What specific elements or features would you like to incorporate into the industrial design of your open space living room, dining area, and kitchen? Exposed brick or concrete walls, Industrial lighting fixtures, All details will be provided

    €139 (Avg Bid)
    €139 Průměr. nabídka
    50 nabídky
    Eth game tester Ukončeno left

    We are currently seeking a dedicated and passionate game tester to join our team. As a game tester, you will be responsible for identifying bugs, glitches, and other issues in our games, as well as providing feedback on gameplay mechanics and overall player experience. Key Responsibilities: - Test games on multiple platforms, including PC, console, and mobile devices - Identify and report bugs and issues to the development team - Provide detailed feedback on gameplay mechanics, controls, and overall player experience - Collaborate with developers and designers to ensure a high-quality gaming experience for our players - Participate in game testing rounds and provide input on game design and balance - Stay up-to-date on industry trends and best practices in game...

    €426 (Avg Bid)
    €426 Průměr. nabídka
    33 nabídky

    I'm looking for a professional to assist in setting up a site-to-site VPN connection using an OPNSense as client to Cisco Router (Server) Please note that Cisco Router is already connected what you will work on is the OPNSense. The main reason is to facilitate secure data transfer between two sites. This connection is critical for us as we prioritize our network's security. Requirements: - Expertise in OPNSense configuration - Hands-on experience in setting up VPN connections - Great understanding of network security protocols - Capability to test and verify the secure data transfer Less than 1 hour

    €31 (Avg Bid)
    €31 Průměr. nabídka
    19 nabídky

    I am in need of a marketing expert to help me with an upcoming test. The major topics covered in the test would be: - Branding - Market Research - Advertising I have already done the cognitive part of the test, and now require someone to coach me for the final 2-hour Marketing test. The freelancer applying for this project should have: - Expert level understanding and practical knowledge of Branding, Marketing, and Advertising. - Experience in successful coaching, teaching, or tutoring in these areas is highly preferred. - The ability to communicate clearly and effectively to aid understanding. Freelancers interested in this project will need to showcase their experience in handling a similar project as well as their expertise in the re...

    €12 / hr (Avg Bid)
    €12 / hr Průměr. nabídka
    23 nabídky

    I'm seeking a qualified game developer with a strong competency in creating engaging mobile simulation games, targeted towards an adult audience. Ideal Skills: • Expertise in mobile game development • Strong grasp of simulation genre • Understanding of adult gaming preferences Responsibilities: • Design and implement a captivating mobile simulation game • Validate designs to ensure it caters to adult gaming preferences • Iteratively test and refine game based on feedback In addition to the above, applicants who can bring creative ideas to improve upon the game concept will be highly regarded. Familiarity with the latest trends in the gaming industry, specifically within the simulation genre and the adult market is...

    €1078 (Avg Bid)
    €1078 Průměr. nabídka
    48 nabídky

    My project is to create an app with a game geared towards children. The game chosen is the strategy genre, and I have a specific theme or style in mind. I'm looking for someone to bring this game to life so that kids of all ages can enjoy it, with vivid visuals and engaging gameplay. The app should be intuitive and user friendly, with different levels and challenges that can test and entertain the target audience. My goal is to make this an enjoyable and educational experience, while providing a fun and exciting game for our young players.

    €553 (Avg Bid)
    €553 Průměr. nabídka
    21 nabídky

    I'm seeking an experienced and knowledgeable Senior Systems Engineer with a strong background in system analysis, design, implementation, testing, maintenance, and troubleshooting. Key Responsibilities: - Analyze and design robust systems - Implement and test system designs - Perform system maintenance and troubleshooting Required Skills and Experience: - Proficiency in Java, Python - Familiarity with GoHighLevel, Zapier, and APIs - 5+ years of professional experience in Systems Engineering Your extensive experience and strong technical skills will be crucial in assuring the reliability and efficiency of our systems. I look forward to your bids.

    €26 / hr (Avg Bid)
    €26 / hr Průměr. nabídka
    27 nabídky

    Frontend html,css,javascript,backend javascript ,database mongodb customer also buy makeup product ,booking system, appoinment book,service provide like manicure,pedicure,facial,makup,haircut that sit.

    €188 (Avg Bid)
    €188 Průměr. nabídka
    16 nabídky
    €5 / hr Průměr. nabídka
    1 nabídky

    More details: What is the purpose of the 3DMax videos? Promote a product or service What kind of products or services are you looking to promote in the videos? Tech products What specific elements or attributes of the tech product do you want highlighted in the 3DMax videos? Design aesthetics

    €119 (Avg Bid)
    €119 Průměr. nabídka
    26 nabídky
    The test Ukončeno left

    Editing and mixing of the podcast.

    €23 (Avg Bid)
    €23 Průměr. nabídka
    1 nabídky

    ...Development Brief Project Overview: .com is a digital platform that helps digital businesses, creators and users make a living on the internet by offering solutions needed as follows 1) AI content creation leveraging GPT4,MIDJOURNEY APIs or other affordable video and image creation APIs. 2) Publishing content created on Doofdi straight to social media channels 3) Connecting Publisher/advertisers with targeted audiences through a unique revenue-sharing model. 4)Users discover and engage with interesting content from advertisers/publishers and earn rewards for their engagement. This drives high traffic and engagement for advertisers/publishers at an affordable cost. Project Goals: Develop a user-friendly and visually appealing website. Create ...

    €690 (Avg Bid)
    €690 Průměr. nabídka
    28 nabídky

    La aplicación debe tener tres tipos de usuarios, uno de administrador, otro técnico y otro de cliente. El administrador podrá ver todo, el técnico solo los clientes asociados a él y el cliente solo sus cosas. Será el técnico el que dé de alta al cliente en el sistema y dirá que grupo de test se le debe asignar al cliente. En la aplicación los usuarios deben hacer un test cada día y esto le dará una calificación que podrá ver el técnico asignado a él. La parte gráfica de la app podría asemejarse a un juego de niveles, y que es usuario vaya avanzando según vaya completando los test diarios. La aplicación de...

    €216 (Avg Bid)
    €216 Průměr. nabídka
    12 nabídky

    hello please looking for someone who can help me fix duplicate event on my facebook ads im gonna pay for a 30 min goole meeting when the expert will show me how to fix this issue

    €12 (Avg Bid)
    €12 Průměr. nabídka
    14 nabídky

    ...project description then bid it I am building a mobile app for IELTS preparation and here are some features of that 1) All modules include reading, writing, speaking, listening sections ielts institutes will register on my app with a yearly subscription after that we are going to provide them functionality where they can create their own listing for the test and their respective student can access them Only institute administrators can register students through their dedicated admin section. Here is an example of a video and i want English audio with English small size font sub-titles In video, i want at least 1 sikh animated person who is wearing a turban in the video Video length should be of

    €17 (Avg Bid)
    €17 Průměr. nabídka
    7 nabídky

    I've encountered a problem with my Unity-built Sudoku game that needs to be addressed. The grid doesn't load properly when I am playing it on Android devices. ( this game has a bug because it doesn't sometimes draw all the lines on the board.) Key project tasks: - Diagnose and repair the bug causing the Sudoku grid to malfunction. - Test to ensure the game is functioning correctly on Android post-repair. The ideal freelancer for this job would be a Unity expert with a specific focus on Android compatibility. They would also need to have solid problem-solving skills and excellent debugging abilities. Experience in Sudoku game development or similar puzzle games would be advantageous. Previous work on app bug-fixing and quality a...

    €124 (Avg Bid)
    €124 Průměr. nabídka
    15 nabídky

    As an aspiring dental professional, my main goal is to successfully pass the Australian Dental Council Objective Centered Clinical Examination. To make this goal a reality, I need a qualified tutor with a deep understanding of the exam's structure, particularly in the area of Diagnosis and Treatment Planning. The part of the exam that poses the greatest challenge to me is designing an appropriate treatment plan. Therefore, the ideal candidate for this project would be best equipped with: - Expertise in Dental Treatment Planning: Your expertise and experience in developing strategic and effective treatment plans will be critical to my success. As this aspect of the examination is currently my weak point, your guidance in maneuvering this sect...

    €7 (Avg Bid)
    €7 Průměr. nabídka
    4 nabídky

    I am looking for a person who will convert a poor quality JPG file into a CDR or AI file (curves). the logo includes a red sofa which is of poor quality and should be improved. you should also find the fonts from which the two inscriptions are created and include them in the project in curves. More details: What format would you like the converted file to be in? CDR (CorelDRAW) How would you like the red sofa in the logo to be improved? sharper details Do you have any specific fonts in mind for the inscriptions, or are you open to suggestions based on the existing style? Specific fonts are required

    €19 (Avg Bid)
    €19 Průměr. nabídka
    30 nabídky

    ...responsibilities include: - Scraping text content and images from a test website. - Ensuring the data is accurate and comprehensive. - Organizing scrapped data in an Excel spreadsheet or a csv file. Keen attention to detail is critical. Applicants with prior experience in web scraping, data extraction, and data management, who are comfortable with Excel functions, will be ideal for this project. Please bid on an hourly basis for your time and explain who you will charge by the hour. I'm assuming that you will need to set up the scraping tool, which might take some time, then do the scraping itself from about 2,500 website pages, and then make sure the data is correct in the excel spreadsheet (or csv). Please share what tool you wi...

    €87 (Avg Bid)
    €87 Průměr. nabídka
    30 nabídky