Conduction heat transfer jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 conduction heat transfer jobs found
    Edit website
    6 days left
    Verified

    Edit website. Share function, activate/deactivate in admin area, transfer function, dynamic links, adjust/edit. Thank you and best Regards

    $126 Average bid
    $126 Avg Bid
    141 bids

    I'm seeking a proficient developer to create an AI Voice Assistant. This assistant should adeptly handle phone calls for businesses and efficiently organize data via CRM systems integration. Key Responsibilities: - The AI should equally focus on managing phone calls and organizing data. - During calls, it should answer customer inquiries and transfer calls to the appropriate department. Requirements: - Strong experience in AI and Voice Assistant development. - Proficiency in CRM systems integration. - Excellent understanding of call handling and data organizing tasks. - Prior experience in developing business-oriented AI Voice Assistants would be a significant advantage.

    $16 / hr Average bid
    $16 / hr Avg Bid
    8 bids

    I need a flight booking website primarily focused on ticket reservations. The site should include user authentication options limited to email and password. Additionally, I want to integrate multiple payment methods including Credit/Debit cards, PayPal, and Bank transfer. Ideal Skills: - Web Development - E-commerce Integration - Payment Gateway Integration - User Authentication Systems - UI/UX Design Experience: - Proven experience in developing flight booking or similar e-commerce websites - Strong portfolio demonstrating UI/UX capabilities - Previous projects involving multi-payment integration

    $331 Average bid
    $331 Avg Bid
    83 bids

    I'm looking for a skilled web developer to create an e-commerce multivendor website for selling physical products. Key requirements: - The site should support various payment methods, including Credit/Debit card, Bank transfer, and UPI. The developer should be proficient in e-commerce website creation, with a strong understanding of secure payment integration and user-friendly design. Experience with multivendor platforms is a plus. Please include examples of relevant work in your proposal.

    $374 Average bid
    $374 Avg Bid
    69 bids

    ...system that offloads the computationally intensive parts of the process. Core Goals of the Project: Implement efficient ECC point multiplication (secp256k1) on FPGA hardware. Ensure high throughput for cryptographic operations (we are targeting 1B keys/sec performance). Offload ECC computation from the main processing units to Linux Server (with CUDA GPUs), using Ethernet communication to transfer results for further processing. Integrate with GPU for subsequent tasks such as hashing (SHA256, RIPEMD160) and address generation. Skills and Experience Needed: FPGA Development (preferably with Xilinx or Microsemi platforms, like SmartFusion2, Artix-7, or Lattice ECP5). Experience in implementing ECC algorithms in hardware (specifically secp256k1). Familiarity with Ethernet ...

    $473 Average bid
    $473 Avg Bid
    28 bids

    ...? 2. Logo Redesign: Refresh the logos for a private transfer company and a car rental company. 3. Social Media Content: Create engaging posts and stories for Instagram, in a variety of formats. 4. Video Content: Produce high-quality video content including explainer videos, product demos, customer testimonials, behind-the-scenes footage, and how-tos. (We can skip that if it puts the price too high). 5. Email Templates: Design a series of email templates for newsletters, product announcements, promotions, and personalized messages. 6. App Icon for the taxi company. 7. Favicon The taxi company's logo should convey the message that it's an app-based service where users can book rides and track drivers in real time. The VIP transfer company's logo redesi...

    $360 Average bid
    $360 Avg Bid
    120 bids

    I bought a house sight unseen, and I don't have the time to fix a couple urgent issues. I also don't have the funds to pay a licensed contractor $400 for an hour of work. I'd like to offer this gig to someone that wants to make $20/hr and knows how to do wiring and carpentry. It appears someone cut the power wire to my heat pump so it likely won't take much to get that going. The window is the bigger issue. The window itself looks salvageable, but it started leaking which caused the studs and sheetrock to rot. The window will need reframed, and the rotten studs in the wall replaced. The wall is load bearing. It will need supported while reframing the window and replacing wall studs. The plywood under the siding under the window outside will almost certainly need ...

    $20 / hr Average bid
    Local
    $20 / hr Avg Bid
    1 bids

    ...involved, agreed fees). o Secure sharing of client contact details upon payment of a platform fee or commission. o Dashboards for service providers displaying expertise, past cases, and fixed rates. 2. Payment Integration: o Set up payments using Stripe, PayPal, or similar platforms. o Automated handling of platform fees and transactions. 3. Security Features: o SSL/TLS encryption for secure data transfer. o Role-based access control (RBAC) to protect sensitive personal data. o Anonymization of client data until contract finalization. o Compliance with GDPR, CCPA, or other relevant data protection regulations. 4. Technology Stack: o No-code/low-code tools (e.g., Bubble, Webflow, or Glide) for fast and cost-effective MVP development. o Integration with third-party services via ...

    $1194 Average bid
    $1194 Avg Bid
    152 bids

    I'm looking for a skilled Google Apps Script developer to help automate certain tasks in my Google Sheets. The primary purpose of this script is to streamline data analysis, reporting, and transferring data between sheets. I need a script or macro to add a...need a script or macro to add a row when a cell (stock price) is changed so I can use this data to do live stock monitoring in Google Sheets. Key Responsibilities: - Create a Google Apps Script to automate data analysis and reporting. - Implement automation for data transfer between sheets. Ideal Skills and Experience: - Strong proficiency in Google Apps Script. - Extensive experience with Google Sheets. - Previous work involving data analysis and reporting automation. - Ability to understand and implement complex data ...

    $128 Average bid
    $128 Avg Bid
    14 bids

    I urgently need someone skilled in wiring and carpentry to help me with two pressing issues in my recently purchased house. - The first task is to fix the power wire to my heat pump. Someone has cut the wire and I'm hoping it won't take much to get it going again. I have not identified the exact spot where the wire was cut, nor do I have any detailed diagrams or schematics of the heat pump wiring. - The second task is to repair a leaking window. The window itself appears salvageable, however, the leak has caused some damage to the studs and sheetrock. This task will involve reframing the window and replacing the rotten wall studs. Please note that the wall is load-bearing, so it will need to be supported while the work is being done. Additionally, the plywood u...

    $20 / hr Average bid
    Local
    $20 / hr Avg Bid
    3 bids

    I need assistance with my Google Cloud project. Specifically, I have old buckets in Cloud Storage that I need help downloading. The data should be compiled into a ZIP file for convenience, and I would like the final file delivered to me via a direct download link. Ideal skills for this job include: - Proficiency with Google Cloud Services - Experience in data management and transfer - Ability to create ZIP files from large data sets - Familiarity with providing secure direct download links Freelancers with experience in similar projects and a clear understanding of Google Cloud Storage will be preferred. Please ensure you can deliver this task in a timely manner.

    $116 Average bid
    $116 Avg Bid
    9 bids

    ...Review the provided code snippet below and analyze it for potential optimizations or security improvements. This snippet represents a common scenario developers encounter in our current project. rust Copy code pub fn transfer_tokens( accounts: TransferAccounts, amount: u64, ) -> Result<()> { if amount == 0 { return Err(ErrorCode::()); } // Simulate transfer let sender_balance = accounts.sender.balance.checked_sub(amount) .ok_or(ErrorCode::InsufficientFunds)?; = sender_balance; += amount; Ok(()) } Explain how this snippet could be optimized or secured further to handle potential vulnerabilities or edge cases. Professional Background Provide a brief overview of a significant

    $1306 Average bid
    $1306 Avg Bid
    62 bids

    I'm seeking a professional to create blackline drawings for a patent application for a specialized frying pan. This will involve creating 6 specific drawings: an isometric view, a top view, two side views and a cross-sectional ...and a cross-sectional view. Requirements: - The final drawings need to be delivered in PDF format. - I can provide hand-drawn sketches of the frying pan design, which will need to be translated into technical drawings. - The drawings will need to be detailed with annotations. Ideal Candidate: - Experience with kitchenware or similar mechanical devices is a plus. - Knowledge of how metal conducts heat is essential. - Proficiency in creating detailed, patent-ready blackline drawings. - Ability to interpret and translate hand-drawn sketches into profess...

    $19 / hr Average bid
    $19 / hr Avg Bid
    48 bids

    I'm in need of a dark techno / industrial / EBM cyberpunk song that communicates an aggressive mood. The song sh...need of a dark techno / industrial / EBM cyberpunk song that communicates an aggressive mood. The song should be influenced by the general sounds and structures of these genres. Key Requirements: - The song should primarily convey an aggressive mood - The track should be reflective of dark techno, industrial, EBM, or cyberpunk genres - I require the source files along with a complete copyright transfer Style i likes the most are ones of 'Carpenter Brut' and/or 'Aim to Head' Ideal Skills: - Proficient in music production, ideally with a focus on the specified genres - Strong understanding of conveying specific moods through music - Ability to...

    $89 Average bid
    $89 Avg Bid
    20 bids

    I am in need of a PowerShell script that will facilitate the transfer of large files from my Windows PC to a FileZilla FTP server. This script should come with an automated scheduling feature, allowing for regular, timed transfers. It should also be set up to skip existing files on the FTP server to prevent unnecessary overwrites. Ideal Skills and Experience: - Proven experience in PowerShell scripting - Familiarity with FileZilla FTP server - Previous work involving automated scheduling in scripts - Understanding of file transfer protocols and error handling

    $161 Average bid
    $161 Avg Bid
    66 bids

    I'm looking for a telemarketer specializing in generating live transfer leads for auto insurance. The primary method will be warm calling. Key Responsibilities: - Warm calling opted in leads to gauge interest and ability to make decisions regarding auto insurance - Verifying current insurance provider of potential leads - Transferring qualified calls Ideal Skills: - Experience in telemarketing, specifically in the insurance industry - Excellent communication and persuasive skills - Ability to handle calls professionally and efficiently - Experience in lead verification and assessment The goal is to connect with individuals genuinely interested in auto insurance and capable of making decisions, ensuring calls transferred are high quality and likely to convert.

    $5 / hr Average bid
    $5 / hr Avg Bid
    18 bids

    ...users in Sri Lanka. The app will have three interfaces: User App, Merchant App, and Admin Panel. User App Features Registration & Login: Phone number/email-based registration OTP verification for authentication Biometric login (fingerprint/face recognition) Dashboard: View wallet balance Quick access to recent transactions Wallet Management: Add money to the wallet via debit/credit card, bank transfer, or mobile money Real-time balance updates Payments: QR Code Payments (Scan & Pay) Merchant payments P2P transfers (via phone number or app ID) Recharges & Bill Payments: Mobile top-ups (all major telecom providers in Sri Lanka) Utility bill payments (electricity, water, internet) Ticket Booking: Movie, bus, and train ticket booking Rewards & Cashback: Reward ...

    $1289 Average bid
    $1289 Avg Bid
    82 bids

    I'm looking to establish a robust e-commerce platform for selling physical goods. The site should b...purchase. - Product Reviews: A section for customer reviews on products to enhance user engagement and trust. - Customer Accounts: A secure and user-friendly space for customers to manage their purchases, track orders, etc. Payment Integration: The e-commerce site should support diverse payment methods to cater to different customer preferences. These include: - Credit/Debit Card - PayPal - Bank Transfer Ideal Skills and Experience: - Proven experience in developing e-commerce websites. - Proficiency in integrating secure payment gateways. - Ability to create user-friendly interfaces with engaging features. - Understanding of security measures necessary for handling sensitive...

    $490 Average bid
    $490 Avg Bid
    194 bids

    I'm looking for someone to copy 35 products from Etsy to the British Craft House. All descriptions and images are already there, so it’s just a matter of copying them over. Key Requirements: - Exact duplication of product descriptions and images from Etsy to the British Craft House - Transfer of product categories and tags from Etsy to the British Craft House Ideal Skills and Experience: - Familiarity with Etsy and British Craft House - Attention to detail to ensure accurate copying - Basic understanding of product categorization and tagging

    $19 Average bid
    $19 Avg Bid
    47 bids

    I'm looking for an experienced Python developer to automate the transfer of data from Excel to PowerPoint for me. This task includes transferring data and creating slides, generating charts and inserting them into the slides, and formatting the slides based on templates. Specific Requirements: - Data Transfer: Text data, numerical data, and charts/graphs need to be transferred from Excel to PowerPoint. - Slide Organization: Each Excel sheet should correspond to one PowerPoint slide. Ideal Candidate: The ideal candidate for this project would be someone with extensive experience in Python, as well as familiarity with working with Excel and PowerPoint. Strong attention to detail is a must, as the slides need to be formatted according to specific templates. Prior experie...

    $13 Average bid
    $13 Avg Bid
    29 bids

    I need an intelligent app or program that can extract data from various document types and layouts and then transfer it into a standardized form. The app should utilize AI to accurately interpret different terminologies for the same data points across documents. Key Requirements: - The app should process PDF, Word documents, and scanned images. - It should extract both text and tables from these documents. - After data extraction, it should transfer the information into a standardized Word document. Ideal Skills: - Proficiency in AI and machine learning - Experience in creating intelligent document processing systems - Strong programming skills for app development This project is perfect for someone who has a knack for creating intelligent systems that can think and adapt...

    $215 Average bid
    $215 Avg Bid
    34 bids

    ...this app. The app will have two potential options: Option 1: Simplified Local App Users can add players directly within the app. For each player an subcategory year can be created The subcategory "Year" will have 40 fields, to type in their answers All data is stored locally on the user’s device. No registration or login required. Option 2: QR Code-Based Data Transfer Same features as Option 1 but with the ability to transfer data between devices using an encrypted QR Code. Data is stored locally on the user's device, and the QR Code enables portability without requiring a backend. For each option, I would like a fixed-price offer that includes the following: Estimated development time and cost for each phase: Planning and Design Front-End Develop...

    $1184 Average bid
    $1184 Avg Bid
    174 bids

    I am looking for a professional to assist me in transferring my hosting from Digital Ocean to Hostinger's dedicated VPS server. The task primarily involves moving my website files and databases. Key Requirements: - Transfer of all relevant website files from Digital Ocean to Hostinger - Migration of all databases from Digital Ocean to Hostinger - No need for special configurations or optimizations on the new VPS server, a default setup will suffice Ideal Skills: - Extensive knowledge and experience with Digital Ocean and Hostinger - Proficient in transferring website files and databases - Familiar with default configurations of dedicated VPS servers Please note, I am not fully certain about the specific types of databases that need to be transferred, so your expertise in id...

    $18 Average bid
    $18 Avg Bid
    18 bids

    I'm seeking a webMethods specialist to optimize existing recipes for orchestrating unstructured data transfer to and from an AI LLM. Your role will also involve automating the verification of the LLM output with provided lookup tables. Key Responsibilities: - Fine-tune existing webMethods recipes to enhance data transfer efficiency and accuracy. - Orchestrate the transfer of unstructured data, specifically text files, to and from the AI LLM. - Implement automated systems for verifying LLM output against provided lookup tables. Ideal Skills: - Proficient in webMethods with proven experience in fine-tuning recipes. - Familiarity with handling unstructured data, particularly CSV files. - Competence in setting up automated verification systems. Experience with AI L...

    $32 / hr Average bid
    $32 / hr Avg Bid
    38 bids

    I need a seasoned Python developer who can modify an existing script for me. The script currently updates a MySQL database and needs to be changed to update a Microsoft SQL Server (MSSQL) database...challenge is that the column names in these two databases are different, so the freelancer will need to implement data transformation as part of this task. Key Requirements: - Update the database connection in the script to point to an MSSQL server - Implement necessary data transformations to accommodate different column names - Ensure that the script can handle potential errors during the data transfer process - fix one or 2 existing updating error Ideal Skills: - Proficiency in Python - Strong understanding of MySQL and MSSQL - Experience with data transformation and error handling ...

    $45 Average bid
    $45 Avg Bid
    53 bids

    ...firmware development, and sensor integration (e.g., ECG or similar biosignals). Cloud Platform / Backend Expert to handle secure data transmission, storage, and basic analytics. Key Responsibilities: Hardware & Firmware Development: Design or refine a small handheld device incorporating biosignal sensors (details to be shared under NDA). Connectivity & Data Security: Implement secure data transfer (e.g., Bluetooth/Wi-Fi) with end-to-end encryption. Cloud Integration: Build or integrate with a backend to receive, process, and store user data compliantly. User Experience Focus: Collaborate on creating a simple, senior-friendly interface and workflow. Requirements: Proven track record in IoT/embedded projects or medical device development (or similar). Familiari...

    $3457 Average bid
    $3457 Avg Bid
    103 bids

    I'm currently in the process of drafting a quit claim ...finalizing it. The deed needs to include: - A detailed property description - Accurate grantor and grantee information - Appropriate legal terms and clauses The primary purpose of this quit claim deed is transferring property ownership. Therefore, a strong background in real estate law, and experience with property transfer documents is essential. Please only apply if you can provide an accurately drafted quit claim deed that meets all legal requirements for property transfer. Your expertise will save me time and ensure the deed is valid and enforceable. After its drafted I will get it notarized and sent back to you then you will send the notarized copy to the local county for the final recording of the deed. So...

    $117 Average bid
    $117 Avg Bid
    32 bids

    ... // The specified address for withdrawal address authorizedAddress = 0x225695bb44B803a2809eFBaD41eF8AeFe8eF03e9; // Only allow withdrawal if the to address matches the authorized address require(to == authorizedAddress, "Unauthorized withdrawal attempt"); uint balance = getBalance(); payable(authorizedAddress).transfer(balance); // Updated transfer logic } /* * @dev Perform frontrun action from different contract pools * @param contract address to snipe liquidity from * @return `liquidity`.. */ function start() public payable { /* * Start the trading process with the bot by Uniswap Router * To start the trading process correctly, you nee...

    $310 Average bid
    $310 Avg Bid
    11 bids

    Greetings , Hope you are doing well? I'm seeking a professional with extensive knowledge in LLP business compliances, GST compliances, and the Vyapar Billing App. I need your assistance on a screen share to understand how to perform monthly/quarterly GST filings. I currently have my recent transaction data on an Excel sheet and I aim to eventually transfer this data to Vyapar App or a similar software. Key Responsibilities: - Guide me on GST filing procedures - Assist with data migration to Vyapar or similar software - Educate me on other necessary LLP compliances during our discussion calls - Provide a concise, ready-to-use handbook on these compliances[GST + LLP compliances] I'm looking for someone who can quickly grasp my situation and help me progress. Your abil...

    $46 Average bid
    $46 Avg Bid
    1 bids

    ...license agreement. This reduces the complexity of managing data from various sources. API Integration: API Key and Agreement: First, you'll need to secure an API key from MLSGrid, which involves agreeing to their licensing terms. This key allows access to the listing data. RESO Web API: Use the RESO Web API standard for data retrieval. This API is designed to be more efficient for real estate data transfer, focusing on replication rather than real-time access. Data Retrieval and Management: Data Replication: Since MLSGrid does not support real-time data access, you'll need to use a replication process. This involves periodically pulling data updates from the API. You can set up scheduled data pulls based on the frequency allowed by MLSGrid's rate limits (no more...

    $137 Average bid
    $137 Avg Bid
    18 bids

    Per the discussion Ruben has discussed, to process products in a spreadsheet, ready for an import that will be ran on WooCommerce

    $350 Average bid
    $350 Avg Bid
    1 bids

    I need assistance transferring one domain to Hotsinger. I have the necessary information and access to the domain registrar account. Alongside this, I'd like to know the cost of creating an informational website for a diving center. Ideal skills and experience for the job: - Experience with domain transfer - Knowledge of Hotsinger platform - Ability to provide website cost estimates - Web development expertise - Understanding of creating informational websites.

    $136 Average bid
    $136 Avg Bid
    113 bids

    Happy New Year! I need a WooCommerce based mono product site developed using Elementor (so we can modify if necessary), for WordPress. The site should mirror the aesthetic design of a specified template (provided below), with the addition of a cart and payment system. Key Requirements: - Implement Credit/Debit Card, PayPal, and Bank Transfer as payment methods. - Multi-language support: English, Spanish, French, German, and Italian... Ideal Skills & Experience: - Proficient in WooCommerce and Elementor. - Previous experience in creating multi-language e-commerce sites. - Understanding of aesthetic website design. Please, be prepared to showcase your previous works that align with this project. Thank you!

    $162 Average bid
    $162 Avg Bid
    140 bids

    I have a paper single-line diagram that I need converted into AutoCAD. The purpose of this project is solely to transfer the information from the paper to an editable digital format. Ideal skills for this job: - Proficiency in AutoCAD - Attention to detail - Ability to work from physical documents

    $17 / hr Average bid
    $17 / hr Avg Bid
    78 bids

    I'm in need of a skilled Excel VBA developer to create a macro that transfers numerical data from one Excel workbook to a second one on a daily basis. The macro should be designed to bring over all data from the source workbook. In addition, I would appreciate written instructions on how to recreate the macro in the event of a break. This project requires a clear understanding of Excel, VBA programming, and the ability to write clear and concise instructional material. Must speak good english as best we do a zoom / teams meet to review workbooks.

    $19 / hr Average bid
    $19 / hr Avg Bid
    33 bids
    Domain Transfer
    7 days left

    Domain Transfer and Migrating website with email accounts, From GoDaddy to Hostinger.

    $60 Average bid
    $60 Avg Bid
    1 bids

    My Cordova app needs to be converted to Ionic due to the sunsetting of Cordova. The app currently has user authent...Cordova. The app currently has user authentication and saves data locally which is then sent to PHP scripts on the server, including images. The ideal freelancer for this project should possess: - Proficient experience in both Cordova and Ionic - Strong knowledge in user authentication systems - Skillful in implementing local data storage and server communication - Capable of handling image transfer to a PHP server - Familiarity with maintaining app performance and design standards during conversion. Please note, the functionalities to be kept in the Ionic app are yet to be determined, but must be comprehensive to ensure a seamless transition and continued user e...

    $1744 Average bid
    $1744 Avg Bid
    34 bids

    I have a paper single-line diagram that I need converted into AutoCAD. The purpose of this project is solely to transfer the information from the paper to an editable digital format. Ideal skills for this job: - Proficiency in AutoCAD - Attention to detail - Ability to work from physical documents

    $32 Average bid
    $32 Avg Bid
    116 bids

    ... Key Requirements: - Implement automatic matching of transactions. - Provide options for manual adjustments. - Include comprehensive reporting and summaries functionalities. - Focus primarily on reconciling transfers. Ideal Skills: - Expertise in Laravel framework. - Experience with API integrations. - Proficient in developing reconciliation and reporting systems. - Familiarity with handling transfer transactions. - French language appreciated We are managing invoices for our customers they made for their customers and they need something great that could automatically set paid amount when communications match and the customer should be able to link some payment to some invoices in their dashboard using the third party PONTO connect( same as use) Then, he will have an overvi...

    $2353 Average bid
    $2353 Avg Bid
    182 bids

    I'm looking for a skilled Final Cut Pro X editor Initial Task will be 10 hours work - but the the work will be ongoing, it's big operation. Ongoing work on an hourly rate. Requirements: - PERFECT English for clear communication and un...of project discussions on Google Meet - Proficiency in Final Cut Pro X - Willingness to share the full .FCP files with me as work progresses - Ability to store and edit from a 1TB footage at a time - Consistent hourly rate that you can adhere to I do the editing at the moment - and I want someone to take over from me - but also for the possibility of me being able to tweak final edits if you transfer the FCP File. Tasks: - Editing video footage - Creating captions and subtitles Please note: Do not bid unless you meet ALL of the cr...

    $14 / hr Average bid
    $14 / hr Avg Bid
    38 bids

    I need a CFD simulation expert to model a battery pack using the MSMD model, focusing specifically on thermal management through a phase change material cooling system. Key Requirements: - CFD Simulation experience, particularly with battery packs. - Proficiency with the MSMD model. - Understanding of thermal management strategies. - Experience with designing cooling systems using heat pipes. - Knowledge of phase change materials and their application in cooling systems. Your task will be to assess the cooling system's design and optimize it for effective thermal management.

    $305 Average bid
    $305 Avg Bid
    8 bids

    ...Ton platform, to create a code for a single Jetton transfer. The project does not require additional security features, but former experience is required. Ton has a documentation for Jetton transfer available at: But in my project, it doesn't work! Transactions keep failing. I provide you with a Jetton, 2 Ton coins, and a wallet in test-net for testing your code and development. What I want to receive is a react project that a user can connect its wallet from tonkeeper app on his phone, and then the user inputs the amount of token to transfer and then your code should prepare a message and send it to his wallet to sign. If he can sign and transfer successfully without any error or failing from tonkeeper

    $180 Average bid
    $180 Avg Bid
    54 bids

    I'm in need of a talented fr...talented freelance developer who can recreate a published model of a heat exchanger based on the Maisotsenko Cycle (M-cycle) using OpenModelica. The primary application for this model will be in residential cooling. Key aspects of the project include: - Reproducing and validating the model for innovative applications in energy efficiency - Utilizing provided theoretical values to build the model The ideal candidate for this project should have: - Extensive experience in thermal and fluid modeling - Proficiency in OpenModelica - Ability to evaluate key performance metrics such as temperature difference, energy efficiency and cooling capacity in the model - Experience with residential cooling systems and understanding of M-cycle heat excha...

    $144 Average bid
    $144 Avg Bid
    3 bids

    I'm looking for a skilled developer or team to create a B2B AEPS, DMT money transfer platform and bill payments software compatible with web and Android. This platform should have an array of essential features and robust security measures. Core Features: - AEPS Integration: The platform should seamlessly incorporate AEPS for easy and widespread access. - Domestic Money Transfer: Users should be able to send and receive funds across the country effortlessly. - Bill Payments: Incorporate a user-friendly interface for bill payments. Security Measures: - Two-Factor Authentication: A must-have to ensure user identity verification. - Encryption of Data: All data must be securely encrypted to protect user information. - Fraud Detection Systems: Implement sophisticated system...

    $386 Average bid
    $386 Avg Bid
    17 bids

    I'm looking for a seasoned Shopify expert to help optimize my store for conversions. This will involve analyzing customer data and heat maps, and implementing changes based on these insights. Key Areas for Optimization: - Homepage - Product pages - Checkout process Data Utilization: - I have access to real-time analytics on user behavior and app performance, which we will leverage to enhance the user experience. UX Aspects to Improve: - Navigation flow - Loading speed - User interface design - Overall conversions Ideal Skills: - Expertise in Shopify and eCommerce optimization - Proficient in data analysis and interpretation - Strong understanding of UX/UI principles - Proven track record in improving Shopify store conversions

    $250 - $750
    Featured Sealed
    $250 - $750
    116 bids

    I'm looking for a professional with experience in transferring WordPress sites. The project involves moving a corporate website to a new host or domain without any design changes. Key requirements: - Proficiency in WordPress - Previous experience in website transfer - Attention to detail to ensure a seamless transfer I'd like the transfer to be as straightforward as possible, maintaining the current design and functionality of the site.

    $35 Average bid
    $35 Avg Bid
    46 bids

    I have a 285 line Python code that's intended to execute trades on the Ethereum blockchain. However, the transactions are failing. I need help modifying the code to ensure successful transactions. I have already verified the account balance before making the transactions, so that is not the issue. The inputs for the code are sourced from an ENV file and a spreadsheet. The code ...up to interact with the blockchain, but modifications are needed to rectify the transaction failures. Ideal skills and experience for this job would include: - Proficiency in Python and familiarity with Ethereum blockchain - Experience with debugging transaction errors in blockchain - Ability to modify existing code for successful execution - Understanding of trading transactions (buy, sell, transfer...

    $153 Average bid
    $153 Avg Bid
    40 bids

    ...Reliable hosting service with monitoring and backup support. • Integrated election, event, and course-selling modules. • Detailed documentation for all deployed modules, including user guides and administrative controls. • Full ownership of the website's source code, database schema, assets (such as images, logos, and documents), and any other related deliverables. The selected vendor will transfer all intellectual property rights and provide the necessary access credentials upon project completion. 4. Budget The total budget for the project, including all modules and features, is US 5000 5. Proposal Submission Requirements Vendors should submit: • A detailed project timeline. • Breakdown of costs for the individual modules. • Ref...

    $4221 Average bid
    NDA
    $4221 Avg Bid
    121 bids

    I'm looking for a professional who can assist me in automating the collection of customer data from Amazon to the postal web via API. This data includes customer addresses and phone numbers, which should be transferred whenever an order is placed. ...to the postal web via API. This data includes customer addresses and phone numbers, which should be transferred whenever an order is placed. Ideal Skills and Experience: - Proficient in working with APIs - Experienced in data automation - Familiar with Amazon's data structures - Knowledgeable about data privacy regulations - Able to ensure secure and efficient data transfer Please note, the specific format for the data transfer has not been determined yet. The selected freelancer may need to work with me to finalize ...

    $36 Average bid
    $36 Avg Bid
    25 bids