Code matrix multiplication using pthreads trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 code matrix multiplication using pthreads trabalhos encontrados, preços em USD

    I'm looking for a skilled coder who can transform our existing Python code(attached below) into a schema and GPT's actions. To be Clear this code uses the OPEN_AI API. However, it does not require a API Key because it is a GPTs that is hosted by the main AI company "OPEN AI" at SEE CODE ATTACHED below that needs to be converted. This transformation aims to enable all processing and functions to be performed using the GPT and its Actions feature, I think any Endpoint or API action can be utilized and the assistants can have the ability to call tools as well. I think OPEN Ai takes my instructions in the first text box as input then like the example of a web apis it delivers client requests and returns responses via JSON. Each Request res...

    $40 (Avg Bid)
    Garantido Concurso Top
    $40
    5 inscrições

    I am in need of a savvy content creator who can design an interactive Way Finder for my multi-level firm utilizing the platform: The wayfinder should have the following features: •Interactive maps •Navigation instructions •Customizable design I need it to guide people across three or more levels within our office complex. When considering the customizable design, the following elements should take precedence: •Our company branding •User-friendliness •Visual appeal Creatives with prior experience in wayfinder design, particular familiarity with the OptiSigns platform, and a keen eye for brand consistency and UX design will be the perfect match for this project, and a must experiance with OptiSigns.

    $659 (Avg Bid)
    $659 Média
    60 ofertas

    I am looking for a WordPress expert who is familiar with the Events Calendar Suite and can provide custom code. Specific customization or changes needed for the events calendar include adding new features. The ideal timeline for this project is 1-2 weeks. The client has specific plugins and themes in mind that they would like to use. Skills and experience required for this job include: - Strong proficiency in WordPress - Expertise in the Events Calendar Suite - Ability to update plugins and insert them into the WordPress database - Experience with custom code and adding new features - Familiarity with specific plugins and themes requested by the client. More details in messages

    $114 (Avg Bid)
    $114 Média
    88 ofertas

    I'm looking for a seasoned freelancer proficient with Salesforce and Visual Code setup. I feel overwhelmed and need professional assistance. The project entails: - Assisting me with Salesforce Visual code setup - Has a heavy focus on Apex, Visualforce, and Lightning component development - Proficiency in Salesforce is a necessity as no other programming language will be utilized Your expertise will make my journey smoother. I'm not planning on web development, mobile app development, or data analysis, just a simple Salesforce setup. All I need is your expertise to get my Visual Code running seamlessly.

    $21 / hr (Avg Bid)
    $21 / hr Média
    59 ofertas

    Looking someone who has experience implementing prediction analysis using AWS Bedrock Foundation ML models based on historical Jenkins error logs. we do not want to use any of custom ML model but FMs only. open for suggestions.

    $25 (Avg Bid)
    $25 Média
    13 ofertas

    I'm looking for a talented web designer and developer to help create an interactive live streaming platform with a number of key features. Features to incorporate: - User profiles: Each user should have their own unique profile, which enhances individual identity and interaction on the platform. - Live chat: I'd like a built-in chat feature that allows users to communicate in real ti...for every user to manage their account, preferences, and content. Ideal Skills and Experience: An experienced web developer well-versed in real-time communication and social media platform development is essential. Mastery in design aesthetics, user experience, and proficiency in the development of smooth, interactive, and functional web features are a must. (I want someone who has the sourc...

    $516 (Avg Bid)
    $516 Média
    70 ofertas

    I'm looking for an experienced JavaScript developer well-versed in the SHA256 algorithm and CryptoJS library. This entails crafting effective code to decrypt using an Initialization Vector (IV) and Key. While predominantly JavaScript, this project is client-side. Key Requirements: * Proficiency in JavaScript * Experience with CryptoJS or equivalent libraries * Strong understanding of decryption processes With no particular preference for the version of CryptoJS, your experience and expertise can guide the most suitable selection. Through providing your input, we can ensure the optimal operation of our decryption code.

    $99 (Avg Bid)
    $99 Média
    47 ofertas

    We need you to create a PHP script utilizing the mpdf library () to generate a PDF that precisely mirrors the provided HTML. Please include both the source code and the mpdf library code. Our current implementation with mpdf is causing issues, as evidenced by the problematic output in the file. As we are uncertain about the root cause, we request your assistance in promptly crafting a concise PHP script or making essential adjustments to the HTML to ensure compatibility with mpdf and generate a correctly formatted PDF.

    $30 (Avg Bid)
    $30 Média
    19 ofertas

    ...Visualizer AI platform. This platform is a SaaS service dedicated to building and showcasing online profiles for professionals. The key focus is to enhance user interaction and dynamically display user information in an engaging manner. Key Project Details: Project Goal: Develop a carousel where horizontal strips containing user data scroll horizontally as the user scrolls vertically on the page, using GSAP for smooth animations. Technology Stack: Strong expertise in nextjs, HTML, CSS, JavaScript, and GSAP is essential. Experience with JavaScript frameworks like React, Vue.js, or Angular is beneficial. GSAP Expertise: Deep understanding of GSAP for creating complex animations and ensuring a seamless, high-performance user experience. Responsibilities: Design and implement a res...

    $384 (Avg Bid)
    $384 Média
    112 ofertas

    I require a skilled freelancer to assist with a couple of key tasks to enhance my project. My website, built with custom code and set up for informational purposes, needs some refinements in its tracking ability. Key Tasks: - Set up Meta Pixel - Implement Google Analytics 4 Tracking Goals via Google Tag Manager Ideal Skills & Experience: - Extensive experience in website analytics - Proficiency with Google Tag Manager - Mastery of Google Analytics 4 - Familiarity with custom-built websites Please, I'd appreciate your help with this as soon as possible.

    $33 (Avg Bid)
    $33 Média
    18 ofertas

    I've got a chunk of Python code that's seriously misbehaving. The purpose is to automate dialing the phone and playing a youtube video into the phone sound receiver. After the call is made the person at the other end picks up the phone and hears the sound of the youtube video played into their phone. I rolled up my sleeves and tried to fix it myself, but I'm at a loss now and could really do with a Python expert. I'm a novice so I need the fix and specfic step by step instructions to install and run. I will award the winner the money whoever is the first to do a screen shot of running it from 1. Setting up the Conda environment in VSC 2. Installing the script stack 3. successful initialization of the python program . Seeing dummy data put into the ui and a ru...

    $22 (Avg Bid)
    Garantido
    $22
    6 inscrições

    I need the customer to be able to cancel the order from his account, a code could be used that solves this problem but as the guide indicates it should be inserted in the file of the child theme but currently the site does not have a child theme and I have no intention of creating it, so find a solution through this code or an equivalent personal solution. /** * This snippet will add a Cancel button to every order in your order list. */ add_filter( 'woocommerce_admin_order_actions', 'add_cancel_order_actions_button', PHP_INT_MAX, 2 ); function add_cancel_order_actions_button( $actions, $the_order ) { if ( ! $the_order->has_status( array( 'cancelled' ) ) ) { // if order is not cancelled yet... $actions['cancel'] = arr...

    $30 (Avg Bid)
    $30 Média
    32 ofertas

    Seeking skilled WordPress designer to create a modern, minimalist design for my personal blog. I'm aiming for clean lines, simple color schemes, and an overall sleek aesthetic. Key functionalities should include: - A blogging platform where I can publish posts and interact with readers through comments - A membership platform enabling readers to sign up for exclusive content and updates. Using Pro memberships plugin for Wordpress. -video course section added on site as well which will be behind membership paywall, with ability for me to add videos daily. (Youtube private videos used for type of hosting) Ideal candidates will have solid experience in WordPress (prior references needed). Hello designers, I am looking for WordPress designer who can create a layout for my sit...

    $26 / hr (Avg Bid)
    $26 / hr Média
    98 ofertas

    More details: Are you a talented video editor with a flair for using Canva to create visually stunning content? Look no further – we're on the lookout for a skilled freelancer to join our team and produce captivating travel reels for various destinations! Preferences: Video Editing Software: Canva Duration: 1 minute per travel reel Content Focus: Landmarks and Tourist Sights Local Culture and People Food and Cuisine Responsibilities: Research assigned countries for each travel reel. Source relevant videos online. Edit videos to craft engaging 1-minute reels. Incorporate text to explain landmarks, local culture, and delightful cuisine. Requirements: Proficiency in Canva for video editing. Strong research skills. Creativity and an eye for visual storytelling. How to Ap...

    $21 (Avg Bid)
    $21 Média
    32 ofertas

    I am seeking a team of experts for a project centering on mobile application development. The team I need should ideally consist of: 1. A Software Developer: - Who possesses expert-level experience with No-Code/Low-Code platforms. - Previous experience in mobile application development would be advantageous. 2. A UI/UX professional: - Specialized in designing mobile applications using Figma. - A strong portfolio demonstrating past projects is required. 3. A Software Application Architect/Designer: - With expertise in designing and developing eCommerce applications. - Experience with Database Design, Scalability, Performance optimization, Security, and Compliance is crucial. Please, professionals based in Pune are highly encouraged to respond. T...

    $25 / hr (Avg Bid)
    $25 / hr Média
    34 ofertas

    ...can create an engaging educational video on QR code Technology. - Purpose: The video will serve an educational purpose, mainly focusing on technology. More specifically, it touches upon the correct use of QR Code in the technical assistance. - Skillsets: Extensive experience in motion graphics design and a strong understanding of complex technology concepts. The ability to convey technical information effectively through animation and graphics is key. - Objective: The project's primary goal is to create an easily comprehensible and informative video that breaks down the concept of technical assistance with the use of QR Code. If you have a knack for breaking down convoluted technology concepts into manageable and understandable bits using motion gra...

    $125 (Avg Bid)
    $125 Média
    28 ofertas

    you need to work on my vps server to install and configure the IOTA framework for digital identity management on a Matrix Dendrite homeserver, ensuring seamless integration with the existing Federated Learning (FL) system. I need the matrix client. my budget is 25 euros please please bid if you agree to work on that and have time. you should also be expert in decentralized system.

    $23 (Avg Bid)
    $23 Média
    2 ofertas

    I am seeking a skilled PHP developer to implement social logins into my existing website using Auth0, enabling users to log in via their Facebook, Google, or Twitter accounts. Your role will primarily involve the installation and testing of the auth0 application. Key Responsibilities: - Enable social login feature via Facebook, Google, and Twitter - Ensure secure and smooth login process - Carry out necessary testing for functionality Applicants should provide: - Examples of past work, specifically highlighting experience in integrating social logins or using Auth0 No further modifications or additions to the website are necessary at this time. Ideal Skills: - PHP Development - Experience with auth0 Please only apply if you have relevant past work to showcase.

    $40 (Avg Bid)
    $40 Média
    28 ofertas

    I am looking for a freelancer skilled in HTML/CSS to execute simple projects using Visual Studio Code. Your tasks will include: - Designing basic websites, since I require a novice level understanding of HTML and CSS. - Completing assigned levels on 'FreeCodeCamp' using a provided account. - Adding specific functionality to designed websites as and when required by me. Although I'm predominantly seeking beginners, those with an intermediate or advanced knowledge of HTML/CSS are also considered, as the projects' complexity may increase in the future. Prior experience with Visual Studio Code is ideal but not required. Finally, ability to follow instructions on functional requirements is key.

    $28 (Avg Bid)
    $28 Média
    53 ofertas

    I'm seeking a skilled freelancer to develop automation for generating social media posts. This tool should be focused primarily on Facebook, tailoring the content to engage with its unique user base. The main objective of this project is to elevate our brand's visibility. As a result, it is pivotal that the automated posts generated are catchy, relevant, and able to grab attention. Ideal skills and experience required for this project include: - Proven experience in social media automation and cross-platform compatibility, particularly within Facebook. - Strong understanding of social media platforms, user engagement, and brand visibility strategies. - Ability to produce innovative and engaging automated content that significantly enhances brand awareness. - Familiarity with ana...

    $10 / hr (Avg Bid)
    $10 / hr Média
    25 ofertas

    We are going to upgrade the code for the entire website.

    $50 (Avg Bid)
    $50 Média
    1 ofertas

    ...technical knowledge and an understanding of trading platforms to pen an informative piece on the use of Virtual Private Servers (VPS). The article should cover: - How traders can utilize VPS to host a trading platform and access it from any device. - The ways in which VPS setup, configuration, performance optimization, and security best practices contribute to successful trading. - The key benefits of using a VPS for hosting a trading platform, with a focus on remote access, increased reliability and uptime. - The piece should cater to those without specific requirements regarding their trading platform. Ideal freelancer skills include: - Detailed knowledge of how VPS works. - Familiarity with trading platforms and the benefits of remote hosting. - A writing style that can make...

    $41 (Avg Bid)
    $41 Média
    45 ofertas

    I am looking for a highly skilled and experienced coder in using YOLO8 or YOLO-NAS to help detect smoke in a video. The sample video to be analyzed is attached. Key Responsibilities: - Implement smoke detection in my video with high precision leveraging YOLO-NAS (8). - Enhance the algorithm to perform effectively regardless of the video provided. - Ensure high accuracy of smoke detection. Ideal Candidate Skills and Experience: - Proficiency in using YOLO8 or YOLO-NAS for object detection - Extensive experience in image or video analysis - Demonstrable successful projects in detection or similar task - Strong analytical capabilities to diagnose and address accuracy issues The underlying objective behind this smoke detection is not clarified yet, but ensuring high accuracy...

    $178 (Avg Bid)
    $178 Média
    14 ofertas

    I'm seeking a savvy maritime logistics freelancer with an in-depth understanding and operational knowledge of the ANYLOGIC software. Success in this role hinges on your ability to: - Develop a model using ANYLOGIC focusing on the Synchromodal Container Transportation versus traditional unimodal transportation. - Execute a maritime transportation analysis, with a sharp focus on our supply chain optimization and port operations efficiency. - Draft an insightful report based on the model findings, particularly on the usage of the quay crane, overhead crane, truck, and forklift in our operations. - Include an environmental aspect in the report, with a focus on the potential environmental impacts associated with our operations. Your skills and experience in maritime logistics, pro...

    $195 (Avg Bid)
    $195 Média
    7 ofertas

    I need an Excel wizard to create a custom spreadsheet focusing on basic arithmetic operations. The spreadsheet should be able to perform addition, subtraction, multiplication, and division. The data to be used for these arithmetic operations will all be manually inputted by me. Please note that error-checking feature is not necessary for this project. A candidate with strong Excel skills and a keen attention to detail would be the perfect fit for this task.

    $19 (Avg Bid)
    $19 Média
    25 ofertas

    ...signing, product confirmation, commission ratio, etc. The cooperation method with experts is mainly based on pure commission short videos; Customer maintenance: follow up on the needs, suggestions, and feedback of the expert team, maintain a good relationship with the expert team, and promote in-depth and long-term cooperation; Customer expansion: Develop an expansion plan to effectively establish a matrix of Brazilian internet celebrities, etc; Job requirements: Social media expertise: Experience managing social media accounts (especially Instagram accounts) and familiarity with the talent collaboration process; Creative communication skills: Have business negotiation experience, have excellent business negotiation skills, and have development and public relations capabilities;...

    $466 (Avg Bid)
    $466 Média
    15 ofertas

    I am in urgent need of a seasoned Javascript expert who has extensive knowledge of both front-end and back-end development, particularly using Node.js. My project revolves around fixing bugs on a healthcare website, specifically within the and files. The key tasks include: - Inspecting and cleaning up the sloppy code. - Resolving broken functionalities. The website's main functionalities are currently displaying errors and underperforming, which has created a pressing need to rectify these issues immediately. Ideal Skills & Experience: - Robust understanding of Javascript and Node.js. - Experience in full-stack development. - Proven record of bug fixing and enhancing the functioning of a web application. - Knowledge of healthcare applications will be a c...

    $51 / hr (Avg Bid)
    $51 / hr Média
    96 ofertas

    I'm looking for an expert graphic designer to make me a copy of my business cards using the existing template, but changing information on it. I'll provide you with the current design in PDF format. The project involves updating the contact information, company logo, and card layout, in addition to modifying the name and title. Ideal Candidate: - Proficient in working with PDF design files - Expert at updating layout while maintaining existing design - Experienced with changing contact information and logos on business cards. Your main responsibility would be keeping the design as it is while making necessary alterations. Please only apply if you are confident you can handle these tasks.

    $21 (Avg Bid)
    $21 Média
    15 ofertas

    There is this python project that can be ran only on mac os because it's using Gentle by Lowerquality - , I don't have a mac os computer, that's why i need someone to replace Gentle with something that can be ran on Windows and develop the solution like on the video and the github rep for me. I tried to do it myself using chat gpt and my beginner level python skills, but I couldn't. So this task requires rather intermediate skills. I can pay 50$ tops.

    $130 (Avg Bid)
    $130 Média
    36 ofertas

    "Design a Blazor WebAssembly application using MudBlazor to display Azure App Configurations side by side with different visual indicators for different conditions" Objectives: 1. Implement a Blazor WebAssembly application using MudBlazor to securely retrieve and display Azure App Configurations. 2. Incorporate Azure authorization in the application to access each of the Azure App Configuration stores. 3. Design visual indicators for different conditions using colors and iconography. Acceptance Criteria: 1. Application can securely access and retrieve Azure App Configurations after successful Azure authorization. 2. Data visualizer can display less than 100 configurations side by side without requiring pagination. 3. Different conditions for Azure App Confi...

    $262 (Avg Bid)
    $262 Média
    24 ofertas

    An expert in AI model creation using TensorFlow is needed as a consultant for a project focused on the fleet management process for truck transportation of cargo. The goal is to seek the optimal allocation of resources.

    $484 (Avg Bid)
    $484 Média
    50 ofertas

    I am seeking a skilled developer to create community web pages on my real estate WordPress website, primarily targeted at home buyers. As the client did not specify any specific features, the developer will have the freedom to propose creative ideas to make the community web pages dynamic and interactive. However, a strong emphasis on community engagement is expected. It is crucial for the freelancer to have significant experience in WordPress and real estate web development. Please include details of relevant experience in your application to ensure a better fit.

    $14 (Avg Bid)
    $14 Média
    29 ofertas

    Hello I am searching for someone who can teach me how to use CAD or scaffolding. Best would be to have those extentions like LayPlan, LaySim etc What you have to explain/teach me: - How to draw building, incl roof, balcony, terrain course, etc - How to use dwg data - How to draw the scaffolding - How to draw from pdf file Thank you very muc

    $27 / hr (Avg Bid)
    $27 / hr Média
    24 ofertas

    I'm currently facing a troubling issue on my WordPress site - code injections happening on a weekly basis. Despite implementing rigorous measures such as using Cloudflare, Malcare, regularly updating WordPress and plugins, and switching to robust passwords, the problem persists. These illicit code modifications seem to target specific PHP files in the wp-includes folder. I am in urgent need of a WordPress specialist who can not only identify the root cause but also fix the issue. Ideal freelancer for this job should possess: - Strong understanding of WordPress and PHP - Extensive experience in web security - Knowledge in handling, preventing, and eradicating code injections.

    $139 (Avg Bid)
    $139 Média
    92 ofertas

    Creating a simple project in Codeigniter or Laravel to manage job offers. Graphics, some free admintemplate (I will supply) Using plugins to save time (something similar to CI-STARTER PANEL for codeigniter) System conditions: Clean and super cool code Login without registration (fixed admin) 2 levels (roles) of admins (Admin > employee) After logging in, some simple Dashboard that we will be able to read from the db Page list of job offers table ID | Position Name | location | Price | creation date Action: modify / delete / update Add job position modals window, save to database —- Some basic settings / password change Add / edit delete user Role setting Some logs of who did what when the bases ... Estimated time 10-20 hours. As a client, I'm looking fo...

    $195 (Avg Bid)
    $195 Média
    100 ofertas

    I'm in need of a skillful Android app developer with experience in financial markets to build an intricate stock prediction application. Features: - Time series analysis and tracking of hundred-day moving averages. - Real-time stock data integration; the application needs to accurately represent current market conditions. - User portfolio management; allow users to effectively monitor and manage their stock investments right from the app. - Alerts and notifications; users should receive timely alerts based on set parameters and critical market changes. Design: - I require assistance in crafting an intuitive and user-friendly design. The ideal candidate would not only have substantial experience in Android app development but a solid understanding of financial markets as well. Exp...

    $88 (Avg Bid)
    $88 Média
    6 ofertas

    I need a straightforward web application to generate and store dynamic editable QR codes. The code data, comprising short URL reference numbers and assigned telephone numbers, should be downloadable for easy export to an Excel spreadsheet. This spreadsheet will be used to produce stickers, each with a unique code, sent to specific customers. Upon receiving their sticker, customers should be able to edit their phone number by entering the code's reference number and updating their information.

    $13 / hr (Avg Bid)
    $13 / hr Média
    76 ofertas

    FIN/FUNDING INSTRUMENT - SALES REPS/MARKETERS: We are in need of an experienced Online/Offline FREELANCER Marketers who can proficiently promote our unique solution for funding projects owners worldwide. The primary goal of this promotion is to drive sales with a focus on project owners/project Finance brokers & consultants. - Marketing Channels: The marketer should primarily focus on Business Owners of projects with any marketing channels : Telemarketing, Email Marketing, Social Media , Online Advertising, Etc. - Your target Audience is anyone who has infrastructure, humanitarian, construction, development, energy or any projects that require AT least a few millions to get started /Funded The cost for client to get our instrument solution is XXXX (SEE IN ZIP). They do not have...

    $118 (Avg Bid)
    $118 Média
    11 ofertas

    I need a proficient WordPress developer to recreate the content of Website A using Gutenberg blocks on my WordPress site. I will set up WordPress with the Spectra plugin and the Astra WordPress theme. There is 14 pages in all to be copied. Ideally, the developer should: - Be proficient with WordPress with a particular focus on Gutenberg blocks - Have experience in content recreation - Able to work quickly and efficiently given the urgency Please don't hesitate to reach out if you need more information during your bid preparation. Time is essential for this project, so a speedy delivery will be greatly appreciated.

    $173 (Avg Bid)
    $173 Média
    171 ofertas

    you need to work on my vps server to install and configure the IOTA framework for digital identity management on a Matrix Dendrite homeserver, ensuring seamless integration with the existing Federated Learning (FL) system. I need the matrix client. my budget is 25 euros please please bid if you agree to work on that and have time. you should also be expert in decentralized system.

    $27 (Avg Bid)
    $27 Média
    1 ofertas

    Hello, I am looking for a skilled developer who can help me create a web page using the Python language. The project involves creating a portfolio website. Specific Requirements: - I have specific design and functionality requirements for the website. - I would like to incorporate certain features and elements into the design. Timeline: - The project timeline is more than 2 weeks, allowing ample time for development and revisions. Skills and Experience: - Strong proficiency in Python language. - Experience in web development and creating portfolio websites. - Knowledge of front-end technologies such as HTML, CSS, and JavaScript. - Ability to incorporate design requirements and create a visually appealing website. If you have the necessary skills and experience, please reach out ...

    $70 (Avg Bid)
    $70 Média
    45 ofertas

    you need to work on my vps server to install and configure the IOTA framework for digital identity management on a Matrix Dendrite homeserver, ensuring seamless integration with the existing Federated Learning (FL) system. I need the matrix client. my budget is 25 euros please please bid if you agree to work on that and have time. you should also be expert in decentralized system.

    $27 (Avg Bid)
    $27 Média
    3 ofertas

    I am looking for a skilled developer who can update my application to be compatibl...specific updates needed are focused on ensuring the application functions properly on this operating system. Key Requirements: - Proficiency in Visual Basic and SQL - Experience in updating applications to be compatible with Windows 10 64 bit - Strong problem-solving skills to address any bugs or issues that may arise during the update process The ideal candidate will have access to the source code and required databases for the application, as these will be needed for the update. Timeline: The project does not have a specific deadline, but it is expected to take more than two weeks to complete. This will allow for thorough testing and troubleshooting to ensure a seamless transition to Windows ...

    $526 (Avg Bid)
    $526 Média
    35 ofertas

    I'm in need of an experienced programmer with proficiency in C++17 to create a Windows console-based code for me. The purpose of this code is to convert 3D architectural models from OBJ format into FBX with embedded textures. The requirement is for a command-line interface. Fundamental skills and experience required for this project include: - Proficiency with C++ programming, specifically C++17 - Experience with 3D model file formats, notably OBJ and FBX conversions - Familiarity with handling architectural 3D models - Know-how in developing command-line interface for Windows The ideal candidate will have a detailed understanding of 3D modeling and a firm grasp on C++17 to deliver the requirements proficiently.

    $19 (Avg Bid)
    $19 Média
    2 ofertas

    Scrape data from (check the network request & write a script to batch get data of all apps)

    $25 (Avg Bid)
    $25 Média
    25 ofertas

    I am in search of a competent Ansible expert to handle some task adjustments to the existing Ansible code. The responsibilities will be as follows: - Revise pre-existing tasks: The existing tasks should be under perpetual refining. - Command Sequences Modifications: The current command sequences will also be adjusted as part of this project. - Change Task Variables: Certain task variables within the job will also need to be updated. - Update Task Dependencies: You should evaluate the current dependencies and make necessary updates. Ideally, you will be highly experienced with Ansible and have a clear understanding of server configurations and playbooks. As this is an urgent requirement, it would be great if you can begin working on the project ASAP.

    $132 (Avg Bid)
    $132 Média
    3 ofertas

    ...calculations to produce a single output. The complex function uses multiple variables and parameters from different cells within the spreadsheet (for example, the annual growth rate in cell E6). The final result for each input should be placed in an adjacent column (let's say column B). Constraints: I would prefer to avoid using Google Apps Script for reasons of sharing and ease of use. The complex function is too intricate to be implemented as a direct matrix formula using ARRAYFORMULA. Goal: I wish to automate this process so I can feed the entire column of inputs and obtain corresponding results without entering each value manually. How can I structure my formulas or my spreadsheet to accomplish this efficiently? I am open to creative solutions or recomme...

    $22 / hr (Avg Bid)
    $22 / hr Média
    12 ofertas

    I need someone who can design rooftop PV layout using autocad fast

    $53 (Avg Bid)
    $53 Média
    20 ofertas

    Create the following page: Instructions: The page should display a google map, with pinned tenants' locations taken from booknetic database. You can access the list of locations through the database at the following table: 'wp_bkntc_locations'. When the user clicks on the pin, it opens the template page, so that the user can see info about the practitioner, and their booknetic provided calendar link to make bookings.

    $100 (Avg Bid)
    $100 Média
    1 ofertas

    Create the following page: Instructions: The page should display a google map, with pinned tenants' locations taken from booknetic database. You can access the list of locations through the database at the following table: 'wp_bkntc_locations'. When the user clicks on the pin, it opens the author page created on step 1, so that the user can see info about the practitioner, and their booknetic calendar link to make bookings.

    $100 (Avg Bid)
    $100 Média
    1 ofertas