Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    5,000 delphi jobs found, pricing in USD

    Implement in Delphi 11 (or compatible) a sample application that has three TMemos. In first TMemo, I can write search phrases, and in the second, I can list filenames of ZIP, 7Z and RAR compressed files. When I click the Start button, the application will list in the third TMemo which of the listed compressed files contain filenames matching any given search term. The searching shall work by case insensitive Pos(). The implementation must be pure Delphi code, without any DLL file dependencies or third party libraries, unless otherwise agreed before the work starts. If you can only implement one file type support, e.g. ZIP but not the other ones, I will consider such bid as well, but please include such limitation in your bid. The implementation must work in a way it opens ...

    $168 (Avg Bid)
    $168 Avg Bid
    7 bids

    I am looking for an experienced developer to assist with API development between IQ Business and Shopify. The main focus of this project will be integrating the Products API endpoint. Skills and Experience: - Proficiency in C# or Delphi programming language - Strong understanding of API development and integration - Familiarity with Shopify platform and its features The ideal candidate should have prior experience working with Shopify APIs and be able to effectively communicate and collaborate with our team at IQ Business.

    $1276 (Avg Bid)
    $1276 Avg Bid
    53 bids

    I want to achieve this. To check a website url text file https://websitename/ and read the text file and if word says version 1.1 then showmessage('yes'); else showmessage('no');

    $19 (Avg Bid)
    $19 Avg Bid
    11 bids

    Implement in Delphi 11 (or compatible) a sample application that has three TMemos. In first TMemo, I can write search phrases, and in the second, I can list filenames of TXT, PDF, DOCX and ODT documents. When I click the Start button, the application will list in the third TMemo which of the files contain the given search term (any of them). The searching shall work by case insensitive Pos(). In the case of PDF file, we can assume the file contains the text as text, not as a scanned document that only contains bitmap data for example. In other words, I don't need any kind of OCR solution. The implementation must be pure Delphi code, without any DLL file dependencies or third party libraries, unless otherwise agreed before the work starts.

    $145 (Avg Bid)
    $145 Avg Bid
    4 bids

    I am looking for a Delphi NFT framework that allows all call types to blockspan, inlcuding the following features: - Integration with APIS for - buying, selling, and displaying NFTs and collections - Royalty and revenue sharing The framework should be compatible with delphi 10.3.3 OUTCOME: 1. a unit , with all required procedure, functions, consts and calls to the marketplace. 2. NO THIRD PARTY COMPONENTS ALLOWED - only use TidHttp or out-of-the-box delphi VCL components. 3. all structures must be as records and array or records (not classes requiring creation) Ideal skills and experience for this job include: - Strong proficiency in Delphi programming language - Extensive knowledge of blockchain technology and NFTs - Experience in developing frameworks ...

    $195 (Avg Bid)
    $195 Avg Bid
    6 bids

    Implement in Delphi 11 or compatible, a double list string search non visual class using Aho–Corasick or other similar algorithm. The class shall have two construction arguments: positive_list and negative_list which are TStrings containing strings. The positive_list must have at least 1 row of data, while negative_list can be empty. Rows in both lists are converted to lower case. Rows in both lists are not overlapping. The class shall have one public method called Function Exists(const Str : String) : TMatchResult; TMatchResult is a type of matchNone, matchPositive or matchNegative. If any rows of negative_list exist within the given Str, the Exists() function exits with a result of matchNegative. If none of the rows of negative_list exist within the given Str, but any r...

    $170 (Avg Bid)
    $170 Avg Bid
    16 bids

    I am looking for a consultant who can provide guidance and expertise on the installation of AI technology on-premise for programming in Delphi., QA, creating processes, adhering to multiple regulatory frameworks and standards, including ISO, IEEE, etc. The specific AI technology that I am planning to install includes Natural Language Processing, Computer Vision (image analysis, object detection and label detection), and Machine Learning based on computer code, image samples, project management, operations management and efficiency. Skills and Experience: - must have proven track record of implementing different types of on-premise AI infrastructure(s) - Strong knowledge and experience in AI technology, particularly in the areas of Natural Language Processing, Computer Vision, Ma...

    $27 (Avg Bid)
    $27 Avg Bid
    4 bids

    Attached is a simple demo application made with Delphi 11. It implements two different algorithms to check whether any given sub-strings exist in a string without case sensitivity and with Unicode support. Your job is the implement a new solution that is faster. The demo application includes the data to test with and further instructions. The rules are that you can only edit the file and you are not allowed to edit the public interface of the class. Also, the solution must be generic in a way that it works with also other similar types of input data.

    $135 (Avg Bid)
    $135 Avg Bid
    10 bids

    Implement in Delphi 11 (or compatible), a code that iterates a given directory path and lists all of its content. This code must include a simple demo program with edtPath : TEdit that is used to enter the directory path, e.g. "c:" or "c:Windows" and then a button, when clicked, will run the code to list the input directory path's content (i.e. all files and all sub-directories) to a TMemo on screen. The implementation must use direct NTFS record reading, not the normal () or Windows FindFirst() / FindNext() methods. This direct NTFS record reading method is discussed here: (see afrazier's answer).

    $175 (Avg Bid)
    $175 Avg Bid
    7 bids

    Implement in Delphi 11 (or compatible), a code that iterates a given directory path and lists all of its content. This code must include a simple demo program with edtPath : TEdit that is used to enter the directory path, e.g. "c:" or "c:Windows" and then a button, when clicked, will run the code to list the input directory path's content (i.e. all files and sub-directories) to a TMemo on screen. The implementation must use direct NTFS record reading, not the normal Windows FindFirst() / FindNext() method.

    $183 (Avg Bid)
    $183 Avg Bid
    9 bids

    ...documents. We need a public relations freelancer to execute a thought leadership campaign for our founding principal. Our company has a message that is timely–we have a product that is directly relevant to the global conversation on AI and related emergent issues like deep fakes and cyber attacks. Our founder created the world’s first online encyclopedia in 1981, which evolved into the Delphi social network. Delphi was sold to News America Corp. in 1993. We’re looking for a PR freelancer to help place him as a leading voice in the conversation on privacy, accountability and authenticity in the era of AI, to build connections between his company and reporters who are writing about these topics in consumer and technology media. We will provide pitch ...

    $30 / hr (Avg Bid)
    $30 / hr Avg Bid
    10 bids

    I am looking for a freelancer with experience in unigui (for delphi) to help me with making 1-way calls from server to clients and transfer TMemoryStream. Currently, the client makes a function call and requests the latest stream), and thus taking resources. OUTCOME: A sample uniGui project with the server and main modules, including the declarations functions and procedures required on the server side as well as the client side. The sample can include some random TImage from the server side and streamed-1 way to client. Skills and experience required: - Proficiency in unigui and Delphi - Experience with server-client Tmemorystream transfers - Ability to implement callbacks for 1-way transfers Project details: - The project involves creating callbacks for 1-way transfers...

    $95 (Avg Bid)
    $95 Avg Bid
    2 bids

    Project Title: uniGui (delphi) end of session / lost connection screen Instead of the regular uniGui session restart screen and "reconnecting squares" I am looking for a skilled developer to create an end of session / lost connection screen for my uniGui (delphi) project. "The reconnecting squares" should be the "C" logo (will provide the file) , making a heart-beat or spinning clockwise slowly.. Screen Content: - The screen should display a logo under an mp4 (auto-replay) to visually represent the end of session or lost connection situation. Design Requirements: - I have specific requirements for the design of the screen. Specific Requirements: - Instead of the default messages such as "Restart application" or "Invalid sessio...

    $27 (Avg Bid)
    $27 Avg Bid
    7 bids

    I am looking for a Delphi NFT framework that has the following features: - Integration with APIS for OpenSea - Minting and burning tokens - Royalty and revenue sharing The framework should be compatible with delphi 10.3.3 OUTCOME a unit , with all required procedure, functions, consts and calls to the marketplace. Ideal skills and experience for this job include: - Strong proficiency in Delphi programming language - Extensive knowledge of blockchain technology and NFTs - Experience in developing frameworks and integrating with existing marketplaces - Familiarity with Ethereum blockchain and smart contracts

    $281 (Avg Bid)
    $281 Avg Bid
    7 bids

    I am looking for a skilled Delphi developer to integrate Google Maps API into a unit () the unit must include the following functions: // returns maximum available quality / zoom for specific area getmaxQuality(top,left,bottom,right:double):byte; // get total tile count getTilesCount(top,left,bottom,right:double; quality:byte):integer; // download tiles, with filename: (or .png or .bmp to conserve disk.) downloadTiles(request_num:integer; top,left,bottom,right:double; quality:byte):integer; the result is the number of tiles downloaded; the onlt require information for me to add into the consts is my APIKEY Requirements: - Experience with Delphi programming - Expertise in working with Google Maps API (satellite images) - Ability to seamlessly

    $30 (Avg Bid)
    $30 Avg Bid
    3 bids

    ...or BARD - it won't work! I am looking for a Delphi developer who can integrate the Delphi mailwizz API into my project. The main functionality that I need from the API includes sending emails, tracking campaigns, and managing subscribers. You must include all mailwizz end points. The project outcome is teh complete delphi unit for all functions that cover mailwizz endpoints related to contacts, campaigns, sequencing managements, checking open rates, checking bounced mails, checking stats of each contact and its point within running campaigns, etc. Skills and Experience: - Strong knowledge and experience with Delphi programming language - Proficiency in working with APIs and integrating them into Delphi applications - Familiarity with the De...

    $46 (Avg Bid)
    $46 Avg Bid
    3 bids

    UPS API Integration with Delphi We are looking for a freelancer who has experience with integrating the UPS API with Delphi. Skills and Experience: - Strong knowledge of Delphi programming language - Experience with UPS API integration - Familiarity with UPS API documentation and credentials Specific Functionality: The main functionality we require is shipping rate calculation. Please provide examples of previous UPS API integration projects in Delphi if possible.

    $527 (Avg Bid)
    $527 Avg Bid
    24 bids

    I have several active Achats going in parallel each are sent to the server, the server needs to send each client the proper tmemorystream based on the chatId. Once a client enters a chat, the chat Id is sent to the server. Im looking for the mechanism of a "callback" in uniGui, that will not need to use a time and call the server with...each client the proper tmemorystream based on the chatId. Once a client enters a chat, the chat Id is sent to the server. Im looking for the mechanism of a "callback" in uniGui, that will not need to use a time and call the server with a function to return a tmemroystream. Instead, there should be something to send from server and receive at client. Chat me with questions. OUTCOME must be in delphi (unigui), without any addit...

    $10 - $30
    $10 - $30
    0 bids

    I am looking for a freelancer who can provide complete API support for delphi or for delphi with uniGui. The specific functionality I need the API to perform includes authentication, project creation/management, and payment processing for projects. endpoints must be enumerated as records structures, including: projects, contacts, chats , groups and conversations. OUTCOME should be delphi source code a working version for listing, adding, editing, removing, awarding and managing projects, offers, bids and contacts, etc. Please have a look at the complete list of API endpoints and contact me for clarifications on what to include. Ideal skills and experience for this job include knowledge of delphi and experience working with APIs.

    $21 (Avg Bid)
    $21 Avg Bid
    4 bids

    I need a Delphi UniGui client that can record and play (streaming) audio within a browser. The ideal candidate should have experience in Delphi, UniGui, Javascript, and audio streaming. The project requires the following: - record on client web browser (browser manages user permissions) - provide the stream as TMemoryStream to be sent to server (in mp3 or other playable format by all devices) - play a tmemorystream received from server. - the playing of the tmemroystream needs to be played in continuation of previous streamplay, without clicking or pauses, so you may need to have multiple playing channels, but synch between them. each tmeorystream will have a timestamp on it from server to ensure there is no gaps between the streams - Browser compatibility: Support all major...

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    I am looking for a freelancer to develop a Delphi program for me with a primary focus on application development. I already have a detailed list of features and functionality that I want the application to have, and the target platform will be Windows. This job requires knowledge of Delphi as well as application development and could potentially involve data analysis and/or database management also. The freelancer must have a strong background in software development and be able to deliver a quality product in a timely manner.

    $1118 (Avg Bid)
    $1118 Avg Bid
    32 bids

    I'm seeking a UK-based, intermediary-level Delphi developer to help me with modifying/extending an existing suite of Windows desktop applications. It's a complicated project that requires good knowledge of GUI development (including use of TMS components) and ideally some understanding of maths/engineering. I am looking for someone with broad knowledge of the Delphi language up to version 11.3 and associated Delphi libraries. Finally, I want someone who can write clean and organized code within our existing framework as well as debugging existing codes. I expect the candidate to already have access to their own licenced copy of Delphi to version 11.3

    $3356 (Avg Bid)
    $3356 Avg Bid
    6 bids

    delphi 5.0 code read and write lib files. I need to read those lib files in same type, read data. saving data to database, I can do it myself, I can use c#/vb.net code.

    $553 (Avg Bid)
    $553 Avg Bid
    18 bids

    Implement in Delphi 11 or compatible a code that has two functions: 1) SnapshotStart() which takes as an input a list of directories and/or registry paths. For example, ['c:program files', 'c:windows', 'hkey_classes_root', 'hkey_local_machinesoftware']. We shall call these the input paths. 2) SnapshotEnd() which takes as an input a list of search terms. For example, ['foobar', 'qwerty']. We shall call these the search terms. When SnapshotStart() is called, it will create in memory a data structure of the contents of the given directories and registry paths within the input paths, one level deep. When SnapshotEnd() is called, it will return a listing within those input paths, one level deep, of any: a) New files, b...

    $143 (Avg Bid)
    $143 Avg Bid
    19 bids

    I am looking for a skilled developer who can help me with Unigui Unidbgrid extenevts js codes. I need to achieve functionality for special editing data on unidbgrid. The current behavior of the Unidbgrid is use TAP to navigate between columns, I want navigate with ENTER and and focus columns depending the value of other column. The project is very urgent and n...Unidbgrid extenevts js codes. I need to achieve functionality for special editing data on unidbgrid. The current behavior of the Unidbgrid is use TAP to navigate between columns, I want navigate with ENTER and and focus columns depending the value of other column. The project is very urgent and needs to be completed in a week or less. Ideal skills and experience for this job include proficiency in Delphi, Unigui, Unidbgrid, ...

    $11 (Avg Bid)
    Guaranteed
    $11
    4 entries

    Looking for someone to help set up an azure virtual desktop for a small Delphi application. Less than 10 users would be connecting at a time. The application needs a SQL server Express database and all users will need access to some folders that would contain necessary files that they need. Subject to client giving go ahead.

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    45 bids

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

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    ...API like the Chat GPT website. The VCL form (not FireMonkey) will be included in an existing larger desktop application to implement the chat feature. To be clear, it has to be a VCL Form, not a Console App. Please note the following requirements: 1. Must use "Delphi OpenAI API" library. This is freely available on GitHub () and can be installed using Delphi's GetIt installer. 2. There are no components to install. The library consists of a bunch of .Pas files which implement OpenAI API in Delphi. 3. The request is NOT for "Completions" endpoint - we have that figured out using this library. The request is for ***CHAT***. The difference is explained here:

    $570 (Avg Bid)
    $570 Avg Bid
    4 bids

    We need a program written in Delphi that will parse domains from , including different filtering options, and store the domain information in MySQL table. The program will have the option to start by parameter -run, then it will automatically parse the site with predefined keyword filters and store new URLs into MySQL and terminate itself. all program configuring options will be stored in the local ini file.

    $196 (Avg Bid)
    $196 Avg Bid
    18 bids

    I am looking for a skilled Delphi 11 FMX developer to expand my existing macOS project to be compatible with Linux and ChromeOS. Existing project is an app&web use time tracking client app that is controled from cloud server through websockets and uploads data to the cloud. Requirements: - Experience with Delphi 11 FMX - Previous experience developing cross-platform applications for macOS, Linux, and ChromeOS - Familiarity with software libraries for Delphi 11 FMX, Linux and ChromeOS - Ability to integrate software libraries into the project (if existing FMX libs are not enough) Specifically, I need software libraries integrated into the project to ensure compatibility with Linux and ChromeOS (app&web time tracking is specific for any OS). If you have the ...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    11 bids

    Hello i need someone who can do a delphi crypter, which can support .NET and Native Files x86 x64 bit files,, and quality, which works with windows 7 to windows 11 versions.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    15 bids

    Create a demo project based on Delphi 2007 to replace Robohelp with In the demo is included: [1] common calls from delphi to pull up a specified page in the help document. [2] Example of how a document must be structured to best fit help calls. Time schedule: to be completed before end of May.

    $120 (Avg Bid)
    $120 Avg Bid
    1 bids

    I am looking for a Delphi 5 developer to create a desktop link to an online SQL database. The purpose of the link is for data storage. The database will store transactional data. We currently use DBISAM in a Delphi application. The ideal candidate should have experience in Delphi 5 and working with SQL databases. The project involves creating a new database structure or modifying the existing one.

    $228 (Avg Bid)
    $228 Avg Bid
    22 bids

    ...require modification during the transition process. Assist in identifying suitable file formats for the web application and develop strategies for converting and adapting existing data files. Ensure data security during transmission between frontend, backend, and the E-Apps server. Requirements: Extensive experience in Pascal development, particularly with legacy codebases. Strong understanding of Delphi Pascal and Windows VCL applications. Demonstrated experience in analyzing and reviewing existing codebases. Experience in developing web-based applications using modern technologies such as React.js and Node.js. Familiarity with RESTful API development and integration. Knowledge of data formatting and transmission to ensure compatibility with different systems. Strong problem-sol...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    9 bids

    ...integrable library with an application in Delphi. • Skills: Delphi or other Development Program. • Built-in library in Delphi XE7 • Compilation: 32-bit (. VCL) Se necesita una herramienta de reconocimiento de voz personalizada, como interfaz, modo de respuesta, tiempo de respuesta y velocidad de lectura de mensajes. Será necesario que el sistema de voz envíe al usuario las preguntas que se soliciten con un mensaje de texto escrito y esperar el tiempo definido para la respuesta del usuario mediante el reconocimiento de voz de los comandos de voz específicos y configurables. Desea que el proyecto sea una biblioteca integrable con una aplicación en Delphi. • Habilidades: Delphi u otro Programa de De...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    9 bids

    ...regex or Part-of-speech. (Regex version should allow metacharacters w etc.) A batch search option sends the results to a file named by the user. Code needs to be commented. Keeping track of all the loops is complex. Memory management and speed of processing a large set of files is important. Output will be single stand-alone exec files for Mac or Windows. A working version of the program (Delphi) and other info can be downloaded from wordskew.com. The interface can be improved on the current version. Note that I am aiming to start from the beginning and create a better version. Videos Demo -- loading files Searching ...

    $1269 (Avg Bid)
    Featured
    $1269 Avg Bid
    24 bids

    unit test on existing delphi software project, with limited refactoring. italian speaking is preferred

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    8 bids

    Implement in Delphi 11 or compatible, a simple VCL application called Winfindr.

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    I am attempting to upgrade my current software package written in Delphi 2005 to the latest version of Embarcadero Delphi, there have been a few issues with getting older packages associated with the software and we have resolved these by upgrades of the packages. Also certain code that was pretty old that needs slight changes to the lines that are written. When Compiling the project on the latest version of Embarcadero Delphi 10.4 Community Edition (used here so that we may identify all packages that are required before purchasing the full licence) I am having the following problems. Even after enabling “Runtime Packages” at the time of Compiling. 1. Intraweb – this program is constantly used the original Delphi Code programs and I have upgra...

    $535 (Avg Bid)
    $535 Avg Bid
    24 bids

    Hi, we are a Digital Assistant company, and we are looking for a Delphi developer using Delphi version 11 that can code a Real-time Speech Recognition and Text to Speech Windows desktop app. This app will receive speech input from a user microphone and transcribe in real time the text. The developer needs to create a Speech Recognition app using all three Cloud services: Azure, AWS, and Google, so that users can choose one of them. The transcription of the speech needs to be in real time. For the Text to Speech app, we need an app where users can select one of the three TTS providers, Azure, Google, and IBM, and display all voices from the chosen provider in a list box; the user then selects one voice, type a text in a memo box, and click on a "Speak" button to have...

    $30 - $250
    Featured Sealed
    $30 - $250
    2 bids

    Implement in Delphi 11 (or compatible), a simple program that will take as an input a filename. The filename is a full path to another program, say, "c:program filesfoobar" and the program shall execute this file, test.exe. Let's call the started file as the client. The program shall then monitor any windows the client creates and looks for buttons. Do notice that the new windows can be also created by another process that the client creates. The button search shall work by finding the button caption text, and the buttons to look for are 'yes', 'ok', 'finish', 'start' and 'next'. If one such button is found, it is clicked by the program. If none of these are found, then, an Enter key is sent instead, which we wil...

    $185 (Avg Bid)
    $185 Avg Bid
    6 bids

    ...integrable library with an application in Delphi. • Skills: Delphi or other Development Program. • Built-in library in Delphi XE7 • Compilation: 32-bit (. VCL) Se necesita una herramienta de reconocimiento de voz personalizada, como interfaz, modo de respuesta, tiempo de respuesta y velocidad de lectura de mensajes. Será necesario que el sistema de voz envíe al usuario las preguntas que se soliciten con un mensaje de texto escrito y esperar el tiempo definido para la respuesta del usuario mediante el reconocimiento de voz de los comandos de voz específicos y configurables. Desea que el proyecto sea una biblioteca integrable con una aplicación en Delphi. • Habilidades: Delphi u otro Programa de De...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    13 bids

    I am looking for a Delphi developer to create a program that will check phone numbers against a cloud-based service. The program should include the ability to add/remove phone numbers to/from the list, as well as import/export lists.

    $523 (Avg Bid)
    $523 Avg Bid
    16 bids

    We have a quote document that I would like to open in delphi via OLE and delete a page from the document and then save to a new filename. I have attached the document. Would like delphi app written in XE if possible. It should have a radio button for which page to delete (Page 7, Page 8) and a button to delete the page. You need an edit box for the file name. Original quote and saved documents to be saved in c:temp. A simple system with code please. Please quote 'Conveyancing' on your proposal so I know you have read the spec. Delivery asap Thanks

    $137 (Avg Bid)
    $137 Avg Bid
    2 bids

    I need an expert for compile a delphi project. Please send me in your proposal youe delphi knowledge thanks !

    $194 (Avg Bid)
    $194 Avg Bid
    16 bids

    We are looking for a specialist to develop an application for a multifunctional server with Windows operating system that allows communication with an electronic device called WServer through the library using _stdcall and callback() methods. The application should be developed in Delphi and provide support for the RestfulAPI protocol. The electronic device WServer only knows how to communicate through the library, which contains about 20 functions. The purpose of the application we are looking for is to allow communication with the WServer device through these functions and to allow users to send and receive messages through an HTTP server hosted on an IPC. In this context, we are looking for a programmer to develop a multifunctional proxy application that is capable of

    $1277 (Avg Bid)
    $1277 Avg Bid
    14 bids

    Hi, we are a Digital Assistant company, and we are looking for a Delphi developer using Delphi version 11 that can code a Real-time Speech Recognition desktop app. This app will receive speech input from a microphone and transcribe in real time the text. The developer can use Azure, AWS, IBM, or similar APIs.

    $195 (Avg Bid)
    Featured
    $195 Avg Bid
    4 bids
    $172 Avg Bid
    14 bids

    we have a library in delphi with some functions and syntaxes with which we can communicate with a device. We need a linux/windows executable that works in the API for future integrations with node.js

    $568 (Avg Bid)
    $568 Avg Bid
    22 bids

    Top delphi Community Articles