Rotation java script工作

筛选

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

    I need a Java or python3 programmer to create a sensor-data generator for the website www.voeazul.com.br. The objective is to send a POST request to the site with valid sensor-data in order to obtain a particular cookie (_abck) for data analysis purposes. The sensor data to be simulated includes mouse movements, keyboard interactions, and browser interactions. Key Requirements: - Create a sensor-data generator in Java or python3 - The generator should simulate mouse movements, keyboard interactions, and browser interactions - The sensor-data should be valid enough to trigger the generation of the _abck cookie upon sending a POST request to Ideal Skills and Experience: - Proficiency in Java/python3 programming - Experience in web scraping and automation - Knowledge...

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

    I'm looking for a professional who can convert my Amibroker AFL script into a TradingView Pine Script. The converted script should be able to generate buy/sell signals and provide backtesting capability. The ideal candidate should have experience in: - Amibroker AFL and TradingView Pine Script languages - Developing buy/sell signals - Implementing backtesting functionality Moreover, my trading strategy is based on breakout patterns. The converted script should reflect this strategy and incorporate the following indicators: - Moving Averages - Relative Strength Index (RSI) - Supertrend I'm looking for a freelancer who can deliver a polished and fully functional script that mirrors the performance of the original AFL script in Tr...

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

    I'm seeking a skilled developer to create a versat...Predefined Output Path: Users should have the option to assign a default output path for the signed files. - PDF Signature Display: For PDF documents, the utility should display the signature as an optional feature. The goal is to have this utility developed within a month. Ideal skills for this project include: - Proficiency in programming languages suitable for file processing (e.g. Python, Java) - Experience in developing software utilities or tools - Familiarity with e-signing mechanisms and standards - Prior experience in working with PDF, XML, JSON, and Text files - Ability to create a user-friendly interface for the utility. If you have the required skills and can deliver within the specified time frame, please s...

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

    Looking for help in modifying an existing python script and related sql database table The current script - (1) scrapes company financial data from website and populates database (2) scrapes news related to keywords from google news (3)sentiment classification of news items (4)pushes data to sql database The company names and keywords are currently hardcoded in the script Requirement- (1) Company names/urls/keywords (will be provided) to be put in master table in the database (2) The script to loop through and scrape the relevant data and put in database

    $291 (Avg Bid)
    $291 平均报价
    24 个竞标

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

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

    i have script .js i want convert it to powershell .ps1

    $31 (Avg Bid)
    $31 平均报价
    34 个竞标

    I need a script for NinjaTrader 8 that automatically marks a "untested" 60-minute high/low with a labeled line. This line should disappear once the level is tested by price touching it. I will send a video to those interested to show what I am referring to. The script should: - Automatically mark a 60-minute high/low with a labeled line. -The 60 minute high/low will show on ANY timeframe chart. For example, if I'm looking at a 60 minute chart and 5 minute chart side by side, and both have the new indicator on them, the 60 minute lines should be the same on both charts. I will be adding this indicator to many charts and the timeframes will all be different, but they should all pull their lines from the untested 60 minute high/low. - Make the label &qu...

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

    ... Ability to set the remote server IP for each registered device. Implement user authentication with: Login ID generation based on device MAC address. User-selectable password after admin approval. Login expiration for enhanced security. Write well-documented and commented source code for both the Android application and admin panel. Qualifications: Proven experience in Android app development (Java/Kotlin). Proficiency in Laravel framework, MySQL, and PHP. Strong understanding of security best practices for mobile apps and web development. Excellent communication and collaboration skills. Benefits: Competitive salary and benefits package. Opportunity to work on a challenging and innovative project. Work in a collaborative and fast-paced environment. Please submit your resume an...

    $206 (Avg Bid)
    $206 平均报价
    43 个竞标

    I am looking for an AI trainer proficient in Python or java to assist me with my AI project. Key Requirements: - Proficiency in Python: You should be adept in using Python for AI projects. - Machine Learning and Deep Learning Skills: Ideally you will have a solid foundation in machine learning and deep learning concepts and their practical applications. - Communication Skills: A good trainer should be able to explain complex ideas in simple terms. I will require online and offline assistance, so you should be comfortable with both modes of training. The ideal candidate should be able to provide regular updates and feedback on my progress. I am eager to get started and would appreciate if you could commit some time to this project.

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

    I'm seeking an experienced developer to create a desktop face recognition script. The script should be designed for personal use and should function as follows: - Verify Identity Using Facial Features: I need the script to accurately identify the face through the camera and ensure that the right person is in front of it. This is a crucial functionality for the script. - Desktop Application: The face recognition script should be developed as a desktop application. It should be user-friendly and easily accessible on Windows. I'm looking for a freelancer who has experience in creating face recognition scripts. Proper understanding of machine learning, computer vision, and security protocols will be a plus. Your proposal should include previous p...

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

    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ñ...

    $152 (Avg Bid)
    $152 平均报价
    33 个竞标
    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 平均报价
    21 个竞标

    I need an English scriptwriter to create a 10-15 minute play script. I am looking for a skilled and experienced scriptwriter who can create an engaging 10-15 minute English play script. The scriptwriter needs to have a good understanding of radio playwriting and be able to develop a compelling narrative that will keep listeners hooked. The play should be well-structured, entertaining, and suitable for a radio audience. Key requirements include: - Previous experience in scriptwriting for radio, theatre or similar platforms - Strong storytelling skills - Ability to write in English fluently I am looking forward to receiving creative and high-quality submissions from talented scriptwriters. Please include samples of your previous work in your bid.

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

    ...I'm looking to establish a new SMM panel, I need a skilled developer who can integrate key features into the script. Here's an overview of what the project entails: - **Core Features**: Implement a User Management System, API Integration and Payment Gateway Integration. Given the sensitivity of the data involved, it's crucial that these features are robust, secure and user-friendly. Build a cross-functional SMM panel that generates and sells traffic for all social media platforms. - **Security**: Incorporate Two-Factor Authentication and an IP Whitelisting system. Additionally, the script should have an extensive Activity Log Monitoring mechanism. - **Performance**: Develop a script that prioritizes speed and responsiveness. This includes a Fast Loa...

    $512 (Avg Bid)
    $512 平均报价
    93 个竞标

    ...interesting way. - Ideal animation style would be engaging, clear and professional - While I'm open to suggestions, I'm looking for an animation style that best serves to explain our new bonus scheme. - The video should be concise and to the point, and on brand - brand logo attached and brand colours are: SCIS Logo Green - #8dc044 SCIS Logo Grey - #818181 SCIS Accent Dark Blue - #00252a - The script is also attached - the voiceover needs to be a female, British based accent. Skills required: - Proficiency in creating effective product demo videos - Strong experience in animation with a preference for 2D or 3D styles - Good storytelling skills to make the video engaging and informative - Excellent voiceover abilities or connections to a professional voiceover artis...

    $100 (Avg Bid)
    $100
    1 项参赛作品

    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.

    $104 (Avg Bid)
    $104 平均报价
    33 个竞标

    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 平均报价
    39 个竞标

    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 acro...

    $522 (Avg Bid)
    $522 平均报价
    39 个竞标

    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 ...

    $39 (Avg Bid)
    $39 平均报价
    47 个竞标

    I'm in search of a seasoned Pine script developer to design my custom strategy, which involves unique indicators. Here's what's needed: - Design and implementation of my custom strategy on Pine Script - Integration of specific custom indicators - Focus on clarity and user-friendliness Ideal Skills and Experience: The perfect candidate for this job will be proficient with Pine script, TradingView, and understand different types of trading indicators. Prior experience in developing custom scripts will be a significant plus. Application Requirements: I want to see your past work. Show me a project, situate it in context, and tell me about the challenges you faced. This project will require excellent communication, so use your application to demonstrate ...

    $114 (Avg Bid)
    $114 平均报价
    5 个竞标

    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 个竞标

    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

    $19 / hr (Avg Bid)
    $19 / hr 平均报价
    66 个竞标

    I'm looking to implement a user registration system for a paid tutorial video platform. Here's what I need: Script for user registration for gaining access for paid tutorial video Workflow Register new account / login fields: full name | email | password Once user creates his account, only he will access his account if he is using the same device where he first registered. Users need to register to gain access to a tutorial video. Once the registration is approve by the administrator, user will be able to login to watch video. Administrator will need dashboard for accounts administration: Registered users: Fields: full name | email | password | [Botton to active or disactive accounts. User IP/Geo Location/Device ID

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

    I'm seeking a skilled Pine Script developer with experience in TradingView. I need to modify an existing strategy to make it visually unique. The primary focus is on changing the color scheme, incorporating custom faces and icons, and implementing unique iconography. Key Requirements: - Modify an existing strategy on TradingView's Pine Script - Enhance the visual elements including color, faces, and icons - Utilize unique iconography to make the strategy distinct Ideal Skills: - Proficiency in Pine Script - Experience in creating and modifying trading strategies - Strong eye for visual design and aesthetics - Ability to implement custom faces and icons - Familiarity with unique iconography in trading strategies If you have prior experience in similar proj...

    $221 (Avg Bid)
    $221 平均报价
    24 个竞标

    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
    428 项参赛作品

    ...Intermediate 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 API’s simultaneously b...

    $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 个竞标

    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 个竞标

    I am seeking a skilled professional to install and configure scripts purchased from CodeCanyon. The tasks include: Downloading and extracting files. Setting up and connecting the database. Uploading files to the server. Running the installer and finalizing the configuration. Troubleshooting any post-installation issues. If you are an expert who can ensure a fast and efficient installation, please contact me for more details.

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

    ...CID Numbers Description: We are looking for an experienced developer to automate the process of retrieving data from specific websites using CRM and CID numbers. The goal is to develop a script or tool that will: Look up Doctor's Specialization: Use CRM numbers to search on the website: CFM Doctors Search Extract doctor's information including their specialization. Look up Disease Descriptions: Use CID numbers to search on the website: MedicinaNet CID10 Search Extract the disease description. Deliverables: ( ) A script or tool that can take a list of CRM and CID numbers as input. Automate the search process on the specified websites. Extract the required data and compile it into an Excel file with separate

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

    I am seeking an expert w...specific criterion - dates within the PDF text. Your role will be to parse these dates and save the files in a designated folder on my computer. Skills and Experience: - Proficiency in Outlook: A deep understanding of Outlook's email management functionalities is a must for this project. - PDF Parsing: Experience with parsing text within PDFs is essential. - Automation: The ability to create a script or use a tool that can automate the process of saving the PDFs according to the specified criteria. - Efficiency: The project needs to be completed urgently, so the ideal candidate should be able to work swiftly without compromising on quality. If you're confident in your skills and can deliver this project expediently, I'd be keen to discus...

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

    I am in need of a Python developer with expertise in hardware oriented programming to add some additional functionality to an already written script of mine. The existing functions also need to be double-checked for correctness. Key requirements include: - Modify the existing Python script to incorporate the additional features required - Review the current script and ascertain that all existing functions are properly written and functioning as they should - Build a Debian OS image for COM (Computer-On-Module) installation that can be used to implement the updated python script seamlessly. Success in this role will require: - Proven experience with Python, specifically in writing and improving scripts with a focus towards integration with hardware - Solid kn...

    $606 (Avg Bid)
    $606 平均报价
    35 个竞标

    I need a male voiceover artist to deliver a friendly, engaging voiceover for my Discord server's rules. The script is less than 50 words long and simply outlines the server regulations. Freelancers with previous experience in voiceover work, particularly in a casual and friendly tone will be ideal for this task. Understanding the nuances of Discord would be a plus.

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

    I need a 3D model to be created using Lua scripting and Icesl for a project that I'm working on. The project is urgent and I need it completed as soon as possible. Key Requirements: - Expertise in 3D modeling - Proficiency in Lua scripting - Previous experience with Icesl Please let me know your availability and your experience with similar projects. Time is of the essence here, so I'm looking for someone who can dedicate time and effort to this quickly.

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

    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 平均报价
    53 个竞标

    I'm seeking a seasoned freelancer to devise a Derby car timer using Arduino Uno. The expected outcome will be a two-lane track device, with the ability to dictate the start and end of races, as well as display grades systematically. Key Features Needed: - Start Line Servo: To exhibit a complete rotation signaling the race's commencement. - Finish Line Infrared Sensors: These will be strategically positioned to detect the end of the competition. - Two-Lane Implementation: The structure should accommodate a dual lane setup. - Display: 7-Segment LED HT16K33 Backpack above each lane to show timing results. - Winner Identification Feature: An 8x8 matrix screen for indicating 1st and 2nd place finishes. Ideal Skills and Qualifications: - Working knowledge of Arduino programmin...

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

    ...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...

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

    I need an AutoCAD expert to help me make some modifications to existing DWG drawings. - The main task is to flip and rotate the drawings so that the garage is on the right side. - The title blocks also need an update to complete the modifications. Additionally, the foundation sheet must reflect a 3-course stem wall with footer. Ideal skills: - Proficiency in AutoCAD - Experience with architectural drawings - Ability to update title blocks - Attention to detail for flipping and rotating drawings - Ability to accurately reflect a 3-course stem wall with footer on the foundation sheet

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

    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 个竞标

    I'm in need of a professional who can create a web-based file sharing script much like Dropbox or Zoho Wedrive. This project is geared towards individuals and requires the following key functionalities: - File Uploading and Downloading: The ability to upload and download files securely and seamlessly is a must. - File Versioning: Implementing a system that tracks and allows users to access previous versions of files is critical for this project. Ideal candidates should have extensive experience in web-based application development, particularly within the file-sharing niche. A solid understanding of data security, user experience, and scalability is also a plus. I'm looking for a proactive and highly skilled professional who can deliver a reliable, full-featured file sha...

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

    ...(Nginx, ): Log HTTP requests, errors, and application logs. -- Backend (Gunicorn, Django): Log application errors, access logs, and system logs. -- Celery and Beat: Log task execution and periodic tasks. -- Database (Cloud SQL): Log database queries and errors. -- Redis (Cloud Memorystore): Log Redis operations. - Collect and store logs centrally using GCP's Stackdriver Logging. - Set up log rotation and retention policies. 3. HTTPS Domain Configuration: - Configure an HTTPS domain for both frontend and backend services. - Use Certbot or another tool to obtain and manage SSL/TLS certificates. - Redirect HTTP requests to HTTPS. 4. Documentation: - Provide detailed documentation for CI/CD setup, logging configuration, and HTTPS setup. - Include instructions for maintaining a...

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

    I'm looking to have a custom aimbot script made for a game that was released in 2004. This game has no anti-cheat, making the development process seemingly straight-forward for someone with experience in coding Gunbound scripts. The aim of this project is to create a basic aimbot script. I'm open to programming language suggestions, as long as it's optimal for the task at hand. I'm not interested in additional features at this stage, just a simple script to enhance aiming in the game. Ideal Skills: - Proficiency in coding custom aimbot scripts - Experience in Gunbound or similar game - Proficient in C++, Python, or AutoHotkey (preferred, but not mandatory) - Strong understanding of game mechanics Please provide details of your similar previous ...

    $13 (Avg Bid)
    $13 平均报价
    4 个竞标
    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 平均报价
    23 个竞标

    ...a repainting issue in my existing Pine Script strategy. The key details for this project are as follows: - **Specific Problem**: The current issue that I am experiencing is that my Pine Script strategy is repainting. This means the strategy is altering historical signals on the chart in an unrealistic way, which is making it difficult to accurately assess the strategy's performance. - **Modification Level**: I am open to a comprehensive overhaul of the script in order to provide a long-term, optimal solution. This may involve a significant revision of the code, but it is essential that the original logic and intended results of the strategy are maintained. - **Intended Use**: Once the repainting issue is fixed, I plan to use the corrected Pine Script st...

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

    ...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 am in need of a coder well-versed in Lua and experienced with IceSL. The task involves: - Developing a Lua script that can generate a 3D model. - The 3D model in question is a cycloidal gear and pinion element, generally employed In clock gears. Skills and Experience Required: Mechanical Engineer - Proficient in Lua scripting language. - Experience with IceSL for 3D modelling. This task requires an understanding of code as well as a foundational knowledge of mechanical engineering principles. If you possess these skills and experience, I'd love to hear from you. Please include any relevant work in your proposal.

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

    I require a skilled translator to convert the Paine script to Arabic. This translation serves a dual purpose: making the script accessible to the Arabic-speaking audience and preserving its original meaning. It's intended for use within a TradingView indicator. Key Requirements: - Proficiency in both English and Arabic. - Familiarity with the Paine script. - Understanding of TradingView's indicator system. - Ability to maintain the script's tone and meaning during translation. Please include samples of your past work or relevant certifications in your bid.

    $83 (Avg Bid)
    $83 平均报价
    56 个竞标