Running matlab code fortranроботи

Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    2,000 running matlab code fortran робіт знайдено, ціни вказані в USD
    Python Data Analysis File Fix 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I have a Python file that was running fine last night for data analysis purposes. However, after trying to upload the '' file to GitHub, I encountered an error due to the file size being too large for GitHub. I need to get the Python file running again, but with the '' file stored on an external service to work around the file size limitations of GitHub. Key requirements include: - Identifying and resolving the issue causing the Python file not to run - Storing the '' file on an external service and adjusting the Python code to access it from there Ideal Skills and Experience: - Proficiency in Python - Experience with data analysis and handling large datasets - Familiarity with version control, specifically using GitHub - Ability to trou...

    $11 / hr (Avg Bid)
    $11 / hr Сер. заявка
    20 заявки
    Instagram Product Sales Campaign 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a social media expert to create and manage a series of Instagram ads to boost sales for my product. Key Responsibilities: - Developing a comprehensive Instagram ad campaign strategy that focuses on driving product sales - Creating engaging and effective image, video, and story ads - Monitoring and analyzing campaign performance, and making data-...understanding of social media advertising best practices - Ability to create high-quality and attention-grabbing image and video content - Proficiency in data analysis and campaign optimization - Excellent communication and collaboration skills This role offers the opportunity to work with a dynamic team and make a direct impact on our product sales. I'm looking for a freelancer who can hit the ground running ...

    $84 (Avg Bid)
    $84 Сер. заявка
    13 заявки
    NFT Art Generation Code for Solana 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need a skilled developer to assist me in generating NFT art using code for the Solana blockchain. A specific feature I'd like is the use of Hash Lips as the source for the art generation. Im having trouble with the programs, looking for someone to walk me through it

    $146 (Avg Bid)
    $146 Сер. заявка
    1 заявки
    Technology Financial Projections 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...for this job would have a background in finance, specifically in the technology sector. Key Requirements: - Provide detailed revenue projections: I need a breakdown of how much income is expected to be generated on a yearly basis. This should include a clear analysis of potential income streams and growth rates. - Develop expense projections: It's important to outline the costs associated with running the business. The freelancer should be able to provide a thorough examination of potential expenses, including operating costs, salaries, and other expenditures. - Create profit projections: Based on the revenue and expense forecasts, the freelancer should be able to calculate the expected profit margins for the business. Ideal Skills: - Proficiency in financial modeling soft...

    $123 (Avg Bid)
    $123 Сер. заявка
    4 заявки
    CyberPanel & PHP Upgrade 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm currently running CyberPanel version 2.3 with PHP 7.2 for hosting websites. I need to upgrade both CyberPanel and PHP to their latest stable versions. Key tasks involve: - Updating CyberPanel to the most recent stable version. - Upgrading PHP from 7.2 to the latest stable version (8.3). Ideal Freelancer: - Experienced in administering CyberPanel and PHP. - Proficient in upgrading server-side software. - Good understanding of website hosting environments.

    $54 (Avg Bid)
    $54 Сер. заявка
    8 заявки

    I require an expert script writer who can create a bash script for data processing tasks that involve the creation and deletion of files, specifically CSV files. Details: - The main task will involve managing CSV data. - The bash script should be able to create and delete selected CSV files. -...task will involve managing CSV data. - The bash script should be able to create and delete selected CSV files. - I'm looking for someone skilled in bash scripting, especially with a focus on file handling and data processing. - Previous experience in working with CSV files, data manipulation and command line tools will be required. - We need the script to be concise, efficient and capable of running smoothly without unnecessary delays. Looking forward to your interactive and enga...

    $15 / hr (Avg Bid)
    $15 / hr Сер. заявка
    28 заявки

    ...Example Code Snippet: javascript const express = require('express'); const bodyParser = require('body-parser'); const { OpenAIApi, Configuration } = require('openai'); const app = express(); (()); const configuration = new Configuration({ apiKey: 'YOUR_OPENAI_API_KEY', }); const openai = new OpenAIApi(configuration); ('/webhook', async (req, res) => { const userQuery = ; const response = await ({ model: 'text-davinci-003', prompt: userQuery, max_tokens: 150, }); const botResponse = [0].(); ({ fulfillmentText: botResponse, }); }); const PORT = || 5000; (PORT, () => { (`Server is running on port

    $572 (Avg Bid)
    $572 Сер. заявка
    19 заявки

    I'm seeking enthusiastic teenagers looking to work online. The main task will involve managing an Instagram account with the ultimate goal of boosting product sales. Key Responsibilities: - Running a dedicated Instagram account - Creating engaging content - Interacting with followers - Implementing strategies to drive sales Ideal Skills and Experience: - Proficiency in using Instagram - Understanding of social media dynamics - Ability to create compelling content - Strong communication and customer service skills - Basic knowledge of sales and marketing principles - Prior experience in social media management would be a plus This is a great opportunity for students interested in online earning and building experience in social media management and sales promotion. If you�...

    $36 (Avg Bid)
    $36 Сер. заявка
    12 заявки

    I am seeking a skilled professional to install and configure scripts purchased from CodeCanyon. The tasks include: Downloading and extracting files. Setting up and connecting the database. Uploading files to the server. Running the installer and finalizing the configuration. Troubleshooting any post-installation issues. If you are an expert who can ensure a fast and efficient installation, please contact me for more details.

    $32 (Avg Bid)
    $32 Сер. заявка
    9 заявки

    I'm in need of a unique and professional logo for my online running coaching business, Paceperfectcoaching. The design should communicate the product's special focus on online training. Key requirements: - Use of green and orange colors predominantly in the design. - Should convey a sense of speed and running - Concurrently, the logo should reflect the professionalism and expertise we promise to our clients. The ideal candidate will have experience in understanding a brand's essence and reflecting it in a visually appealing logo. Experience in designing for business offering sport services is desired but not essential.

    $30 (Avg Bid)
    $30 Сер. заявка
    42 заявки
    Node.js Application Setup on Web Hosting Service 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    We are seeking an e...responds with a fixed message for any route. - Ensure the application is running and accessible via the specified domain. - Verify 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}...

    $38 (Avg Bid)
    $38 Сер. заявка
    27 заявки
    Urgent Numerical Analysis Assistance Needed 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for an expert in numerical analysis who can help me with a range of tasks. Here's what the job involves: - Solving Linear Equations - Interpolation - Integration While I haven't specified a programming language in the options, I'm currently working on this project by hand. If you're proficient in Python, MATLAB, or C++, your insight into these languages might be helpful. The project is urgent and needs to be completed ASAP. If you're skilled in numerical analysis and can deliver quality work under tight deadlines, I'd love to hear from you.

    $23 (Avg Bid)
    $23 Сер. заявка
    22 заявки
    Android App Development with Firebase -- 2 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...developer with deep knowledge of Android Studio and Google Firebase to design a dynamic app for me. The exact purpose of the app is yet to be determined, but rest assured, your responsibility will include implementing user login and data fetching features. Ideal Skills: - Expertise in Android Studio and Google Firebase. - Strong understanding of user authentication and data retrieval techniques. Running on a flexible timeline, I am keen to get started on the development as soon as feasible. However, missing data regarding the type of data to be fetched and the purpose of the app will be clarified as we move forward....

    $165 (Avg Bid)
    $165 Сер. заявка
    56 заявки

    I currently have a problem with my InDesign project. I initially detected an image error when I attempted exporting to EPUB. The error points to an image that I can't pinpoint in the project. I am looking for help to: - Identify the problem with the missing image - Delete the problematic image from the project The ideal freelancer for this job should have substantial expertise in running diagnostics on InDesign projects, a keen eye for detail, and proven experience in resolving similar InDesign problems. A quick turnaround would be highly preferable.

    $20 / hr (Avg Bid)
    $20 / hr Сер. заявка
    13 заявки
    complete running code to translate large dataset. 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size. using : model_name = 'Helsinki-NLP/opus-mt-en-ar' Tasks: - Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic. - Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet) - Provide the CSV and parquet files after saving (most run and give results)

    $28 (Avg Bid)
    $28 Сер. заявка
    14 заявки

    I'm a store owner with a focus on home and lifestyle products. I need skilled and experienced help with running effective Facebook ads to boost my sales. Key Responsibilities: - Develop effective Facebook ad strategies for my store - Drive substantial sales through these ads - Assist with refining my target market Ideal skills: - Strong experience in Facebook ads management - Understanding of home and lifestyle industry - Excellent skills in market analysis and targeting.

    $360 (Avg Bid)
    $360 Сер. заявка
    43 заявки

    ...property Investors is looking for a Vice President of U.S. Operations with a strong background in the real estate industry. Your priority tasks will entail: -Sales and Business Development: You should have a keen eye for growth opportunities and the acumen to drive sales and expand our business. -Operations Management: You'll efficiently manage our operations to ensure everything is running smoothly and growth targets are being met. -Team Leadership and Management: You will oversee our operations team, providing guidance, leadership, and management. We've set three main objectives for this role: -Increase Property Portfolio: You'll look for opportunities to expand our property portfolio. -Maximize Rental Income: Leveraging strategies to optimi...

    $147 / hr (Avg Bid)
    Місцевий
    $147 / hr Сер. заявка
    9 заявки
    Anime Clothing Brand - Shopify/Facebook Ads 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a skilled Facebook Ads expert to help me promote my anime clothing brand to a young adult audience. The primary goal of the campaign is to boost ...should be experienced with setting up and managing successful Facebook ads campaigns. - Tailor the content for young adults: You need to understand the preferences and behaviour of the young adult demographic and create content that resonates with them. - Optimize for sales: Your main focus should be on increasing our sales conversion rate. Ideal Skills and Experience: - Proven track record in running successful Facebook ads campaigns. - A good understanding of the anime culture and the interests of young adults. - Experience in creating high-converting video content for Facebook. - Familiarity with the Shopify plat...

    $83 (Avg Bid)
    $83 Сер. заявка
    13 заявки

    ...application for inventory management and tracking using GPS and Bluetooth beacons. Technology: Flutter Key Requirements The Application -------------------------- - The app should primarily be developed in Flutter. However, since a Foreground service is required to run indefinitely in the background, it is acceptable to create this service in Kotlin or Java. Communication between Flutter and the native code should be done via Platform Channels (MethodChannel and EventChannel). User Interface ----------------------- The app should have three main screens: - Splash Screen: Displays the app logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (which I will provide) sending the username ...

    $212 (Avg Bid)
    $212 Сер. заявка
    7 заявки
    YouTube Ads Expert Needed for Sales 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a YouTube ads expert to help me with an ad campaign that aims to boost sales. Your primary task will be to create and manage YouTube ads that appeal to young adults aged 18-34. The goal here is not only to increase brand awareness but to directly translate that into sales for my business. It's important that you have a proven track record of running successful YouTube ad campaigns that have led to tangible sales growth. Budget-wise, I'm looking to keep it under $500. So, an efficient and cost-effective approach will be highly appreciated. Please apply if you are confident in your ability to deliver on these requirements.

    $337 (Avg Bid)
    $337 Сер. заявка
    28 заявки

    Project Description: We are seeking an experienced Google Ads expert to manage and optimize multiple Google Ads accounts targeting the niche of dog owners. The selected freelancer will be responsible for managing 10 different Google Ads accounts and optimizing a total of 15 di...Excellent communication skills and the ability to collaborate effectively with clients. Availability to dedicate sufficient time and effort to the project over the course of one month. Note: The selected freelancer will be provided with access to all relevant Google Ads accounts and will be expected to adhere to the best practices and guidelines outlined by Google. All 15 campaigns are up and running your work is to optimize them and make changes to the campaigns for better results. Start your Bid by sayin...

    $94 (Avg Bid)
    $94 Сер. заявка
    11 заявки
    Meta Ads Specialist for Sales generation 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...brand. - Utilize your expertise in Meta Ads to strategically target and reach our specified audience demographics. In this instance, our target audience will consist of individuals aged between 25-34 and 35-44. - Monitor, analyze, and optimize the performance of our advertising campaign to ensure maximum lead generation and sales conversion. Ideal Candidate: - Proven track record of successfully running and managing Meta Ads campaigns, with a strong focus on lead generation and sales. - Proficiency in creating engaging ad content for Facebook and Instagram, with a keen understanding of the nuances that make ads successful on these platforms. - Experience in effectively targeting and reaching specific audience demographics, particularly those aged between 25-34 and 35-44. - Analy...

    $25 (Avg Bid)
    $25 Сер. заявка
    10 заявки
    Trophy icon Repair Large Scratch on Photograph 2 дні(-в) left

    I have a photograph that has a large, very noticeable scratch running across important details, such as faces or text. I need an expert to remove this scratch and restore the image to its original state. Key Requirements: - Extensive experience in photo editing, particularly in the restoration of damaged images - Proficiency in using tools like Adobe Photoshop or similar software to repair scratches or blemishes - Ability to maintain the integrity of the image and not distort important details while removing the scratch - Understanding of the importance of delivering high-quality work within a reasonable timeframe Please provide examples of similar work you have done in the past.

    $30 (Avg Bid)
    Гарантований
    $30
    28 робіт
    Android Studio Error emulator process for AVD Medium 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 ...emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this ...

    $54 (Avg Bid)
    $54 Сер. заявка
    12 заявки
    Java Code Issue Resolution 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ... = 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", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in

    $22 (Avg Bid)
    $22 Сер. заявка
    22 заявки

    I'm in need of a skilled 3D animator who can bring a realistic character to life. The animation is intended for film and TV, so quality and attention to detail are key. Requirements: - The animation style must be realistic. Think lifelike movements and expressions. - I'm looking for a character with a wide range of movements - from simple actions like walking and running to more complex combat sequences. The character will also need to be able to perform dialogue, so facial animations and lip syncing are critical. - The output from this project will be used in Film/TV, so experience working on similar projects is preferred. - The animations should be high-quality and suitable for professional production standards. Ideal Skills: - Proficiency in 3D animation software, wit...

    $1601 / hr (Avg Bid)
    $1601 / hr Сер. заявка
    3 заявки

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $19 (Avg Bid)
    $19 Сер. заявка
    17 заявки

    I'm looking for a seasoned C++ expert to optimize a codebase for improved readability and maintainability. Your primary goal in this project will be to ensure the code is easier to understand and work with in the long run. Key Responsibilities: - Analyzing the existing C++ code and identifying areas for improvement. - Implementing optimization strategies to enhance the code's readability and maintainability. Ideal Qualifications: - Extensive experience in C++ development, specifically in optimizing code. - Proven track record of enhancing code readability and maintainability. - Strong understanding of best practices in C++ development. I'm open to discussing the specifics of the project with the selected expert.

    $197 (Avg Bid)
    $197 Сер. заявка
    6 заявки
    Python prompt to 3D Model Bug Fix 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I have a prompt to 3D generation source code written in Python. Unfortunately, the current code is riddled with bugs, specifically syntax errors, runtime errors, and logic errors. I'm in need of a Python expert who can help me debug and fix these issues. Key responsibilities: - Execute a thorough debugging process to locate and correct syntax, runtime, and logic errors. - Ensure the model is running efficiently and effectively. Ideal skills and experience for this job: - Proficiency in Python with a focus on debugging. - Prior experience working with 3D models is a plus. - Good understanding of software development and bug fixing processes.

    $25 (Avg Bid)
    $25 Сер. заявка
    4 заявки

    I am looking for an expert in Google Ads to manage a campaign aimed at boosting sales nationally. The campaign's primary goal is to increase the sales of our medium-priced products, ranging between $50 to $200. The ideal candidate for the job should: - Be a Google Ads certified professional - Have a demonstrable track record in running successful sales campaigns, preferably at the national level. - Have excellent knowledge of Google Ads strategies and algorithms to target the right customers efficiently. My goal is to increase our sales significantly and ensure our ads get the best visibility and result in higher conversions. Your expertise in driving traffic and generating leads will be key to the success of this project.

    $131 (Avg Bid)
    $131 Сер. заявка
    19 заявки
    TikTok Ads Expert for UAE Car Startup 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...TikTok ads manager to boost our online presence and drive valuable traffic and leads to our website. Key Project Details: - Goals: - Increase website traffic - Generate leads - Build brand awareness Target Audience: - Tailor-made for: - Millennials - Car enthusiasts - Used car sellers - Used car dealers - Used car buyers Ideal Skills and Experience: - Proven track record in running successful TikTok ad campaigns - Ability to target and engage the specified audience effectively - Prior experience working with clients in the UAE market is a plus. We are a new startup in the Beta phase, focusing on marketing used cars in the UAE, starting with Abu Dhabi. Our goal is to raise awareness about our website and the services we provide. We need an experienced TikTok...

    $122 (Avg Bid)
    $122 Сер. заявка
    14 заявки

    I'm planning a comprehensive presentation targeted specifically at investors, with the aim of convincing them to invest in staff-less hotels. This presentation will chiefly underscore: - The cost-effectiveness of running staff-less hotels - How technological advancements are making this concept more appealing and practical Ideally, I'm looking for someone who can prepare a cutting-edge, persuasive narrative, utilizing evidence-based data. Applicants should have experience in: - Creating compelling investor presentations - Hospitality industry with a focus on leading hotel trends - Understanding and communicating complex technology in a simple fashion - Cost analysis and business model evaluation A background in successful investment pitches and knowledge of advancement...

    $2293 (Avg Bid)
    $2293 Сер. заявка
    35 заявки
    Python Conversion of Node.js Trading Bot 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need someone to convert my current trading bot that was written in Node.js into Python, specifically version 3.10. The bot, which uses Puppeteer for browser automation on the Quotex platform, needs to be programmed to use Selenium in the Python version. Key features to incorporate into the new Python bot include: - Real-time data monitoring - Regular trading automation...automation - Custom trading strategies Freelancers should have an extensive understanding of Python and Selenium, along with experience in trading automation. The end goal is to have a Python version of the trading bot that works flawlessly round the clock without any hitches, preserving all the functional features of the original Node.js version. It's crucial that the script can run 24/7 without running i...

    $147 (Avg Bid)
    $147 Сер. заявка
    49 заявки

    I'm seeking a designer who can craft a visually compelling and user-friendly interface for a house hunting app running on the Android platform. The app aims to simplify the house hunting process with keen attention to detail and a seamless user experience. Key Features: - Property Search: Users should be able to quickly search for properties with immediate results. - Filter Options: Price, location and size are the 'big three' for property search. The interface should feature these elements centrally. - Save Listings: A feature to save and revisit properties is a necessity. Ideal skills and prior experience: Proficient in Android design guidelines, skilled in UX/UI design, and a portfolio showcasing prior app interface designs. Your ability to create a clean inte...

    $115 (Avg Bid)
    $115 Сер. заявка
    8 заявки
    Embedded Software Developer 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm seeking a skilled embedded software developer who's proficient in C, C++ and Python to create a custom solution for a microcontroller-based system. The primary focus of this project is the successful implementation of various communication protocols on the embedded software. Key Responsibilities: - Develop an embedded software running on a microcontroller - Implementation of communication protocols within the software - Testing and debugging of the software for optimum performance Ideal Skills and Experience: - Proficient in C, C++, and Python - Previous experience in embedded software development - Familiarity with microcontroller systems - Strong understanding of various communication protocols Please include any relevant past projects or experience with similar ...

    $315 (Avg Bid)
    $315 Сер. заявка
    15 заявки

    I'm seeking an experi...project involves algorithm development to achieve our cooling optimization goals. I will forward you a report where they've used Genetic Algorithm method to optimize parameters. She has used four flux theory to predict optical properties for different particle parameters. you should not optimize the reflectance... in your work, you should optimize the cooling power Requirements: Proficiency in MATLAB Strong background in optics, material science, or related fields. Experience with genetic algorithms and parameter optimization techniques. Excellent communication skills and ability to work independently. Nice to have: Familiarity with four-flux models and scattering transfer equations. Previous experience with Lorenz-Mie theory an...

    $100 (Avg Bid)
    $100 Сер. заявка
    5 заявки

    ...requirements for this role include: - **Expertise in Facebook Advertising:** You should have a strong track record of running successful Facebook ad campaigns, specifically within the beauty and wellness industry. - **Understanding of the Audience:** The ideal candidate would be familiar with creating content that appeals to individuals interested in beauty and wellness. - **Creativity in Content:** Content that engages the target audience effectively includes promotional offers and discounts, as well as before and after transformations. You should be able to create compelling ad content around these themes. The right person for this project will be someone who is not only skilled in running Facebook Ads, but who also understand this industry well. They should be appr...

    $175 (Avg Bid)
    $175 Сер. заявка
    7 заявки
    solana nodejs code for multi-swap within same tx. 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    solana nodejs code for multi-swap within same tx.

    $23 (Avg Bid)
    $23 Сер. заявка
    5 заявки

    I'm planning to launch an online tutoring business catering to high school students. I need a professional to assist me in setting up and running this service. Key Responsibilities: - Develop a comprehensive curriculum for high school level Math and Science subjects. - Implement effective online tutoring strategies to ensure student engagement and understanding. - Provide advice and guidance on the tools and platform best suited for the service. - Create a structured plan for the business to scale and reach a wider audience of high school students. Ideal Skills and Experience: - Proven experience in teaching or tutoring high school Math and Science. - Strong understanding of online education tools and platforms. - Ability to develop engaging and effective curriculum. - Track...

    $11 / hr (Avg Bid)
    $11 / hr Сер. заявка
    23 заявки
    Block Code Development for Coal Mining Security 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm working on a school project that involves the development of a Coal Mining Security Alert System. I need someone who can code in Quarky to create this block code system. Unfortunately, I haven't gotten to the point of defining the complete scope of the project, but I'd like to start with the code development. I'm looking for someone who can: - Use Quarky to build a block code system - Understand and implement basic security alert functionalities - Be ready for subsequent feature additions and changes Key Features: = Face Detection: Implement face detection functionality to identify individuals within the mining area. = PPE Kit Verification: Utilize image processing techniques to ensure that miners are wearing proper PPE kits. The system...

    $20 (Avg Bid)
    $20 Сер. заявка
    4 заявки
    Migrate Wordpress Website to Bootsrap 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I have a small wordpress website. No e-commerce, forums etc., no other user-interaction except for an (optional) contact form. The website needs to be migrated to a simple Bootstrap website, maintaining roughly the look and feel of the existing site. Deliverables: - Bootstrap Website running on our hosting provider - Documentation and maintenance instructions Requirements: - The simpler the better - No external (3'rd party) dependencies - May suggest and implement improvements (functional and graphical) Time-Frame: - Completion within 3 months More details and link to website will be shared upon first contact.

    $136 (Avg Bid)
    $136 Сер. заявка
    63 заявки
    Modify a code on C# 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    We have a program on C# written on Visual Studio. We want to modify the current program, which read bar codes on a warehouse, for other sections of the company. On this project we will like it to get information from different Oracle tables. Job is to use the original code that we provide and make modifications to adapt to our new requirements.

    $94 (Avg Bid)
    $94 Сер. заявка
    18 заявки

    I'm in search of a skilled Java developer who can assist with a web application project. The ideal candidate should be well-versed in software development, bug fixing, and code optimization. Key Tasks: - Software Development: You'll be responsible for creating a new web application from scratch, ensuring that it is efficient, user-friendly, and meets our requirements. - Bug Fixing: Should there be any issues with the application, you will be expected to identify and fix them promptly to ensure the smooth running of the app. - Code Optimization: You will also need to continuously monitor and optimize the codebase to guarantee the application's performance and stability. Skill Set: - Proficient in Java. - Solid experience with the Spring Framework, Hiber...

    $83 (Avg Bid)
    $83 Сер. заявка
    14 заявки
    YAML Configuration for FastChat Service 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a professional who can set up a docker-compose YAML file to effectively deploy and run my FastChat service. This project...with FastChat**: Ideally, you have experience working with FastChat, as the project involves deploying this specific service. - **Setting up Real-time Messaging and User Authentication**: The FastChat service needs to include real-time messaging and user authentication features. - **Knowledge of Docker Compose YAML**: The YAML file should be expertly crafted to ensure the efficient deployment and running of the FastChat service. If you can meet these requirements and you're confident in your ability to deploy and run the FastChat service using docker-compose, I'd love to hear from you. on Windows 11 and Ubuntu 22, 24.04

    $39 (Avg Bid)
    $39 Сер. заявка
    12 заявки
    Enhanced Webcam Emulator Code 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a skilled programmer who can develop a custom solution for me using frida-tools. The goal is to manipulate webcam settings within an Android emulator environment via adb. Here's what I need: - Modify the current webcam resolution to be higher. - Improve the webcam image quality to support High Dynamic Range (HDR). - Ensure frida-tools can adjust parameters to emulate native library detection. What I require from you: - Experience with frida-tools and adb commands. - Understanding of Android emulator environments. - Proficiency in webcam technology, including resolution and HDR. - Capability to simulate native Android library detections. Freelancers with prior projects involving webcam customization or Android emulation will be preferred. If you have the techn...

    $158 (Avg Bid)
    $158 Сер. заявка
    11 заявки

    I'm searching for a freelancer with intermediate Matlab skills to help optimize the energy efficiency of a battery system for renewable energy applications. Key Project Requirements: - Optimize battery system for energy efficiency: The primary focus of this project is to ensure that our battery system operates with maximum energy efficiency. This involves assessing current battery performance and implementing improvements in its energy consumption. Ideal Candidate: - Intermediate Matlab Proficiency: The perfect candidate for this project should be proficient with Matlab, having experience in battery system optimization. Previous work in the field of renewable energy systems would be a bonus. The goal of this project is to enhance the energy efficiency of our ba...

    $9 / hr (Avg Bid)
    $9 / hr Сер. заявка
    2 заявки

    I am on the l...streamline and boost our Squid and Linux configuration to more efficiently handle a large quantity of proxies, potentially using a /48 ipv6 for each, amounting to a massive number (~65k for a /32 and 512k for a /29). Currently, we are facing: - Proxy connection issues - Resource utilization problems We are working with an enormous number of proxies, way more than 50,000. Our current server is running on Ubuntu 20. Ideal Skills and Experience: - Proven track record with Linux (Ubuntu) server management - Thorough understanding of Squid protocols - Expertise in managing high-volume proxy servers - Solid capability to optimize system resources We need someone who can provide a smooth and superfast experience to our users by resolving these issues. Are you the on...

    $184 (Avg Bid)
    $184 Сер. заявка
    9 заявки

    I require a skilled Matlab expert with a strong background in image processing techniques. Key requirements include: - Proficiency in image processing algorithms - Experience with feature extraction and object detection - Ideally, a track record of working with various image formats The successful candidate will need to understand the specific needs of my project and connect them with the most suitable image processing techniques available in Matlab. This may involve implementing and testing different solutions to meet project goals. Please note that as I have not specified the image format, experience with a range of formats would be advantageous. I look forward to reviewing your portfolio and discussing how you can support this exciting project.

    $7 / hr (Avg Bid)
    $7 / hr Сер. заявка
    11 заявки

    As a local contractor, I'm looking for a skilled and experienced Google Ads expert to help me generate leads within our city. My target audience is homeowners, and the main focus of this campaign is to generate high-quality leads. Key Requirements: - Proven experience in running successful Google Ads campaigns - Deep understanding of lead generation techniques - Prior experience working with local businesses - A clear understanding of the homeowner market The ideal freelancer would be able to set up, monitor and optimize the campaign to ensure a steady flow of leads. A keen eye for detail and a collaborative approach to work would be highly valued.

    $141 (Avg Bid)
    $141 Сер. заявка
    21 заявки
    Matlab Expert Image Detection 5 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm in need of a skilled Matlab expert that can assist me with an image detection project. The particularities of the images, real-time versus offline processing, and the output format are all flexible and can be discussed according to your expertise and recommendations. Key Requirements: - Proficiency in Matlab - Previous experience in image detection - Ability to discuss and decide on the most suitable approach and output format Feel free to share your relevant experience and suggestions to ensure the project goes smoothly. Looking forward to working with you.

    $14 (Avg Bid)
    $14 Сер. заявка
    9 заявки