ตัวกรอง

การค้นหาล่าสุดของฉัน
คัดกรองโดย:
งบประมาณ
ถึง
ถึง
ถึง
ประเภท
ทักษะ
ภาษา
    สถานะงาน
    2,000 project code java calculator งานที่พบ, การเสนอราคา USD
    Go Code Troubleshooting Needed หมดเขตแล้ว left

    I need help to fix issue in this url

    $2 / hr (Avg Bid)
    $2 / hr การประมูลเฉลี่ย
    8 คำเสนอราคา

    El proyecto esta implementado solo con html, css y java, lo que busco es que implementar una BD con my sql, agregando php al proyecto sin perder su estructura, que mediante un apartado administrador el cual se implementara en el apartado del footer como un botón para ingresar, declarando el usuario en la BD tenga acceso a un CRUD. Los filtros que se pusieron en los apartados shop y tecnología quisiera que tengan funcionalidad también, ademas de las paginas con los productos que estén listados de 9 productos por pagina, que se muestra en la parte inferior como 1, 2 ,3 ... sucesivamente. adjunto el proyecto para que pueda ser revisado

    $30 (Avg Bid)
    $30 การประมูลเฉลี่ย
    10 คำเสนอราคา
    Custom Realtor Website with Advanced Features หมดเขตแล้ว left

    As a realtor, I need a stellar web developer who specializes in real estate focused website creation that can ...buyers and sellers. Below are the key features I require: - Property Search Functionality: Potential clients should be able to effortlessly search and filter properties based on their unique preferences. - Property Listing Showcase: A visually appealing and user-friendly interface for showcasing property listings. - Mortgage Calculator: An intuitive calculator giving potential buyers a clear understanding of their financial commitments. Ideally, I need this project completed within a month. Experience with real estate websites and a solid understanding of UX/UI principles are essential for this job. Proven track record of delivering within agreed timelines...

    $527 (Avg Bid)
    $527 การประมูลเฉลี่ย
    117 คำเสนอราคา

    CREAR MAZMORRAS PARA UN SERVIDOR DE MINECRAFT CON JEFES Y EVENTOS, SERVIDOR JAVA X BEDROCK

    $43 (Avg Bid)
    เร่งด่วน
    $43 การประมูลเฉลี่ย
    3 คำเสนอราคา
    Game-Item Evaluation Web App หมดเขตแล้ว left

    I want to build an app using WordPress JavaScript/ typescript. I want this to function as an interactive information app in wordpress that will include searching, toggling, tabs to cycle through and a custom calculator. There will be about 87 unique tiles. Each tile will have 3 values used in the calculator and be expanded for more info. This is the general idea. I have attached screenshots of my Figma to give you more of an needs to be usable on mobile tablet and PC. Please let me know if this is possible and/or what the extent of work this would take to make happen. Thank you, Nabil

    $848 (Avg Bid)
    $848 การประมูลเฉลี่ย
    124 คำเสนอราคา
    Cucumber Tests Developer for Java spring project หมดเขตแล้ว left

    As a client with a functioning batch-based application, I'm looking for an expert who can support and work with me for my project : - Implementing cucumber tests with a strong focus on Java Spring Boot and Spring Framework. - Specializing in data processing, specifically relating to payment transactions. Ideal Skills: - Extensive experience writing cucumber tests. - Advanced proficiency in Java Spring Boot, Spring Framework. - Practical experience with batch-based applications. - Previous work with payment transactions data processing is a huge plus. Please note, the handling of the payment transactions itself is not part of this project.

    $505 (Avg Bid)
    $505 การประมูลเฉลี่ย
    50 คำเสนอราคา
    Custom Gaming Random Number Generator หมดเขตแล้ว left

    ...Specifying: I specifically need the generator to create numbers from 1 to 7500. It's crucial for my gaming platform to operate smoothly. Ideal Skills & Experience: - Proficient in Java, C++, or Python. - Prior experience in developing random number generators. - Previous work within the gaming industry is a bonus. - An understanding of the mathematical framework behind random number generation systems. Deliverables: - A fully functional random number generator that fits the specifications above. - Adequate testing to ensure seamless functionality. - Clear and concise documentation of the system and any code. This project is a great opportunity for someone with a solid grasp of mathematics and a knack for efficient coding. Looking forward to your b...

    $24 (Avg Bid)
    $24 การประมูลเฉลี่ย
    21 คำเสนอราคา
    Static QR Code Generator & Database Manager หมดเขตแล้ว left

    I need a QR code specialist with strong skills in database design and web development to build a platform focused on static QR code generation and seamless database management. Key components of the platform will include: - Static QR Code Generation: The primary feature should allow the generation of static QR codes with embedded website URLs. - Database Management: The platform should be backed by a robust database. The database should store all generated QR codes and related data efficiently. Experience with barcode technologies, especially QR codes, and great proficiency in database management systems will prove integral to the success of this project. Knowledge of the best practices for embedding URLs in QR codes is also vital.

    $22 / hr (Avg Bid)
    $22 / hr การประมูลเฉลี่ย
    101 คำเสนอราคา
    Java Spring Boot Backend Development หมดเขตแล้ว left

    I'm looking for an experienced Java developer skilled in Spring Boot for backend development of a project. The preferred database technology is MySQL. Key Requirements: - Must be proficient in Java and Spring Boot - Experience with MySQL Note: There seems to be an issue with one page loading slowly and displaying a 503 problem. An ideal candidate should be able to diagnose and fix this issue. I look forward to working with a problem solver and a skilled developer who can deliver a secure, efficient and reliable backend solution.

    $11 (Avg Bid)
    $11 การประมูลเฉลี่ย
    17 คำเสนอราคา
    Java-Based Dictionary Performances Analysis หมดเขตแล้ว left

    In this project, I'm in need of a proficient Java developer who will perform a series of experiments comparing the efficiency of dictionary implementations using unsorted and sorted arrays. Key Responsibilities: • Implement both unsorted and sorted arrays based dictionary. • Assess the ease of implementation for both. Skills and Experience: • Proficiency in Java programming language is a must. • Strong understanding of arrays and dictionaries in Java. • Previous experience in performance testing will be highly beneficial. • Ability to document results in a clear, concise manner. The main outcome of this project is not just the efficiency measurements, but also an analysis of how simple or complex it is to implement...

    $21 (Avg Bid)
    $21 การประมูลเฉลี่ย
    10 คำเสนอราคา

    I am experiencing some difficulties with my Stripe subscription code, which is written in Node.js and react. The way I'm doing it is, I'm importing stripe using import { loadStripe } from '@stripe/stripe-js' I'm creating a function called handleSubscribe. const handleSubscribe = async (priceId) => { const stripe = await stripePromise; try { const checkoutSessionResponse = await ('/api/create-checkout-session', { priceId: priceId, customerId: customerId, }); const sessionId = ; const { error } = await ({ sessionId: sessionId, }); if (error) { (error); } } catch (error) { ('Error creating or redirecting to

    $21 (Avg Bid)
    $21 การประมูลเฉลี่ย
    9 คำเสนอราคา
    Interfacing PIC16F887- witth SD1302 RTC Source Code หมดเขตแล้ว left

    As an experienced developer in C programming, you will have the opportunity to produce a fully documented source code for reading and setting the time on DS1302 RTC interfaced with PIC16F887. This includes: - Creating both 'Read' and 'Set' functions for the time on the RTC. - Providing a Proteus simulation of the entire operation. - Delivering the completed, error-free code within a strict 6 hour timeframe. Previous experience with microcontrollers and real-time clocks is highly recommended, to guarantee prompt and accurate delivery.

    $15 (Avg Bid)
    $15 การประมูลเฉลี่ย
    5 คำเสนอราคา

    I'm seeking a skilled web designer to re-design my members...so to say. The current design already has features that allow dragging and dropping of widgets which I would like to keep.. I just need things to look better. Please include examples of your past work, specifically any projects where you've incorporated similar features. Demonstrating your experience with these type of functionalities in your application will make you a top candidate for this project. Remember this is for a backend web design. The ideal candidate has experience with executing sites that demand interaction, they have good html, javascrtipt and bootstrap knowlegde. when bidding for this then please start with the following words so that I know a Bot is not bidding on your behalf ""M...

    $479 (Avg Bid)
    $479 การประมูลเฉลี่ย
    184 คำเสนอราคา

    I'm in need of an experienced Java developer and Tester who can perform various tasks towards assessing our trained employees. Your responsibilities will encompass the following: - Developing new features - Debugging and resolving issues - Writing automated tests Your skill in assessing employees' technical knowledge through written assessments, practical coding exercises, and code reviews will be crucial. As this role is strictly tied to Java development, it is essential that you're well-versed in Java's nuances. Preferred skills and experience include: - Extensive Java coding and debugging - Proven experience in creating and conducting IT assessments - Ability to write and employ effective automated tests - Capacity to proficiently per...

    $274 (Avg Bid)
    $274 การประมูลเฉลี่ย
    20 คำเสนอราคา
    Java complex game หมดเขตแล้ว left

    Hello , i can do this game perfectly according to your details. Thanks

    $111 (Avg Bid)
    $111 การประมูลเฉลี่ย
    1 คำเสนอราคา

    Nececito hacer un refrescamiento de web, yo pondré todos los contenidos multimedia que sean necesarios, unicamente nececito que programes el tema en codigo, html, css y creo que java script (creo que tambien es necesario conocimiento en php, pero no lo sé) unicamente hay que hacer modificaciones en la parte estetica, nada del funcionamiento de la página. Esta montada en visual studio con azure, yo les pasaría los archivos de la web existente y ustedes la probarían en el local host. Y nuevamente lo digo, todo el diseño de la página yo lo entrego junto con los contenidos multimedia. No se cual es el precio pero podemos ajustarlo.

    $434 (Avg Bid)
    $434 การประมูลเฉลี่ย
    50 คำเสนอราคา

    Looking for interviewers who can take interviews of USA candidates in technologies like (Java, .NET, Salesforce, Devops, CLOUD) Interviewer needs to have a very strong communication skills and have to be technically sound to ask scenario based questions from candidates.

    $21 / hr (Avg Bid)
    $21 / hr การประมูลเฉลี่ย
    50 คำเสนอราคา
    Web App Criminal Background Check Code หมดเขตแล้ว left

    I need a skilled programmer to build a background check code for my web application. This should be focused on retrieving criminal record information from public databases within a regional/national scope. Requirements: - Strong knowledge of database programming - Proficiency in data retrieval from multiple public databases - Prior experience building background check systems is a plus - Understand the legality and ethics of retrieving criminal record data Please note: As this is focused on regional/national data, a good understanding of local public database sources is essential. No international checks are needed.

    $413 (Avg Bid)
    $413 การประมูลเฉลี่ย
    21 คำเสนอราคา
    Bitmovin API Developer for Multitrack Platform หมดเขตแล้ว left

    I'm seeking an experienced Bitmovin de...of a standalone system that integrates with Bitmovin API. Key functionalities: - Video Uploading - Audio Track Appending - Bitmovin API Integration The system will allow us to upload a video and append multiple audio tracks. The preferred programming language for this project is PHP or Java. The platform should be a web-based, accessible from any operating system. A comprehensive knowledge of PHP or Java, experience with Bitmovin API, and a deep understanding of developing web-based systems are essential for this project. Please include examples of similar projects you've completed in your proposal. This link to Bitmovin community has more information about the requirements:

    $29 / hr (Avg Bid)
    $29 / hr การประมูลเฉลี่ย
    35 คำเสนอราคา
    Team Lead Flutter หมดเขตแล้ว left

    ...tecnologiche. Requisiti richiesti Esperienza pregressa nella gestione e creazione di app mobili di produzione su larga scala Esperienza pregressa nello sviluppo di Flutter e di Android Esperienza lavorativa nello sviluppo mobile Android o iOS Portfolio dimostrabile di applicazioni rilasciate sull'App Store o sul mercato Android. Conoscenza approfondita di almeno un linguaggio di programmazione come Java. Esperienza con librerie e API di terze parti. Familiarità con i principi di progettazione OOP Conoscenza approfondita dell'intero ciclo di vita dello sviluppo mobile, compresi test e creazione automatizzati Eccellenti capacità analitiche con una buona attitudine al problem solving. Eccellenti capacità di comunicazione. Cosa offriamo Tipologia cont...

    $510 (Avg Bid)
    $510 การประมูลเฉลี่ย
    17 คำเสนอราคา

    The developer should have the following skills and experience: 1. Proficient in Java, Kotlin and other programming languages; 2. Have a deep understanding of Android platform, familiar with Android SDK and related tools; 3. -- If you have an already published app you can! Out -- for s-a-l-e! . If you are interested, please feel free to contact us and look forward to further communication with you.

    $17 (Avg Bid)
    $17 การประมูลเฉลี่ย
    4 คำเสนอราคา
    PeerJS Android Java Modifications Needed หมดเขตแล้ว left

    I'm on the hunt for an experienced Java developer proficient in PeerJS who can quickly assist with specific modifications to my existing Android application. I just want to modify this project I just want to use specific session id like "12345" or "adsssdd" which i will enter manually in input box , as its not generating random session id . Also when i end call session not getting destroyed . I just want above application to work smoothly

    $20 / hr (Avg Bid)
    $20 / hr การประมูลเฉลี่ย
    10 คำเสนอราคา

    Can someone make a Calculator program for my TI – 84 plus Texas instruments calculator that can if I were to type any variation of any of these types of problems, it gives me the answer make the program so it is clear and gives me instructions on how to use the program and what to type. I need the program made as quick as possible with no errors in the program I need the program so I can upload it to my Calculator.

    $40 (Avg Bid)
    แนะนำ การันตี NDA
    Data Integration Specialist, Apache Hadoop Savvy หมดเขตแล้ว left

    *Title: Freelance Data Engineer* *Description:* We are seeking a talented freelance data engineer to join our team on a project basis. The ideal candidate will have a strong background in data engineering, with expertise in designing, implementing, and maintaining data pipelines and infrastructure. You will work closely with our data scientists and analysts to ensure the smooth flow of data from various sources to our data warehouse, and to support the development of analytics and machine learning solutions. This is a remote position with flexible hours. *Responsibilities:* - Design, build, and maintain scalable and efficient data pipelines to collect, process, and store large volumes of data from diverse sources. - Collaborate with data scientists and analysts to understand data ...

    $83 (Avg Bid)
    $83 การประมูลเฉลี่ย
    3 คำเสนอราคา

    I'm developing a web application and require an experienced JUnit 4 professional to fortify my project. Key Responsibilities: - Creating robust Test cases - Constructing comprehensive Test suites To make this project successful you should have: - Expert knowledge of JUnit 4 - Extensive experience in Java web application testing - Excellent understanding of assertion method usage - Proficiency in creating test cases and suites With your robust testing capabilities, you'll help ensure our Java web application runs flawlessly.

    $2 / hr (Avg Bid)
    $2 / hr การประมูลเฉลี่ย
    8 คำเสนอราคา
    Website Clone Code Correction หมดเขตแล้ว left

    I'm currently in the process of cloning an e-commerce website (shopify). The majority of the site is working splendidly - about 90% - but there are still some kinks in the code that need to be addressed. Areas needing attention: - images not showing Ideal skills and experience: - I'm really looking for freelancers who have substantial experience in website development and code correction. Prior experience in troubleshooting and problem resolution would be a bonus. Application information: - For your application to be successful, I'd like to know about your experience, specifically any similar projects you've worked on or any issues you've managed to solved in this area. I know it's just a small fix to do so my budget for this is around...

    $121 (Avg Bid)
    $121 การประมูลเฉลี่ย
    43 คำเสนอราคา
    Dynamic Flow Diagram Code Generator หมดเขตแล้ว left

    ...will take advantage of an intuitive drag and drop interface and a Laravel backend setup. Key functional requirements include: 1. Drag and Drop Interface: The script should incorporate an easy-to-use, drag and drop interface. 2. Laravel Backend: The script will need to utilize Laravel on the backend. Familiarity and expertise with Laravel is a top priority. 3. Code Generation: The main purpose of the script is to generate code subjected to different flow diagrams. Mastery in this area is highly recommended. The platform compatibility is flexible as the question was skipped by me, making it acceptable across Windows, Mac, and Linux. Ideally, I am seeking a professional with prior experience in similar projects. I look forward to seeing your detailed proposal. What I�...

    $143 (Avg Bid)
    $143 การประมูลเฉลี่ย
    23 คำเสนอราคา
    Java-Based PDF Generator Creation-- Urgent thing หมดเขตแล้ว left

    I need an exceptional Java developer to create a PDF generator. The primary feature of this PDF generator should be its capability to maintain the original formatting of the source document. As such, it's crucial that the specialist has deep expertise in working with Java and PDF formatting. Key Requirements include: - Proficient in Java programming - Experienced in PDF formatting Please note that multilingual support is not required in this project; the PDF generator only needs to support English language.

    $137 (Avg Bid)
    $137 การประมูลเฉลี่ย
    26 คำเสนอราคา
    Java Developer: UI & Algorithm Enhancement หมดเขตแล้ว left

    I need a talented and experienced Java developer to work on improving and developing new functionalities for my project. Key Responsibilities: - Develop and implement new features in the user interface. - Optimizing and enhancing the performance of the algorithm design. Skills and Experience: The right candidate should have: - Solid knowledge of Java, particularly with the Spring Framework. - Proven experience in UI development and algorithm performance optimization. Your experience in these areas will be invaluable to the success of the project. Looking forward to collaborating!

    $9501 (Avg Bid)
    $9501 การประมูลเฉลี่ย
    87 คำเสนอราคา

    Objective A fully standard complaint lite loaded data collection implementation and integration for Asset Manager application from industrial devices supporting Modbus TCP & DNP3 protocol. • A standard compliant Modbus TCP & DNP3 implementation to collect data from externa...application from industrial devices supporting Modbus TCP & DNP3 protocol. • A standard compliant Modbus TCP & DNP3 implementation to collect data from external devices. • Customized specific attribute data retrieval from the device. • The implementation should be extendable to support new devices without modifying base implementation • The implementation should be either in pure dotnet C# or Java/Kotlin. dotnet & C# are preferred. • The implementatio...

    $5485 (Avg Bid)
    $5485 การประมูลเฉลี่ย
    7 คำเสนอราคา
    Signature Forgery Detection App Developer หมดเขตแล้ว left

    ...forged signatures. Key tasks include: 1. App Development: Designing, coding, and implementing the app efficiently. Experience in developing secure and robust applications is paramount. 2. Real-Time Detection: Integrating the application to allow for real-time identification of forged signatures. Ideal Skills and Experience: - Proficient in Android development and related technologies such as Java or Kotlin. - Experience in creating applications with real-time functionalities. - Background in working with OCR or similar technologies would be beneficial. - Past projects involving secure, reliable data processing and integrity. - Strong understanding of UI/UX design principles to provide the best user experience. Please include examples of similar Android applications you�...

    $89 (Avg Bid)
    $89 การประมูลเฉลี่ย
    5 คำเสนอราคา
    Automated Book Scanning & Conversion Tool หมดเขตแล้ว left

    We are seeking an experienced developer to create a software module that automates the proc...specifically in image processing, OCR technology, and PDF generation. 2. Strong knowledge of programming languages suitable for this project (e.g., Python, C++, Java). 3. Experience with CMYK color conversions and understanding of print production requirements. 4. Familiarity with user interface design and development. 5. Ability to integrate new modules with existing systems. 6. Excellent problem-solving skills and attention to detail. 7. Strong communication and documentation abilities. Deliverables: A fully functional software module that meets the project specifications. Documentation for the module, including setup, usage, and integration guides. Source code and an...

    $292 (Avg Bid)
    $292 การประมูลเฉลี่ย
    17 คำเสนอราคา
    Robust Property Showcase Website Design หมดเขตแล้ว left

    I need a top-drawer website designer with specialty in real estate portal ...properties in an aesthetically pleasing and easily navigable format. Main Features: - Property showcase with high-quality images and descriptions - Advanced property search function for user ease Additional Page Elements: - Mortgage calculator widget - Neighbourhood information for each listed property - Virtual tour capabilities The website must contain more than 11 pages for a comprehensive user experience. Skills and Experience: Ideal candidates should have previous experience with real estate web design and expertise in integrating mortgage calculator tools, neighborhood information widgets, and virtual tours. A successful track record in building efficient and user-friendly search functions...

    $324 (Avg Bid)
    $324 การประมูลเฉลี่ย
    41 คำเสนอราคา
    DevOps for PHP Geolocation Code Creation หมดเขตแล้ว left

    I am looking for a proficient DevOps who can create a PHP code for a Geolocation functionality. This code must be able to: Identify user location and send him to relevant domain for example: User X come from Germany (Country code DE) traffic will go to User Y come from Greece (Country code GR) traffic will go to Else all other user traffic from all other location will go to If you know how to make this code please contact me.

    $139 (Avg Bid)
    $139 การประมูลเฉลี่ย
    6 คำเสนอราคา
    E-commerce Code Debugging & Modification หมดเขตแล้ว left

    I need an experienced developer who can rectify following issues in my e-commerce platform: 1. Shipping charge calculation: For the same customer multiple products can be added and shipping charge should be calculated based on overall quantity. Your role is to analyze these calculation and implement a solution. 2. Checkout Bug: Billing and Shipping address section is not showing up for the same customer next time. Order history page is not loading up for the existing customer. To wrap up, I'm looking for a professional with a strong understanding of e-commerce platforms, payment gateway integration, and shopping cart systems. Should have a knack for problem-solving and debugging. Familiarity with Razorpay integration will be advantageous.

    $104 (Avg Bid)
    $104 การประมูลเฉลี่ย
    19 คำเสนอราคา
    New Application Development: Java & Appian หมดเขตแล้ว left

    Remote Opportunity Job Description: Good knowledge of the product including BPM Fundamentals, Architecture Components, Technical Features such as Designer Features, Configurations in Appi...Features such as Designer Features, Configurations in Appian etc. Should have hands-on experience in design and development in Appian BPM including components such as Tempo, Mobility Features, Forums, Discussions, Pages, Smart Services, Reports, Deployment etc. Should have good knowledge of Java, Angular JS, J2EE, Ajax, JavaScript, JS, XML, XSLT etc. Appian Certification L2. Should have handled teams of size 5-7 and should be able to mentor the team. Excellent analytical and communication skills. Required Skills: Java, Angular JS, React JS, Appian Apply only if you have good experience...

    $30 (Avg Bid)
    $30 การประมูลเฉลี่ย
    6 คำเสนอราคา

    It will be a scheduled call Working hours from 8:30 PM IST to 6 AM IST You have a choice to accept or refuse the call, You will be paid for those hours while you will be working. I am looking for an experienced interview expert who has at least 9+ years of experience in Java SpringBoot full stack development. The ideal candidate should have a strong knowledge of Java SpringBoot, Angular, React, and database technologies.

    $8 / hr (Avg Bid)
    $8 / hr การประมูลเฉลี่ย
    19 คำเสนอราคา
    Java Web Service Consumer Creation หมดเขตแล้ว left

    I'm in need of an experienced Java Developer to construct a web service consumer. This role's primary responsibility will involve: - Creating and implementing a Java web service consumer, although the specific functionality required remains open for discussion. This could include authentication, data encryption, or error handling, based on your expert advice. Ideal Skills: - Proficient in Java - Experience in web service consumption - Knowledgeable in data security strategies - Expert in error handling When applying, please include: - Past work relevant to this project - Your experience in Java and web service consumption - A detailed project proposal on how you plan to fulfil the given requirements Keep in mind that the purpose...

    $9 (Avg Bid)
    $9 การประมูลเฉลี่ย
    5 คำเสนอราคา
    Full Stack Java Developer for Job Search System หมดเขตแล้ว left

    ...Full Stack Java Developer with strong capabilities in front-end development, back-end development, and database management. Your main task will be to develop a job search system specifically designed to find job opportunities. This platform will allow users to customize their profiles to make the job search more personal and efficient. Skills and Experience Needed: - Extensive proficiency in Java - Experience in front-end and back-end development - Proficiency in database management - Familiarity with user interface design and user profile customization - Previous experience in developing job search systems is a plus. Your role is critical to helping users navigate job opportunities easier. If you're passionate about making job search simpler and more efficient, ...

    $344 (Avg Bid)
    $344 การประมูลเฉลี่ย
    29 คำเสนอราคา
    XSS Attack & ZWSP Filter Development หมดเขตแล้ว left

    I'm seeking a seasoned Java developer for an immediate project involving the construction of a Spring Boot filter. The main task centres on the creation and implementation of a filter for all incoming requests to the controller, specifically designed to combat XSS attacks and remove Zero Width Space (ZWSP) characters. Key Project Requirements: - Develop a Spring Boot application filter. - The filter must effectively handle and block all potentials XSS attacks. - The filter must efficiently remove all encountered ZWSP characters. - The developed filter must suitably plug into a Spring Boot application. - The filter should be designed to handle high networking traffic smoothly. Test Cases Require to Cover: - Scenarios of filtering XSS attacks. - Scenarios that de...

    $139 (Avg Bid)
    $139 การประมูลเฉลี่ย
    7 คำเสนอราคา
    Android app Concealer Calculator App. หมดเขตแล้ว left

    ...android 14. Primary Features: - Regular calculator functionality - Capability to hide and run a specific spyware app. Must resemble the samsung calculator found in play store, in both appeance and functionality. While the calculator will serve as the facade, the central functionality of this application is to cleverly conceal and completely run spyware software in the background. No apps available allow the spyware to function properly. It gets very tricky when attempting to enable the necssary permissions. Skills and Experience: - Advanced understanding of Android system - Proficient in Java or Kotlin - Strong knowledge in creating utility apps - Experience in app security and spyware Take note that the specifics regarding the 'Regular calcu...

    $586 (Avg Bid)
    $586 การประมูลเฉลี่ย
    80 คำเสนอราคา
    Expert-Level GIS Developer Required หมดเขตแล้ว left

    I am seeking an experienced GIS Developer to join my project. Although no specific programming languages have been identified, familiarity with Python, Java, C#, and other prevalent languages utilized in GIS development is perceived as beneficial. Key Requirements: - Comprehensive Experience: As an expert-level professional, apply only if you have substantial experience in GIS development. Application Essentials: - Highlight your Experience: Successful applicants should not forget to include a detailed overview of their GIS development experience in their application. Ideal Skills and Experience: - Expertise in GIS development: As an expert, significant knowledge and prior experience in the sector are expected. Overall, I am looking for a GIS Developer who is passionate ...

    $1387 (Avg Bid)
    $1387 การประมูลเฉลี่ย
    16 คำเสนอราคา
    Matlab Code for 3-Body Problem หมดเขตแล้ว left

    I am looking for a Matlab expert who can help me with the creation of effective code specifically designed to solve sets of coupled ODEs. The focus of these sets is the "Three-body problem," which is a dynamic problem often encountered in the area of kinematic chains. Key responsibilities: - Develop Matlab code to solve mentioned coupled ODEs - Ensure the code accurately addresses the "three-body problem" in kinematic chains - Test the code thoroughly for efficacy and accuracy Ideal competencies include: - A strong knowledge and proficiency in Matlab - Familiarity with kinematic chains, and dynamics problems - Previous experience in solving coupled ODEs would be a plus - An understanding of the "Three-body Problem" will be greatl...

    $516 (Avg Bid)
    $516 การประมูลเฉลี่ย
    31 คำเสนอราคา
    Automatic Visa Interview Rescheduling System หมดเขตแล้ว left

    I'm in need of a system that automates the rescheduling of American visa interview appointments. Here are the project requirements: - Monitor the website for available dates - Automatically reschedule when a date becomes available - This system should be developed as an extension - I am open to the system being programmed in any language Ideal skills needed would include web scraping, automation, and proficiency in JavaScript, Python, or Java. Familiarity with the visa appointment scheduling website is preferred but not a requirement. Any interested freelancers should have experience in creating similar appointment scheduling systems.

    $194 (Avg Bid)
    $194 การประมูลเฉลี่ย
    15 คำเสนอราคา
    Solar Savings Auto-Calculator Google Sheet หมดเขตแล้ว left

    I am looking for an experienced freelancer with strong skills in Google Sheets and calculations. The main task is to build an automatic calculator using the Google Sheets platform. This tool will be used for our customers to see their savings after installing a solar system, should be quick and efficient. Key Requirements: - Creation of a Google sheets auto-calculator. - The calculator needs to show bill savings. - I need to be able to manually input each customer's bill stats. - The calculator needs to adjust based on these specific figures. - My company logo needs to be prominent on the sheet. - The project needs to be completed ASAP. Ideal Skills and Experience: - Previous experience creating similar calculators/spreadsheets. - Proficiency in Go...

    $85 (Avg Bid)
    $85 การประมูลเฉลี่ย
    23 คำเสนอราคา
    Require Commands To Interact With Bluetooth Device หมดเขตแล้ว left

    I have a bluetooth device and I want to handle this on ...controlling device functionalities. ===================================================== I have an APK that fully interacts with a Bluetooth device, and I also have the decompiled source code. While the decompiled source isn’t perfect, it does allow me to access all the resources and Java classes. 1. Could you please create a complete Android project that can be run from Android Studio based on the decompiled source code? 2. If you’re able to complete the first task, I’d like to extract the correct Bluetooth commands necessary for handling, and then convert them to iOS commands. For iOS, I don’t need full project, I only want to extract the commands from android like ...

    $315 (Avg Bid)
    $315 การประมูลเฉลี่ย
    34 คำเสนอราคา
    Bash script and Jenkins/sonar Pipelines หมดเขตแล้ว left

    As a system devel...system developer, I am in need of a proficient bash scripting and Jenkins pipeline specialist to help with several tasks on my Linux-based project that also utilizes JavaScript and Java. Tasks involve: Sonarqube integration with jenkins build - Drafting bash scripts - Setting up Jenkins pipelines - Troubleshooting existing scripts or pipelines A successful candidate should have: - Extensive experience with Linux, Jenkins, bash scripting - Proficiency in JavaScript and Java - Proven track record in troubleshooting and resolving scripting issues in a timely manner I am open to collaborating with both intermediate and expert level freelancers. This project provides a great opportunity for bash scripting and Jenkins pipeline professionals loo...

    $138 (Avg Bid)
    $138 การประมูลเฉลี่ย
    27 คำเสนอราคา
    Ogh application หมดเขตแล้ว left

    I am seeking an experienced Android developer to focus primarily on the development of an app, with a core fea...Implement an efficient user authentication system using traditional username and password methods. - Develop a smooth, highly functional app, ensuring seamless performance across different Android devices. Ideal candidates should have: - Extensive experience in native Android app development. - Proficiency in implementing secure user authentication features. - Strong understanding of Android Studio, Java/Kotlin, RESTful APIs, and Git. - An eye for detail in UX/UI aspects, aiming for an intuitive user flow. - Past work showcasing their ability in these areas. Please, include examples of similar projects implemented, particularly those with user authentication, along with...

    $81 (Avg Bid)
    $81 การประมูลเฉลี่ย
    5 คำเสนอราคา
    Japanese QR code payment paypay settings หมดเขตแล้ว left

    I want to set up PayPay payment for Nintendo Game Plaza. PayPal payment review has been completed. Click here for details (payment agency) If you can translate into English and understand it, please help. payment site

    $160 (Avg Bid)
    $160 การประมูลเฉลี่ย
    43 คำเสนอราคา
    E-commerce App Development for Android หมดเขตแล้ว left

    I'm searching for an experienced and skilled Android app developer who can build an e-commerce solution for my business. The ideal candidate will be proficient in Java, the chosen technology stack for this app. Key Requirements: - Expertise in Java (Android) - Demonstrable experience in building E-commerce Android applications - Familiarity with latest UX/UI trends in e-commerce apps This project requires an adept understanding of e-commerce platforms, user-friendly design, and a focus on seamless user journey for shoppers. Your proposal should outline relevant experience and showcase examples of your previous work, especially within e-commerce applications. Let's connect to bring this e-commerce vision to life on Android.

    $212 (Avg Bid)
    $212 การประมูลเฉลี่ย
    5 คำเสนอราคา