Filter

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

    Detailed Website Concept for Kuonihof 1. Project Overview: Objective: Establish Kuonihof as a leading brand in plant cultivation consulting, drone services, and 3D printing for agriculture. Target Audience: ...checks and updates of content and technologies. Technical Support: Establishment of a customer service to assist with technical problems or inquiries. 6. Budget and Schedule: Budget Planning: Detailed cost breakdown based on requirements and chosen technologies. Project Timeline: Planned start of development immediately with a target for going live in 90 days. 7. Review and Feedback: Feedback Loop: Setup of a mechanism for collecting user feedback for continuous improvement of the website. Performance Monitoring: Use of tools to monitor website performance and for SEO opt...

    ₹751 / hr (Avg Bid)
    ₹751 / hr Avg Bid
    124 bids

    ... // For each buffer (= chunk of samples) calculate the root mean square. var square float64 for _, i := range samples { square += float64(i * i) } rms := (square / float64(len(samples))) ("rms:", rms) return }) // Start the pipeline () // Block on messages coming in from the bus instead of using the main loop for { msg := ().TimedPop() if msg == nil { break } if err := handleMessage(msg); err != nil { return err } } return nil } func handleMessage(msg *) error { defer () switch () { case : return ("end-of-stream") case : return () } return nil } func

    ₹4920 (Avg Bid)
    ₹4920 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...

    ₹8089 (Avg Bid)
    ₹8089 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...

    ₹500 / hr (Avg Bid)
    ₹500 / hr Avg Bid
    58 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"

    ₹1668 / hr (Avg Bid)
    ₹1668 / hr Avg Bid
    96 bids
    Image Animation for Website 4 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.

    ₹3586 (Avg Bid)
    ₹3586 Avg Bid
    34 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.

    ₹16094 (Avg Bid)
    ₹16094 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...

    ₹8589 (Avg Bid)
    ₹8589 Avg Bid
    3 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

    ₹2773 (Avg Bid)
    ₹2773 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

    ₹2418 (Avg Bid)
    ₹2418 Avg Bid
    33 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...

    ₹45438 (Avg Bid)
    ₹45438 Avg Bid
    29 bids

    I'm looking 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,

    ₹2752 (Avg Bid)
    ₹2752 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...

    ₹2168 (Avg Bid)
    ₹2168 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

    ₹6338 (Avg Bid)
    ₹6338 Avg Bid
    23 bids
    Trophy icon Create Video Card ------------ 10 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#$% 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:

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    14 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:

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    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:

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    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:

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    19 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

    ₹1584 / hr (Avg Bid)
    ₹1584 / hr Avg Bid
    18 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...

    ₹3586 (Avg Bid)
    ₹3586
    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.

    ₹16678 (Avg Bid)
    ₹16678 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...

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    20 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...

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    14 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...

    ₹2418 (Avg Bid)
    Guaranteed
    ₹2418
    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...

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    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...

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    37 entries
    Trophy icon Create Video Card ------------- 01 22 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...

    ₹1751 (Avg Bid)
    Guaranteed
    ₹1751
    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.

    ₹17762 (Avg Bid)
    ₹17762
    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

    ₹11007 (Avg Bid)
    ₹11007 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...

    ₹184290 (Avg Bid)
    ₹184290 Avg Bid
    12 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...

    ₹12258 (Avg Bid)
    ₹12258 Avg Bid
    21 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

    ₹417 / hr (Avg Bid)
    ₹417 / hr Avg Bid
    8 bids

    ...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 tabs in Google Chrome. Each tab would contain a website for a particular business. Most such websites I have visited take about 100 MB of RAM. I have 16 GB of RAM. If I were to free up 12 G...

    ₹7839 (Avg Bid)
    ₹7839 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...

    ₹1501 (Avg Bid)
    ₹1501 Avg Bid
    8 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

    ₹12258 (Avg Bid)
    ₹12258 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 ...

    ₹1835 / hr (Avg Bid)
    ₹1835 / 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

    ₹9173 (Avg Bid)
    ₹9173 Avg Bid
    1 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...

    ₹1668 / hr (Avg Bid)
    ₹1668 / 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...

    ₹32939 (Avg Bid)
    ₹32939 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...

    ₹4920 (Avg Bid)
    ₹4920 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.

    ₹2335 (Avg Bid)
    ₹2335 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

    ₹13063 (Avg Bid)
    ₹13063 Avg Bid
    94 bids

    Seeking an adept freelance developer to help me incorporate a continuously looping MP4 video into a 7'' Raspberry Pi LCD screen. Key requirements: * Proficiency in handling Raspberry Pi projects, especially involving LCD screens. * Good working knowledge of video formats (Specifically MP4) in Ras...a 7'' Raspberry Pi LCD screen. Key requirements: * Proficiency in handling Raspberry Pi projects, especially involving LCD screens. * Good working knowledge of video formats (Specifically MP4) in Raspberry Pi environments. * Ability to include audio output through headphones. * No additional control features are required for this task. Please note, that the goal is a smooth, continuous video loop with seamless transitions. Relevant experience with similar project...

    ₹4003 (Avg Bid)
    Local
    ₹4003 Avg Bid
    1 bids

    I need a software application (.exe) that can automate the clicking on AdMob ads. The software should be able to perform this function on a loop, with the ability to control the frequency of clicks. Key requirements: - The software should be compatible with AdMob, the specified ad network. - The automation should be designed in a way that it doesn't violate any terms of service of the AdMob platform. - The application should be able to simulate human-like actions to avoid detection. Ideal skills and experience: - Proficiency in developing Windows software applications (.exe) - Strong understanding and prior experience with mobile ad networks, especially AdMob - Experience with creating automation scripts or applications - Knowledge of the best practices and potential pitfall...

    ₹29019 (Avg Bid)
    ₹29019 Avg Bid
    59 bids

    ...algorithm that evaluates the semantic similarity between resumes and job postings, beyond mere keyword matches. 3. Algorithm Testing and Evaluation Test Setup: Create a testing framework to evaluate the algorithms' performance using the 50 resumes and 50 job postings. Evaluation Metrics: Define metrics like accuracy, precision, recall, and F1 score to evaluate the algorithms' performance. Feedback Loop: Refine the algorithms based on the test results, optimizing for the best matching performance. 4. Building the Interface (If Required) Interface Design: If the project scope includes an interface, design a simple, user-friendly web interface where users can upload resumes and job postings and view matches. Integration: Ensure the interface is well-integrated with the b...

    ₹7171 (Avg Bid)
    ₹7171 Avg Bid
    18 bids

    ...page with more than 1000 words using ChatGPT. Where a series of prompts was entered manually. i.e a chat or conversation with ChatGPT. Now this inputs that were manually insert to ChatGPT are provided to you. And you are to create a script that can automatically create the landing page using the prompts and OpenAI API. I need a script that I can either put in the series of prompts as one prompt or loop through the prompts as an array of input. The output can be a sub text that I can combine to form the landing page in question or the complete landing page. When creating the sub text from the series of prompts, OpenAI should see the individual prompts and outputs as a chain of conversation like when doing the prompt manually through ChatGPT. Also, I want to be able to input a lar...

    ₹13123 (Avg Bid)
    ₹13123 Avg Bid
    71 bids

    We have a hardware in the loop (simulator) project that needs to be completed in 15 days time. Develop and write register level programs for an Arduino microcontroller that satisfy the following control objectives: 1. Speed / cruise control (PID) - maintain a desired car speed 2. Traction / launch control - maximize acceleration until a desired speed is reached 3. Braking control - maximize deceleration until the car stops - similar to traction control 4. Steering control down the track 5. Obstacle and crash avoidance We need the register level programming as well as C++ codes for simulation

    ₹9391 (Avg Bid)
    ₹9391 Avg Bid
    32 bids

    ...figuring out who's who in the target audience and what makes them tick. - Get creative with writing ads, imagery, and creatives that click with our audience. - Monitor campaign performance and optimize campaigns to get the most bang for their buck. - Dig into the numbers and figures from our campaigns to find out what's working and what's not, and share ideas for how we can do better. - Stay in the loop on trends and platform updates in the digital advertising world, so our campaigns are always ahead of the game. - Work closely with our team to make sure everything runs smoothly and fits our client’s needs. If you are passionate about digital marketing and have a proven track record of success in Facebook advertising, we want to hear from you! Join us in del...

    ₹156187 (Avg Bid)
    ₹156187 Avg Bid
    40 bids

    I have designed a medical oxygen concentrator that has a pressure swing adsorption (PSA) system for 5L/min,10L/min, and 20L/min capacity. The system works, but there are errors in the PSA system design of the system that I designed. I could not make the column pressure balance, PSA loop structure, cycle time software, and orifice design at an optimal level in my system. because of these reasons, I cannot permanently get 95.6% pure oxygen output in the system. (The system reaches 93.3% purity up to 3 liters, but drops to a value between 75-85% above 5 liters.) My wish is to optimize the PSA system of the oxygen concentrator that I designed and obtain 95.6% pure oxygen permanently over 5 liters.

    ₹17595 (Avg Bid)
    ₹17595 Avg Bid
    17 bids

    we are looking for a senior experienced PHP developer with a minimum of 15 years of experience Skills and Experience MUST HAVE: - 15-20+ 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 s...

    ₹500 / hr (Avg Bid)
    ₹500 / hr Avg Bid
    65 bids