Imacros loop example jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 imacros loop example jobs found, pricing in USD

    ...transcoding the input H.265 stream to H.264 to prepare it to be consumed over WebRTC. Requirements Solution must be implemented using golang. Solution must use the go-gst library for accessing gstreamer bindings. Code must be documented. Pipeline must be construct by code. Do NOT expect to take a pipeline string and parse it as we will need low level access to each element! --- Similar Example // This example demonstrates the use of GStreamer's pad probe APIs. // // Probes are callbacks that can be installed by the application and will notify // the application about the states of the dataflow. Those are mostly used for // changing pipelines dynamically at runtime or for inspecting/modifying buffers or events // // |-[probe] // /...

    $59 (Avg Bid)
    $59 Avg Bid
    5 bids

    ...It's important that the shop is properly connected to the Printspace dropshipping service, as I don't have an account with them yet. Key Requirements: - Proven experience in setting up and customizing ETSY shops - Familiarity with Printspace or similar dropshipping services - Ability to optimize the shop for SEO to increase visibility and reach - Strong communication skills to keep me in the loop with the progress Tasks: - Create the shop - Manage to upload some products (10 max. at the beginning); use of Photoshop to showcase the pictures in a wall. - Create banner, and miniatures - Create logo of the shop I'm open to suggestions on how to make the shop more appealing to potential customers. Your creativity and expertise in design and user experience will b...

    $97 (Avg Bid)
    $97 Avg Bid
    35 bids

    we are looking for a senior experienced PHP developer with a minimum of 15 years of experience Skills and Experience MUST HAVE: - 15+ years of core PHP development experience. - Proficient in Laravel framework. - highly knowledgeable in php programming and experience SQL Injection prevention/fixing - Finding and Securing any loop holes in the system - **must be an independent developer, not an agency! - must be able to work on github - lastly making sure platform is mobile responsive Must have experience in social media or multi-user platform, chat system, ecommerce platform *******We will only hire independent freelancer. If you are an agency, if you are a marketing person or project manager and will delegate the work to someone else, meaning, will subcontract the job to someon...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    56 bids

    I need a proficient developer with substantial experience in , TailwindCSS, and TypeScript to address and repair specific aspects of my project. The critical areas that need improvement are: - Styling inconsistencies: There are certain style discrepancies that need to be addressed. Due to the user skippin...aspects of my project. The critical areas that need improvement are: - Styling inconsistencies: There are certain style discrepancies that need to be addressed. Due to the user skipping the details, the freelancer will need to identify the inconsistencies and make the necessary adjustments. please check this the chart component should show one time not infinite loop need to finish in a couple of hours Please write the proposal with "animation"

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    95 bids
    Image Animation for Website 5 days left
    VERIFIED

    I need an image animated for use on my website. - The image should slide diagonally into the viewport initially and then hold its position. - Specific, 'edgy' parts of the image should animate in a loop. In this case, the head of a woman with her hair waving would be a good example. The ideal candidate for this job should have experience working with web animations and designing animated images. It is important that the animation is smooth and appealing.

    $43 (Avg Bid)
    $43 Avg Bid
    34 bids

    I'm looking for a talented and innovative graphics designer to create a logo from existing example.

    $20 (Avg Bid)
    $20 Avg Bid
    44 bids

    I require a talented graphic designer to assist with creating engaging and visually appealing (1) social media Banners, (2) Email Signatures, (3) Emailer promoting our products, and (4) Animating loop. Key Details: - Project Type: Graphic/Creative Design - Primary Goal: To promote products - Specific Elements: Social Media Graphics, Creative Artwork, Graphic Designs, animation Skills/Experience Required: - Proficient in digital, graphics, animation, and creative design - Experience creating social media graphics, newsletters, emailers, animating loop - Knowledge of design principles and trends in social media - Strong portfolio demonstrating previous work Please let me know if you need any further information or details.

    $193 (Avg Bid)
    $193 Avg Bid
    88 bids

    ...DAC for sine wave generation with ready made library as follows: Code for wave generation --->>> analogWave wave(DAC); int freq = 10; // in hertz, change accordingly void setup() { } void loop() { (freq); delay(10); } Challenge - during every loop, next integer stored in SD card should be called & saved in 'freq' variable. (untill all 10,000 integers are executed for (freq) function) Ideal Skills and Experience: - Proficiency in Arduino programming - Familiarity with FSK modulation - Experience in parsing SD card data - Mess...

    $113 (Avg Bid)
    $113 Avg Bid
    2 bids

    ...template: The requirements to the output video are: - Put below mentioned sequences 01-03 into a row - Video will be displayed in this frame (check ) - Video must be in WebM format - Video background must be transparent (!!) - Video must be web-optimized - Video must run in a loop - Video must contain transparent gradient on left/right side - Video sequence 03 must contain transition animation Please check the individual sequences for more details: Sequence 01 - Smartphone - Take animation from 00:09 - 00:15 - Take screenshot - Add animation transparency at left and right corner - Do not change screens while animation - Add 0

    $33 (Avg Bid)
    $33 Avg Bid
    21 bids

    ...template: The requirements to the output video are: - Put below mentioned sequences 01-03 into a row - Video will be displayed in this frame (check ) - Video must be in WebM format - Video background must be transparent (!!) - Video must be web-optimized - Video must run in a loop - Video must contain transparent gradient on left/right side - Video sequence 03 must contain transition animation Please check the individual sequences for more details: Sequence 01 - Smartphone - Take animation from 00:09 - 00:15 - Take screenshot - Add animation transparency at left and right corner - Do not change screens while animation - Add 0

    $29 (Avg Bid)
    $29 Avg Bid
    33 bids

    I'm in need of a reliable freelancer to find a sample medical file from the USA that includes a police report from an accident. The file should be at least 200 pages and can contain doctor notes, insurance claim documents, police report, treatment plans, medication and treatment prescribed, and bills for services and costs. This can be a completely fake file, as I need it to test software I am using. Otherwise, it can be filed publicly or filed as part of a lawsuit. This should not be from a real person who has not given consent, unless it is already make public. It should not contain redactions.

    $22 (Avg Bid)
    $22 Avg Bid
    19 bids

    ...il flusso del programma. 4. Strutture di controllo Le strutture di controllo sono fondamentali per guidare il flusso del programma. Ecco come utilizzarle in Python: - if-else: Utilizzato per eseguire un blocco di codice se una condizione è vera, altrimenti esegue un altro blocco di codice. ``` x = 10 if x > 5: print("x è maggiore di 5") else: print("x non è maggiore di 5") ``` - for loop: Utilizzato per iterare su una sequenza di elementi. ``` fruits = ["mela", "banana", "arancia"] for fruit in fruits: print(fruit) ``` - while loo: Utilizzato per eseguire un blocco di codice finché una condizione è vera. ``` x = 0 while x < 5: print(x) x += 1 ``` 5. Funzioni Le...

    $545 (Avg Bid)
    $545 Avg Bid
    29 bids

    ...for a skilled web developer who can integrate a short video on the top banner of my Shopify website. The video will be sourced from a link on Shutterstock and should be set to autoplay without sound. It should loop continuously for a seamless viewing experience. Please see the video below: Key requirements include: - Implementing video integration in the top banner of a Shopify website - Ensuring the video autoplays without sound - Enabling the video to loop continuously *Example of the type of display I would like on my website is here: I'm open to suggestions on how to optimally showcase this video on the website. Skills in video integration, Shopify development

    $33 (Avg Bid)
    $33 Avg Bid
    69 bids

    I have an image gallery application developed in Vue 3.4. My application employs v-for loop. I want to enhance the performance of this application by incorporating lazy loading of images. These images are sourced from various URL links. As much, the ideal freelancer should have: - Extensive knowledge of Vue.js 3.4 - Previous experience with lazy loading of images - Proven ability to work with v-for loop - Familiarity with fetching images from URL links Your main task will be to ensure that my Vue application loads the images only when needed thus improving the speed and performance of the application. Offering insights and suggestions to further enhance the application will be welcomed. I have a Researcher Directory with their image and a little bit of data. The applicat...

    $26 (Avg Bid)
    $26 Avg Bid
    21 bids

    I need a python script which can use captcha cookies to loop and get data fields. I have already checked using Burp Suite or postman it's working. Using same captcha value we are getting request results. Videos to explain are attached

    $76 (Avg Bid)
    $76 Avg Bid
    23 bids
    Trophy icon Create Video Card ------------ 10 26 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. c) Ask CHAT#$% for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Same with the Ai) 4. Upload final work as .mp4 Dice:

    $21 (Avg Bid)
    Guaranteed
    $21
    12 entries
    Trophy icon Create Video Card ------ 09 25 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. c) Ask CHAT#$% or some other AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Same with the Ai) 4. Upload final work as .mp4 Dice:

    $21 (Avg Bid)
    Guaranteed
    $21
    11 entries
    Trophy icon Create Video Card ------------- 08 25 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. c) Ask CHAT#$% or some other AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Same with the Ai) 4. Upload final work as .mp4 Dice:

    $21 (Avg Bid)
    Guaranteed
    $21
    14 entries
    Trophy icon Create Video Card ----------- 07 25 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. c) Ask CHAT#$% or some other AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Same with the Ai) 4. Upload final work as .mp4 Dice:

    $21 (Avg Bid)
    Guaranteed
    $21
    18 entries

    ...for a skilled audio producer who specializes in Lofi music to create a 3-hour loop for my YouTube channel. The music should be specifically designed to induce a sense of calm and relaxation, and be perfect for meditation and prayer, and not incongruous with Catholic chant. It should include monks praying and sounds from Catholic prayers, mass etc. Inspiration should be drawn from from Ideal Skills and Experience: - Proven experience in creating Lofi music - Understanding of the nuances of music designed for relaxation and meditation - Ability to create a 3-hour continuous loop - Familiarity with the YouTube platform and the specific requirements for audio

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    18 bids

    Hello, i need someone good programmer who is able to modify ASF CDC echo example for atsamd11d14 mcu. When receive '1' by CDC -> set 2 pins of mcu When receive '0' by CDC -> reset these 2 pins of mcu And i would like device to be visible in Device Manager or Linux like 'USB CDC'

    $111 (Avg Bid)
    $111 Avg Bid
    7 bids

    I'm in need of a unique and engaging 2D animation. The animation will be a whimsical fairy character using a mop for a cleaning website. It's important that this animation is less than 3 seconds long and designed as a never-ending loop, as it will be a loading block until the website loads. I need a cartoon-style Animated illustration of a whimsical fairy with delicate wings, dressed in a light pink dress, holding a mop. - hands must be animated in a way to clean the mop - mop must be moving back and forth or sideways in a mopping style - dust particles must be animated too - Some star sparkles being animated too - Background must be transparent Purpose: for a cleaning website, it will be showing when some page will be loading Three variations in different pink shades an...

    $43 (Avg Bid)
    $43
    63 entries
    Flag animation. 4 days left

    A 6 sec loop of a worn out flag like in the hand-drawn example provided using only the #93352b.

    $200 (Avg Bid)
    $200 Avg Bid
    1 bids
    Trophy icon Create Video Card --------06 23 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $21 (Avg Bid)
    Guaranteed
    $21
    19 entries
    Trophy icon Create Video Card ------ 05 23 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $21 (Avg Bid)
    Guaranteed
    $21
    13 entries

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $29 (Avg Bid)
    Guaranteed
    $29
    11 entries
    Trophy icon Create Video Card --------03 23 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $21 (Avg Bid)
    Guaranteed
    $21
    24 entries
    Trophy icon Create video card ------ 02 23 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $21 (Avg Bid)
    Guaranteed
    $21
    36 entries
    Trophy icon Create Video Card ------------- 01 23 days left

    Instructions: 1. Create Video Card a) Change your video editing software Resolution settings to 576x896 before you start b) Cut any bad video out c) You may chop up the video, reverse it, loop it, or my favorite thing to do: Let it play, duplicate it, reverse the duplicate, so the video is double the length. d) If I didn't think of a name, then it is up to you. Ask CHATG#P$T or some AI for a list of scary/demonic/terrifying/spooky/weird names, try a few different names 2. Animate the writing and Dice.... if you think it looks good, possibly add cool effects/Ai tools/Ai animation/Video enhancement. Do whatever you think is best 3. Add sound (****Please use ONLY 100% Vector copyright free sounds and FX (full commercial use only)(No Attribution required) (Sam...

    $21 (Avg Bid)
    Guaranteed
    $21
    30 entries

    I'm seeking a skilled animator to bring a character to life in a traditional 3D style. The animation should be a loop, where the character is walking on his arm. The final product will be used as content for my social media platforms. Key Requirements: - Expertise in 2D traditional animation, with a portfolio that showcases similar projects. - Ability to bring a character to life with fluid and engaging motion. - Familiarity with creating content for social media, understanding the need for short and engaging animations.

    $213 (Avg Bid)
    $213
    21 entries

    ...characters Stage 1: You can create one character first and get approval then proceed with remaining 2 characters, please check image 2 for the idea how I want my characters to look like Stage 2: Create environment similar to image 1, instead of beans I want bananas, please check image 3 on how my environment will look like Stage 3: You need to create around Max 5 Secs small animation which can be in loop similar to below website Once you done with first character rest all going to be the same not much difference. Happy Designing The quality and color I need same as image 1, if you can create similar quality in Blender 3D that would be ideal I would need open files once project is completed. Type BNN if you read the project otherwise your bid will ignored. Thanks

    $132 (Avg Bid)
    $132 Avg Bid
    25 bids

    I am in need of a Transaction Coordinator with proven experience in subject-to and seller financing deals. You will be responsible for: - Managing all documentation involved in the transactions - Ensuring compliance with all relevant regulations...proven experience in subject-to and seller financing deals. You will be responsible for: - Managing all documentation involved in the transactions - Ensuring compliance with all relevant regulations and laws - Coordinating with stakeholders involved in the deals The right person for this job should possess superb communication and organizational skills to seamlessly keep all participants in the loop and ensure the smooth running of our transactions. Demonstrable proof of these skills will be a great advantage in getting selected for thi...

    $2210 (Avg Bid)
    $2210 Avg Bid
    12 bids

    i need imacros/selenium/python script for scraping data from one page.

    $17 (Avg Bid)
    $17 Avg Bid
    11 bids

    I need an expert in iMacros scripting who can scrape data from a specific website for me, Website 1. Here's what I'm after: - Data-specific scraping: I'm not after user profiles or product listings, I'm particularly interested in data scraping from this website. - CSV output: I'd like the scraped data to be formatted and delivered in a CSV file for easy use and analysis. The ideal candidate for this project would have: - Significant experience with iMacros scripting - Proven track record in web data scraping - Expertise in CSV data formatting and delivery I look forward to seeing your bids and discussing the project further.

    $11 (Avg Bid)
    $11 Avg Bid
    4 bids

    ...a sense of camaraderie, knowledge sharing, and excitement within this space. I want to create a racing club of between 30/40 people per horse on a 12 month lease for a small monthly fee Key Responsibilities: - Utilizing various social media channels to create engaging and informative content for our community - Consistently providing real-time race updates and results to keep all members in the loop - Offering a behind-the-scenes look into the horse training process, offering insight, and building anticipation for upcoming races and events -Show that racehorse involvement is affordable at all levels Ideal Skills and Experience: - Strong social media management background with a proven track record of community building - Excellent communication and content creation skills - A d...

    $147 (Avg Bid)
    $147 Avg Bid
    21 bids

    I need an expert in iMacros scripting who can scrape data from a specific website for me, Website 1. Here's what I'm after: - Data-specific scraping: I'm not after user profiles or product listings, I'm particularly interested in data scraping from this website. - CSV output: I'd like the scraped data to be formatted and delivered in a CSV file for easy use and analysis. The ideal candidate for this project would have: - Significant experience with iMacros scripting - Proven track record in web data scraping - Expertise in CSV data formatting and delivery I look forward to seeing your bids and discussing the project further.

    $14 (Avg Bid)
    $14 Avg Bid
    6 bids

    Need after effect animation exactly same like that ribbon style with new text See animation and then placed the bid write " RIBBON " in the bid

    $26 (Avg Bid)
    $26 Avg Bid
    20 bids

    ...Solonoid valve 4.5V - External power supply connected to Mosfet 5V, 1A I'm using the following code: const int pirPin = D5; // PIR sensor pin const int mosfetPin = D6; // Connect to the IN/Input terminal on the MOSFET module void setup() { (115200); pinMode(pirPin, INPUT); pinMode(mosfetPin, OUTPUT); ("PIR Motion Sensor with Solenoid Valve Control"); } void loop() { int motionDetected = digitalRead(pirPin); if (motionDetected == HIGH) { ("Motion Detected - Activating Solenoid"); digitalWrite(mosfetPin, HIGH); // Send signal to the MOSFET module to activate the solenoid delay(2000); // Keep solenoid active for 2 seconds digitalWrite(mosfetPin, LOW); // Deactivate the solenoid } else { ("No

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    8 bids

    ...these websites with my first name, last name, email address, phone number, etc. Most search results will include a link to the company’s website. For example, when I search on Google for… Jake The Plumber Minneapolis, MN … I see a link to Jake The Plumber’s website. Your script(s) will not submit the forms; rather, I will review each form and then manually submit each myself. In other words, I will click on, for example, the “Send” or “Submit” button. If I were to loop your script(s) X times, then your script(s) would open X tabs in Google Chrome. Each tab would contain a website for a particular business. For example, if I were to loop your script(s) 89 times, then your script(s) would open 89 tab...

    $94 (Avg Bid)
    $94 Avg Bid
    19 bids

    ...possesses an in-depth understanding of Java multi-threading, specifically the Executor Service method. The main task involves partitioning a loop in a program I'm currently working on. Key Responsibilities: - Understand and modify my existing Java code - Partition the given loop to enhance performance by effectively spreading the workload across different threads - Use the Executor Service method as the default way for threading Most importantly, to be considered for this project, applicants should highlight past roles or projects where they've successfully implemented a similar Java multi-thread solution. Additionally, having an excellent grasp of loop partitioning for performance enhancement will be a considerable advantage in gauging your fit for...

    $18 (Avg Bid)
    $18 Avg Bid
    8 bids

    I am seeking a developer with intermediate level experience IOS Swift. The task will be to help me get the example code working from the documentation at This is my first time working with IOS and the docs leave out some of the implementation. For example, in this code there is not map function, only "..." Bids under £70 only please. ``` var totalUsageByCategory: [ActivityCategory:TimeInterval] totalUsageByCategory = (…) ```

    $166 (Avg Bid)
    $166 Avg Bid
    38 bids

    I'm looking for a talented animator to create a 3D animation with a sci-fi theme. I have a specific vision in mind; I'd like an animation of the librarian ghost from ghostbuster so I can loop it using a projector for my Halloween display. Key elements that need to be included in the animation are: - The librarian ghost - this is the central character and should be a major focus of the animation. - the ghost needs to appear to be floating - the ghost will start out looking human but then change to a scary looking ghost - the ghost is the only element needed and will be on a black background - The animation will mimic the scene from the movie ghostbusters seen here. Ideal Skills and Experience: - Proven experience in 3D animation, especially

    $147 (Avg Bid)
    $147 Avg Bid
    31 bids

    ...integration. Develop and manage a comprehensive database to handle user profiles, chat histories, and app analytics. Collaborate with UI/UX designers to ensure the app is intuitive and engaging. Ensure the application is compliant with all relevant maritime safety and communication standards. Optimize performance for smooth functionality across various devices and operating systems. Establish a feedback loop with beta testers to iterate and refine app features. Required Skills and Qualifications: Proven experience in mobile application development with a portfolio of released applications on the Android and iOS markets. Strong proficiency in programming languages such as Swift, Kotlin, and/or Dart (Flutter). Experience with AI technologies, particularly NLP models suitable for ...

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

    I will share 2 concepts for the logo 1: one declination of the infinite loop, more simple, more tech with line or something 2: another variation where you just design something that you feel

    $110 (Avg Bid)
    $110 Avg Bid
    1 bids

    I need an experienced freelancer to replicate the design, layout & structure from an existing website to serve as a starting point for our own site. Key tasks involve: - Implementing the structure or an an existing example website on Wordpress. This includes the pages, placeholders for posts, menu structure, etc. - Utilizing Spectra blocks/Kadence theme, contact form 7 Ideal candidate should have strong skills in Wordpress and Spectra/Kadence theme implementation. Please include examples of past work in your application. You will be working from a clean Wordpress install.

    $107 (Avg Bid)
    $107 Avg Bid
    106 bids

    I'm seeking a talented designer to create an infographic that visually represents our development process. Key Points: - The infographic should cover the stages of our development process, which include: - Estimate and quote Tool and Process - Design and feedback loop - Development and coding using Sprints, code, demo, prioritize, plan next spring. - Testing, feedback, fix, retest. - Project Documentation - SOW, weekly status, project portal, validate completed SOW - Deployment and code documentation - manual or automated devOps, swimm for documentation. - The design should be engaging and easy to follow. It is important that the infographic is both visually appealing and informative, helping to communicate our process to internal teams and potential clients. I...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    134 bids

    ..."MachineName": "ABC", "Timestamp": "", "appliedPolicies": [ { "Policy1": "0", "Policy2": "2" } ], "removedPolicies": [ { "Policy3": "2" } ], "changedPolicies": [ { "Policy4": { "oldValue": "0", "newValue": "1" } }, { "Policy10": { "oldValue": "0", "newValue": "1" } } ], "PolicyStateChangedByUser": "admin", "AdditionalMessage": "Additional information here." } Registry Monitoring should not use loop based mechanism, where you keep polling the key/value at regular interval, this will degrade CPU performance. We want...

    $395 (Avg Bid)
    $395 Avg Bid
    9 bids

    ... "removedPolicies": [ { "Policy3": "2" } ], "changedPolicies": [ { "Policy4": { "oldValue": "0", "newValue": "1" } }, { "Policy10": { "oldValue": "0", "newValue": "1" } } ], "PolicyStateChangedByUser": "admin", "AdditionalMessage": "Additional information here." } Registry Monitoring should not use loop based mechanism, where you keep polling the key/value at regular interval, this will degrade CPU performance. We want a hook based mechanism, where registry sends the change notification and the code will ta...

    $59 (Avg Bid)
    $59 Avg Bid
    1 bids

    Looking for a dedicated developer to design a minimalistic playlist with PHP and HTML. This playlist should support functionalities including: - Play, Pause, Skip options - Add, Remove, Edit Songs - Shuffle, Repeat, Loop features Moreover, it should support MP3, WAV, and FLAC files. I prefer a minimalist design leaning towards clean lines and simplicity. It is crucial for the user interface to be intuitive and easy to navigate, providing the best user experience possible. Desirable skills and experience: - Proven experience in PHP and HTML languages - Portfolio of projects showing aesthetics understanding - Experience creating digital media players, preferably music playlists. Apply if you have a passion for achieving perfection through simplicity.

    $28 (Avg Bid)
    $28 Avg Bid
    53 bids

    Hello, we are experiencing a saturation problem on the server: error 508 Resource Limit Is Reached. The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.. According to our host, this is due to a Cron task running in a loop and crashing the server because it uses all the resources. We're using Prestashop version 1.7.6.5. We have an SSH connection if we need it. Immediate action required. Thanks for your help

    $157 (Avg Bid)
    $157 Avg Bid
    94 bids