Php race time comparison일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 php race time comparison 건의 일자리 확인, 급여 기준: USD

    I'm searching for an experienced developer to construct a PHP code editor. Key Requirements: - Support for several programming languages, including HTML, JavaScript, CSS and PHP. - It should have a specific feature - Code Formatting, to ensure cleaner and error-free coding. - Instead of using traditional GUI or command-line interfaces, I prefer to have an order display system. Experience and Skills: - Proven expertise in PHP, HTML, JavaScript, and CSS. - Extensive knowledge in design and development of interactive interfaces. - Prior experience developing coding editors is a major advantage. - Strong grasp of code formatting techniques.

    $29 (Avg Bid)
    $29 (평균 입찰가)
    45 건의 입찰

    I'm in need of a PHP developer to help create a comprehensive website. The specifics of the website have not been determined, therefore freelancers will have the freedom to showcase their creativity while fulfilling the basic functions of a PHP website. - Ideal Skills: PHP, Web Development, Creative Design, User Experience, Website Optimization - Experience: Freelancers with previous experience constructing PHP websites are preferred. Experience in developing user friendly interfaces and optimizing websites for better performance will be a plus. While the main purpose of the website, the exact functionalities and the criteria for successful application have not been specified, I value innovative ideas and thorough project proposals in freelancers. Please...

    $124 (Avg Bid)
    $124 (평균 입찰가)
    36 건의 입찰

    I am in need of a well-experienced, full-time Node.js developer who can join my team as quickly as possible. The chosen candidate will have the following responsibilities and qualities: RESPONSIBILITIES: • Main responsibility will be to develop new features. • Perform common development tasks including debugging and troubleshooting. NEEDED SKILLS: • Highly adept in JavaScript with an advanced level of knowledge and experience. • Proficient in using Node.js and Python. Python scripting skills are desired. • Knowledge in MongoDB, PostgreSQL, Azure DevOps, Postman, Veracode, jFrog, and Figma is highly beneficial. Please submit your proposal outlining your skills and experience relevant to this project. We are eager to have you on board as soon as possible...

    $14 / hr (Avg Bid)
    $14 / hr (평균 입찰가)
    163 건의 입찰

    I require a Wordpress developer to create a solution enabling one-time access to a specific webpage by using one of 500 pre-generated passwords. The wordprss page holds a form that needs to be completed and submit. After submission the password needs to be deleted from the database. Key Tasks and Requirements: - Develop a secure one-time password entry system. - Prepare the webpage for form submission functionality Ideal skills for this project: - Experience in PHP and Wordpress function development - Deep understanding of form submission processes on Wordpress - Familiarity with advanced Wordpress security measures The timeline for this project is 1 week. Any applications without the aforementioned skills and references will not be considered.

    $49 (Avg Bid)
    $49 (평균 입찰가)
    26 건의 입찰

    I am seeking a highly skilled individual or team to create a PHP website. Although the whole scope of the project wasn't defined, the notion of creating a PHP site suggests a need for a range of capabilities. Key Responsibilities: - Design and develop a PHP website from scratch - Exceptional knowledge of PHP is essential Ideal Skills: - Expert PHP website development - Familiarity with E-commerce, Informational, or Blogging websites - Ability to incorporate features such as user registration and login, product catalog, and search functionality - Proven experience in similar projects Please include in your application: - Your experience with PHP websites - Brief detail of your proposed approach - Past work demonstrating your capabil...

    $176 (Avg Bid)
    $176 (평균 입찰가)
    29 건의 입찰

    For this project, I am looking for a skilled developer who can design a real-time chat system for WhatsApp. This system does not need to support multimedia messaging. Key Requirements: - Fluent knowledge of WhatsApp's API or similar experience - Proven experience in creating chat systems - Strong understanding of real-time updates The ideal candidate will have: - Prior experience with WhatsApp or a similar platform - Strong skills in backend development - Understanding of user privacy and data security Please note that this is a chat system without any multimedia messaging support. It should, however, have the ability to facilitate real-time messaging. The contractor will be required to create group chat functionality and allow file sharing. Please submit yo...

    $20 / hr (Avg Bid)
    $20 / hr (평균 입찰가)
    39 건의 입찰

    I'm in need of an experienced PHP developer to help create the backend for a gaming system. The main requirements include: - Strong PHP skills - Proven experience in system creation - Database integration; API integration The game in question is a betting game, so any prior experience or understanding of this game type would be a plus. The ideal freelancer will be efficient, detail-oriented, and capable of creating a robust backend that can handle heavy user traffic and processes. Your task is to build out the backend, integrate it with the existing database, set up API integration for users, and ensure the system functions seamlessly. Don't worry if you're not an experienced game developer - as long as you're a PHP wizard, we want you on board!

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    58 건의 입찰

    I currently have repositories in native react that need to be pushed to a server. Access to these repositories is available. Though I didn't specify a preferred server environment, it is crucial that the professional handling this is experienced in various server environments. What is to Do: 1. Setup a new server instance in cloud linode that i have public access and can test all --> web app --> landingpage --> CustomerCare Center What we have: 1. Frontend Repository 2. Backend Repository 3. CustomerCare Repository 4. Mongo DB Database Requirements: - Experience in using native react, setup linode cloud instance, mongo db database - Understanding of various server environments - Proficiency in setting up Linode Cloud for access - Respecting data privac...

    $337 (Avg Bid)
    $337 (평균 입찰가)
    7 건의 입찰

    I need to convert the following Perl code to PHP: The expected output is a PHP class that can convert a docx file into text. The attached zip contains a mockup of such class (with demo code) and a test docx file. The task is straight forward. If you place a bid, expect it to be accepted. If you fail to deliver, you'll be subjected to a bad review. This is to avoid wasting my time with autoposters and people who lowball the bid and then try to ask for more money. You have been warned. Read the brief, check the code and place a bid accordingly.

    $220 (Avg Bid)
    $220 (평균 입찰가)
    23 건의 입찰

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    $39 (Avg Bid)
    $39 (평균 입찰가)
    45 건의 입찰

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    $10 - $30
    봉인형
    $10 - $30
    6 건의 입찰

    We are seeking an experienced web developer to implement a dynamic XML sitemap generation feature on our website. This project involves creating a system that automatically updates the sitemap every time a new client request is posted, ensuring that these requests are immediately discoverable by search engines like Google. Main Objecives: - Dynamic Sitemap Updates: Implement a mechanism where the sitemap is instantly updated with new client requests, eliminating the need for manual interventions. - Deep Link Indexing: Develop a strategy to ensure that even client requests buried deep within our site structure are easily crawlable and indexable by search engines. - Priority Signaling: Advise on and implement methods to communicate the importance of client request pages to sear...

    $64 (Avg Bid)
    $64 (평균 입찰가)
    26 건의 입찰

    Hi guys, Thanks for your interest in writing for us. IMPORTANT: Human writing only - No AI or Rewriting - (we check) AGAIN BECAUSE THERE ARE SO MANY CHEATERS: NO AI - NO UNDETECTABLE AI AS WE STILL SEE - DON'T WASTE YOUR OR OUR TIME IF YOU DON'T WRITE MANUALLY !!! What we offer: *Ad-hoc writing work at the entry rate of $20/1000 words with room for growth. *Flexibility: No Skyping, no phone calls, accept projects when you have the time to complete them, take time off when you need (letting us know in advance is good practice). *Easy to work with: We reply to questions fast, will provide valuable input and feedback on every single task you complete. *We've been in the content writing and marketing business for 15 years and have worked with more...

    $18 (Avg Bid)
    $18 (평균 입찰가)
    26 건의 입찰

    I'm looking for an expert developer to construct a dynamic image comparison slider for my website. This feature will give my customers the ability to compare how selected materials would appear in different kitchen settings. See the attached file for a very rough example of the design. Key Aspects: - Ensuring the slider is mobile responsive - Implementing a drop-down menu to choose the material shown on the slider Technical Requirements: - Proficient in front-end development (Preference is open for programming language). JavaScript, Python, PHP proficiency is welcome. - Experienced in building cross-browser compatible features - Strong expertise in user-friendly UI/UX design Design Requirement: - A standard horizontal slider layout is expected A successful execu...

    $168 (Avg Bid)
    $168 (평균 입찰가)
    61 건의 입찰

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed...

    $32 (Avg Bid)
    $32 (평균 입찰가)
    13 건의 입찰

    I'm looking for a skilled app developer to create a cross-platform application to track screen-time with timestamps. This app will work on iOS and Android technology for universal accessibility. Key Features: - Recording of both screen on and off times - Minimalist and user-friendly design - No authentication requirement for simplicity and ease-of-use Ideal Skills: - Experience in iOS and Android app development - Understanding of minimalist design aesthetics - Ability to effectively integrate screen monitoring features in app Your bid should demonstrate your comprehension of the project requirements and your experience in similar projects.

    $448 (Avg Bid)
    $448 (평균 입찰가)
    31 건의 입찰

    I'm urgently searching for a skilled developer who can assist in creating a screen casting functionality from Unity to a Flutter app to facilitate real-time gameplay streaming. The key objectives include: - Create a screen casting functionality for real-time gameplay streaming - Work on the project immediately and deliver it as soon as possible Ideal skills and qualifications include: - Excellent knowledge of Unity and Flutter - Proven experience in screen casting and real-time streaming

    $164 (Avg Bid)
    $164 (평균 입찰가)
    26 건의 입찰

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    $50 / hr (Avg Bid)
    $50 / hr (평균 입찰가)
    2 건의 입찰

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    $27 (Avg Bid)
    $27 (평균 입찰가)
    49 건의 입찰

    I'm in search of a reliable part-time Virtual Assistant with a focus on research and data entry. The chosen candidate will help me manage my data collection tasks and contribute to my academic studies. Responsibilities: • Conduct thorough online research • Enter collected data into designated files Ideal Candidate: • Proven experience as a Virtual Assistant or relevant role • Strong research skills • Familiarity with data entry • Organized, attentive to details, and able to deliver results on time If you resonate with these requirements, it's certainly you I'm looking for. Your prior experience should be visibly outlined in your proposal.

    $18 / hr (Avg Bid)
    $18 / hr (평균 입찰가)
    39 건의 입찰

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    $28 (Avg Bid)
    $28 (평균 입찰가)
    14 건의 입찰

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    $100 (Avg Bid)
    $100 (평균 입찰가)
    21 건의 입찰

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;")...

    $47 (Avg Bid)
    $47 (평균 입찰가)
    23 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    봉인형 NDA (비밀 유지 계약서)

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fit.

    $21 (Avg Bid)
    $21 (평균 입찰가)
    21 건의 입찰

    I am in need of a full-time, mid-level accountant from Coimbatore to assist with a range of financial tasks. Your primary responsibilities will be: - Bookkeeping - Financial statement preparation - Tax preparation In the realm of accounting software, you should have experience with Tally Prime. Your mid-level expertise will play an instrumental role in maintaining and improving our financial health. Proficiency in other accounting tools like Quickbooks, Sage50, and Microsoft Dynamics can be a bonus, though it's not a requirement.

    $84 (Avg Bid)
    $84 (평균 입찰가)
    40 건의 입찰

    I'm in need of a professional web developer with strong skills in affiliate marketing and web scraping. The project involves creating a comparison website featuring products from Amazon. Key requirements: - Develop an intuitive, user-friendly website to compare a range of products - Ability to scrape product data from big websites, specifically, Amazon - Setup of affiliate marketing links for all listed products The product categories would be comprehensive, covering all currently available on Amazon. Thus I would appreciate someone with experience handling expansive database and a meticulous attention to detail. If you've previously completed similar tasks or have a solid understanding of product affiliate marketing, you're the person I want. Your portfolio or de...

    $160 (Avg Bid)
    $160 (평균 입찰가)
    20 건의 입찰

    I'm seeking an experienced translator to convert real-time technical instruction from English to Spanish. Ideal Candidate: - High proficiency level in both Spanish and English - Basic understanding of technical terminologies - Experience in translating business documents, specifically instructions, SOPs - Excellent attention to detail - Access to a mobile phone/Laptop with Microsoft Teams/Cisco Webex installed & access to internet. Please note that the tasks will be occurring on an Ad-hoc basis, meaning on-demand assistance for specific issues or tasks, addressing immediate needs without long-term commitments, often charged per incident or hour. All you have to do is be in a meeting & translate the instructions in English to local language. You'll be informed...

    $17 / hr (Avg Bid)
    $17 / hr (평균 입찰가)
    58 건의 입찰

    I require a freelancer to create a dynamic bar chart that represents the changes in my agricultural product's production over the last 30 years. Key elements in this project involve: - Understanding the bar chart should reflect the comparison of yearly production versus previous years. - Displaying the data dynamically to show changes on a yearly basis. - Importing data from a spreadsheet format to be presented in the chart. The ideal candidate for this project should have robust experience in data visualization and analysis, with proficiency in tools such as Excel and data visualization software like Tableau or PowerBI. They need to practice attention to detail and have the ability to interpret and represent complex data in an easy-to-understand and aesthetic graph. Familiar...

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    19 건의 입찰

    I am in need of a professional with extensive experience in Angular development combined with familiarity in azure c#, .NET, VS2022 and videojs for the creation of a versatile video player web page. The video page will play the video, show ranking of all players, survey checklist, race-chart of all players (line-chart with picture), any recommended links. The following sections will describe the above in detail. Key Features: • Support for subtitles • Standard video playback controls. • Very customized bookmarks including events and speakers (refer document) • Other video statistics and information. Essential Skills: • Web development with Angular • Experience with azure c#, .NET, VS2022 • Proven track record developing customizable video p...

    $557 (Avg Bid)
    $557 (평균 입찰가)
    74 건의 입찰

    I need a professional web developer with experience in creating online stores to develop a flexible and user-friendly e-commerce platform for selling electronics. Key Specifications: - Main focus should be on integrating a product comparison feature that allows visitors to compare different electronics based on key attributes and specifications. Ideal Skills: - Experience with e-commerce website development, particularly for electronics. - Expertise in integrating product comparison features. - Proficiency in modern web technologies (HTML, CSS, JS, etc.). - Excellent understanding of user-interface design principles. Please note, payment gateway integration isn't required at this stage. However, a proper structure should be in place to allow for easy integration i...

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    222 건의 입찰

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience: - Proficiency in ...

    $13 (Avg Bid)
    $13 (평균 입찰가)
    4 건의 입찰

    ..."Key Features: - Capturing and analyzing poker table images: stacks, bets, community cards, hole cards, player positions and actions in real-time. - Calculating odds and suggesting possible moves. - Integration with ChatGPT-3.5 API to send table data and receive practical recommendations. - Customization for different types of poker tables: cash 6-max and 9-max, and MTTs 6-max and 9-max. - Built-in chat for analyzing actions at the table: processed data and advice from GPT. Requirements: - Knowledge of Python, OpenCV, and working with APIs. - Experience in real-time image processing. - Ability to integrate with OpenAI's ChatGPT-3.5 API for real-time decision-making assistance. Project Outcomes: - A fully functional Python application. - API integration t...

    $185 (Avg Bid)
    $185 (평균 입찰가)
    6 건의 입찰

    Company Overview: Join the dynamic team at Medatron Pvt Ltd., a leading healthcare company based in the USA specializing in medical billing and durable medical equipment (DME) services. Committed to excellence, we provide innovative solutions to healthcare providers, optimizing their visual communication strategies. As part of our commitment to quality, we are seeking a talented Creative Content Writer to join our team and contribute to crafting compelling narratives for our range of medical DME products. Job Description: Are you passionate about writing and have a flair for creativity? Do you have a knack for turning complex medical concepts into engaging content? If so, we want to hear from you! As a Creative Content Writer at Medatron Pvt Ltd., you will play a vital role in creating ca...

    $19 / hr (Avg Bid)
    $19 / hr (평균 입찰가)
    59 건의 입찰

    ...understanding of Drift (car race) culture and a feel for capturing a brand's identity in a visual mark. - Ideas: I've got some general ideas for the design, but your input and suggestions are encouraged. - Elements: The logo needs to definitely feature an intriguing, clean stylized symbol and optional company name. - Symbol: Specifically, the choice of symbol should carry an automotive theme blended with Japanese JDM Automotive feel. It would be great if you have relevant experience or familiarity with these concepts in shaping unique, relatable logo designs. Symbol must be able to stand alone, without the text, so a generic re-usable shape is not desired. The shape must be as simple as possible, without any details, like the Nike logo, but at the same time...

    $20 (Avg Bid)
    상금 보장형
    $20
    158 건의 응모작

    ...rental space with an aptitude for social media trends, particularly on platforms like Instagram and TikTok. Your role will extend beyond typical responsibilities, diving into data entry, creating engaging social media content, and embarking on the exciting journey of non-technical website building—a skill we're keen to develop in you to enhance our presence in the accommodation industry. This full-time position is crafted for someone with a profound interest in technology, social media, and the burgeoning short-term rental market. It’s a perfect fit for someone eager to immerse themselves in a startup environment that’s as fast-paced as it is innovative. To thrive in this role, you will need: A reliable, high-speed internet connection. A dual-screen setup...

    $3 / hr (Avg Bid)
    $3 / hr (평균 입찰가)
    83 건의 입찰

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    $22 (Avg Bid)
    $22 (평균 입찰가)
    47 건의 입찰

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    $93 (Avg Bid)
    $93 (평균 입찰가)
    36 건의 입찰

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    $25 / hr (Avg Bid)
    $25 / hr (평균 입찰가)
    150 건의 입찰

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    $40 (Avg Bid)
    $40 (평균 입찰가)
    37 건의 입찰

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    $42 (Avg Bid)
    $42 (평균 입찰가)
    24 건의 입찰

    we need someone with a huge experience in PHP things... lets chat to check the details...

    $13 / hr (Avg Bid)
    $13 / hr (평균 입찰가)
    77 건의 입찰

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command ...data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applications - Proven track record of implementing online payment solutions Job Details: - The integration should allow for one-time payments - The freelancer must test and verify the successful implementation of the Stripe i...

    $10 / hr (Avg Bid)
    $10 / hr (평균 입찰가)
    93 건의 입찰

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    $42 (Avg Bid)
    $42 (평균 입찰가)
    67 건의 입찰

    PART ONE – Documenting Multi Mic Recording Sessions: PART 1A: Submit a report (2,000 words) that fully documents the techniques used in the recording sessions. This should include photos/video and diagrams, plus accurate placement measurements of both sound source and microphone positions in the chosen space. You should also describe the rationale behind all microphone choices, including a comparison of the potential differences in perceived ambience/reverberation and frequency response characteristics of the various configurations. PART 1B: Additionally, propose an alternative approach/technique not used, and document how you would have implemented the technique in the given scenarios. PART TWO – Mixdowns: PART 2A: Using the recordings detailed in Part 1 Creat...

    $10 - $50
    $10 - $50
    0 건의 입찰

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    $14 (Avg Bid)
    $14 (평균 입찰가)
    17 건의 입찰

    ...down and dont have time for time zone delays or i cant. This is a long term position as once you get use to the sites (about 12) the issues tend to be the same. DO NOT apply just to work temporarily because you need money today, please. I dont want to invest time for someone who will just fix a few tasks and then disappear. No place holders, please! I need someone who is serious and can do the work, if you are not an expert dont waste my time please! MAX BUDGET $5 an hour and looking to eventually work with you directly after this project, a team would be great this way i can make sure i always can get someone to work. If you bid more than this, I know you didn't read this. The current sites have several issues going on which is due to breaks with them...

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    64 건의 입찰

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Laravel an...

    $31 (Avg Bid)
    $31 (평균 입찰가)
    43 건의 입찰

    I require a proficient video compiler who can search for, pull, and clip together a comprehensive collection of body checks from professional hockey leagues. • The main objective is to analyze player techniques for comparison and research purposes. • There is no requirement for specific players - any player within professional leagues is fair game. • The deal freelancer for this project should have a good understanding of hockey, a keen eye for detail, and experience in video compilation. Your task will be to deliver a cohesive, curated video compilation that focuses solely on the element of body checks within the game, ensuring that the clips are of high quality and capture the essence of each play.

    $19 / hr (Avg Bid)
    $19 / hr (평균 입찰가)
    34 건의 입찰

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    $4074 (Avg Bid)
    $4074 (평균 입찰가)
    53 건의 입찰