Delphi formgrabber firefox工作

筛选

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

    I am seeking a developer experienced in Delphi, specifically in Delphi 6, to create a simple form that allows users to send emails with the option to attach files, utilizing the Indy library. Requirements: User Interface: Field for the email recipient. Field for the subject. Text area for the message. Option to attach files. Send button. Functionality: Use of TIdSMTP and TIdMessage from Indy. Option to attach multiple files. Basic validations for required fields. Configuration: Ability to configure SMTP server, port, and credentials. Deliverables: Project source code compatible with Delphi 6. Basic instructions for its use and configuration in Delphi 6.

    $172 / hr (Avg Bid)
    $172 / hr 平均报价
    25 个竞标

    ...Considered Resources. =1 RN, 1 Laravel, 1 Designer, 1 Web-designer Requirement Document Level Medium Feature supported version * Android. : API Level 9 to 12, iOS. : OS 10 to 16, Web : Chrome 93, Firefox 91, Edge 93, IE 11 M-Web (If Responsive) : Chrome 93, Firefox 91, Edge 93, IE 11 The mobile application will work only with an internet connection and in portrait mode. The mobile application will support android and iPhone devices including tablet and iPad. The Web Panel shall support web browsers like Google Chrome, Firefox, Safari, and Internet Explorer 10. The system will be in the English language For the admin panel, a ready-made HTML template will be used. The web panels will be responsive in standard size only. For image...

    $60743 (Avg Bid)
    $60743 平均报价
    172 个竞标

    Hello Freelancer, We found a javascript compatibility bug on our homepage. When browsing using Safari, the image scrolling effect on the bottom does not work. Kindly check the site with Chrome or Firefox browsers to see the desired effect as it is currently turned off for Safari. The effect is an image scroller below the "Just let thumbmachine do the work" paragraph. It does not work with Safari for some reason. Your task would be to create a javascript for Safari with similar horizontal scrolling effect.

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

    We're seeking a Chrome Extension developer to create an automation tool. If you're skilled in JavaScript, Chrome Extensions, and web automation, we want you! Responsibilities: Develop a Chrome Extension. Implement automation scripts. Ensure performance and usability. Test, document, and train u...you're skilled in JavaScript, Chrome Extensions, and web automation, we want you! Responsibilities: Develop a Chrome Extension. Implement automation scripts. Ensure performance and usability. Test, document, and train users. Requirements: Proficiency in JavaScript. Chrome Extension or automation experience. Web technology knowledge. Problem-solving skills. Good communication. Bonus Skills: Firefox, Edge experience. Web scraping knowledge. Git familiarity. UI/UX skills. ...

    $421 / hr (Avg Bid)
    $421 / hr 平均报价
    29 个竞标

    Using txt files create a CSV contains file data from separate CSV files using code written in Delphi 7

    $819 (Avg Bid)
    $819 平均报价
    11 个竞标

    I am looking for a debugger expert with experience in delphi programming language. The project involves fixing runtime errors in my code. x32 dbg expert to bypass one error.

    $1404 (Avg Bid)
    $1404 平均报价
    11 个竞标

    ...with a Maps picture of the address) - store and retrieve file (on local server, no cloud/GDrive/...) via browser - create and manage a gantt (it is a stand-alone function: If the user want to define/print a gantt because he's responsible of a task, he can defines task name, task description, start date, .... and he can use the gantt created, without use MS Project or other) Browsers in use are Firefox and Chrome. The new portal/application will work under IIS 10 (Windows). ----- Develop environment and test ----- If you need online free service for ASP pages, could you use - - ----- Process info ----- One Admin only (using his own admin console). User registration not needed: users will be invited and they receive user/pass

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

    I am looking for a Freelancer to help me create an API for SmarterPay within 1 month. The specific functionality required is to upload Direct Debit Mandate Information. Our application is in Delphi and the data will be in SQL server. It would be more convenient if the API was Delphi, but I guess it doesn't have to be if there is a better alternative. The API should make easy and efficient account management, payment processing, and reporting and analytics. Please let me know if you have any questions or require any additional information. Thank you.

    $3597 (Avg Bid)
    $3597 平均报价
    11 个竞标

    I am looking for a skilled JavaScript developer who can help me access the ; To address Sender address date and time information from the header of a hotmail and gmail email from the web browser chrome, firefox, edge. Requirements: - Access and extract the To address Sender address date and time email in a browser. - No specific actions need to be performed with the header information - Must be proficient in JavaScript Ideal Skills and Experience: - Strong knowledge and experience in JavaScript programming - Familiarity with email headers and their structure - Attention to detail and ability to accurately extract the desired information Required ASAP

    $686 (Avg Bid)
    $686 平均报价
    23 个竞标
    website development 已经结束 left

    ...(template/layout) + 20 sitemap similar to the provided reference links) - Unlimited addition of blogs/articles/content - Wordpress responsive design construction, graphic design and customization (All page responsive design + control by CMS) - Responsive website that supports desktops, laptops, phones and tablets. - Blog module - Compatible with multiple browsers, such as: Chrome 50+, Safari10+, Firefox, Edge - Facebook, Instagram, Twitter share post button - Contact information entry column to get lead/subscription - Social auto post sync (FB, IG, Google) - Page viewer number (increases every time a user enters the page - traffic) - Right click disable function Content Development (Optional) - Create + set up 50 post content in Cantonese/ Traditional Chinese (SEO optimize manua...

    $9112 (Avg Bid)
    $9112 平均报价
    172 个竞标

    ...skills and the ability to understand and meet client requirements. Responsibilities: The freelancer will undertake the following responsibilities: Responsive Adaptation: Ensure that the website functions smoothly on various screen sizes and devices by adjusting spacing, font sizes, and element placement. Browser Compatibility: Verify the website's performance on common browsers (e.g., Chrome, Firefox, Safari, Edge) to ensure consistent and error-free display. Visual Enhancements: Review the existing font sizes, color filters, and images on the website and suggest improvements to enhance visual aesthetics. Adherence to Standards: Ensure that all adjustments are made globally to maintain website consistency and avoid individual settings. Page Scope: The website to be wo...

    $3519 (Avg Bid)
    $3519 平均报价
    188 个竞标

    ...---------------------------------- library(websocket) library(jsonlite) library(async) Heartbeat =10 #container for heartbite DiscordSignals <- function(DiscordToken){ #payloads or messages that R has to send to Discord. Rpayload = list( op= 2, d= list( token= DiscordToken, intents= 513, properties=list( os= "windows", browser= "firefox", device= "firefox") ) ) KeepAlive = list(op= 1, d= "null" ) Jsonpayload = toJSON(Rpayload, auto_unbox = TRUE, pretty = TRUE) JsonKeepAlive = toJSON(KeepAlive, auto_unbox = TRUE, pretty = TRUE) ws <<- WebSocket$new("wss://", errorLogChannels ="warn") ws$onOpen(function(event) {ws$sen...

    $336 (Avg Bid)
    $336 平均报价
    13 个竞标

    ...including fast load times and smooth animations. Minimize unnecessary network requests and optimize code for efficient rendering. 7- Validation and Error Handling: Implement client-side validation for forms and ensure proper error handling to provide a user-friendly experience. 8- Cross-Browser Compatibility: Ensure that the home page works consistently across popular web browsers (e.g., Chrome, Firefox, Safari, Edge) and resolves any compatibility issues that may arise. 9- Code Documentation: Provide clear and comprehensive documentation for the codebase to facilitate future maintenance and updates. Requirements: Strong experience with ASP.NET and Blazor development. Proficiency in HTML, CSS, JavaScript, and C#. Previous experience with the Metronic theme is a plus. Knowled...

    $3972 (Avg Bid)
    $3972 平均报价
    97 个竞标

    I'm looking for an experienced web developer to create a website for me with an internal workflow system and 20 pages. The website should be tailored to meet a specific purpose, so experience of developing a ...should be created accurately, such as buttons, fonts, appearances, images, photos, integration with third-party software, a content management system and so on. The website must be accessible, bug-free and user-friendly. An intuitive navigation, search engine optimisation techniques and optimise visual performance are a must. Furthermore, the website must be compatible with IE, Edge, Chrome, Firefox and Safari. Overall, I'm seeking an experienced web developer to grasp my internal workflow needs and create a highly performative website fulfilling all the requireme...

    $9564 (Avg Bid)
    $9564 平均报价
    57 个竞标

    I'm looking for an experienced web developer to create a web app with an internal workflow system and approximately 20 pages. The web app should be specifically designed...integration with third-party software, and a content management system, should be implemented accurately. It's crucial that the web app isccessible, free of bugs, and user-friendly. It should feature intuitive navigation, search engine optimization techniques, and optimized visual performance. Additionally, the website should be compatible with major web browsers, including IE, Edge, Chrome, Firefox, and Safari. In summary, I'm in search of an experienced web developer who can understand and cater to our internal workflow needs, ultimately creating a high-performance web app that meets all the afo...

    $9657 (Avg Bid)
    $9657 平均报价
    58 个竞标

    I am looking for a skilled developer to create a Windows Service ...developer to create a Windows Service API written in DMVC that will interact with a MySQL database. The API should have basic endpoints for reading and writing data. Programming Language: - The API should be written in Delphi. Framework: - The API should be developed using the DMVC framework, which is a Model-View-Controller (MVC) framework specifically designed for Delphi. Functionality and Endpoints: - The client will provide detailed requirements for the specific functionality and endpoints that the API should have. Skills and Experience: - Strong knowledge and experience in Delphi programming. - Proficiency in using the DMVC framework. - Ability to understand and implement detailed requirements...

    $234 - $1951
    加封
    $234 - $1951
    3 个竞标
    Delphi and test project 已经结束 left

    Delphi and TMS test project for Windows and Android devices

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

    General description (Public information) We need a client server application. The Applications must be made with Delphi 11+ We use FMX so that the client app can run on Windows and Android. For the backend we also use FMX but it must only run on windows. We use the TMS componentes extensively. you can use the demo versions for developing. ORM framework TMS Aurelius and for the backend TMS Sparkle with TMS Xdata. Function On startup, the client application shows all contacts that are on the server. If the user types something in the search box, we make a fulltext search on the server side and show the top 100 search results. The user can add a new contact delete a contact edit a contact view a contact We have a server side database with ZIP, country and cities, if the use...

    $1248 (Avg Bid)
    $1248 平均报价
    11 个竞标

    I want to develop an extension for Google Chrome, Firefox, and Edge. Below are the tasks that the extension needs to perform: 1- Capture the URL, title, and the time spent on the active tab. 2- Retrieve the names of files sent to email websites, WhatsApp, or file upload websites. 3- Log Social Security Numbers (SSN) or Turkish ID numbers when shared. 4- Implement file upload blocking, where the configuration can be set in the '' file as either 'true' or 'false', allowing or disallowing file uploads accordingly. 5- Store all of this data in separate JSON files. 6- Ensure that all of the above data is timestamped in the JSON files with date and time information.

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

    ...agency to create a browser extension with commenting functionality that enhances users' web browsing experience. The extension will allow users to browse websites and add comments directly to the URLs they visit, fostering a community-driven approach to sharing opinions and insights. **Necessary Features:** - User-friendly commenting interface seamlessly integrated into popular browsers (Chrome, Firefox, Safari, etc.). - User registration and authentication system to manage user accounts and comments. - Comment moderation and filtering mechanisms to ensure a safe and constructive environment. - Privacy controls, allowing users to manage the visibility of their comments. - Cross-browser compatibility and responsive design for both desktop and mobile devices. - Notification ...

    $11954 (Avg Bid)
    $11954 平均报价
    7 个竞标
    WebApp Mysoft 已经结束 left

    General Requirements: Compatibility: The web application, known as "MySoft," should work seamlessly with popular browsers, such as Chrome, Firefox, Safari, and Edge. User Authentication: Access to the application is protected and requires users to log in using a username and password. User Profiles: Users can be assigned one of the following profiles: Administrator: Full access to all application functionalities and data management. Operator: Access to custom reports but no data management capabilities. Sales Operator: Access to custom reports and sales functionalities for agencies. Customer: Access to custom reports, the ability to register as a customer, and purchase travel tickets. System Operator: Access to reports and managing customer data for data entry and docu...

    $4523 (Avg Bid)
    $4523 平均报价
    86 个竞标

    i have my selenium code but thats not running proplery may be due to selenium update or because of chrome latest version (chrome Version 116.0.5845.141(stable upcomming chromedriver) and selenium version = 4.11.0) , i have tried firefox , edge all browsers but no luck. this code somtimes launch browser after 10-20 minutes. here is code: from selenium import webdriver import undetected_chromedriver as uc import time # driver = () # ("") # print(driver.current_url) # # print() # nowSecure # (1000) options = () # = True options.add_argument("start-maximized") options.add_experimental_option("excludeSwitches", ["enable-automation"])

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

    i have my selenium code but thats not running proplery may be due to selenium update or because of chrome latest version (chrome Version 116.0.5845.141(stable upcomming chromedriver) and selenium version = 4.11.0) , i have tried firefox , edge all browsers but no luck. this code somtimes launch browser after 10-20 minutes. here is code: from selenium import webdriver import undetected_chromedriver as uc import time # driver = () # ("") # print(driver.current_url) # # print() # nowSecure # (1000) options = () # = True options.add_argument("start-maximized") options.add_experimental_option("excludeSwitches", ["enable-automation"])

    $164 (Avg Bid)
    $164 平均报价
    17 个竞标

    Hello Freelancer, We found a javascript compatibility bug on our homepage. When browsing using Safari, the image scrolling effect on the bottom does not work. Kindly check the site with Chrome or Firefox browsers to see the desired effect as it is currently turned off for Safari. The effect is an image scroller below the "Just let thumbmachine do the work" paragraph. It does not work with Safari for some reason

    $3332 (Avg Bid)
    $3332 平均报价
    53 个竞标

    I am looking for a freelancer to develop a browser extension that is compatible with both Google Chrome and Mozilla Firefox. This extension will focus primarily on User Interface Enhancement, it should work on whatsapp web to collect the messages, store the data in a database (in scope as well), request an answer to an answer engine (logic of the engine is out of scope) and provide the answer on a lateral window within the whatsapp web page. Please include details of your past work and experience in your proposal.

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

    Wir suchen einen deutschsprachigen Entwickler, der die aktuelle Entwicklung einer CNC-Software für die holzverarbeitende Industrie weiterführt. Das Setup wird mit innosetup erstellt. Die CNC-Software wird mit Delphi XE7 entwickelt. Idealerweise haben Sie sehr gute Kenntnisse in deutsch, Delphi und im CNC-Bereich sowie im Maschinenbau.

    $218 / hr (Avg Bid)
    $218 / hr 平均报价
    4 个竞标

    I have an wordpress website and on one page the text and background color can be selected by users via color picker spectrum. The color picker spectrum works perfectly on iPhone by Safari but it doent work as spectrum selection on Android on Firefox etc. As I understand it requires creating a custom color picker spectrum or help of a front-end developer. I need someone experienced on it and could do it quickly and I want to have the same color picker spectrum as iPhone on Android web. If you read until here and for me to understant and choose you send me an message starting with "I am your solution"

    $133 (Avg Bid)
    $133 平均报价
    11 个竞标

    I am looking for a skilled developer to create a C# Angular webpage that will seamlessly print labels to a Zebra printer by IP in "–kiosk-printing" mode. The printing should be done in a silent manner, without any dialogue boxes appearing on the screen. The webpage should be compatible with Chrome, Firefox, and Edge browsers. Specific requirements: Must have access to a Zebra Printer. - The webpage should be able to print labels to a Zebra printer using the specified IP address. - The printing mode should be set to "–silent-printing" to ensure a smooth and uninterrupted printing process. - The design and layout of the labels have already been finalized and provided by the client. The developer will need to implement this specific design. - The web...

    $1319 (Avg Bid)
    $1319 平均报价
    26 个竞标

    We require a delphi programmer who has more than 5 years of experience

    $70 / hr (Avg Bid)
    $70 / hr 平均报价
    7 个竞标

    ...placeholder for real size of web-page from fetch-results Async web-page requesting should be done with redux-toolkit slices (I'll give you full source-code of Devias-Kit PRO where async features already integrated, and some samples are available) PS: I split task description by phases just for simplicity to explain mine goals (nothing else) --- Required characteristics: Supported browsers: Firefox (must) Chrome (must) Opera (preferable) Required packages: reactjs, webpack, webext-redux (or similar if there is better), and so on (mostly required by dashboard) npm scripts should contain standard scripts list useful for future development and releasing, signing and uploading it to webstore (planed to use GitHub workflow). Plugin build should be done in the same way as dev...

    $1170 (Avg Bid)
    $1170 平均报价
    29 个竞标

    ...would like to work on our UTC. Please let me know if you are interested in a long term relationship. - Position: Delphi Developer Location: Remote Mode of Interview: Skype or zoom call(No video needed) Duration: 6+ Months Contract possible Extension Job Description Our company is looking for mid-weight or experienced Delphi developers who has experience with TMS Components(If you don't, then go read the documentation and get back here, it's pretty simple if you have Delphi experience) - 5+ years of experience in software development. - Have Embarcadero Delphi Developer Certification(Not limitative). - Experience with Embarcadero Delphi version 10.X or later software. - Proficiency and F...

    $1568 (Avg Bid)
    $1568 平均报价
    17 个竞标

    Need to wright a small function on Delphi 6(indy10) for getting tracking information from transport company via their API. Documentation here:

    $678 (Avg Bid)
    $678 平均报价
    17 个竞标
    Delphi Progammer Required 已经结束 left

    We require a delphi programmer who has more than 5 years of experience

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

    Wir suchen einen deutschsprachigen Entwickler, der die aktuelle Entwicklung einer CNC-Software für die holzverarbeitende Industrie weiterführt. Das Setup wird mit innosetup erstellt. Die CNC-Software wird mit Delphi XE7 entwickelt. Idealerweise haben Sie sehr gute Kenntnisse in deutsch, Delphi und im CNC-Bereich sowie im Maschinenbau.

    $328 / hr (Avg Bid)
    $328 / hr 平均报价
    8 个竞标

    I am looking for a freelancer to strip an obsolete website of its images. There are several hundred images in 77 galleries that need to be extracted and all must be converted to jpg if not already in jpg form. Where caption...Where captions are available, the file name should be changed to the caption wording. The website is password-protected, but is a sub-domain of "". Password will be provided. This project needs to be completed within 1 week. If you are interested in this project and have the skills for it, please apply. Thank you. The site has defeated efforts with DownThemAll, Download Manager 3 for Firefox, and httrack. It may be that a more sophisticated use of httrack than I am capable of will solve the problem. The website will be destroyed on 31AUG23. This is t...

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

    ...8. Interviews and scoring functionality 9. Ability to record and store sessions 10. User and File management systems by admins 11. Admin statistics reports 12. Allow spectators or guests access controlled by the admin 13. Control access type (allow/deny guest access across metaverse solution) Metaverse Solution - Non-Functional Requirements: 1. Compatible with multiple browsers (Chrome, Edge, Firefox, etc.) 2. Optimal performance for faster page loading 3. Provide a higher environmental quality whilst requiring less data storage 4. Minimize loading times and maximise performance from both the CPU and GPU 5. Secure and protect the privacy of users 6. Customizable to fit the specific needs of the SBZA, including branding requirements 7. Solution to be hosted on a physical Windows ...

    $390 / hr (Avg Bid)
    $390 / hr 平均报价
    30 个竞标

    ...data. 5. Evaluating suitability for wind turbine or solar panel installation by combining data with sun exposure, wind strength, existing wind turbines, and local ordinances. 6. Evaluating alternative uses for similar parcels. Additional Notes: -Need executable and source code. -Compatibility required for Mac OS X 10.8+, Windows 8+, and Linux Debian 8+, or web-based functionality on Firefox, Chrome, and Edge. -Must use only free APIs. -Ability to add future modules separately. Main Program: -Import PIN data from file formats (txt, rtf, csv, tsv, xls, xlsx). -Ability to add counties using GIS web address -Obtain data from county GIS website and -Use proxies to avoid query limits. -Create table with data from GIS/Regrid. -Generate live m...

    $8723 (Avg Bid)
    $8723 平均报价
    58 个竞标

    I am looking for a programmer to create a robot for the Firefox browser that can perform form filling tasks. The form filling tasks will involve moderate complexity, with multiple pages and selection options. I am not sure if the robot will need to handle CAPTCHA. Ideal Skills and Experience: - Proficiency in programming for the Firefox browser - Experience in developing robots or automation tools - Familiarity with form filling tasks and handling moderate complexity forms - Knowledge of CAPTCHA handling, if required

    $593 (Avg Bid)
    $593 平均报价
    6 个竞标
    Online Chess Game 已经结束 left

    ...Develop a user-friendly and responsive interface that works seamlessly on various screen sizes, including desktops, tablets, and smartphones. Visual and Sound Effects: Enhance the gaming experience with visually pleasing animations, sound effects for moves, captures, and check/checkmate scenarios. Cross-Platform Compatibility: Ensure the game functions across different web browsers (Chrome, Firefox, Safari, etc.) and operating systems (Windows, macOS, Linux). Security and Privacy: Implement robust security measures to protect user data and prevent cheating during matches. Monetization Options: Integrate optional monetization features such as cosmetic customizations for chess pieces, boards, and emotes. Requirements: Prior experience in game development, especially with web-...

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

    I have an wordpress website and on one page the text and background color can be selected by users via color picker spectrum. The color picker spectrum works perfectly on iPhone by Safari but it doent work as spectrum selection on Android on Firefox etch. As I understand it requires creating a custom color picker spectrum or help of a front-end developer. I need someone experienced on it and could do it quickly and I want to have the same color picker spectrum as iPhone on Android web. If you read until here and for me to understant and choose you send me an message starting with "I am your solution"

    $194 (Avg Bid)
    $194 平均报价
    30 个竞标

    ...on a page load but no success playing a sound (wav file). Looking for a javascript expert who can provide a simple html page that when loaded into firefox/chrome will automatically play the wav file. There should be no need to modify settings in firefox/chrome as this should play if I change to firefox on a different device. To save time, instead of contacting me saying you know how to solve this, please spend 10-15 minutes creating a simple html page that will play a sound (any wave file you wish, you can easily download free wav files from google search) upon page load and send me the link. I can easily test it by loading it into my firefox/chrome browser. If it works, I will award you the project and pay you - and then you can send me the source code for...

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

    I am urgently seeking an AWS expert to resolve Firefox can’t establish a connection to the server at wss:// on my website After submit is clicked- no action is taken. The error occurred in the code that is hosted in the EC2 service. Code connected to MongoDB - connection working fine. I have access to the AWS console, will share credentials. URGENT requirement Budget- 1k-2k INR Requirements: - Strong expertise in AWS, specifically with EC2 - Experience in troubleshooting and resolving sign-in , DB errors - Familiarity with the AWS console and navigating its various services

    $92 (Avg Bid)
    $92 平均报价
    4 个竞标
    Delphi developer 已经结束 left

    Hello Delphi developers, I'm seeking for a good developer who can prove me their Delphi skills with a simple project. I'm looking for a long term relationship but you will need to build a simple demo application(Paid of course) Requirements: Delphi 11+. TMS components installed on your environment(You can use the demo version). If you don't have experience working with TMS components, it won't be difficult for you if you have a strong Delphi skills. -- Contacts book application. Project general details Compatibility with Windows, Android and IOS devices Developed using Delphi 11+ Use TMS components(Specify experience in your bid please) TMS FMX TMS Aurelius TMS xdata MySQL as storage engine Backend compiled in C for Li...

    $1732 (Avg Bid)
    $1732 平均报价
    27 个竞标
    Create REST API in Delphi 已经结束 left

    Create REST API in Delphi. Application has to receive Token and send Invoice to Approval link

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

    Wir suchen einen deutschsprachigen Entwickler, der die aktuelle Entwicklung einer CNC-Software für die holzverarbeitende Industrie weiterführt. Das Setup wird mit innosetup erstellt. Die CNC-Software wird mit Delphi XE7 entwickelt. Idealerweise haben Sie sehr gute Kenntnisse in deutsch, Delphi und im CNC-Bereich sowie im Maschinenbau.

    $531 / hr (Avg Bid)
    $531 / hr 平均报价
    12 个竞标

    Attaching a debug error when trying to run a simple thread inside an exist project. I can't send the project, but need to solve it. If you know how please let me know your price, and let's solve it. Thanks.

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

    I use a programme written for me in Delphi version 11, where I access a database with the REST Api components of Delphi. Now the TLS version is being changed. Here is the information from the supplier: we would like to remind you again today about the changes to the encryption protocol Transport Layer Security (TLS). TLS enables secure data transmission on the internet and is released by the Internet Engineering Task Force (IETF). As of Thursday 31 August 2023, we will no longer support TLS versions 1.0 and 1.1. Consequently, access to our REST API via these versions will no longer be possible. Data protection authorities recommend the use of TLS 1.2 or 1.3, as these meet the current security standards and thus ensure secure data transmission. In order for us to ensure...

    $1449 (Avg Bid)
    保密协议
    $1449 平均报价
    9 个竞标

    Urgent need Manual QA Tester We are a finance based company and providing the online mortgage facility to our end clients. Work that you need to do - Cross browser testing (Chrome, Firefox and Edge) Functional Testing Non Functional Testing UI/UX testing with comparison to FIGMA What you will deliver - Find as many bugs, you can able to find and then create Bug Report using Excel Sheet with proper screenshot and video recording(if needed) (We will provide you our Bug Report format) If we like your work, We will give you similar kinds of other work as well on daily basis. PLEASE DON'T APPLY, IF YOU CAN'T COMPLETE THIS WORK WITHIN 6 HOURS

    $172 (Avg Bid)
    $172 平均报价
    17 个竞标

    ...to be able to scrape numerous stocks / pages. I'm using  as my scraper,  I have already set up the plugin to scrape exactly the content that I need, now I just need it to time automatically. Web scraper works in web tools in browser and i've isolated a section that looks like '' which trigger scrape.  The actions that are required are:  - Open this url in firefox (moz-extension://432b5ea0-8b3c-47d6-b991-8d2a431d4288/devtools_web_scraper_panel.html#/sitemap/scrape?sitemapId=screener)  - Update 'page load delay delay' value to 500.  - Click 'start scraping' button.  - time automatically to do this at 6:05am AEST monday-friday.  The scrape program will take care of the rest.  Ide...

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

    Hey guys, I already create a application the works like a proxy server using a Delphi component called as GPHttpProxy ... but the problem is that when the server is actived it only works for a few minutes... and I want that the proxy still working for many hours... many days if is possible... so... I want a proxy server that works well com windows 7 above and the cannot be recognize as virus by Windows Defender... This proxy will be used in navigators like Chrome, Firefox etc... Give me your budget and if is possbile we will make it. You can do it in C# as well. You don't need to implement my code, you can do from the zero. I am not a expert programmer, so I want a code easy to make some changes please.

    $1186 (Avg Bid)
    $1186 平均报价
    16 个竞标