Xml response jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 xml response jobs found, pricing in NZD

    I need an experienced PHP Laravel developer to implement specific changes to my existing Customer Management System (CMS). My hot requi...simplified for better user experience. The interface should also be modernized with a new color scheme. Responsive design is a must for compatibility across all devices. The ideal candidate should have a deep understanding and a strong background in PHP Laravel, JavaScript, CSS/HTML. I specifically need a developer who can commit to delivering these changes within the next 48 hours. Your prompt response and reliable delivery are crucial. Potential for long-term work for the right person. Check out the reviews. The ideal candidate must show proof that they have done similar work and will be able to complete the project in a timely manner. No tim...

    $510 (Avg Bid)
    $510 Avg Bid
    113 bids
    SEO Content Generation 6 days left
    VERIFIED

    Objective of the project The goal of the project is to develop an automated system that generates high-quality content related to beauty, cosmetics, skin and hair products, and makeup. This system must: Collect content from various sources (URL, RSS, XML) configurable by a Super User. Filter and process such content using artificial intelligence (AI) to improve it. Automatically publish enhanced content to a WordPress blog and various social networks. Provide an intuitive administration panel for managing system sources and configurations. Technologies and Tools Used Backend: Django Frontend: React Database: MySQL or PostgreSQL Monitoring: Prometheus and Grafana Containers and Orchestration: Docker and Kubernetes This project is already validated by AI tools to correct errors in ...

    $53 - $443
    Sealed
    $53 - $443
    8 bids

    I'm seeking an accomplished artist who can transform my website's homepage into an interactive user experience through incorporation of motion graphics. In this project, you will: - Design and implement motion graphics tailored specifically for t...motion graphics. In this project, you will: - Design and implement motion graphics tailored specifically for the homepage of my website. - Leverage your creativity to generate a dynamic interface that captivates user attention and promotes interaction. Ideal candidate should have: - A wealth of experience in producing high-quality motion graphics. - An understanding of user interaction and their response to visual cues. - Previous experience in website design and enhancement. Let's transform and capture the eyes of a...

    $1494 (Avg Bid)
    $1494 Avg Bid
    38 bids

    We are seeking experienced...team to develop and execute a comprehensive capital-raising strategy to support our company's growth objectives. TERMS AND CONDITIONS OF THE SERVICE AGREEMENT: 1. Email Outreach: Send 400 emails per week to well-researched leads in specific industries. 2. Retainer: £1000 per month. PROCESS 1. Lead Research: Identify and research potential leads. 2. Email Outreach: Send emails to prospects. 3. Response Handling: Forward prospect responses to the business developer. 4. Scheduling: The business developer will schedule and conduct the sales calls. 5. Data Management: Upload researched data to our CRM in Excel format to ensure no duplications. If you are a driven lead generation professional with the required experience and skills, we would lo...

    $2059 (Avg Bid)
    $2059 Avg Bid
    17 bids

    ...Ensure the site content is primarily in Arabic, with some pages in English. advice for students on studying abroad. any unnecessary content. a minimalist design. 5. Set up menus, categories, and subcategories. Content Upload: images and articles in Arabic. all content is well-organized and properly formatted. SEO and Analytics: up a Google XML sitemap. Google Analytics. the site for SEO. Performance Optimization: caching solutions to improve site performance. other performance optimizations (e.g., image compression, minifying CSS/JS). Security and Maintenance: and configure security plugins to protect the site. up regular backups. the WordPress core, themes, and plugins

    $287 (Avg Bid)
    $287 Avg Bid
    70 bids

    In this scientific essay, I need an in-depth exploration into the clinical efficacy of the intravenous Ustekinumab reinduction strategy u...experience that communicates complex scientific concepts clearly - Ability to perform detailed research - Medical background or strong understanding of medical terminologies 2. Key Content Areas: - Detailed explanation of the Ustekinumab reinduction strategy - Analysis into clinical efficacy in treating refractory Crohn’s disease - Elucidation of why and how Ustekinumab might recapture response The document will target healthcare professionals, requiring a sophisticated understanding of complex medical topics to satisfy this audience. Please ensure the scientific explanations are thorough, detailed, and informed by the la...

    $153 (Avg Bid)
    $153 Avg Bid
    38 bids

    ...Fulfillment: Configure Dialogflow to use the webhook for fulfillment. Ensure the webhook communicates with the GPT-3 API and formats the response correctly. Return the formatted response to Dialogflow for Google Assistant to process. Example Workflow: User Command: "Write a poem about a sunset." Google Assistant: Recognizes the command and passes it to Dialogflow. Dialogflow Intent: Matches the intent for writing a poem. Webhook: Sends the request to your webhook. GPT-3 API Call: The webhook calls the GPT-3 API with the user's command. Response: GPT-3 generates a poem, and the webhook formats the response. Dialogflow Fulfillment: The webhook sends the formatted poem back to Dialogflow. G...

    $933 (Avg Bid)
    $933 Avg Bid
    19 bids

    We are seeking an experienced freelancer to set up a Node.js application on our web hosting service, ensuring it runs correctly and is accessible via ...and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http://${hostname}:${port}...

    $62 (Avg Bid)
    $62 Avg Bid
    28 bids

    As a B2B consulting firm, Veritern is seeking skilled freelancers to enhance our sales through targeted lead generation. We need experts who can identify, reach out to, and engage businesses that require consulting services. Desired Skills and Experience: Proven track record in B2B lead generation Extensive knowledge of the consulting sector Expertise in sales growth...our website for more information: https://veritern.com. Additional Information: Please provide examples of previous B2B lead generation campaigns you have managed, including results achieved. Detail any specific industries or sectors you have experience with. Indicate your familiarity with CRM tools and any relevant software you use for lead generation. Mention your availability and typical response time for commu...

    $57 / hr (Avg Bid)
    $57 / hr Avg Bid
    15 bids

    Are you a social media guru who can manage accounts and increase engagement? We are a marketing agency searching for an individual or team to produce/create one social media post each day that can be adapted and distributed across five social media channels. To apply, please: 1. Provide some examples of your work. 2. Tell me ...engagement? We are a marketing agency searching for an individual or team to produce/create one social media post each day that can be adapted and distributed across five social media channels. To apply, please: 1. Provide some examples of your work. 2. Tell me how much you charge for a certain level of quality. Also, to ensure that you have read and understand this job posting please begin your response by stating how long you have been doing this...

    $559 (Avg Bid)
    $559 Avg Bid
    36 bids
    Java Code Issue Resolution 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", (()

    $36 (Avg Bid)
    $36 Avg Bid
    23 bids

    ...Creation System Catalog management Content tracking Analysis Daily Trends Analysis Audience targeting Monitoring of music lists Video editor Royalty accounting software Neighbouring Rights Collection DMCA automated takedown Min. Requirements: - Must have experience with DDEX music supply chain and infrastructure - Experience with B2B DDEX implementation - Experience with technologies such as JSON/XML, AWS, NoSql, Python, Javascript - Familiar with MEAD standards provided by DDEX, Ruby on rails knowledge. Please only apply if you have build something like this before! More info: Key Features: - Rights Management: Implement a secure and reliable mechanism for managing music rights

    $3448 (Avg Bid)
    $3448 Avg Bid
    8 bids

    For my current business, I'm urgently looking for a highly skilled video editor with expertise in creating visually stunning 30 to 45 second cinematic-style reels. You'll be highlighting the uniqueness of various travel destinations, luxury hotels, extraordinary activities, food experiences, and vibrant nightlife. These reels should not only showca...and cinematic style videos * Context-based understanding of travel, sights, experiences, luxury accommodations, activities, food, nightlife, etc - Specific to that destinations. * Thorough knowledge of Instagram's video requirements If you can create breathtaking reels that are visually appealing and set to music, your skills are in demand. Looking forward to seeing your previous work in your response. Let's crea...

    $119 (Avg Bid)
    $119 Avg Bid
    24 bids

    I'm ...Admin's Dashboard Requirements: - Data visualization: Clear, intuitive graphical representation of data is required. - Data filtering: The dashboard should feature tools for sorting through data effectively. - Registered User Counts: Display the number of registered users on our platform. - Service Booking Record: Display the number of bookings on our platform. Chatbot User Experience: - Quick response time: The chatbot should offer speedy replies to user inquiries. - Friendly and conversational tone: We aim to keep our user interactions enjoyable and casual. - Ability to handle multiple users simultaneously: The system should serve multiple users at the same time effectively. Ideal candidates should possess experience in AI chatbot development, PHP, data anal...

    $34 (Avg Bid)
    $34 Avg Bid
    4 bids

    I am in need of a versatile developer who can build an integrated messaging system that ties together Facebook Messenger, Slack, and Instagram. The key features of this project include: - Ability to both manually and automatically respond to the received messages. - The automatic response should apply only to text messages. Desired Skills & Experience: - Extensive experience in API integration. - Deep understanding of Facebook Messenger, Instagram and Slack platforms. - Experience in designing systems that handle both automatic and manual responses to messages. - Familiarity with algorithms to effectively auto-reply text messages.

    $478 (Avg Bid)
    $478 Avg Bid
    13 bids

    ...--Sizes --Call to Action (CTA) text --Description --Specifications --Other relevant information -Enable users to specify which pages, products, and categories to manage, and which information to include in exports. Generate XML or CSV links based on user selection. -Allow users to update specific pieces of collected information across all or selected pages, ensuring data remains current and accurate. 2. Proxy System -Implement a dedicated IP system (proxy system) to avoid server or firewall blocking. 3. Data Access and Export -Allow data export in formats such as CSV, XML, etc. -Ensure data export is compatible with Google Merchant Center and other similar advertising services. 4. User Interface -Provide an interface that allows users to explore scraped content through a h...

    $3851 (Avg Bid)
    $3851 Avg Bid
    76 bids

    I'm in need of a proficient expert who can assist me with running queries on DuckDB using data originating from Amazon S3. This task primarily involves: - Interacting with semi-structured data such as XML and JSON - Processing a substantial data volume ranging from 1GB to 1TB The ideal freelancer should have the following capabilities: - Deep understanding and experience with DuckDB and Amazon S3 - Strong skills in handling and querying semi-structured data - Experience in managing and processing large volumes of data Please note: it's critical that the freelancer have experience with managing these sorts of tasks previously and has a solid understanding of large volume data manipulation.

    $62 / hr (Avg Bid)
    Urgent
    $62 / hr Avg Bid
    26 bids

    I'm looking for a talented freelancer to help me automate a complex process. As of now, I manually gather numerical data from a variety of unstructured sources like images, text, and PDFs. This data includes formulas and is stored both on my local computer and the web. At present, I get ChatGPT to convert this data into a table which I then paste...separate Airtable tables so I can do it repeatedly myself. I work in a standardised operating environment for work so ideally I need a web based solution rather than one installed on my computer but on my phone would be ok. Ideal Skills: - Proficient in data extraction from unstructured sources - Experience in automating data processing tasks - Familiarity with Airtable Please write ANGEL in your response so I know you read this ...

    $734 (Avg Bid)
    $734 Avg Bid
    47 bids

    ...provide basic Q&A functionality within my system, so the complexity of the integration should focus on this. Key Requirements: - **Enhanced User Interaction**: The primary goal of this integration is to enhance user interaction through basic Q&A functionality. - **Integration Method**: I intend to use the ChatGPT API where I'll send text and image data for processing. The desired outcome is a response that can be used to engage with users. Ideal Skills: - **Spring Boot**: A strong understanding of Spring Boot is crucial to ensure seamless integration of ChatGPT within my application. - **ChatGPT API**: Experience working with the ChatGPT API or similar natural language processing (NLP) tools is highly desirable. - **Q&A Functionality**: Knowledge of creating Q&...

    $153 (Avg Bid)
    $153 Avg Bid
    23 bids

    I urgently need a professional to resolve unspecified errors on my Shopify Store. I overlooked providing specific details on the issues, but one with experience in identifying and quickly rectifying a wide range of Shopify errors will be ideally suited for this project. Skills and Experience: - Comprehensive knowledge of Shopify platform - Experience with vario...ideally suited for this project. Skills and Experience: - Comprehensive knowledge of Shopify platform - Experience with various Shopify themes - Proficiency in troubleshooting and resolving website loading, payment processing, and product display errors. - Excellent problem-solving skills Due to the urgency of the project, it would be best to get it completed as soon as possible. Your rapid response would be greatly ap...

    $220 (Avg Bid)
    $220 Avg Bid
    83 bids

    I have a set of hand-drawn electrical schematics on paper that I need to convert into electronic format. The goal is to create a basic layout for documentation purposes. I'm looking for a freelancer with a strong understanding of electronic schematics and the ability to accurately tra...experience in similar projects is a plus I'm looking for a freelancer who can deliver high-quality work within a reasonable timeframe. Please include samples of similar projects in your bid. I expect there will be at least 1 feedback cycle where I redline what you provide, and you fix it. If you have read this entire project description indicate to me in your response that you have read the whole thing by using the word "Animal" in your response. This will be an indicat...

    $194 (Avg Bid)
    $194 Avg Bid
    19 bids

    ...be seen here: - If you have digital signage experience this will be ideal (this is not building a website) - Fluent English speaking - We would like to work with a freelancer, not a company (paid hourly) - Proven development experience (sample of similar works required) - Experience in Android: java | Windows: c# | - Web-based CMS: PHP/JS, HTML and CSS - Experience in RSS/XML will be an advantage. Someone reliable, hard-working, English speaking, and skilled. Some of the tasks; - SAAS completion, - Redesign/interface changes - 40 new features - new widget/feed integrations and Customisation - improved reliability/scalability - CMS alterations/improvements I am very serious about getting started asap. Please quote "Imagine" in your subject line. Please send links t...

    $41 / hr (Avg Bid)
    $41 / hr Avg Bid
    81 bids

    Handling documents, meet with vendor, work hybrid, insurance&transport covered,,fast response

    $686 (Avg Bid)
    $686 Avg Bid
    52 bids
    Equità Portal 5 days left

    ...Company history Team Blog: Articles on the real estate and construction market Contact: Contact form Contact information Location Social Media Links: Instagram Facebook I would appreciate it if you could send us a proposal including: Your approach to the project. Estimated timeline and milestones. Detailed cost breakdown. Examples of similar projects you have completed. We look forward to your response and are excited about the possibility of working together. Please feel free to reach out if you have any questions or need further information....

    $1660 (Avg Bid)
    $1660 Avg Bid
    47 bids

    I am in need of a full-fledged web-application that will serve my team and clients effectively. The main goal of this project is to make report generation and client response management more efficient and automated. This will involve integrating cutting-edge technologies such as Chat GPT, Zapier, and advanced AI solutions into the application. Key features: - The web-app should have a well-designed report generation feature. The data should be easy to input, and the application should be able to generate reports in various formats. - There should be a client response management system that is efficient and automated. The system should be able to analyze client responses and provide appropriate automated responses. - The application should integrate a Chatbot powered by ...

    $2446 - $4891
    Sealed
    $2446 - $4891
    26 bids

    ...at collecting statistical data from university students. The main focus of this study will be establishing the relationship between technology integration and student engagement. Your responsibilities: - Design a survey that comprehensively captures information about students level of engagement when technology used during their academic activities. - Implement this survey and ensure a high response rate from the students. Ideal skills: - Previous experience in research design specifically targeting student demographics - Proficiency in data collection, interpretation and representation. - Familiarity with advanced technology trends in an academic setting. With the results, we can leverage technology more effectively for higher student engagement. Please include former simi...

    $38 (Avg Bid)
    $38 Avg Bid
    27 bids

    ...Net Framework). This is a Real Estate project. The project will include adding, deleting, and updating listings, and will use a database and layered architecture. The listings will be for apartments, villas, and buildings for sale & rent. I do not require a professional-level work; a beginner-level implementation will suffice. Our budget for this project is $50. I would appreciate an immediate response, whether positive or negative. Thank you again, and I hope you have a good day....

    $73 (Avg Bid)
    $73 Avg Bid
    16 bids

    1. Create a chatbot. 2. Use an open-source LLM. 3. Use an iterative method to get a very large response. 4. Add a button in the chatbot. When enabled, it can show responses from public sources; otherwise, it must show results from a private source, such as a Pinecone database. Additionally, there should be a page where I can upload my text and PDF files. The response will be displayed like ChatGPT, with a typewriter effect & tell me more ..follow up response multiple time

    $117 (Avg Bid)
    $117 Avg Bid
    1 bids

    ...executing successful B2B email marketing strategies and will be able to provide evidence of past performance. Responsibilities: - Develop and execute a comprehensive cold email campaign strategy using Mailchimp. - Craft compelling email content and subject lines designed to capture the attention of potential business clients. - Segment and manage the email list to ensure maximum engagement and response rates. - Monitor and analyse campaign performance, providing regular reports on key metrics such as open rates, click-through rates, and conversion rates. - Optimise the campaign based on performance data to achieve the best possible results. - Ensure compliance with all email marketing regulations and best practices. Requirements: - Proven experience in creating and managing suc...

    $269 (Avg Bid)
    $269 Avg Bid
    44 bids

    I need an expert in Power Automate who can automate my data entry and reporting processes, notably form and workflow management. Among the tasks will be: - Creating automated workflows that take the data from Microsoft Forms responses primarily for accounting use and emailing the responses and notifications. - Setting up automatic email notifications as a response after the forms are filled out. The perfect candidate for this project should have strong proficiency in Power Automate as well as a good knowledge of accounting processes. They should demonstrate experience with data automation, report generation and workflow management. Understanding the sensitive nature of the data being collected, a strong sense of data privacy is certainly desired.

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    23 bids

    I require an experienced video editor capable of creating engaging, over 10-minute reaction videos for social media platforms. - Skill set: You should have expertise in creating c...creating captivating reaction-style videos. Proficiency in editing software is a must, such as Adobe Premiere Pro or Final Cut Pro. - Task: Your role will involve transforming raw footage into a polished, appealing piece that captivates our social media audience. - Project Details: The video will exceed 10 minutes and uphold the reaction video tone that generates interest and a strong viewer response. - Ideal Candidate: You'll be familiar with current social media trends and understand viewer engagement strategies. Ability in tight deadlines is appreciated. I look forward to your energetic,...

    $143 (Avg Bid)
    $143 Avg Bid
    11 bids

    ...or functionality Ideal Candidate: - Proficient in web development and coding - Extensive experience with SEO and domain migration - Attention to detail to ensure no broken links or missing references - Excellent communication skills to provide updates and seek clarification - Familiarity with the business context and ability to work within an existing framework. -Type " to .AU" in your response to show you actually read this brief. Please provide examples of similar projects you've completed in the past. domain name is attached. We nolonger have the . as it expired and another company purchased it so we bought the .au domain so we can reload our website just using new extension. Cpanel access will be provided to the freelancer. You will also need to reset the...

    $153 (Avg Bid)
    $153 Avg Bid
    61 bids

    ...necessary to stabilize our situation and keep our heads above water. I would be extremely grateful for any assistance or advice you could provide on how to effectively set up and promote this GoFundMe campaign. Your support could make a significant difference in our ability to navigate this challenging period and maintain our home. Thank you for your time and consideration. I look forward to your response and any guidance you can offer. - Campaign Purpose: I chose GoFundMe as a platform to raise vital funds and prevent potential homelessness, which shows the urgency and gravity of the situation. - Fundraising Goal: My aim is to raise a target amount of $10,000. These funds will make a significant impact in providing a stable living condition and necessary support. - Audience:...

    $176 (Avg Bid)
    $176 Avg Bid
    21 bids

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

    $36 (Avg Bid)
    $36 Avg Bid
    19 bids

    I'm in need of an intermediate level mentor to guide me on XML and XSD through Zoom. I want to explore these technologies further and their practical applications. Key points: - Intermediate level expertise: I'm looking for someone who can provide me with in-depth understanding and hands-on experience in XML and XSD. - Zoom sessions: You need to be comfortable with conducting mentoring sessions over Zoom. Please ensure good communication and screen sharing abilities. - Live Screen Sharing Feedback: I prefer feedback to be given in real-time during our sessions. This will allow for immediate clarification and implementation of suggestions. Ideal skills and experience: - Proficiency in XML and XSD. - Prior mentoring or teaching experience. - Excellent commun...

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    13 bids

    ...incident response processes and overall security posture. Budget: ~$7000 Location: Riyadh (Onsite) 60 Days Responsibilities: - Review and assess the configuration and setup of DDoS protection systems, including network and application layer defense mechanisms - Evaluate the effectiveness of existing cybersecurity incident management processes, procedures, and playbooks - Assess DDoS detective and preventive controls from a technology infrastructure and security perspective - Audit the configuration and setup of network appliances (routers, switches, firewalls) for security best practices - Review and optimize the SIEM (Security Information and Event Management) solution's use cases for quality, coverage, and effectiveness - Conduct a comprehensive Digital Forensics and Inc...

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

    ...creating an XML file and validating it with an XSD file. I am trying to work with and XSD files but hitting roadblocks. The result I'm seeking is an XML file which encapsulates transaction data. This specific data will be gathered from a database, making database management skills essential for this project. Key things I require guidance on include: - XML element creation for transactional data pieces - Using a database for XML data source - Validating the XML with an XSD file The successful freelancer for this project will need a high degree of proficiency with XML and XSD files. They will need the ability to explain complex concepts in an easy-to-understand manner as this project is about learning these skills for me. A strong backgro...

    $38 / hr (Avg Bid)
    $38 / hr Avg Bid
    10 bids

    I'm in need of someone with extensive knowledge of AWS Lambda functions and how it interacts with AWS Lex. I possess familiarity with AWS Lex but struggle with Lambda functionalities, specifically in setting up and running code in response to events. Ideal Candidate: - In-depth understanding of AWS Lambda functions and AWS Lex - Strong experience with running code in response to events - Should be able to guide me through the process effectively I want to be able to learn how to integrate my Lex bot with the Lamda function that I have created. I need someone to advise on the configuration of aliases and permissions and how to invoke the function in Lex. I have the pieces setup so don't think it will take too long for someone experienced to show me what I am missi...

    $176 (Avg Bid)
    $176 Avg Bid
    15 bids

    ...CLAUDE_COLAB, }); (anthropic); const anthropic_message = await ({ // mode: "no-cors", max_tokens: 1024, messages: [{ role: "user", content: "Hello, Claude" }], model: "claude-3-opus-20240229", }); this.Claude_answer = ; (); try { const response = await ( this.Claude_question ); = ; } catch (error) { this.Claude_answer(error); ("Error sending message:", error); } }, And make the call without getting a cors message. It needs to be a Quasar app and not a node.js app. Make a page that has an Question

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

    ...filter 0-170 hzs ( to remove high frequency random / white noise b. High pass filter 1 hz to 400 hz (to remove low frequency dur DC signal coupling ) c. Very steep(narrow band) notch filter at 50 hz / 60 hz to remove power line interference a & b can be combined as band pass filter if possible also a , b & c can also be combines a single filter algorithm to obtain desired frequency response frequency response of all three signal enclosed 4. A 32 bit ARM processor of - 100 mhz / 186( mhz both option aval) with FPU & DSP instruction set will be used . b. processor program memory is 512 k/ 1000k & RAM is 128 K / 196 K. a. Its floating point multiplication & addition time is around 10 nsec 5. Processing to be applied to 5-10 raw data si...

    $197 (Avg Bid)
    $197 Avg Bid
    5 bids

    Looking for an experienced professional who can help me with the Karate Framework and WebDriver IO with TypeScript. Your main tasks will be to: - Support me in API testing using the Karate Framework - Assist in validating response codes - Ensure data accuracy in the response body - Aid in testing API endpoint security The ideal freelancer should have a strong background and understanding of the Karate Framework and WebDriver IO with TypeScript. A good appreciation of API testing is a must, while experience in security testing will be a bonus. Kindly get in touch with me if this resonates with you. The payment is generous, with the budget extending to 40K/month. Please, do not contact me if you do not meet the above stipulations.

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    4 bids

    I'm seeking a professional who can configure my Kamailio SIP proxy and RTPengine. The main purpose of this project is to set up call routing and load balancing. Key Responsibilities: - Configure Kamailio SIP proxy for call routing - Implement load balancing features - Ensure compatibility with SIP over UDP Ideal Skills: - Profic...Skills: - Proficient with Kamailio SIP proxy and RTPengine - Strong understanding of call routing and load balancing - Familiarity with SIP over UDP I do not require integration with any specific external systems or services. The primary goal is to optimize my setup for efficient call routing and load balancing. Please share your relevant experience when applying. It should read from a text file, xml or database the list of servers it needs to sen...

    $869 (Avg Bid)
    $869 Avg Bid
    6 bids

    I'm looking for an experienced React + developer to optimize the loading times of my web application. Key Points: - The main issue with the current site seems to be the product pages, which need to have their loading times significantly improved. - Additionally, I suspect that large images or media files, inefficient code or algorithms, and server response times are also contributing to the overall slow performance. - Moreover, I need to update application packages, currently I am using nextjs 9.2.0 and some depreciated libraries. Ideal Candidate: - Proficient in React and to be able to efficiently refactor the code and optimize the loading times. - Experience with image and media optimization, as well as knowledge of best practices to ensure efficient image loading. -

    $302 (Avg Bid)
    $302 Avg Bid
    62 bids
    Photoshoot Order App 4 days left
    VERIFIED

    ...(address) input - Service type selection - Preferred date & time selection - Next button #### Photoshoot Date Selection Screen (Broker) - **Purpose:** Allow brokers to select a suitable date & photographer for the photoshoot. - **Elements:** - List of available photographers & times (sorted by distance from photographer) - Select this widget - Send request button #### Photoshoot Request Response Screen (Photographer) - **Purpose:** Allow photographers to accept or reject photoshoot requests. - **Elements:** - Photoshoot details (location, service type, time) - Accept button - Reject button #### Photoshoot Notification Screen (Broker) - **Purpose:** Notify brokers about the acceptance or rejection of their photoshoot request. - **Elements:** - N...

    $1274 (Avg Bid)
    $1274 Avg Bid
    99 bids

    I require immediate assistance and advice from an experienced recruiter, with a specialization in the field of educational writing. Key requirements: - The main goal is to have a video call with me. - The industry focus is on education. The ideal candidate should possess: - Proven experience in the educational writing sector. - Strong communication ...a specialization in the field of educational writing. Key requirements: - The main goal is to have a video call with me. - The industry focus is on education. The ideal candidate should possess: - Proven experience in the educational writing sector. - Strong communication skills to effectively facilitate a video call. - Demonstrated ability to offer valuable recruitment advice. Your prompt response would be greatly appreciated. ...

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

    I'm in need of an experienced ASTPP/Freeswitch developer to create an Interactive Voice Response (IVR) system for my project. The primary goal of this IVR system is to Play a pre-recorded message when a customer calls a DID, then route the call according to any routing rules configured on the dialplan. This means that the system needs to be designed to handle customer queries and direct calls to the appropriate department. Ideal Skills: - Proficient in ASTPP/Freeswitch - Experience in IVR system development - Strong understanding of customer support processes - Ability to design system for call routing The project is expected to be completed within a reasonable timeframe. A successful candidate will be able to understand the nuanced requirements of the system and develop ...

    $902 (Avg Bid)
    $902 Avg Bid
    22 bids

    I'm in need of an engineer with expertise in both electrical and mechanical engineering. Our aim is to design a high-power attachable biking dynamo/alternator for bicycles. The primary objective of this project is to create a device that can generate and store significant power for storage in high-capacity batteries. This dynamo/alternator should deliver a high power output, mainly focusing on efficiency, ease of use and weight. Key requirements: - Designing a high-power dynamo/alternator that can support extensive power needs. - The device should be attachable to a standard bicycle without impacting its performance or aesthetics. - Prioritizing power output over size or weight, meaning the final product can be robust as needed. Your role will be to: - Combine your expertise in el...

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

    I'm in need of an experienced SQL Server data warehouse designer to help with a project of integrating and ...needing integration and consolidation is between 1GB and 10GB, so experience handling medium-sized data sets is ideal. Your main aim will be to ensure that the data warehouse is efficient and can handle the needs of our data integration and consolidation. Experience in similar projects is essential. You will be working with roughly 5 databases, some direct access, some via API (including basic XML feed in 1 instance). We do not have expectations on the total timeframes (may be up to 3 weeks for 2-3 days per week) as this is firstly dependent on capabilities and secondly on design / good hourly rates. If you complete the original intended work quickly this may lead to l...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    17 bids

    I need a skilled photographer to take some high-quality lifestyle shots of my motorcycle tool bag. Key Requirements: - Lifestyle Shots: The primary focus of the project is to capture the motorcycle tool bag in a rugged and adventurous style. The images should visually convey the bag's utility and durability in a context consistent with the spirit of motorcycle riding. - Usage: The pho...ideally with lifestyle shots in outdoor or adventure settings. - Understanding of motorcycle culture and aesthetic. - Ability to deliver high-resolution, professional quality images suitable for online use. - Strong portfolio of previous work, especially in the area of product photography. Please include relevant samples of your previous work and describe how you would approach the brief in your ...

    $299 - $897
    Local
    $299 - $897
    0 bids

    ...pupillometry system with SR research. The main objective of this project includes: -Measuring emotional response to visual stimuli Ideally, the freelancer should have: - Proficiency in using the Eyelink pupillometry system from SR Research. - An in-depth knowledge of oculomotor functions. - A strong background in neurobehavioral or cognitive science is a plus. - Proven experience in analyzing eye movements, particularly pupil dilation. This project does not require any analysis concerning Saccadic movements, gaze direction, or blink rate, nor does it involve monitoring variables such as emotional state or cognitive load in relation to pupil dilation. The focus is purely on the response to stimuli. Your expertise in this specialty field will be invaluable in achieving t...

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