Sudoku php java script jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 sudoku php java script jobs found

    I need work at low budget but for long term. I'm looking for a skilled PHP developer who can assist me with some custom/core PHP work. The ideal freelancer for this project should have: - Extensive experience with PHP (specifically custom and core PHP) - Ability to work on simple PHP tasks - Problem-solving skills to enhance an existing application, develop new features or fix bugs Note: The specifics of the work will be provided after the initial discussion.

    $13 / hr Average bid
    $13 / hr Avg Bid
    59 bids

    My VPS is currently down, unable to display any of the hosted websites. A developer attempted to upgrade PHP to version 8.3, but this has led to persistent error messages and issues with Apache2 and MySQL. I'm in need of a freelancer who can help me by: - Reinstalling PHP, potentially downgrading to version 8.0 - Reinstalling MySQL My experience with Ubuntu is limited and I would greatly appreciate assistance. This should be an easy task for ab experienced server admin person

    $56 Average bid
    $56 Avg Bid
    47 bids

    I need a Tampermonkey script designed for Google Chrome that will assist me in automating certain tasks. Key Requirements: - The script should automate Open Folder Of My book mark automaticly , and then close the browser after xx second i uploaded a video to what excat i need from Tampermonkey to do in my browser Ideal Skills: - Proficiency in JavaScript, as Tampermonkey scripts are written in this language. - Experience with Tampermonkey or similar browser automation tools. - Familiarity with Google Chrome's functionalities and bookmark handling. Please note that the script's functionality should be triggered by opening a specific folder bookmark in Google Chrome.

    $30 Average bid
    $30 Avg Bid
    20 bids

    I'm seeking an experienced developer to secure my Java API using OAuth through Auth0. The main security functionalities to be implemented include token-based authentication, role-based access control, and single sign-on (SSO). Key Responsibilities: - Implementing token-based authentication for secure access - Setting up role-based access control to manage permissions - Integrating single sign-on (SSO) for seamless user experience Ideal Candidate: - Proficient in Java with a strong background in API development - Extensive experience with OAuth and Auth0 - Skilled in implementing various security protocols - Knowledgeable in setting up SSO systems - Excellent problem-solving skills and attention to detail

    $49 / hr Average bid
    $49 / hr Avg Bid
    67 bids

    I'm seeking assistance with beginner-level Java programming concepts.

    $17 Average bid
    $17 Avg Bid
    25 bids

    I'm in need of a Python script that will streamline my process of placing Buy orders on the Binance P2P platform. The script should be able to authenticate and execute these orders securely using my API key and secret key. Key Features: - Triggered by: A combination of specific rate and quantity thresholds. - Integration: Seamless with Binance's relevant API for efficient and precise order placement. Ideal Skills and Experience: - Proficient in Python and familiar with Binance API. - Previous experience in developing trading scripts. - Understanding of P2P order placement. - Ability to ensure secure and efficient script execution. This script should save me time and increase my buying efficiency on the platform

    $131 Average bid
    $131 Avg Bid
    9 bids

    I'm looking for a creative radio professional to help me produce a debate on sports. The main goal is to inform the public about the benefits of sports. The format will be individual presentations, so I need someone who can help me script and structure the debate in an engaging way. Ideal Skills: - Excellent understanding of sports and its benefits - Strong scripting and structuring skills - Experience in radio production - Creative thinking to make the debate engaging.

    $537 Average bid
    $537 Avg Bid
    37 bids

    I'm seeking an experienced coder familiar with TradingView to write a script for backtesting my trading strategy and sending buy sell notifications. The strategy relies on price action and a combination of three EMA values at the close of the 1H timeframe. Key Requirements: - Trading View testing script buiding. - Tradingview indicator creating. Ideal Skills: - Proficiency in Pine Script (the scripting language for TradingView). - Strong understanding of trading strategies, particularly those involving EMA. - Experience with developing scripts that generate reports.

    $199 Average bid
    $199 Avg Bid
    50 bids

    I'm looking for a skilled Ninja Trader programmer to create a script for me that will handle automated trading. Key Requirements: - Expert-level understanding of Ninja Trader. - Proficient in script writing for automated trading. - Previous experience in developing trading scripts. Please note that the specific assets or markets the script will trade on, as well as the trading strategy to be implemented, are currently undecided. Therefore, the script should be flexible and adaptable to various trading scenarios.

    $276 Average bid
    $276 Avg Bid
    15 bids

    I'm in need of a seasoned animator who specializes in either 2D or 3D animation to help bring my music video to life. - Theme: The video's theme is comedy, with elements that are controversial, simple, and quirky. - Storyboard and Script: I have both a storyboard and a script ready to guide the animation process. The ideal candidate for this project should be proficient in 2D or 3D animation, have a good understanding of comedic timing and visual storytelling, and be able to interpret and animate according to a provided storyboard and script. Experience with creating animated music videos is a plus.

    $27 / hr Average bid
    $27 / hr Avg Bid
    37 bids
    Short Movie Script Editing
    5 days left
    Verified

    I need a skilled script editor to help me refine the plot structure of my short movie script, specifically focusing on enhancing character development. Key tasks include: - Assessing and altering character arcs to create a more engaging narrative - Suggesting improvements for character development throughout the script Ideal candidates will have: - Proven experience in script editing and screenwriting - A deep understanding of character development and plot structure - Excellent communication skills to articulate suggestions and changes

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

    I'm looking for an experienced mobile app developer who can help me create an Android app. The purpose of this app is to serve as a blog/informational platform. Key responsibilities will include: - Conceptualizi...this app is to serve as a blog/informational platform. Key responsibilities will include: - Conceptualizing and designing an interactive, user-friendly interface. - Implementing features similar to popular blog apps, but with a unique twist. - Ensuring the app is compatible with all Android devices. Skills and experience required: - Proven experience in Android app development. - Proficiency in Java and Kotlin. - Strong understanding of UI/UX design principles. - Previous work on blog/informational apps preferred. Please provide examples of your previous work in...

    $813 Average bid
    $813 Avg Bid
    131 bids

    I need to integrate Osclass classified ad software with Sendy php email marketing software. When users register for an account on my Osclass classified ad website I need a request to join my newsletter on my Sendy application. So the user register with Osclass then Osclass through the file should send the subscription information such as the users name and email to Sendy via the Sendy api. Then the user can choose to confirm his subscription to the newsletter.

    $181 Average bid
    $181 Avg Bid
    1 bids

    ...```python updated_qty[index + 10] = desired_qty[index] ``` - If `desired_qty[index] <= desired_qty[index - 1]`, then: ```python updated_qty[index + 5] = desired_qty[index] ``` - Ensure this is handled without using loops, `iterrows`, or `itertuples`. The entire process must be vectorized for performance. --- ### Deliverables: 1. A Python function/script implementing the vectorized solution using Pandas. 2. Verify correctness by ensuring the output matches the provided "before" and "after" CSV files. 3. Provide clean, well-documented, and maintainable code. --- ### Notes: - The solution **must not use loops** or row-based iteration functions like `iterrows` or `itertuples`. Efficiency is critical. - Use Panda...

    $179 Average bid
    $179 Avg Bid
    57 bids

    ...notifications. Push notifications are also desirable. - Advertising sections: There should be segments on the site for advertising various services, specifically funeral-related products, grief counseling services, and memorial planning services. It should also include advertising for upcoming funerals and anniversaries. The initial target market for the site is Ireland, but it is important that the script is adaptable for replication in other markets. Ideal skills for this job include: - Web Development: Proficient in creating user-friendly and responsive websites. - Backend Development: Experience in developing secure login systems for different user roles. - Notification Systems: Knowledge in integrating mass notification systems, especially with email and WhatsApp. - E-comm...

    $3248 Average bid
    $3248 Avg Bid
    115 bids

    Update your old script . Thanks

    $9 / hr Average bid
    $9 / hr Avg Bid
    1 bids
    Project for TETS
    8 days left

    I'd like to request a quote for "I need some support with my existing automation script... Automation scripts are already developed and my developer gave some feedback, so we need to update the script based on the feedback. Scripts are in javescript in cypress tool.

    $49 / hr Average bid
    $49 / hr Avg Bid
    1 bids

    Program to create these calculations using a wordpress plugin and display shordcode You have to change the style for what you don't like. Decirme precio and tiempo para las 4. It will be 100% responsible

    $49 Average bid
    $49 Avg Bid
    62 bids

    ...links* (remove duplicates). 4.⁠ ⁠Associate each link with an image so that clicking the image will redirect to the corresponding URL. 5.⁠ ⁠Host the application on my domain, ensuring it's easily accessible online. I believe this project may require a *web crawler* or similar scraping technology to efficiently collect and process the data. *Deliverables:* •⁠ ⁠Fully functional application/script. •⁠ ⁠Hosting setup and configuration on my domain. •⁠ ⁠Documentation on how to use the application. *Skills Required:* •⁠ ⁠Proficiency in *JavaScript* or *Python*. •⁠ ⁠Experience with *web scraping* and *web crawlers*. •⁠ ⁠Understanding of *HTML* and *IFRAME structures*. •⁠ ⁠Expertise in *web hosting and deployment*. ...

    $26 Average bid
    $26 Avg Bid
    15 bids

    I'm seeking a talented scriptwriter to create a romantic and heartfelt ceremony script for my upcoming wedding. This should incorporate specific cultural elements, making the script resonate deeply with our heritage. Ideal candidates should: - Be skilled in writing emotional, romantic scripts - Have a good understanding of various cultural elements - Possess experience in writing wedding ceremony scripts Your role will be to craft a memorable script that guides us and our guests through our special day. Please submit examples of your previous work, particularly any wedding scripts or similar, along with your bid.

    $17 Average bid
    $17 Avg Bid
    39 bids

    I'm developing a CRM application using vTigerCRM and need a senior PHP developer to help with module development. Key Responsibilities: - Customize and develop new modules within vTigerCRM - Integrate specific functionalities such as customer tracking and sales pipeline management - Potential for email marketing integration in future upgrades Ideal Skills: - Extensive experience with PHP - Deep understanding of vTigerCRM - CRM development experience is a plus I'm looking for a freelancer who can deliver high-quality work on time and can communicate effectively throughout the project.

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

    Conversion of BetterPro and Big3TOS to Motivewave using Java.

    $1445 Average bid
    $1445 Avg Bid
    1 bids

    I require an experienced codeignitor and java developer to fix integrated gatway of cashfree and integrate Cashfree gateway's auto-payout feature within my CodeIgniter backend for a Java application. Additionally, I need the PhonePe gateway integrated. Key tasks involve: - Fixing minor issues and updating the already set up Cashfree gateway -Integrate Cashfree auto payout gatway - Seamless integration of the PhonePe gateway The ideal developer for this project should have: - Proficiency in CodeIgniter - Experience with Java applications - Previous work with Cashfree and PhonePe gateways - Ability to troubleshoot and rectify gateway issues Please note, I currently do not have specific information on the issues with Cashfree nor the required functionalities for...

    $65 Average bid
    $65 Avg Bid
    12 bids

    ...authomatic report. The queton sof jotform and the answer of jotform must be saved inside my mysql databese, so it is necessary make these changes. And it is necessry show the report inside a web page and create a pdf. The report must have an excellent design, chart and tables create with the information of report of AI. So it is necessary use inside the report page shortcode and connection with a chart script. I asked the steps to OpenAI how create connection to Ai using jotform. I think that is simple solve. I attach the answers. ________________________________________ Using Jotform for WordPress Steps: 1. Creating the Questionnaire on Jotform: o Sign up for a Jotform account and create the form using their editor. o Embed the form on your WordPress site using the Jotform ...

    $129 Average bid
    $129 Avg Bid
    108 bids

    I'm in need of a skilled scriptwriter from India to help develop a script for a drama film. The primary focus of this role will be on character creation. Your task will be to help breathe life into the characters, making them relatable, interesting, and integral to the story. Ideal skills and experience for this job include: - A strong background in scriptwriting, particularly for drama films - Exceptional character creation skills - A deep understanding of Indian culture and sensibilities - Ability to write in English with a high level of proficiency - Experience working with scripts intended for film

    $103 Average bid
    $103 Avg Bid
    14 bids

    I'm looking for a seasoned web developer to create a responsive e-commerce website in Java to showcase and sell shoe products. Key Features: - Product Pages: Each product page should include customer reviews, related products, product zoom functionality, and smoother transitions to enhance user experience. - Visual Style: The overall theme of the site should be modern and minimalist. Ideal Skills: - Extensive experience in Java and e-commerce site development. - Proficient in creating modern, minimalist designs. - Strong understanding of implementing customer reviews and related products on product pages. - Capable of creating smooth transitions for a seamless user experience. Your role will be crucial in ensuring the site is visually appealing, user-friendly, and fu...

    $53 Average bid
    $53 Avg Bid
    51 bids

    I'm looking for a VBA script that will help me manage my schedule more efficiently. The script should take a list of appointments from an attached file and do the following: 1. Insert the appointments into my Outlook calendar according to the specifications in cell B3. 2. Send the appointments to the email addresses listed in column M. The script should be set to run manually, not automatically. I also need assistance deciding on the format for the email notifications. The options are Plain text, HTML, or Rich text. Ideal skills for the job include: - Proficiency in VBA - Experience with Outlook - Knowledge of email formatting Please let me know if you need any further information to give a bid.

    $178 Average bid
    $178 Avg Bid
    32 bids

    I'm looking for an experienced programmer to convert 3 custom Pine Script indicators into Easy Language. The primary focus of these indicators is plotting line graphs. Key Requirements: - Proficient in both Pine Script and Easy Language - Experience with programming custom indicators - Able to accurately translate the logic and functionality of the Pine Script indicators into Easy Language - Capable of implementing line graph plotting in the Easy Language version The project involves taking my custom Pine Script indicators, which are currently designed to plot line graphs, and converting them into equivalent Easy Language indicators. Please reach out if you have the relevant skills and experience.

    $205 Average bid
    $205 Avg Bid
    9 bids

    I have got this. Here is all information Want need is Do Full setup and installation which includes server setup, apps setup, branding and publishing to stores android and IOS

    $215 Average bid
    $215 Avg Bid
    40 bids

    I am looking for an experienced Android App developer who is proficient in Java. The app will serve as a utility tool focusing primarily on file organization. Key Responsibilities: - Develop a file organization utility tool for Android. - Ensure the app supports both local and cloud storage options. Ideal Skills: - Proficient in Java and Android app development. - Well-versed with HTTP and FTP protocol and methodology. Specifically, expertise in POST and GET requests is needed. - Experience with Google Suite/API is a plus.

    $189 Average bid
    $189 Avg Bid
    27 bids

    I have a confidential order flow strategy that I need converted into a script for GoChart to trigger alerts based on specific conditions. Although the specific conditions for the alerts have not yet been defined, I am open to suggestions based on the capabilities of GoChart and the nature of my strategy. Ideal Skills: - Experience with GoChart - Proficient in scripting for trading platforms - Understanding of order flow strategies - Ability to convert complex strategies into simple scripts - Good communication skills for discussing potential alert conditions Please note that the details of the order flow strategy are confidential and will be disclosed only after the project is awarded.

    $442 Average bid
    $442 Avg Bid
    8 bids

    I need a seasoned PHP/Laravel developer to help update the dashboard of our website, EamonExpress.com. The frontend work has already been completed and can be viewed here: Tasks: - Integrate the FedEx tracking API (which will be provided) - Add new features, specifically user analytics and a notification system - Improve the user interface and performance of existing features This is a time-sensitive task that needs to be completed within a day. Ideal candidates should be adept at working under pressure and have a proven track record with PHP and Laravel. Thank you.

    $227 Average bid
    $227 Avg Bid
    249 bids

    I have a football manager game. It runs under PHP 7.0 and TWIG. If you make extensions to this script, new files are created, which are then copied into the relevant directories and are then recognized and integrated by the script. NO changes need to be made to the existing script. So just program new files and copy them in. I am now looking for someone who can write me an appointment calendar module that can then be integrated into the game. I am interested in a long-term collaboration because I have other ideas that I would like to implement. Here is a description of the module I want. With example images: Calendar/appointment calendar module: The basic functions are: (I have attached various example images, overwritten with translations) INFO: The font tha...

    $221 Average bid
    $221 Avg Bid
    86 bids

    My Python Selenium script for checking emails, which integrates 2captcha and proxies, is taking longer than desired. I need a freelancer to help optimize the script for speed, potentially using multiprocessing. Current Script Runtime: The script currently runs for 1-5 minutes. Identified Bottleneck: The slowest part of the script is the Captcha solving. Requirements: - Extensive experience with Python and Selenium - Proficient in script optimization and multiprocessing - Familiar with 2captcha and proxy integration - Able to work within existing script parameters (no changing of captcha service) I am seeking a professional who can deliver a faster running script, improving my email checking efficiency.

    $814 Average bid
    $814 Avg Bid
    119 bids

    Looking for a skilled developer to create a script for an online poker game by using Python or Javascript. Ideal Skills Include: - Proficiency in Python or Javascript - Expertise to create Script for the online Game. - Previous experience of developing online Game. I'm open to discuss more in chat. Thanks in advanced.

    $173 Average bid
    $173 Avg Bid
    37 bids

    I have a medium-sized Java project (5,000 - 15,000 lines of code) that I need to convert to Golang. This project is a web-application using SOAP and some interfaces in REST without any graphical web this is full gateway witch received, process and send msg to other side, Key Requirements: - Ensure all functionalities are preserved Ideal Skills: - Proficiency in both Java and Golang - Experience in converting Java projects to Golang - Knowledge of command-line tools development - Familiarity with Hibernate and equivalent Golang libraries

    $4031 Average bid
    $4031 Avg Bid
    23 bids

    I'm seeking a professional web developer with strong PHP skills to create a web scraping script. This script will collect headings and images from a specific stock image site, primarily the vector website. Key Requirements: - The script should download images in a ZIP format, not individual files. - Along with the images, the script should also collect the "Image description" metadata. Ideal candidates should have: - Proven experience in creating web scraping scripts, particularly for stock images sites. - Strong proficiency in PHP or similar programming languages. Please, only apply if you have the required experience and skills. I look forward to your proposals.

    $117 Average bid
    $117 Avg Bid
    56 bids

    ...Payment success and failure callbacks must function correctly. Layout Issues: Minor UI/UX glitches, including misaligned elements and inconsistent spacing across different screens. Issues with responsive design causing layout distortion on devices with smaller screens. Some buttons and interactive elements are not functioning as expected. Requirements: Strong experience in Android development using Java/Kotlin. Expertise in troubleshooting and fixing payment gateway integrations, specifically Razorpay. Proficiency in UI/UX design to resolve layout issues. Familiarity with responsive design principles to ensure a seamless user experience across all device sizes. Deliverables: Fully functional Razorpay payment integration. Fixed and polished app layout with no visual or function...

    $6 / hr Average bid
    $6 / hr Avg Bid
    15 bids

    Looking for an Expert in WordPress, JavaScript, and PHP for Immediate Work Project Description: I am looking for a highly qualified professional with advanced experience in WordPress, JavaScript, and PHP, who is available to start immediately. ISTRUCTIONS: Job Details: Candidate Requirements: • Proven experience in handling complex WordPress projects. • Ability to create and modify custom scripts. • Attention to detail and ability to resolve bugs effectively. Timeline: Immediate availability required. Deadline: approximately 24 hours from assignment Payment Terms: MAX $60 USD | Payment will be made only if all the issues listed above are successfully resolved. If all issues are not resolved

    $64 Average bid
    $64 Avg Bid
    122 bids

    I'm in need of a talented scriptwriter who can help me create engaging scripts for my travel-themed content on YouTube and Instagram Reels. The ideal candidate will have: - A strong understanding of travel-related content and the specific appeal of travel personalities. - Proven experience in writing scripts for online platforms, particularly YouTube and Instagram. - Ability to write in a concise, engaging manner that captures the audience's attention. Your scripts will help me connect with my audience and share my travel experiences in a fun and entertaining way. If you have a passion for travel and a knack for scriptwriting, I'd love to hear from you!

    $92 Average bid
    $92 Avg Bid
    59 bids

    I'm in need of an Illustrator script that can automate several tasks for me. This includes creating layers and renaming them, creating text labels, and changing stroke and fill areas. Key Tasks: - The script/s should be able to create layers and rename them according to specific guidelines. - The script/s should be able to move nested elements to the correct layer - It should generate text labels and handle various aspects of these labels, including font style and size, alignment, and text color. - Lastly, it should also manage modifying stroke and fill areas. Ideal Skills and Experience: - Extensive experience with Adobe Illustrator scripting. - Strong understanding of Illustrator's layer, text, and color management systems. - Ability to create a scrip...

    $174 Average bid
    $174 Avg Bid
    65 bids

    I'm in search of passionate and skilled IoT Developers to become a part of our vibrant team. Whether you're a fresh graduate keen to ...you. Our team is engaged in creating state-of-the-art IoT solutions for the Industrial sector. Key Responsibilities: - Develop innovative applications that link devices and shape the future of technology. - Work on advanced IoT solutions tailored for Industrial IoT. Ideal Skills and Experience: - Strong understanding of IoT concepts. - Proficiency in programming languages like Python, C++, or Java (preferred). - Familiarity with IoT platforms such as MQTT, AWS IoT, or Azure IoT Hub (preferred). Join us to innovate, learn, and evolve in a collaborative and technology-driven setting. Apply now to be a part of the IoT transformation in th...

    $468 Average bid
    $468 Avg Bid
    13 bids

    I need a simple PHP script that can interface with my Outlook/Office 365 mail service via OAuth2. The script should be able to send and receive emails, as well as handle unread emails in a specific way. Key Features: - Sending and receiving emails - Marking unread emails as read - Outgoing emails containing email body, attachments, and custom headers Ideal Skills: - Proficient in PHP - Familiar with Outlook/Office 365 and its mail service - Experienced with OAuth2 - Knowledgeable in email handling and scripting Please ensure your bid reflects your experience and capability to deliver this project within a reasonable timeframe.

    $208 Average bid
    $208 Avg Bid
    147 bids

    I have an R script stored in a SharePoint folder that I would like to automate on Azure (or Fabric). Specifically, I would like to: 1. Schedule the script to run every hour on a cloud platform. 2. Ensure the script executes even when my local PC is not running. 3. Save the output as a new Excel file directly to the designated SharePoint folder. The R script read some files form the same SharePoint folder, making some basic data transformation and saves an excel file right back to the same SharePoint folder

    $260 Average bid
    $260 Avg Bid
    32 bids
    codecanyon Script
    5 days left
    Verified

    I have got this. Want need is Do Full setup and installation which includes server setup, apps setup, branding and publishing to stores android and IOS

    $257 Average bid
    $257 Avg Bid
    47 bids
    Clojure Language Development
    5 days left
    Verified

    Clojure language 7+ Years Remote 3 to 6 Months As per the market standard If you have a strong background in Any Cloud (AWS, Azure, GCP), JAVA, JavaScript/TypeScript or Python as well, that's a major plus. JOB DESCRIPTION and RESPONSIBILITIES Develop, maintain, and improve Clojure-based applications in a team environment. Engage in the entire development lifecycle, including concept, design, testing, and deployment. Write clean, efficient, and testable code. Conduct code reviews and collaborate with peers to ensure high-quality software standards. Assist in diagnosing and resolving application issues. Stay up-to-date with emerging trends in Clojure development and related technologies. Proactively identify and communicate improvements that can be implemented in the product. ...

    $2260 Average bid
    $2260 Avg Bid
    12 bids

    I need an experienced developer to create an API for my PHP script, which primarily processes data - specifically images and videos. The API should support a range of operations including: - Upload: Allowing new images and videos to be added. - Edit/Transform: Enabling modifications to the data as needed. - Retrieve/Access: Providing the ability to access the data on request. - Download: Facilitating the downloading of data. - Filter: Allowing for the application of different filters to the data. Ideal candidates should have a strong background in PHP, API development, and data processing. Experience handling image and video data is a significant plus. Please provide examples of similar projects you've completed in your proposal.

    $222 Average bid
    $222 Avg Bid
    114 bids

    I need help setting up my Apache server for a Perl script I have. I don't know how to configure it. Key Tasks: - Configure the server to support the script, primarily focusing on module and library dependencies. - Provide recommendations for necessary modules and libraries to install. Ideal Skills and Experience: - Proficiency in Perl and server configuration, particularly with Apache. - Experience with diagnosing and resolving module and library dependencies. - Ability to recommend and install necessary modules and libraries. - Good communication skills to explain the process and reasoning behind the recommendations.

    $61 / hr Average bid
    $61 / hr Avg Bid
    20 bids

    My Java code is throwing an error: "Connection HTTP Response Code: 407 Proxy authentication required. Check your proxy credentials." I need a professional to help me fix this issue. Details: - I am using an HTTPS Proxy. - The proxy requires username and password authentication. - The library used for handling HTTP requests in my Java code is HttpURLConnection. Ideal Skills: - Proficient in Java programming. - Experienced with proxy configurations and authentication. - Familiar with the HttpURLConnection library.

    $30 Average bid
    $30 Avg Bid
    30 bids
    PHP Job Board Web Application
    5 days left
    Verified

    I'm looking for a skilled PHP developer to create a web application similar to Naukri, a popular job board. The application should allow job seekers to search for jobs and employers to post job vacancies. Key Responsibilities: - Develop a user-friendly job board - Implement features for job posting, searching, and application tracking - Create a resume upload feature Ideal Skills: - Proficiency in PHP - Experience with web application development - Knowledge of job board functionalities A modern and clean design is preferred.

    $149 Average bid
    $149 Avg Bid
    49 bids