Code differential manchester工作

筛选

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

    As someone who is currently grappling with piles of numerical data, I am looking for a proficient Matlab coder to help me streamline the analysis process. To be specific, I require: - Development and implementation of a Matlab code, tailored to conduct robust statistical analysis on numerical data - Proficiency in handling large datasets and optimizing the code to prevent memory problems - Experience in identifying patterns, trends and statistical irregularities within a dataset - Keen eye for detail and accuracy in results produced Deep knowledge in numerical data manipulation, a background in data analysis, and a firm understanding of statistical methodologies will give you a significant edge in achieving the project's objectives.

    $46 (Avg Bid)
    $46 平均报价
    16 个竞标

    For my small university project, I am in need of a freelancer with knowledge and experience in MATLAB to design and develop a code that can perform complex data analysis. This project will rely heavily on your abilities to: - Understand and interpret my project's specific requirements and goals - Generate an effective MATLAB code that can easily and efficiently process large sets of data - Test and refine this code to ensure its accuracy and reliability I expect these code developments to offer concise results that will drive the broader goals of my university project. Strong MATLAB skills and a background in data analysis are essential for this job. Success in this project could lead to future work. I'm looking forward to working with someone w...

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

    I'm urgently on the hunt for an experienced WordPress technician, well-versed in resolving a variety of code errors. My site is experiencing several issues including: - "Type array string is deprecated" - "An active PHP session was detected" - "REST API encountered an error" These issues need attention ASAP due to the adverse impact they are having on the functionality of my website. Ideal candidates should possess: - Solid understanding and experience of WordPress platform - Thorough knowledge in PHP language - Proven experience in diagnosing and resolving similar code issues swiftly. This job requires urgency, but also crucial is rigorous attention to detail, as rushed fixes can sometimes cause more damage than the original issue. Plea...

    $122 (Avg Bid)
    $122 平均报价
    110 个竞标

    As it currently stands, when a discount code is applied on the website, it applies to everything, and not just the base product. To make the checkout process smoother and more accurate for our clients, I require a developer to adjust the existing jQuery or JavaScript code of the base product to rectify the issue. Key requirements: - Only the base product's price should be adjusted when a discount code is applied. - The discount code's functionality should be thoroughly tested to ensure it works correctly. - Discount code should not affect price of other "add-ons" or selections. Ideal Skills & Experience: - Proficiency in jQuery and JavaScript. - Experience with eCommerce website coding. - Understanding of discount code dependen...

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

    As a project owner, I'm actively seeking a dedicated and experienced C programmer to enhance the efficiency of my existing code. This task does not target any specific code or algorithms. Rather, the objective is to optimize the overall quality and performance of the code base. The ideal candidate for this project should possess the following: - Extensive expertise in C, Java, and Assembly programming, preferably with experience in code optimization techniques. - Excellent problem-solving skills, capable of identifying bottlenecks and optimizing the entire code base. - Strong familiarity with database queries, as improvement in the database-related code areas could be beneficial. Improving my code’s efficiency is a vital stepping sto...

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

    Repost of the following project: https://www.freelancer.com/projects/excel/transform-text-evaluable-format. The required files will be exchanged after nomination.

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

    I am in need of an expert in Java to devise a reliable solution that only allows digitally signed code to run. This solution should be generic and future-proof, and should work effectively on both Windows 10 and Windows 11 clients. Key Requirements: - The solution should allow only digitally signed code to operate. - It should permit code exclusively from specific trusted publishers. - Although the preference is for a solution using OpenJRE (OpenJDK), it cannot exclude compatibility with Oracle's JRE. - This solution will be applied specifically to Desktop applications. - The solution has to be "future proof" due to the SecurityManager is getting removed in newer Java versions. - Each execution of Java should display a slash screen informing the user...

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

    I'm seeking a skilled web developer to create an e-commerce site using VS Code. The web developer should have experience in the following aspects: - Constructing a user-friendly product catalog - Implementing an efficient shopping cart - Integrating secure payment gateways - Developing an AI recommender system - Using MongoDB for database I'm also open to design and theme suggestions that would befit the nature of the e-commerce site and greatly enhance user experience. Please include a portfolio showcasing your previous work when bidding.

    $42 (Avg Bid)
    $42 平均报价
    15 个竞标
    modify code amibroker 已经结束 left

    Butuh programmer afl amibroker untuk modify code yang sudah ada.

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

    ...through a series of updates, featuring prominently the implementation of In-App Purchases (IAP). Adeptness in handling Apple Store submissions and approval process is a prerequisite. Key Responsibilities: - Execute IAP implementation favoring a "single tier subscription" model. Understanding the specifics and subtleties of subscription-based purchases will be vital for this. - Update the existing code to ensure smooth functionality and enhance user experience. -making Change to IAP -publishing to app store and meeting all requirements for ios release Ideal Candidate: - Proficient in React Native - Proficient in iOS submission and approval process - Familiarity with implementing IAP - Previous experience with subscription-based applications Let's work together ...

    $73 (Avg Bid)
    $73 平均报价
    16 个竞标

    I need assistance with setting up tracking codes for Google Analytics on my corporate website. The right person for the job will have a deep understanding of: - Google Analytics fundamentals and tracking codes installation - Customization of tracking parameters to suit specific project needs Objectives for this project: - Enhance user engagement - Boost lead generation - Improve SEO performance A good fit would be someone with past experience in implementing Google Analytics, particularly in corporate settings, comfortable working with SEO strategies, and experienced in conversion optimization.

    $34 / hr (Avg Bid)
    $34 / hr 平均报价
    62 个竞标

    I'm seeking a professional to design and implement a QR code system to streamline the registration process for my social media groups - Facebook, Instagram, and Twitter. The QR code should direct potential members to a form where they can input their personal details including Name, Email, Phone number, and Age. After successfully registering: - Participants should receive a confirmation email - Be redirected to a thank you page - See a success message on the form page Ideal freelancers should have experience with QR code generation, form design, and integrating these with social media platforms. Moreover, they should be adept at crafting smooth user journeys and prompt communication processes to ensure rapid and reliable registration.

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

    I need help with debugging my stack and queue operations that have logical errors. Key Tasks: - Debugging the code - Correcting the push, pop, and peek operations Ideal Skills: - Strong knowledge in Java - Experience in debugging Java code - Familiarity with stack and queue operations make the Code posted below in working order. I am using Eclipse to write these two data structures. and i want to write a short test to ensure that your stack and queue work as expected.i need the working files as .java files public class MyStack<T> { private static class StackNode<T> { private T data; private StackNode<T> next; public StackNode(T data) { = data; } } private StackNode<T> top; public T pop() { if (top == null) throw new Emptysta...

    $20 (Avg Bid)
    $20 平均报价
    9 个竞标

    I have 4 prototype images that has to be converted to a HTML/React code. The output should be responsive with appropriate CSS.

    $156 (Avg Bid)
    $156 平均报价
    91 个竞标

    I'm in need of a proficient C++ developer to integrate C++ trading code with my price feed Ideal Skills: - Proficiency in C++ - Experience with integrating C++ code with price feed Please note, that despite of not having selected these specifically yet, I am open to your recommendations. Apply if you believe you can achieve these functionalities successfully.

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

    I'm looking for an experienced developer to create two QR codes for our marketing materials. Details: * The format of the QR codes can be PNG, JPEG, or SVG. * It is crucial to design the codes to be scanned easily and redirect accurately. Ideal Candidate: * Familiarity with QR code designing and testing. * Proven track record in successful QR code generation. Please include your past work and experience in your application. Detailed project proposals will be appreciated. Let's make our marketing efforts more innovative and interactive together!

    $36 (Avg Bid)
    $36 平均报价
    10 个竞标

    I'm seeking an experienced no-code developer to create a web & mobile app builder platform for my personal project. exampel ; Bubble Glide Draftbit Zapier Bildr FlutterFlow f Key requirements: - Strong expertise in reputable no-code platforms like Bubble, Adalo, or OutSystems to name a few. - Experience in designing intuitive and user-friendly interfaces. - Knowledge in integrating various functionalities within the app as the project may expand in future. Please note, I skipped providing specific app modules at this point as I'd like to discuss and explore possible features with potential freelancers. Expertise in user authentication, push notifications and in-app messaging modules would be considered an advantage.

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

    details will be share on chat minimal budget will be prioritise max time few hours it's a small job

    $11 (Avg Bid)
    $11 平均报价
    13 个竞标

    I am currently in the process of registering for GST. While navigating the Goods and Services tab, I am seeking to locate the option for 'Website Development and Service Providers.' However, I'm encountering difficulty finding this specific category. Could you please advise me on the appropriate steps to take to address this issue?

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

    I have an existing code which need to be modifed. I will explain in the chat, its very simple

    $23 - $30
    加急 加封
    $23 - $30
    17 个竞标

    Hi, I look for developer to Convert 4 UI screens to code in Nuxt 3 with Vuetifyjs and Javascript using options api the code and layout is ready just need to do the 4 components in the UI, so it will not take much time. to see Ui screens please DM me. Thanks

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

    I need a Swift developer to make a code audit. I need them to review the app, I estimate around 50 hours of work max. Needs to know iOS and Swift.

    $724 (Avg Bid)
    $724 平均报价
    27 个竞标

    ...seeking a savvy developer to review specific areas of the said code. Particular attention should be dedicated to the following: 1. Overall Architecture and Design: - Your task will be to critically assess the codebase structure and layout, giving a critical evaluation of the design principles in place. 2. Detailed Data Flow Review: - I'm particularly interested in an in-depth examination and assessment of the data inflow and outflow systems. You'll analyze how data enters, is processed, and leaves the system, helping ensure efficient and effective data handling. Ideal skills and experience: - Proficiency in the XMRig codebase - Extensive understanding of efficient software architecture and design - Experience in conducting code reviews with a focus on...

    $250 (Avg Bid)
    $250 平均报价
    2 个竞标

    *Bid with your best price & best timeline.* Documentation: I already bought the template with a license and successfully deployed to DigitalOcean I need someone to implement custom auth and edit the way it get user plan info Details:

    $468 (Avg Bid)
    $468 平均报价
    86 个竞标

    I am seeking a skilled graphic designer who can create a small advertisement for me which includes a QR code and existing logo and text. Your tasks will be: - Designing the advertisement in an appealing way, keeping in mind it is for print. - Incorporating an already designed logo and QR code in the advertisement. - Providing the final completed design in EPS and JPG format. Ideally, you will have: - Proficiency in graphic design for print media. - Capabilities of working with existing logos and QR codes. - Skills to design clean, eye-catching advertisements. - A strong familiarity with EPS format for final delivery. Many freelancers don't read the descriptions. If you're bid doesn't include the words "I like pizza" then it won't be consider...

    $70 (Avg Bid)
    $70 平均报价
    68 个竞标

    Hi Mst. Nurun N., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

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

    I'm in search of a creative, talented individual with experience in creating hologram videos. The purpose of this particular video is to advertise my real estate services, with a primary focus on buying and selling properties. Ideal Skills and Experience: • Experience in making hologram vide...particular video is to advertise my real estate services, with a primary focus on buying and selling properties. Ideal Skills and Experience: • Experience in making hologram videos • Creative mindset to make an engaging and interactive video. I am looking for someone who knows how to make a hologram video of myself popping up and talking to the prospective buyer or seller when they scan my QR code. I will be putting these QR codes on coasters and distributing them to l...

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

    I require a professional with a solid understanding of Python, particularly at an intermediate level, to thoroughly explain an existing Python code to me. The code under scrutiny is primarily used for data analysis purposes, and so an expert in this area would undoubtedly be suitable for the task. Key Requirements: - Mastery in Python, especially in the field of data analysis (MATPLOT, SCIPY, NUMPY, Tkinter mainly). - Exceptional communication skills in order to successfully explain the code. - Ability to dissect complex Python codes into comprehensible sections and explain them. The ideal candidate should have a knack for making complex terminologies and codes easy to understand. Demonstrated previous experience in tutorials or as a Python instructor would certainly...

    $309 (Avg Bid)
    保密协议
    $309 平均报价
    41 个竞标

    I am seeking a skilled developer to integrate a QR code feature into my website designed for inventory management. Key Aspects: - The QR code function should support capturing of 'Unique User IDs' when scanned. - The project seeks to transition from a manual tracking system to a more efficient, QR-code-based system. Ideal Skills: - Proven experience in QR code integration. - Deep understanding of inventory management systems. - Mastery in website or software development. - Strong problem-solving aptitude to handle potential troubleshooting.

    $12 / hr (Avg Bid)
    $12 / hr 平均报价
    61 个竞标

    I need a code ignitor expert to go through some configuration's and help me code a few bugs. You must work through teamviewer and have intensive code ignitor knowledge specially about payment and subscription

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

    i have the source code I want someone to make Reskin my source code app mobile android and upload it to my google play consultant I have 20 apps I want to make reskin for all Make small Change in images and change in package name and change in logs ""'I will pay to you after upload any app on my Google play consultant and accepted '"''

    $37 (Avg Bid)
    $37 平均报价
    16 个竞标
    Make a pine script code 已经结束 left

    I will give an algorithm. We should change this code to pinescript

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

    I'm in need of a proficient C++ developer to integrate C++ trading code with my price feed Ideal Skills: - Proficiency in C++ - Experience with integrating C++ code with price feed Please note, that despite of not having selected these specifically yet, I am open to your recommendations. Apply if you believe you can achieve these functionalities successfully.

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

    ...involves generating code for running a regression with 4 explanatory and one dependent variable. The analysis is for a thesis, and although we have some knowledge within r and statistical programming we encountered some issues and are therefore looking for help. The tests considered relevant: - ADF and PP test, where the Phillips-Perron is to complement ADF´s inability to check for autocorrelation and heteroskedasticity in the data - Determining the correct number of lags for the regression - cointegration tests. - Panel Data Analysis. Creating a regression - explaining why this is the best suited for the model (only a couple of sentences needed) Any other tests considered relevant for generating a sufficient regression. Key Responsibilities: - Develop R code...

    $404 (Avg Bid)
    $404 平均报价
    41 个竞标

    Looking for a blockchain and Python expect (or other languages) that will look at our prompts and code generated by ChatGPT and other AI, and fix errors to get usable apps and bots. With your bid please specify: 1. How many apps using AI generated code (ChatGpt or other) have you created? 2. Have your created UI code for it as well with AI? 3. Please show at least 5 apps like this 4. How long in average did it take you to create each? 5. How long will it take for you to fix our AI generated prompts and codes for 50 apps?

    $105 (Avg Bid)
    $105 平均报价
    9 个竞标

    We need is an app code for iOS and Android in FLUTTER and LAVAVEL for already existing app (android Google and iOS Apple) The needed effect is to make the smartphone emitting music and music vibrations being generated from online downloaded music and mp3 music of the own effect of the music vibration should be a haptic sensation by holding the phone in the palm, like putting hands on a speaker. Pls. take in consideration that it is not the normal vibration like in timer but it has to be generated by the heard music (music vibration). The user should be able to have his own library and history of his music. Send me a written message if you understand what I mean and how you intend to find a solution. Knowledge of Flutter,Lavavel,Python Mac iOS device

    $377 (Avg Bid)
    $377 平均报价
    17 个竞标

    ...generate code as follows: Input values json = { "id": "screenName", "name": "Employee", "type": "component", "controls": [ { "id": "name", "name": "name", "label": "Name", "type": "input" }, { "id": "dept", "type": "select" } ] } => util -> typescript component: `const ${}Component = (props) => { return <> ${(c => </> }` Use babel-generete AST - Abstract Syntax Tree Output code: const EmployeeComponent = () => { const fn () => { // call api and set in state } return <> <label>...

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

    Take my existing Streamlit application and transform it into a mobile application for iOS Streamlit app link: http://3.27.159.221:8501/ Would like to have similar features/design to and Extra work avaialble if you can covert it to more stable web based solution aswell! If you do not talk specifics about the task and solution in your post I will not consider your application

    $357 (Avg Bid)
    $357 平均报价
    62 个竞标

    transform a Google sheet spreadsheet into software with security code

    $154 (Avg Bid)
    $154 平均报价
    18 个竞标

    I'm seeking an expert in Generative AI, specifically in the area of text generation, who can help me elevate my beginner's knowledge into a more advanced understanding. The objective is to apply these skills for content creation. You will be teaching me in learning some of these skills. Ideal Candidate: - Exceptional expertise in AI and text generation - Creative thinker able to apply AI for content creation - Someone who has handled inputs from PDF and various files. - Should have done fine-tuning of models. - Experience with various datasets. Primary Responsibility: - Conduct interactive sessions explaining core concepts of Generative AI - Address queries and provide clarifications efficiently.

    $8 / hr (Avg Bid)
    $8 / hr 平均报价
    4 个竞标
    Python code bug fixes 已经结束 left

    Its existing Python code bug fixes, it's preferred remotely.

    $9 (Avg Bid)
    $9 平均报价
    29 个竞标

    ...days for this task. **Project Overview:** I have a PHP Laravel source code that includes a licensing program, and I am looking for a talented developer to remove the entire licensing mechanism. Once the licensing program is successfully removed, I expect the freelancer to hand over the complete source code. I can provide a hosting package for testing purposes, or the freelancer is welcome to use their own hosting account. **Deliverables:** 1. Removal of the licensing program from the source code. 2. Handover of the complete source code. 3. Testing on provided hosting or freelancer's own hosting account. **Additional Requirements:** I request detailed change logs documenting every modification made to the source code during the process. This wil...

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

    Hi there, for a simple responsive page I'm searching for help in writing some cool pure css :-) (without libraries please – no bootstrap, jQuery etc.) HTML is already done and should not be changed. If some class or id is needed, we can add that. Do you have a quick sample as reference? One Main page with custom code needed. All (three) secondary pages will have the same style. Please check the attached files. Responsive version need to be done on the fly, there's no extra draft available. Do you have 2-3 hours today to get that done? Have a great day

    $110 (Avg Bid)
    $110 平均报价
    41 个竞标

    I'm seeking a creative professional to design a social media template for the upcoming Ramadan Kareem sale. The template will be used on Facebook and its primary purpose is to announce daily discounted products during this holiday period. Ideal Skills: - Proven experience in social media graphic design - Proficiency in design software - Understanding and respect for Islamic culture - Experience in creating sale/promotional templates - Knowledge of Facebook platform - Ability to meet strict deadlines.

    $36 (Avg Bid)
    $36 平均报价
    27 个竞标

    I am requiring a programmer who can help me create and integrate a program that can produce line charts from CSV data. This program will be for generating certificates. The needed skills include data visualization, coding, and solid understanding of CSV datasets. Key Responsibilities: - Develop a code that can create a line chart. The line chart should allow for customizations in axes labels and data range, as well as in the style and size of data points. - The developed code should enable data extraction from the CSV to the certificate. This includes the date of achievement and specific data. - Apply business logo to the certificate. Ideal Experience: - Proven expertise in developing similar projects. - Strong grasp on data visualization, handling CSV files, and chart cre...

    $72 (Avg Bid)
    $72 平均报价
    16 个竞标

    I'm looking for a programmer proficient in C# to create a simple sample code using Open XML SDK for generating a bullet list. The bullet style should be dots. See attached image for correct and incorrect result. Output is C# code. Payment: - 20% on project start. - 80% when code is ready and verified

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

    Hi, I have an app with a small data , the user can create more than one profile and every profile can upload image for it, the issue when I close the app and run it again from Xcode the profiles images don't show, please see the attached code , P.S. I will not send the app only the attached swift code.

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

    I moved my Wordpress site from one host to another. Now I am receiving an error message on the homepage. in both desktop and mobile. I had no issues prior to the move. I twist me a simple piece of code. I am looking for someone to resolve this quickly and at a reasonable price.

    $22 (Avg Bid)
    $22 平均报价
    28 个竞标

    I'm looking for a proficient developer to create a QR code reader application for iOS, Android, and Web platforms. This should be an integrated platform that scans QR codes efficiently. Key Features: - QR Code Scanning: The primary function of this app should be scanning QR codes effectively and efficiently. Additional Features: - The application should incorporate fantastic additional features such as a QR code scanner. Though some requirements were left open-ended, the developer should keep some aspects in mind: - User-friendly interface: The application should be intuitive and easy to use, even for those who are not tech-savvy. - Speed and Efficiency: The app must be fast and provide accurate results, minimizing the waiting time for users. - Flexibility: ...

    $427 (Avg Bid)
    $427 平均报价
    64 个竞标

    I have CSV export functionality, i need to add a new column, Need springboot Expert to explain me and guide me explaining the code which is written on Functional Programming , Generics and Builder Patterns

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