Automatically sms forwarder javaроботи

Фільтрувати

Мої недавні пошуки
Фільтрувати по:
Бюджет
до
до
до
Тип
Навички
Мови
    Статус роботи
    2,000 automatically sms forwarder java робіт знайдено, ціни вказані в USD

    Ищем человека для разработки небольшого приложения. Его задач...просмотру и использованию сообщений на телефоне. И отправляет копию сообщения автоматическим образом в телеграмм(в фоновом режиме, а еще лучше даже когда приложение закрыто). Есть примеры похожего проекта в случае чего. We are looking for someone to develop a small application. Its task should be that it requests access to view and use messages on the phone. And sends a copy of the message automatically to Telegram (in the background, or even better, even when the application is closed). There are examples of a similar project if something happens.

    $287 (Avg Bid)
    $287 Сер. заявка
    6 заявки

    До цих 6 завдань я надам код прикладу, як це повинно виглядати, опис завдань, як їх треба зробити. Все це треба завантажити на Github у мій репозиторій .Та також важливий аспект щоб воно працювало. Від вас очікується швидка робота, на що я щедро заплачу.

    $23 (Avg Bid)
    $23 Сер. заявка
    6 заявки

    Курсова робота з об'єктно орієнтованого програмування мовою Java, подробиці у файлі.

    $34 (Avg Bid)
    $34 Сер. заявка
    3 заявки

    Є сайт на HTML + CSS. Для нього необхідно зробити корзину, щоб клієнт міг додати кілька товарів в корзину і купити їх. Краще, щоб корзина була створена за допомогою JAVA. $50

    $30 - $250
    $30 - $250
    0 заявки
    Створити веб-сайт Закінчився left

    Написати веб-сайт через OpenServer .Повний опис завдання у прикріпленому документі.Тема сайту"Мова програмування Java".

    $14 / hr (Avg Bid)
    $14 / hr Сер. заявка
    4 заявки

    Використати сингулярний розклад прямокутної матриці до розв'язування систем лінійних алгебраїчних рівнянь, методом Гревіля або склетним розкладом матриці в мові на вибір с++, c#, java, python. Програма повинна бути описана. При реалізації методу Гревілля треба звернути увагу, що дійсне число дорівнює нулю, якщо його абсолютна величина менша деякого малого числа (наприклад, 10 у мінус шостому степені, бо операції над дійсними сислами виконуютьсія наближено). Створити зручний інтерфейс. Теорія в книзі Гантмахер Ф.Р. - Теория матриц.pdf ст.32-40

    $30 (Avg Bid)
    $30 Сер. заявка
    1 заявки
    Windows Exe App for Automated Trading 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I am looking to create a Windows exe trading application that will leverage an API for automated trading strategies. Key Features: - Order Placement and Management: The primary function of the app is to place and manage trades based on predefined criteria. It should be able to execute trades automatically without the need for manual intervention. Ideal Candidate: I am seeking a developer with a background in finance and algorithmic trading who can bring the following skills and experience to the project: - Proficiency in Windows application development using Python or similar languages. - Experience with trading APIs, particularly in the context of order execution and management. - A solid understanding of trading strategies and the ability to translate these into functional cod...

    $301 (Avg Bid)
    $301 Сер. заявка
    4 заявки

    I'm in need of an AI-based image editing solution that can replace skies and chromakey functions for our web-based applications. Key Features: - The primary goal of this AI image editing solution is to automatically perform color correction, chromakey, and sky replacement on images. - The tool should be able to process a large number of images with speed and accuracy, enhancing the visual appeal of our content. Compatibility: - The solution needs to be compatible with web platforms, ensuring seamless integration and operation within our existing systems. Ideal Skills and Experience: - Strong proficiency in Python programming, particularly in the development of AI solutions. - Previous experience in image processing and editing, with an emphasis on color correction and chrom...

    $526 (Avg Bid)
    $526 Сер. заявка
    33 заявки
    Improtxml google sheet scrape 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need to scrape data from a website. I'm stuck with an error. I used improtxml to scrape data from a class in a website I know. However, the fact that this website has classes has a problem: . While on page 1 there will be that text data, but on many pages, that text data is not there and i...and it is accidentally pushed up to insert the class data below into the previous class data. To make it easier to imagine, there will be 4 rows. I will need to get a fix for each row into the google sheet. However, there are pages where I insert the link and there will be no row 3 or row 2 and then row number 4 will be inserted into row number 3, making the data incorrect. I need improxml to automatically check the syntax, if it is correct, it will be filled in and if it is wrong, the bo...

    $21 (Avg Bid)
    $21 Сер. заявка
    20 заявки

    Busco desarrollador web para realizar una página exclusivamente con Java, Javascript, HTML, CSS (puede usar Bootstrap) con base de datos MySQL utilizando XAMPP (phpmyadmin) y Apache NetBeans/Eclipse como entorno. La pagina tiene que tener un inicio de sesión/registro de 2 tipos de usuario (usuario cliente y administrador). La pagina tendrá un menú de navegación en la parte superior con varias pestañas: inicio (introduccion a la web, ultimas noticias, etc), videojuegos (aqui estaran todos los videojuegos de la web con un filtro de busqueda por genero y plataforma sacado de la base de datos donde se ve el nombre de cada uno, foto de su portada, genero, plataforma, fecha de lanzamiento, etc. y alguna opcion para ponerles nota, opinar, añ...

    $147 (Avg Bid)
    $147 Сер. заявка
    32 заявки
    Java Code Fix Needed 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    ...private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can

    $25 (Avg Bid)
    $25 Сер. заявка
    14 заявки
    UPI Payment Automation with WhatsApp Integration 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need to automate the process of sending UPI payment links to my clients and recording the payments they make. Key Requirements: - Integrate UPI as a payment method for my business - Develop a system that automatically sends the payment links to customers - Record the customer details and the payment information each time a payment is made The ideal freelancer for this project will have: - Proficiency in UPI and payment gateway integrations - Experience in automating payment processes - Familiarity with WhatsApp API for sending messages - Knowledge of data recording and management systems - Previous experience in developing similar systems would be a plus Please indicate your relevant experience when bidding. Thank you.

    $153 (Avg Bid)
    $153 Сер. заявка
    11 заявки
    Online Form Auto-fill System 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for an adept programmer who can create a system that automates the process of filling online forms with data. The ideal candidate should h...knowledge of form-based online platforms - Proficiency in cross-verifying data with existing databases Key tasks: - Design and set up an automation system to accurately fill online forms with data. - Implement a cross-verification function that checks the data to be filled against existing data to ensure its accuracy. My expectations for this project are a system that will accurately and automatically populate online forms, saving valuable time and reducing potential errors caused by manual data entry. Your ability to add a cross-verification step into this automated process is crucial, guaranteeing the reliability of the...

    $90 (Avg Bid)
    $90 Сер. заявка
    26 заявки
    Android Java Login Screen With Token Auth 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    My project involves the development of an Android mobile app, primarily as a business tool with accounting capabilities. Key Features: - Splash Screen & Login with Auth Module: The app should have a splash screen and a login page that is modern and sleek in design. Your Skills: - Strong experience in Java for Android app development. - Knowledge in creating authentication systems. - Familiarity with inventory management and accounting concepts. I'm looking for a skilled developer who can bring these elements together in a user-friendly manner. The design should be modern and clean, reflecting the professional nature of the app's purpose.

    $98 (Avg Bid)
    $98 Сер. заявка
    30 заявки

    I'm in need of an experienced Java Full Stack Developer to build a comprehensive application with the following features and requirements: - **Features and Functionalities** I need the application to have the following features: - User registration and login: A secure and user-friendly way for users to create accounts and log in. - Payment processing: A seamless payment processing system. - Data encryption: Robust data encryption measures to ensure user data is safe and secure. - **Design and UI/UX Requirements** I'm looking for a modern and clean design that is responsive and mobile-friendly. The interface should be intuitive and user-friendly, making it easy for users to navigate and interact with the application. - **Integration and Third-Party Service...

    $11 / hr (Avg Bid)
    $11 / hr Сер. заявка
    35 заявки
    TouchDesigner Python Email Video Script 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a skilled TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably across different email platforms...

    $520 (Avg Bid)
    $520 Сер. заявка
    38 заявки
    laravel Software Debugging and Customization 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm urgently in need of a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identi...a software developer who can help me fix some bugs in my software and make some necessary adjustments to the code. Key Requirements: - Debugging: You should be experienced in identifying and resolving bugs in software. - Code Customization: The project may require some customization of the code to ensure it meets my requirements. Your experience with software development, particularly with Java, Python or C++, will be highly regarded. The project is quite urgent, so I'm looking for someone who can start immediately and deliver fast, but without compromising the ...

    $40 (Avg Bid)
    $40 Сер. заявка
    41 заявки
    Automated Employee Time Sheet on Google Sheets 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need an employee time tracking system on Google Sheets. The system should automatically calculate total hours worked, allow for marking employees as present or absent, and have fields for project number and name. Key Features: - Automatic Calculation: The system should calculate the total hours worked by every employee within the specified date range. - Attendance Tracking: There should be an option to mark employees as present or absent. - Project Details: Each row should contain fields for the project number and name. - Multi-employee Handling: The system should accommodate multiple employees' data in a combined sheet. Skills and Experience: - Proficient in Google Sheets - Experienced in creating automated time tracking systems - Familiarity with employee attendance track...

    $114 (Avg Bid)
    $114 Сер. заявка
    50 заявки

    Seekin...customer experiences is crucial. - Sales Reporting: We require comprehensive sales reports to review our business's progress and areas for improvement. Users: The software should easily accommodate 1-5 users at once, with unique access capabilities for each user. Ideal Candidates: I'm seeking professionals with experience designing and developing business-centric software. Experience with .NET, Java, or other relevant programming languages would be beneficial. Knowledge of Windows-based software development and expertise in back-end databases are essential. Applicants who understand the needs of small-to-mid-sized businesses and have previously developed software within these parameters will be viewed favorably. Ensure your bid reflects your ability to fulfill...

    $98 (Avg Bid)
    $98 Сер. заявка
    19 заявки
    Software Quality Assurance Tester -- 2 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I need someone to help me with my weekly projects that involve Quality Assurance Testing and Consultancy services for a few major international tech firms. Projects and work are continuously available so there is plenty of work weekly We will work through re...subject to approval. I AM LOOKING FOR TESTERS AVAILABLE ON WEEKENDS mainly, although you can also work on weekdays. If you CANNOT work on weekends please DON'T APPLY. We would expect you to be available on an on-call basis so please share your sleep or unavailable hours in the proposal. Please acknowledge this in your proposal too. If you ignore these acknowledgement points your proposal will be automatically overlooked. Payments are per hour you spend, will be recorded daily and will be settled with bi-weekly or mont...

    $7 / hr (Avg Bid)
    $7 / hr Сер. заявка
    43 заявки

    As an Android developer, I am seeking a professional with expertise in Android Studio using Java who can support me in executing key tasks for my app. The main areas of support needed are app functionality and bug fixing. Key Tasks: - App Functionality: Your role will involve implementing and refining specific functionalities within the app. This includes features like push notifications and user authentication. Ideally, you will have a strong understanding of Android development best practices and be able to translate user requirements into tangible features that enhance the app's overall usability and appeal. - Bug Fixing: Being able to troubleshoot and resolve any technical issues or bugs that may arise during the development process is crucial. Your ability to debug, test...

    $136 (Avg Bid)
    $136 Сер. заявка
    19 заявки

    I'm looking for a skilled programmer to help me convert my invention into an app for iOS and Android devices. It is preferred that you're located here in SAN DIEGO, CA...however it's not absolute. Key requirements: - I'm open to the programming language, so your expertise in Python, Java, or C and C ++ would be beneficial in guiding the decision. - The main functions the app should possess are user authentication and data storage. I will require a Non Disclosure Agreement [NDA] to proceed with details of the invention. If you've got experience in app development [Coding] and can help me bring my invention to life on mobile devices, please reach out. Looking forward to working with you! Thanks, Mike

    $18 / hr (Avg Bid)
    $18 / hr Сер. заявка
    60 заявки
    Wordpress + python 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    Python Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. Th...Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. The script will: Develop a Python script to automate Photoshop operations. Integrate the script with WordPress/WooCommerce to retrieve order details. Automatically open Photoshop and modify PSD files based on customer orders. Update text layers with customer input and save customized tem...

    $150 (Avg Bid)
    $150 Сер. заявка
    18 заявки
    SEO Content Generation 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    Objective of the project The goal of the project is to develop an automated system that generates high-quality content related to beauty, cosmetics, skin and hair products, and makeup. This system must: Collect content from various sources (URL, RSS, XML) configurable by a Super User. Filter and process such content using artificial intelligence (AI) to improve it. Automatically publish enhanced content to a WordPress blog and various social networks. Provide an intuitive administration panel for managing system sources and configurations. Technologies and Tools Used Backend: Django Frontend: React Database: MySQL or PostgreSQL Monitoring: Prometheus and Grafana Containers and Orchestration: Docker and Kubernetes This project is already validated by AI tools to correct errors in ...

    $33 - $272
    Прихований
    $33 - $272
    9 заявки
    Wordpress and python developer -- 2 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    Python Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. Th...Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. The script will: Develop a Python script to automate Photoshop operations. Integrate the script with WordPress/WooCommerce to retrieve order details. Automatically open Photoshop and modify PSD files based on customer orders. Update text layers with customer input and save customized tem...

    $131 (Avg Bid)
    $131 Сер. заявка
    21 заявки
    Wordpress and python developer 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    Python Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. Th...Script Developer for Photoshop Automation & WordPress/WooCommerce Integration We are seeking a freelance Python developer to create a script that automates Photoshop tasks and integrates with WordPress/WooCommerce for product customization. The script will: Develop a Python script to automate Photoshop operations. Integrate the script with WordPress/WooCommerce to retrieve order details. Automatically open Photoshop and modify PSD files based on customer orders. Update text layers with customer input and save customized tem...

    $7 / hr (Avg Bid)
    $7 / hr Сер. заявка
    10 заявки

    I need an experienced programmer who can create a bot that will be used for automated trading on Binary.com. Key Functionalities: - The bot will be designed to execute trades based on predefined strategies. This means it should be able to analyze market conditions and place trades automatically as per the set strategy. Ideal Skills and Experience: - Proficient in Python: Since Python is my preferred programming language for this bot, you should have demonstrable experience in programming with Python. - Knowledge of Binary Trading: A good understanding of binary trading platforms and how they operate is a considerable plus. - Experience with Automated Trading: Prior experience in developing bots for automated trading is highly preferred. - Familiarity with : Given that the bot

    $186 (Avg Bid)
    $186 Сер. заявка
    11 заявки

    CAFE NAME: BIgmug Cafe Color black and white I'm looking for a creative logo design for my chain of cafes that can compete in the western market. Like Starbucks, Java House, Mugg & Bean I don't have any specific ideas for the logo yet, so I'm counting on your expertise to bring something unique to the table. Key Points: - The logo must convey a modern and innovative vibe, capturing the essence of my franchise cafe's vision. It should be memorable it’s extremely important it’s unique and memorable like starbucks - I'm specifically looking for a design in black and white or grayscale, so please ensure this is incorporated effectively.

    $100 (Avg Bid)
    Гарантований
    $100
    375 робіт
    Telegram API Multi-Threaded Inviter 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I am looking for Telegram expert who have done similar projects in the or beginners please dont bother i do not have time to explain over and over again. So this is the requirements for the project: Inviter script must have some user friendly interface (HTML or app interface like Java or similar) Inviter script will take inputs of multiple Telegram API’s (accounts) total from 5 or 10 accounts a) API ID b) API Hash All API’s (Accounts) would be added to target channel/group as admins Script will read files where all accounts to be invited will be listed in the following format: @jacksparow @did738 @simao79 @wiro … The user file will contain anywhere from 1000-2000 users thats why i need script to be multithreaded and add Users from 10 Telegram ...

    $173 (Avg Bid)
    $173 Сер. заявка
    11 заявки

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $20 / hr (Avg Bid)
    $20 / hr Сер. заявка
    14 заявки

    ...Features: - Ride Optimization Algorithm: The platform must have an algorithm that helps drivers select long and more profitable rides in real-time. - Real-Time Demand Prediction: It should also predict real-time demand to help drivers make informed decisions. - Fare Estimation Tool: The platform should have a feature to choose the longest and pricing ride from the App ride pool, as well as automatically accept the best rides for the driver. Additional Features: - Reduce the time between rides - Show the surge zone during the rides - Allow unlimited trip destination filters The platform must be compatible with iOS and Android devices, ensuring accessibility to a wider range of drivers. The ideal candidate should have experience in developing similar ride optimization tools and h...

    $516 (Avg Bid)
    $516 Сер. заявка
    44 заявки
    Trophy icon Website Banner Design 29 дні(-в) left

    I'm in need of a professional and visually appealing banner for my website. The banner should be a balanced mix of text and images, adhering to a specific color scheme. Please upload the finalized design incorporating our logo for website consideration; any mock-up submissions will be automatically disregarded. You will find the necessary information attached for creating the banner, which focuses on the KTT Telex services offered by the bank. All details about this service are included in the attached file. **Key Requirements:** - Design a website banner with a mix of text and images - Use the specific color scheme as the banner currently showcased on the website: https://prominencebank.com. - Banner Size: 1903x560 cm **Ideal Skills:** - Graphic Design - Web Design - Profi...

    $50 (Avg Bid)
    Гарантований
    $50
    26 робіт

    I'm in need of an experienced developer to create a single-page website for me using WordPress. The primary goal of this website is to provide information about the services that I offer. Kindly upload the finalized design incorporating our logo for website consideration; any mock-up submissions will be automatically disregarded. Key Requirements: - Development of a single-page WordPress website - Theme selection and customization to match a neutral and professional color scheme - Use a specific color scheme as the pages currently showcased on the website: https://prominencebank.com. - Inclusion of a 'Services' section The ideal candidate should have: - Proven experience in WordPress website development - A good eye for design, with the ability to match a neutral ...

    $75 (Avg Bid)
    Гарантований
    $75
    17 робіт

    I'm in need of a full-time, mid-level software developer to join our e-commerce company. You should be proficient in Python, Java, and PHP. Your primary responsibilities will include: - Coding and programming: Developing robust, scalable software solutions for our e-commerce platform. - Database management: Ensuring the efficient operation of our databases and managing related processes. - Bug fixing and troubleshooting: Identifying and addressing software issues to maximize performance. Your experience should ideally span 2-5 years, giving you a good understanding of the nuances of software development. In addition to your technical prowess, you should be able to work efficiently within a team and communicate effectively. Your input will be crucial in enhancing our e-commer...

    $24 / hr (Avg Bid)
    $24 / hr Сер. заявка
    49 заявки
    AI Developer Required 6 дні(-в) left

    I'm in need of a seasoned AI developer to assist with a project that involves a variety of AI tasks. The ideal candidate should be proficient in Python and Java, with a solid understanding and experience in the following areas: - Natural Language Processing - Machine Learning - Computer Vision The project will involve a mix of training machine learning models and using pre-trained models. The output of the project will be a functional AI system that integrates these three areas seamlessly. Ideal candidates will have a deep comprehension of AI-related algorithms, excellent problem-solving skills, and an ability to work both independently and as part of a team.

    $22 / hr (Avg Bid)
    $22 / hr Сер. заявка
    51 заявки
    WordPress Webpage for Interactive Excel Data 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I ...WordPress developer with experience in Excel operations and data showcasing. Key tasks: - Create a WordPress page that extracts numeric and text data from an Excel sheet. - Implement highlights and color-coded information on the webpage for better readability and understanding. - The data on the Excel sheet will be updated on a monthly basis, hence the website should be able to fetch the data automatically upon any modifications. Ideal skills: - Proficiency in WordPress and Excel integration - Experience in creating visually appealing data showcases or infographics - Strong understanding of data extraction and display technologies The aim is to have a user-friendly webpage that accurately represents the updated data information in an easy-to-grasp, aesthetically pleasi...

    $14 (Avg Bid)
    $14 Сер. заявка
    21 заявки

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $501 (Avg Bid)
    $501 Сер. заявка
    27 заявки
    Java Spring Boot Developer Needed for MQTT Integration 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm seeking a skilled Java Spring Boot developer to refine and extend existing code with MQTT integration. Key requirements: - Fixing issues with code execution, incomplete functionality, and performance. - Incorporating Influx library into the codebase. - Enable automatic messaging to multiple MQTT topics, following specific logic. - Tracking and managing duplicates based on both time and counters, and taking action accordingly. Ideal skills for this project: - Proficiency in Java, Spring Boot, and MQTT. - Knowledge of working with libraries, specifically Influx. - Experience with time series data and counter management. - Previous projects involving MQTT topic management. - Strong understanding of code optimization. I'm open to having a web service conversatio...

    $19 (Avg Bid)
    $19 Сер. заявка
    11 заявки

    ...will be crucial to help me interpret and visualize data effectively. - Developing software or web applications. I am working with Java/Spring/JavaFX and am open to creative development ideas and solutions. - Designing logos and visuals. Your ability to create engaging and unique visuals will be a big asset to my projects. I am currently using Word 2010 and will be working with Java/Spring/JavaFX for the programming aspect of this project. The ideal candidate should possess the following: - Proficiency in Word 2010 and earlier. - Strong skills in Excel for data analysis and spreadsheet creation. - Experience in software and web application development with Java/Spring/JavaFX. - A creative flair with a keen eye for graphic design, particularly in logo design. If y...

    $490 (Avg Bid)
    $490 Сер. заявка
    27 заявки
    PHP SMS System Customization 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    I'm looking for a skilled developer to help me customize my current PHP SMS system. It's primarily used for sending notifications. I have the script and has been working with twilio, however all of a sudden it stopped working due to twilio changes I need assistance in modifying the script

    $43 (Avg Bid)
    $43 Сер. заявка
    27 заявки
    OOP-Based Java Development 6 дні(-в) left
    ПІДТВЕРДЖЕНО

    This is an assignment with 5 stages that 2/5 are done and Half of the remaining stages are done as well I want someone to help me finish it and the projects has a guidline and some libraries limitations plus an inbuilt automarker

    $25 (Avg Bid)
    $25 Сер. заявка
    22 заявки

    ...Minimum Viable Product (MVP) of an Android application for inventory management and tracking using GPS and Bluetooth beacons. Technology: Flutter Key Requirements The Application -------------------------- - The app should primarily be developed in Flutter. However, since a Foreground service is required to run indefinitely in the background, it is acceptable to create this service in Kotlin or Java. Communication between Flutter and the native code should be done via Platform Channels (MethodChannel and EventChannel). User Interface ----------------------- The app should have three main screens: - Splash Screen: Displays the app logo. - Login Screen: User authentication with username and password. When the login button is pressed, a POST request should be made to an API (...

    $212 (Avg Bid)
    $212 Сер. заявка
    7 заявки

    I'm looking for an experienced Java developer to help me with my test cases. The primary focus of these tests is Integration testing for multiple components. Ideal skills and experiences: - Java programming - Expertise in Mockito/Power Mockito - Experience in integration testing - Ability to work with existing test cases and refactor them.

    $32 (Avg Bid)
    $32 Сер. заявка
    7 заявки

    ...help me integrate WhatsApp into OSTicket for a range of functionalities. Key Requirements: - I specifically need the integration to support two-way communication. This means it should not only send notifications to users, but also allow for the receipt of tickets via WhatsApp and the ability to reply to them. - Besides these, I also want the integration to have the following features: - Automatically create tickets - Provide real-time ticket status updates - Allow for tickets to be replied to from WhatsApp - Support the attachment of media files to tickets Ideal Skills and Experience: - Proficiency with both OSTicket and WhatsApp APIs - Previous experience with integrating WhatsApp into a ticketing system - Strong technical skills to ensure seamless integration and fun...

    $47 (Avg Bid)
    $47 Сер. заявка
    8 заявки

    En nuestra empresa de Software, tenemos proyectos en Java, y necesitamos aumentar la fuerza de desarrollo, por ellos queremos sumar algunos freelance que trabajen por hora con nosotros

    $7 / hr (Avg Bid)
    $7 / hr Сер. заявка
    21 заявки

    I'm seeking a skilled developer to create a Telegram bot that can receive and distribute trading signals from my premium indicator on TradingView. Key Requirements: - The bot should have direct API integration with my TradingView account. This way, it can automatically fetch signals from my indicator as soon as they are generated. - The primary function of the bot will be to relay these signals directly to subscribers via Telegram. This service should be secure, efficient and timely. Additional Notes: - The ideal candidate will need to have a solid understanding of trading signals and how they are used. Experience with TradingView indicators and API integration is a significant plus. - Previous experience developing Telegram bots, especially those focused on the finance indu...

    $205 (Avg Bid)
    $205 Сер. заявка
    21 заявки

    1. Create a customer registration system 2. Publish ads with a online payment gateway 3. Call button for mobile phone when scrolling needs to call the registered phone number for customer 4. Automatic email reminder for ad expiry and if there is no payment ad has to be removed automatically.

    $151 (Avg Bid)
    $151 Сер. заявка
    1 заявки

    I desire a professional Macrodroid developer with a strong portfolio to create a macro for any use. The objective of the macro is to read a CSV file and automatically send a specific WhatsApp message to each phone number listed in the file. Key requirements include: - import a CSV file (Name,Given Name,Additional Name,Family Name,Phone 1 - Type,Phone 1 - Value) - Creation of a macro that automatically triggers WhatsApp messages. - The macro should be programmed to initiate the messages when it reaches a phone number listed in the CSV file. - The message is from CSV or default the same for all numbers in the CSV file. Ideal Candidate: - Proficiency and extensive experience working with Macrodroid. - A proven track record with similar projects. - Strong attention to detail ...

    $208 (Avg Bid)
    $208 Сер. заявка
    10 заявки

    I'm interested in application development for both Android and iOS platforms. The key feature is to allow sending SMS messages to a selected database. Any professional stepping into this project should be able to handle: - Database development: The backend needs to be designed to store contact details efficiently. Expectation is to accommodate less than 100 contacts initially, with potential for future expansion. Strong database management skills are a prerequisite. - App development: Looking for someone with profound knowledge of Android and iOS app development. Familiarity with SMS integration in apps is essential. Don't shy away from illustrating your previous experience in similar projects when bidding.

    $25 (Avg Bid)
    $25 Сер. заявка
    5 заявки