Les code web工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 les code web 份搜到的工作,货币单位为 HKD

    The task I mentioned last Friday is for the Joomla site at https://ruhteraction.com. The client needs me to install a piece of javascript code from Podium before the closing body tag so a chat button will appear on the site. I will follow up with details.

    $391 (Avg Bid)
    $391 平均报价
    1 个竞标

    I am currently experiencing minor malfunctions within my Rust code. I need an expert with proficiency in debugging existing Rust code to help fix these issues. Specifically: - The code is generating incorrect output. This is not affecting core functionalities or causing system failure. However, these issues need to be resolved for the system to function effectively. Ideal skills and experience: - Expert knowledge in Rust programming. - Proven experience in debugging Rust code, particularly in diagnosing and fixing incorrect output generation issues. - Strong problem-solving skills and attention to detail.

    $1586 (Avg Bid)
    $1586 平均报价
    3 个竞标

    News app reskin App name change • App logo change • Splash screen Package name • • Admob In app purchase • Google login Facebook login • • Sms otp login • Admin panel installation link app to admin panel • Generate sign apk Publish android app to play store

    $164 (Avg Bid)
    $164 平均报价
    26 个竞标

    Please whatsapp me, To do with module coupling and cohesion of a connect 4 game, unit testing of a calculator. Check the security of a software. Each of this needs 500 words each. Second one needs the source code for unit tests Please contact me, after we have a deal, we proceed

    $858 (Avg Bid)
    $858 平均报价
    6 个竞标

    I have a old project, created in phyton and html Basically that project for webhook But the problem I lost .env files the project basically is webhook that receive alret from tradingview and send to platform (okx and binance) its a simple webhook and that have html file to view the balance, position and close / open manual the order

    $1242 (Avg Bid)
    $1242 平均报价
    19 个竞标

    I'm in need of a WordPress expert to develop and implement a code. This code should automatically designate headings to H1 on all new pages, posts, and products, excluding those that already contain H1 headings. Ideal Skills and Experience: • Extensive WordPress knowledge • Proficient in coding and script writing • Familiarity with website SEO principles Specific Task Details: • Develop a code to automatically turn all headings in new posts, pages, and products into H1 • Necessary exclusions should be applied to prevent conflict with existing H1 headings, as several of my pages already contain this feature Notes: • You won’t need to apply the rule to the specific website modules mentioned in our discussion. I will provide ...

    $168 / hr (Avg Bid)
    $168 / hr 平均报价
    96 个竞标

    I am looking for a professional who can devise a code in Verilog-2001 for adaptive haze removal in image processing. Requirements: - Proficiency in Verilog-2001 coding - Strong understanding of image processing algorithms - Experience with adaptive haze removal techniques - Ability to implement and optimize the code for efficient processing Please note that I have a specific image processing algorithm in mind for the haze removal and I am relying on your expertise to implement it effectively.

    $2047 (Avg Bid)
    $2047 平均报价
    4 个竞标

    I am looking for someone who is able to code a few panels that I can then import onto my website. The specific panels / functions that need coding are: - Username / password registration and logon - A panel for users to enter crypto amount for deposit - A function to retrieve information for the users own dashboard, which will include their current balance. - A panel that will generate random text based on my description, that will continuously scroll upwards - A function to delete a user account. - Error message reporting for things including incorrect login credentials. - A function to track cryptocurrency progress. The user does not need to see the process task, but the code will need to wait for confirmation in order increase their 'level' - A panel to show wi...

    $188 (Avg Bid)
    $188 平均报价
    12 个竞标

    I am looking for a freelancer with beginner to intermediate level programming experience to code and build an Arduino-based system. The system should sync 12v water pumps to music, with the desired outcome being frequency, beat and amplitude matching. The goal is to take music in through a 3.5mm connection, split the frequencies up into at least 7 groups using something like an MSGEQ7 in real-time, then using this information trigger the pumps based on both the frequency and amplitude, creating a water-based music visualizer so that the strength of water flow through the pumps matches the amplitude of the given frequency. Instructions should be included on how to modify the code so that we can adjust a minimum threshold for turning a pump to an on state, and how strong the w...

    $1953 - $5860
    加封
    $1953 - $5860
    35 个竞标

    I am currently experiencing minor malfunctions within my Rust code. I need an expert with proficiency in debugging existing Rust code to help fix these issues. Specifically: - The code is generating incorrect output. This is not affecting core functionalities or causing system failure. However, these issues need to be resolved for the system to function effectively. Ideal skills and experience: - Expert knowledge in Rust programming. - Proven experience in debugging Rust code, particularly in diagnosing and fixing incorrect output generation issues. - Strong problem-solving skills and attention to detail.

    $750 (Avg Bid)
    $750 平均报价
    3 个竞标

    I am looking for someone who is able to code a few panels that I can then import onto my website. The specific panels / functions that need coding are: - Username / password registration and logon - A panel for users to enter crypto amount for deposit - A function to retrieve information for the users own dashboard, which will include their current balance. - A panel that will generate random text based on my description, that will continuously scroll upwards - A function to delete a user account. - Error message reporting for things including incorrect login credentials. - A function to track cryptocurrency progress. The user does not need to see the process task, but the code will need to wait for confirmation in order increase their 'level' - A panel to show wi...

    $180 (Avg Bid)
    $180 平均报价
    15 个竞标

    Seeking a skilled web developer for meticulous clean-up of my website's codebase, crucial for maintaining its critical SEO. The site cannot be entirely rebuilt due to its established SEO value, so precision in editing and optimizing the existing Bootstrap and PHP framework is essential. The task involves removing redundant or unused code, resolving conflicts evident in recent logs, and enhancing site performance while preserving its core functionality and SEO ranking. Applicants should have proven experience in similar projects, with a strong understanding of SEO implications in code alterations. Please explain what it is I am looking for to the best of your understanding and mention the pink panther if you have taken the time to understand this. I will look out f...

    $651 (Avg Bid)
    $651 平均报价
    94 个竞标

    I need to fix my code where I want compare two previous open prices with specific condition and actual open price candle with same condition. I am showing only part of the code which is not working. All variables are set correctly but I am not able to get open price information for xxOpen1 and xxOpen2 and then plot in label. I am getting study error. Compiling is without any error but overall study is not working on chart. Here is my code: openHistory = (, "15S", open, lookahead=barmerge.lookahead_on) for i = 0 to 30 wt101Condition = wt101[i] > wt201[i] and wtDot[i] == 1 and (wt102[i] < 0 or wt202[i] < 0) if (wt101Condition) // Calculate historical xxPrice, xxOpen1, and xxOpen2 using an offset xxPrice := open[i] ...

    $273 (Avg Bid)
    $273 平均报价
    6 个竞标
    Flutter App Code Review 已经结束 left

    We're seeking a Flutter developer to conduct a basic code review for a straightforward Flutter application. The app's sole function is to present the message "Hello, Flutter!" on the screen. Your responsibility is to assess the code's quality, its alignment with recommended Flutter practices, and its overall comprehensibility. Your insights and recommendations will play a crucial role in ensuring that the code maintains a well-organized structure and complies with Flutter's development standards. If you possess proficiency in Flutter, please submit your bid to assist us in elevating the code's quality.

    $156 / hr (Avg Bid)
    $156 / hr 平均报价
    52 个竞标

    ...provide insightful advice on my current Verilog code. Here's what I need: Verilog Code Review: - The crux of the project is the design aspect of my Verilog code. I need a professional who can scrutinize the implementation, selecting the best practices and pointing out areas for improvement. Focus Areas: - The emphasis of this project is particularly on the implementation of design. I need you to ensure the functionality of the architecture and its alignment with the set objectives and tasks. Required Skills and Experience: - An ideal candidate should have extensive knowledge in Verilog programming and code review. - A strong understanding of digital design and implementation is critical. - Proficiency in evaluating the functionality of Verilog co...

    $78 / hr (Avg Bid)
    $78 / hr 平均报价
    9 个竞标

    I am looking for a professional website fo...Technology Stack: - React or Angular Ideal Skills and Experience: - Proficiency in React or Angular for web development - Experience in designing and developing professional websites - Ability to provide creative suggestions for the website design The website should have the following features: - Clear and concise information about our company and services - Easy navigation for visitors to find the information they need - Mobile responsive design for optimal viewing on different devices - Integration with social media platforms for easy sharing of content I am looking for a freelancer who can deliver a high-quality website with clean code and provide suggestions for an appealing design. The source code should be provided ...

    $693 (Avg Bid)
    $693 平均报价
    48 个竞标

    I am looking for a skilled developer who can create an advanced ISP PPPOE hotspot User manager software. The software should be able to handle personal use and must be written in either Python or PHP. Requirements: - The software should be capable of managing user accounts for an ISP PPPOE hotspot. - I want make a ISP PPPOE hostsport User manager software can you write code in python or PhP - On the code will sync with mikrotik so add the option with Mikrotik Api configartion option - Add Client option with some getting client information filds with giving 30days credit - admin also can service on off with the function when admin makes on or off service client service will on or of on the mikrotik - admin also can add reseller - add a option recharge every clients credit r...

    $1266 (Avg Bid)
    $1266 平均报价
    19 个竞标

    I am looking for a freelancer to develop a referral and coupon code backend with Django. The project requires both referral tracking and coupon code generation and tracking functionality. Design Requirements: - I have specific design requirements for the backend interface. Timeline: - The preferred timeline for the project is 1-2 weeks. Ideal Skills and Experience: - Proficiency in Django and backend development - Experience with referral tracking and coupon code generation and tracking - Ability to create a user-friendly and visually appealing backend interface based on specific design requirements Please provide examples of previous projects related to referral and coupon code backends when applying for this job.

    $742 (Avg Bid)
    $742 平均报价
    28 个竞标
    Code ToS scanner 已经结束 left

    See attached word document instructions

    $3938 (Avg Bid)
    $3938 平均报价
    17 个竞标
    C# code develop 已经结束 left

    I am looking for a C# code developer to assist with my project. The specific functionality that I need the C# code to achieve is comparing png biometric fingerprints. I do not have any specific requirements or preferences for the programming language version or framework to be used, so I am open to any version or framework that the developer recommends. This project is a standalone project and does not require integration with any existing code. Ideal skills and experience for this job include: - Proficiency in C# programming language - Experience with biometric fingerprint comparison - Strong problem-solving skills - Familiarity with relevant frameworks and libraries

    $672 (Avg Bid)
    $672 平均报价
    23 个竞标

    I am in need of an experienced Android developer to help me solve an issue with the functionality of my code. Currently, the functionality is not working as expected and I need someone who can quickly identify and fix the problem. Specific Issue: - The permissions functionality of my code is not working as expected on new devices. Ideal Skills and Experience: - Strong knowledge and experience in Android development - Expertise in troubleshooting and debugging code - Familiarity with the specific programming language and framework used in the project Project Completion Time: - The project needs to be completed as soon as possible.

    $281 (Avg Bid)
    $281 平均报价
    25 个竞标

    Hi there, my website has an issue, you can check the screenshots attached, our admin panel doesn't work really good

    $1281 (Avg Bid)
    $1281 平均报价
    55 个竞标

    I am looking for a freelancer to deploy my HTML/CSS website code and link it with my already purchased domain. No additional services like website maintenance or updates are required. Skills and Experience: - Proficiency in HTML/CSS - Experience with domain linking and website deployment - Familiarity with DNS settings and web hosting platforms

    $117 (Avg Bid)
    $117 平均报价
    45 个竞标

    Dans le cadre du lancement d'un stablecoin français (Aopx), nous recherchons un business analyst capable de - définir la meilleure utilisation du produit ( nous avons short listé 4 utilisations) nous souhaitons en garder une - anticiper les tendances du marché cible - définir un personae - proposer un MVP + Swot Pas d'intelligence artificielle Références sérieuse. exigées.

    $1953 - $5860
    $1953 - $5860
    0 个竞标
    Edit website code 已经结束 left

    Project Title: Edit website code Description: I am looking for a skilled PHP developer to edit the code of my website. The ideal candidate should have experience in PHP programming and be familiar with website functionality. Requirements: - Proficiency in PHP programming language - Strong understanding of website functionality - Attention to detail and ability to troubleshoot issues I have existing code that i need to be modified so that I can open an outlook email from my website without the requirement to save the to the desktop before opening the outlook email with templated content in the email At the moment I have the function that will open an outlook email from my website, however before I can open the outlook email with templated content an eml. file needs...

    $682 (Avg Bid)
    $682 平均报价
    121 个竞标

    I'm seeking an experienced Electrical/Electronics engineer specializing in power systems and inverters that has code that uses SPWM to generate 3 phase sine waves for Inverter purposes. You must have this code already and it must run on ESP 32 module.

    $805 (Avg Bid)
    $805 平均报价
    8 个竞标

    I am looking for a CSS and React expert to code a landing page for me. The landing page should have a modern and minimalist design. I have a detailed layout and design for the landing page, so the ideal candidate should be able to bring my vision to life. Additionally, I have a strict deadline of 2 days for completing the landing page. Skills and experience required: - Strong proficiency in CSS, styled components and React - Experience in creating modern and minimalist designs - Ability to work efficiently and meet tight deadlines

    $828 (Avg Bid)
    $828 平均报价
    74 个竞标

    I have matlab code i want to make some changes and convert to mobile app

    $148 (Avg Bid)
    $148 平均报价
    24 个竞标

    Mon projet c'est de réaliser de magnifiques textes de traduction de langue étrangère pour faciliter les choses plus facile pour le monde entier et gagner de l'argent aussi.

    $172 (Avg Bid)
    $172 平均报价
    4 个竞标

    I am looking for a PHP developer with JavaScript experience to create a code that will display all the images in a Google Drive folder as a gallery. Folder Selection: - Although I will manually enter the name of the folder, I would appreciate assistance in finding the correct folder in case I encounter any difficulties. Gallery Layout: - The gallery should have a grid layout, where the images are displayed in a grid format. Sorting Preference: - The images in the gallery should be sorted by date, with the latest images appearing first. Ideal Skills and Experience: - Proficiency in PHP and JavaScript - Experience with Google Drive API and integration - Knowledge of gallery layouts and sorting methods - Attention to detail and ability to troubleshoot any issues that may arise Pl...

    $203 (Avg Bid)
    $203 平均报价
    50 个竞标

    Seeking an Advanced React JS trainer for a small QR code app development project. Skills and Experience: - Expertise in React JS at an advanced level - Strong understanding of QR code app development - Experience in training others in React JS - Ability to provide live sessions - Knowledge of best practices and industry standards - Excellent communication and presentation skills - Available to complete the project in less than 1 week check this

    $32 / hr (Avg Bid)
    $32 / hr 平均报价
    28 个竞标
    Fortran code 已经结束 left

    Project Title: Fortran code - Numerical Simulation Project Description: I am looking for a talented Fortran developer who can assist me in creating a Fortran code for numerical simulation. The purpose of this code is to perform numerical simulations for a specific application. Requirements: - Experience in Fortran programming language - Strong knowledge of numerical simulation techniques - Ability to work with both existing code and new projects - Proficient in editing and modifying existing Fortran code - Familiarity with intermediate-level complexity in Fortran code development - Excellent problem-solving and debugging skills Ideal Skills and Experience: - Previous experience in developing Fortran codes for numerical simulation - Familiarity w...

    $33 / hr (Avg Bid)
    $33 / hr 平均报价
    3 个竞标
    Network Code Development 已经结束 left

    I am in need of an experienced Python, C or C++ developer to assist in creating a network code for connecting different servers and identifying public IP addresses of routers. The ideal freelancer for this project should have: - Proficiency in hardware-related programming language - Extensive knowledge in developing network applications, specifically data transmission systems - Familiarity with the client-server network architecture Please look to the Worddocument. You should find the public IP of the web server 10.xx.xx.xx. My goal is to see the public IP address of the router. The problem is switching from a non-DNS capable web server to a DNS capable router. This is a complex task that will require an expert grasp of network programming in C++ or another hard...

    $931 (Avg Bid)
    $931 平均报价
    79 个竞标

    ...référencement Google SEO pour optimiser plusieurs sites Web pour mon entreprise existante. La langue principale de ces sites Web est le français. Je préfère une stratégie de SEO éthique (white hat) pour améliorer leur classement sur Google. Compétences et expérience idéales : - Expérience avérée dans l'optimisation de sites Web pour le référencement Google - Expertise en SEO pour la langue française - Connaissance approfondie des techniques et stratégies de SEO white hat - Familiarité avec les algorithmes de Google et les meilleures pratiques - Capacité à effectuer des recherches de mots-clés et...

    $701 (Avg Bid)
    $701 平均报价
    19 个竞标

    I am looking for a skilled developer who can help me fix the issues with my Backtrader code. The current code is not executing trades properly and I need someone to debug and optimize it. Requirements: - Strong knowledge and experience with Backtrader and trading algorithms - Proficiency in Python programming - Understanding of financial markets and trading strategies Responsibilities: - Identify and resolve any syntax, runtime, or logic errors in the code - Optimize the code for efficient and accurate trade execution - Collaborate with me to ensure the code meets my specific requirements Additional Information: - I already have the necessary historical data for backtesting, so no need to acquire it - The timeframe for resolving these issues is flexib...

    $141 (Avg Bid)
    $141 平均报价
    44 个竞标

    I am looking for freelancer that have experience in Physic Informed Neural Network. Please make sure you have experience in this field before send the proposal. I have the code in PyTorch, want it to be change according to DeepXDE library. I want the result to be the same, just want to use a different library.

    $1188 (Avg Bid)
    $1188 平均报价
    97 个竞标

    I need a talented chemical engineer, with expertise in Matlab design coding, to build a Plug Flow Reactor (PBR) code for me. While the precise specifications of the PBR are not set in stone, the project needs to be completed as soon as possible. Skills and Experience Required: - Strong background in chemical engineering - Proficiency in Matlab - Understanding of reactor design, particularly PBRs We skipped the specifics on the operating conditions for the PBR in the questionnaire. since this is a question from Foglers ″elements of chemical reaction engineering″ book the question is attached and the polymath solution as well, what i need is the MATLAB code to solve the questions and show the graphs of conversion Vs selectivity However, this information will be pr...

    $1305 (Avg Bid)
    $1305 平均报价
    4 个竞标

    I am looking for a freelancer to implement a code in Python using machine learning techniques, specifically deep learning architecture casenet. Machine Learning Task: - The task involves editing the code based on the dataset provided. Dataset: - The client has a specific dataset in mind. Dataset Size: - The dataset size is small, less than 1GB. Ideal Skills and Experience: - Proficiency in Python and machine learning. - Strong knowledge and experience in deep learning architectures, specifically casenet. - Ability to work with small datasets efficiently.

    $165 (Avg Bid)
    $165 平均报价
    23 个竞标

    I am looking for a skilled freelancer to rewrite our existing code for the traveling salesman problem. The current code is solved using the greedy algorithm, but we want it to be solved using the cheapest algorithm. Requirements: - The current code consists of 100-500 lines of code. - The code is written in Excel Macro. - The client has a specific algorithm in mind for the cheapest solution. Skills and Experience: - Strong proficiency in Excel Macro programming. - Experience in optimizing algorithms for the traveling salesman problem. - Familiarity with various algorithms for finding the cheapest solution. If you are confident in your ability to rewrite the code and implement the specific algorithm requested by the client, please submit your pr...

    $172 (Avg Bid)
    $172 平均报价
    7 个竞标

    ...full-stack developer with a strong background in Python Anvil web applications. We have developed a prototype for a simple, single-page web application using Python's Anvil Framework. Our single-page web app is meant to function as an analytics dashboard; as this application deals with business-related data, minimizing latency is a must. Your main tasks would be to: (a) update the existing prototype with business-related data (which will be provided to you) (b) optimize the server-side code to help improve the efficiency of data retrieval and manipulation procedures (e.g. adjusting server side calls, for example - ); and (c) deploy the Python Anvil web application to Digital Ocean (for further information

    $479 (Avg Bid)
    $479 平均报价
    63 个竞标

    QR Code Scanner APP With following features/functionalities • A Camera Screen with Box in center • When QR Code happens to be in that center box, scan it, cut it. send the QR Code image ,QR Code Info, Device Latitude-Longitude and Device Unique ID to API provided by Arun • Display Response from API On another Screen (e.g Confirmed , Not-Confirmed) Example of app be assumed/understood by following video:

    $470 (Avg Bid)
    $470 平均报价
    1 个竞标
    website code 已经结束 left

    Project Description: I am looking for a skilled PHP developer to write code for my search bar for my blogging platform. Ideal Skills and Experience: - Proficiency in PHP programming language - Strong understanding of HTML/CSS and JavaScript - Experience in developing websites with detailed layouts - Knowledge of blogging platforms and functionality

    $177 (Avg Bid)
    $177 平均报价
    42 个竞标

    ...france. Notre activité est très local c'est pourquoi il est nécessaire que le freelance soit français pour comprendre notre besoin. Notre centre propose des séances d'électrostimulation Miha Bodytec et souhaite attirer de nouveaux clients grâce à une offre d'essai gratuite. L'objectif est de créer des visuels qui mettent en avant les avantages et les résultats de cette technologie de manière dynamique et engageante. Nous souhaitons lancer une campagne saisonnière ciblant les individus souhaitant entamer l'année avec de bonnes résolutions en matière de fitness et de bien-être, en mettant en avant l'électrostimulation comme...

    $2748 (Avg Bid)
    $2748 平均报价
    8 个竞标

    I am in need of a skilled expert who is proficient in CorelDraw to automatically generate multiple QR codes for me. The ideal candidate for this project will have a good understanding of how to manually input data for each QR code. The project involves: - Manually entering phone numbers for each QR code - The use of CorelDraw to execute the project - Ensuring accuracy and readability of the QR codes Having prior experience in QR Code generation targeting contact details, specifically phone numbers, will be a significant advantage. Proficiency in CorelDraw and attention to detail are imperative for this task.

    $525 (Avg Bid)
    $525 平均报价
    21 个竞标

    I am looking for a skilled C# .NET developer who can write code using Newtonsoft/RestSharp or other libraries to send WhatsApp messages with a predefined template. Requirements: - Experience with C# .NET development - Familiarity with the Newtonsoft/RestSharp libraries - Knowledge of the WhatsApp Cloud API - Ability to send WhatsApp messages using the approved template Skills and Experience: - Proficiency in C# .NET development - Strong understanding of the WhatsApp Cloud API and its functionality - Experience with using libraries like Newtonsoft/RestSharp for API integration - Ability to work with Meta Business accounts and verified credentials Comments and Documentation: - Minimal comments and no documentation required

    $864 (Avg Bid)
    $864 平均报价
    42 个竞标

    I'm seeking a skilled website developer to optimize my site for improved user experience, SEO, and traffic pattern analysis. This task encompasses: - Finding redirected URLs of posts on my WordPress site for cleaning and optimization - Performing an extensive check on PHP files Ideal candidates should possess strong experience in website optimization and code review procedures. A deep understanding of PHP files will be beneficial for this role.

    $126 (Avg Bid)
    $126 平均报价
    10 个竞标
    Write code 已经结束 left

    Python code writer needed for a small project to automate data entry from retail SKU’s into airtable Skills and Experience: - Proficient in Python programming language - Experience with writing concise and efficient code

    $3180 (Avg Bid)
    $3180 平均报价
    116 个竞标

    I'm looking for someone which can play m3u8 links on my website not embed code but actually creates a player that can play m3u8 links I will tell you the details later in the chat

    $133 (Avg Bid)
    $133 平均报价
    60 个竞标

    I am looking for a freelancer who can rewrite our existing code for the traveling salesman problem. Currently, the code uses the greedy algorithm, but I would like it to be solved using the cheapest algorithm. Programming Language: Excel Macro Specific Cheapest Algorithm: None, I am open to any suggestions Deadline: Within a week Skills and Experience: - Strong knowledge of Excel Macro programming - Experience with algorithms and optimization techniques - Familiarity with the traveling salesman problem and different solution approaches - Ability to adapt and rewrite existing code to implement a new algorithm

    $219 (Avg Bid)
    $219 平均报价
    21 个竞标

    I'm looking for a developer proficient in MMORPG C++ game source code, with extensive experience in game feature modification. Key Objectives: - Improve game's chat feature: The current version only allows linking to one item in chat. I need you to modify the code to allow linking to multiple items. - Enhance user engagement: The goal of these modifications is to create a more interactive and immersive environment for the involved gamers. Skills & Experience: - Proficient in C++ - Extensive experience in MMORPG game coding - Deep understanding of game chat features and item linking mechanics - Proven track record of improving game functionality. I will provide source code via github, but to debug/test it, will need to connect to me through teamviewer ...

    $820 (Avg Bid)
    加急
    $820 平均报价
    9 个竞标