Website app wrapper Jobs

Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    2,000 website app wrapper Gefundene Jobs, Preise in EUR

    Wir brauchen einen Wrapper in C#, der die Zahlung über Paypal und Wirecard abwickelt. Von beiden gibt es REST APIs und entsprechende Test-Umgebungen. Im wesentlichen geht es um Einmalzahlungen und die Autorisierung wiederkehrender Zahlungen (~ Abo-Modell).

    €1081 (Avg Bid)
    €1081 Gebot i.D.
    7 Angebote

    Es soll eine Wrapper-DLL erzeugt werden. Die Firma Keyence hat für Ihre CL-Messkopfreihe eine DLL zur Verfügung gestellt, mit der man die Daten der Messköpfe auslesen kann. Leider ist diese DLL so kompiliert, dass MS Access mit seinem bekanntlich anderem Byte-Alignment nicht zurecht kommt. Die Wrapper DLL muss also den Schalter #pragma pack(4) verwenden um die Funktionen für MS-Access 2016 benutzbar zu machen. Wem das etwas sagt, bitte melden. Hier der Link zur original DLL:

    €149 (Avg Bid)
    €149 Gebot i.D.
    5 Angebote

    Ich benötige ein Composer Wrapper welcher per Composer wiederum selbst installiert werden kann. Der Wrapper soll einfach in div. PHP Projekte eingebunden werden um folgende Aktionen auszulösen: - Composer Install - Composer Update - Composer Requere - Composer Remove Die Befehle sollen nach bedarf um entsprechende Parameter vom Composer zu erweitern sein. Dabei soll auf PHP Kritische Funktionen wie z.B. exec, exec_shell, system und Co. verzichtet werden. Die Ausgabe von Composer soll nach bedarf auch ausgegeben werden.

    €234 (Avg Bid)
    €234 Gebot i.D.
    5 Angebote

    Aufgaben: - Erstellung mehrerer Crawler und Wrapper - Erstellung von Datenbanken basierend auf den extrahierten Daten - Abfrage-Prozesse zur Extraktion gewünschter Informationen aus Datenbank Erfahrungen in diesem Gebiet wären gut. Wir erwarten, dass Bewerber in der Lage sind sich das benötigte Wissen anzueignen und selbständig umzusetzen. Notwendig: Deutsche Arbeitsgenehmigung & abgeschlossene Ausbildung oder abgeschlossenes Studium Bei Interesse bitte anschreiben. Gerne arrangieren wir ein Telefonat oder informieren per Email ausführlicher.

    €2247 (Avg Bid)
    €2247 Gebot i.D.
    12 Angebote

    Hallo, Wir sind auf der Suche nach einem Webentwickler für ein vollautomatisiertes Gameserver / vServer & co Webinterface, inklusive Website und Shop. Von der Bestellung bis zur Einrichtung des Gameservers / vServers und co soll alles automatisiert ablaufen. Vorhandene Systeme wie z.B. SolusVM, Plesk sowie der Domainreseller bieten schon eine entsprechend fertige API. Ein Server Wrapper oder ähnliches für die Gameserver, zur Einrichtung und Verwaltung der Gameserver muss entsprechend geschrieben werden. Wir haben hier erst einmal ein Budget von circa 3000-5000€ angedacht, was jedoch noch variabel ist.

    €3872 (Avg Bid)
    €3872 Gebot i.D.
    4 Angebote

    Ich habe eine WebApp geschrieben und benötige einen Apple iOS Entwickler der: - Einen iOS Wrapper programmiert (WebView + Standortfreigabe) - Die App im AppStore veröffentlicht - Die Freigabe im AppStore sicherstellt Ein persönliches Treffen in Düsseldorf oder in der Nähe würde es ermöglichen das Projekt an einem Tag zu erledigen. Die WebApp ist werbefrei, kostenlos, nicht kommerziel und richtet sich an Eltern in Düsseldorf.

    €815 (Avg Bid)
    €815 Gebot i.D.
    3 Angebote

    Aus einer mobilen/ responsiven Webseite soll zusätzliche eine App-Version erstellt werden. Dazu soll ein Wrapper/Rahmen erstellt werden und die App in den jeweiligen Stores zur Verfügung gestellt werden. Es sollen mindestens die App für die Plattformen iOS und Android entwickelt werden. Optional für Windows (mobile/Phone) und Blackberry. Bisher sind keine zusätzlichen App-Features vorgesehen (z.B. Push-Nachrichten etc.)

    €565 (Avg Bid)
    €565 Gebot i.D.
    8 Angebote

    Ich brauche einen PHP-Wrapper für Handelsanfragen (Tradeoffer) auf Steam. Es soll eine Klasse erstellt werden, die folgendes kann: - In einen Steam-Account auf einloggen - Eine Tradeoffer-URL aufrufen und eine Tradeoffer initialisieren - Die Tradeoffer mit Item-IDs (assetid) befüllen - Einen Kommentar angeben - Die Tradeoffer absenden - Eingehende Tradeoffers akzeptieren (Prüfung, ob diese akzeptiert werden sollen, wird von mir gebaut)

    €124 (Avg Bid)
    €124 Gebot i.D.
    3 Angebote

    Ich brauche einen PHP-Wrapper für Handelsanfragen (Tradeoffer) auf Steam. Es soll eine Klasse erstellt werden, die folgendes kann: - In einen Steam-Account auf einloggen - Eine Tradeoffer-URL aufrufen und eine Tradeoffer initialisieren - Die Tradeoffer mit Item-IDs (assetid) befüllen - Einen Kommentar angeben - Die Tradeoffer absenden - Eingehende Tradeoffers akzeptieren (Prüfung, ob diese akzeptiert werden sollen, wird von mir gebaut)

    €28 - €230
    €28 - €230
    0 Angebote

    Project Vorraussetzung: Wir benötigen einen kompletten REST API Wrapper für alle Funktionen des EBICS Protokoll von Banken. Programmiersprache ist frei, solange der Quelltext offen mitgeliefert wird. Zudem sollte auch die Zertifikatsverwaltung implementiert werden. Dokumentation zu dem Standard sind hier zu finden: Englisch: Deutsch:

    €2909 (Avg Bid)
    Featured
    €2909 Gebot i.D.
    1 Angebote
    C++ and casboost 5 Tage left

    Make a VS2022 project to build a C++ dll to : 1) load Catboost model(x), return handler to manage this model later 2) Run predict model(x) (handler in parameters to seclect model1 or model2) 3) unload model(x) (handler in parameters to seclect model1 or model2) some help : //CODE FROM HELP ModelCalcerWrapper calcer(""); std::vector<float> floatFeatures(100); //std::vector<std::string> catFeatures = {"one", "two", "three"}; no need (only float inputs) std::cout << (floatFeatures, catFeatures) << std::endl; Two models have to be in memory at the same time, "" and "" My software using this dll: START: load model1 AND load model2.(return

    €122 (Avg Bid)
    €122 Gebot i.D.
    6 Angebote

    I'm looking for a Fabric JS developer who can help with some text issues in my project. Key Tasks: - when the sentence is long and then If I decrease or increase the wrapper the sentence should be adjusted within the wrapper and it should be go to next line. The ideal candidate should have: - Proven experience with Fabric JS. - Strong JavaScript skills. - Previous experience in resolving text issues in web projects. ** I want you to fix it via remote desktop.

    €23 (Avg Bid)
    €23 Gebot i.D.
    14 Angebote

    I need a cross-compilation of the Surina Soundtouch library for both Windows and Linux. I have it working using a c# wrapper of the soundtouch library but require when run inside a linux docker container that it uses Ideal Skills: - Proficiency in .NET Core - Experience in cross-compilation - Understanding of Surina Soundtouch library - Familiarity with both Windows and Linux Requirements: - The goal of this project is to add new features to the library. - I will need a basic level of documentation, primarily consisting of setup instructions. Please bid if you have the skills and experience necessary to complete this project.

    €307 (Avg Bid)
    €307 Gebot i.D.
    26 Angebote

    We're deploying a real-time voice isolation model into Unity. It's a convolutional TFLite model. The model's in a Java wrapper. We're having trouble with the post-processing in our model we could use some help with! The model is not outputting the sound properly. It's affecting the depth leading to static noise. Usually that's bad formatting (sample rate, bit sizes, etc.) but we're looking for someone to help us better diagnose what's going wrong. We are aiming to deploy it this week, and we estimate we will need 2-4 hours of your consulting time.

    €37 / hr (Avg Bid)
    €37 / hr Gebot i.D.
    30 Angebote

    ... was developed for Drupal 8 during google summer code 2016. Php advanced, so did Drupal and as a consequence the code is not compatible with Drupal 10 at this moment. I seek a seasoned Drupal developer who can go through the code, update it to be compatible with the latest php 8.3 and Drupal 10.2. Since this module depends on encrypt_seclib, which appears to be a wrapper for , you need to update that too. Also ensure, that this module still works with the updated versions of the Encrypt and the Key module. Please note that pubkey_encrypt did not work on a test installation of drupal 8.9 with php 7.4. This was the error message "Uncaught PHP Exception

    €138 (Avg Bid)
    €138 Gebot i.D.
    25 Angebote

    ...LOGO REFINEMENT NEED PROTEIN BAR WRAPPER DESIGN NEED 12PK BOX DESIGN I'm in need of a talented graphic designer who can deliver minimalist and vintage inspired logo and product designs. This project entails refining a current logo concept and developing product designs for the beverage industry. The ideal designer has: - A firm understanding of minimalist and vintage design aesthetics - Experience with logo design and product design Need in 12 hours... inspiration for this project is Design Example Attachment Please COPY or be very similar to it. Our Flavor is Crispy Creamy Chocolate Caramel Front of Wrapper must include Logo "Certified Sport"

    €317 (Avg Bid)
    Dringend
    €317 Gebot i.D.
    42 Angebote

    Creare wrapper per Blazor Server App dwl widget

    €24 (Avg Bid)
    €24 Gebot i.D.
    20 Angebote

    Minimal lines of c c++. Minim...lotlib/ Py to c++ job. Radio unit exposure a plus. Battery knowkedge plus. --- I am in need of a specialist in C++ programming to create a library with a C-wrapper. The primary aim of this undertaking is data visualization, plotting graphs, and crafting charts. Key requirements are: - Exemplary C++ coding skills - Experience in handling inputs/outputs - Expertise in file manipulation - Knowledge in the creation of C-wrappers Your task will be to develop a C++ library that includes a C-wrapper, enabling top-notch file handling for data visualization. Please note that the work doesn't involve creating a C-wrapper for an existing library, but rather coding a new one from scratch. Only those with proven experience handling such pr...

    €25 / hr (Avg Bid)
    €25 / hr Gebot i.D.
    59 Angebote

    ...IDEAS WILL BE FAVORED DURING SELECTION PROCESS Example URL: We use WPForms to build the online forms for our website. However, the styling of the forms is very plain and not complimentary to our site's look & feel. We need someone to design some CSS styles that we can use for our forms to make them more appealing on our website. WPForms lets us define CSS wrapper classes, a submit button class and classes for each field. We would like someone to come up with one or more pleasing CSS styles that we can use for all of these to make the form look much better on our website. Each section of our forms should have a seperation between them to clearly show where each section starts and ends. This should be subtle and tasteful and have the

    €133 (Avg Bid)
    €133 Gebot i.D.
    122 Angebote

    Wrapper problem

    €46 (Avg Bid)
    €46 Gebot i.D.
    1 Angebote

    I’m on the hunt for a skilled PHP developer with Laravel framework competency. You'll be tasked with creating an SDK wrapper package compatible with Laravel. This package needs to interact smoothly with the serveravatar external API set and should include roughly sixty endpoints. - i will provide the post man file and curl descriptions. This is similar to ploi php sdk with common methods for json response, error and resource handling. or The API in focus is the ServerAvatar Server Management API. The SDK wrapper must successfully integrate with all features of this API including: - User Management, - Domain Management, and; - Database Management. The ideal candidate for this project should possess not only

    €25 (Avg Bid)
    €25 Gebot i.D.
    19 Angebote

    Creare wrapper per Blazor Server App dwl widget

    €153 (Avg Bid)
    €153 Gebot i.D.
    15 Angebote

    Creare wrapper per Blazor Server App dwl widget

    €23 (Avg Bid)
    €23 Gebot i.D.
    7 Angebote

    ...integrates the SonarPen pressure-sensitive stylus with the Krita drawing app for Android. The project involves creating a C++ wrapper for an AAR library (the SonarPen SDK in Java) and making it interact with Krita via the QT library. The key requirements for the project are: - Develop a C++ wrapper for the AAR library. - Use QT to make API calls to the wrapper. (Configure the wrapper to communicate with the SonarPen. ) - Compile the open-source Krita app, based in QT, to function on Android. () - finished product should be shared via github project which contains: - a completed APK file of Krita that support SonarPen, - a C++ wrapper in BIN and commented source code, - a step by step guide that document the

    €763 (Avg Bid)
    €763 Gebot i.D.
    30 Angebote

    I am seeking a seasoned Python programmer with solid experience in hardware integration, particularly biometric devices. You will take the lead in connecting a ZKTeco USB fingerprint scanner directly to Python without using any existing library or wrapper. This includes: - Making the device compatible with the Python language - Implementing routines for fingerprint registration, recognition, and using these in my Python application for authentication Skills and qualifications: - Strong command of Python programming language with hardware integration experience - Familiarity with the intricacies of ZKTeco biometric devices is required - Ability to utilize the SDK provided in C++, C# and Java to set up the scanner functionality in Python Please attach, with your proposal, previous...

    €35 (Avg Bid)
    €35 Gebot i.D.
    4 Angebote

    ...looking for a talented designer to create eye-catching and unique chocolate bar wrappers for our adult-only chocolate brand. The design should be minimalist, with lots of white space and black writing. Like Apple computer or Paul Mitchell hair products. We have a simple image suggestion for the art. We want the design to be visually appealing and stand out on store shelves. The chocolate bar wrapper should be in a custom size and we will provide the template for that design. The manufacturer requested for the designer to use Adobe Illustrator to make the design overlapping the template we have. Ideal Skills and Experience: - Experience in designing packaging for food products - Creative and innovative mindset to come up with unique and visually appealing designs - Unders...

    €91 (Avg Bid)
    Dringend NDA
    €91 Gebot i.D.
    67 Angebote

    ...document that can be directly rendered on Github, and a pdf Exported version of that. The document walks the potential user through the use EXAMPLES vignettes: (logical order of calls + ) PACKAGE The package is essentially a helper and wrapper mostly around the Seurat package. THE DATA OBJECT I will share a data object online. For now functions should work on the small object "pbmc_small" incuded in Seurat: HOW TO WORK TOGETHER I would like that you submit a plan, that we discuss (what fun's to demonstrate, what steps, what tools to use). Once agreed do

    €20 (Avg Bid)
    €20 Gebot i.D.
    8 Angebote

    I am looking to employ a proficient C++ and QT developer for a project that integrates the SonarPen pressure-sensitive stylus with the Krita drawing app for Android. The project involves creating a C++ wrapper for an AAR library (the SonarPen SDK in Java) and making it interact with Krita via the QT library. The key requirements for the project are: - Develop a C++ wrapper for the AAR library. - Use QT to make API calls to the wrapper. (Configure the wrapper to communicate with the SonarPen. ) - Compile the open-source Krita app, based in QT, to function on Android. () Ideal skills required: - Experience with C++. - Knowledge of the QT 5 library. - Android platform experience. - Background in working with

    €355 (Avg Bid)
    €355 Gebot i.D.
    33 Angebote
    Php Wrapper Beendet left

    Build a php wrapper for api for banking should have all the functions that are available in documentation

    €28 / hr (Avg Bid)
    €28 / hr Gebot i.D.
    1 Angebote

    ...that gets in Register R0 address of array with length 6, and in register R1 address to linked list, and in R2 the length of the list, the sub routines finds the 6 best averages in the list of students that in R1 and saves them in the array that saved in R0 in order big to small (that’s why we sorted before). In case there are repeats of average grade, insert it only once to the array. 5. Write a wrapper code that gets from the user the number of students in every course, a number of students is between 1 to 10. The values are sepearted in one space or more and must end with new line. After that the user will have to insert the students grades in every...

    €116 (Avg Bid)
    €116 Gebot i.D.
    11 Angebote

    Task : bugs regarding the google login and drive integration into a react native app, as in, we tried to use a third party wrapper to login into the system and upload files to a user's drive, through the app itself. However, we seem to be stuck on a white loading screen. We'd like the coder to fix this error, and then take care of the subsequent bugs that come up during this. Skills Identified : react native, google drive api, google login api.

    €24 (Avg Bid)
    €24 Gebot i.D.
    8 Angebote

    There is a component made in js. You need to write a wrapper in JS to work with this graph. It is necessary to create high-level functions for adding and deleting diagram elements, as well as adding and deleting connections (if they are in the original component, this means moving it up a level for single access from the wrapper. Also convert saving-loading to OOP format (with duplication of the domain model in JS types). I have the terms of reference, I will send it to the candidate for review. anti-spam: which is better - heating or class for you and why

    €1091 (Avg Bid)
    €1091 Gebot i.D.
    44 Angebote

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

    €632 (Avg Bid)
    €632 Gebot i.D.
    12 Angebote

    ...via NI. Details: • You should ideally have expertise in working with both PG and EPOS systems and be proficient with Java8/wrapper. • The primary functionality to be developed will be customer management. • The necessary toolkit and documentation are available for reference. Requirements: • Proven experience in similar integration projects. • Comprehensive understanding of Customer Relationship Management (CRM) systems. • Insightful knowledge of the workings of payment gateways, particularly NI. Application Guidelines: • When applying, kindly include your past work related to such integrations. • Detail your experience in working with PG, EPOS, and Java8/wrapper. • Specific examples of your successful customer management i...

    €20 / hr (Avg Bid)
    €20 / hr Gebot i.D.
    12 Angebote

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

    €166 (Avg Bid)
    €166 Gebot i.D.
    3 Angebote

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

    €1732 (Avg Bid)
    €1732 Gebot i.D.
    6 Angebote

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

    €9 / hr (Avg Bid)
    €9 / hr Gebot i.D.
    2 Angebote

    I'm seeking a skilled developer with experience in game advancement, specially in the area of 2d MMORPGs. I'm looking for someone who can enhance and streamline my beloved game from the 2000s, currently running on DirectX 7 with DirectDraw wrapper. The three main areas of focus would be: - Smoother Movement: Players in the game should experience smooth movements across the game universe. Any jerkiness or lag is unacceptable and needs to be ironed out. Also get rid of collisions and bumps - Uniform Movement Speed: All characters within the game should have equal movement speed, ensuring fair game play for all players. - Resolution & Window Mode: The game should operate in 800x600 resolution and feature a windowed mode. Importantly, I need the game to allow its window...

    €182 (Avg Bid)
    €182 Gebot i.D.
    16 Angebote

    ...simple. Create a test .NET 8.0 MAUI project that has one label, and one button on the sample page that is given when you create a new project. The create one test, that retrieves both of these elements by AutomationID / ID (not Xpaths or other selectors), and retrieve a couple control properties from them and set the values. That is all that is required. You may have to create a .NET MAUI wrapper for Android (it's just a few lines of code), to achieve this. The test project should be .NET 8.0 MAUI Android & iOS only needed for these automation tests to be written against. The test project should be XUnit running Appium.WebDriver. Any questions then please ask. I am looking for someone who has done this before, as it is quick easy money for someone that who has. ...

    €183 (Avg Bid)
    €183 Gebot i.D.
    17 Angebote

    I'm seeking a seasoned game developer to optimize a 2D tile-based MMORPG game client from the early 2000's. The work will focus on improving the client's window mode features, implementing dynamic camera movement, and enhancing general performance optimization. C++, DirectX7 with DDraw wrapper Specifically: - Windowed mode and resizable windowed mode: I want to make it possible to switch to windowed mode using ALT+F4 and to have a resizable window. - Fluid movement and smooth camera follow: Strategically, I would like a dynamic camera movement that follows the character, to enhance user experience and engagement. This is currently the highest priority - Performance optimization: I'm looking for high performance optimization of the client. The goal is to en...

    €869 (Avg Bid)
    €869 Gebot i.D.
    13 Angebote

    ...simple. Create a test .NET 8.0 MAUI project that has one label, and one button on the sample page that is given when you create a new project. The create one test, that retrieves both of these elements by AutomationID / ID (not Xpaths or other selectors), and retrieve a couple control properties from them and set the values. That is all that is required. You may have to create a .NET MAUI wrapper for Android (it's just a few lines of code), to achieve this. The test project should be .NET 8.0 MAUI Android & iOS only needed for these automation tests to be written against. The test project should be XUnit running Appium.WebDriver. Any questions then please ask. I am looking for someone who has done this before, as it is quick easy money for someone that who has. ...

    €126 (Avg Bid)
    €126 Gebot i.D.
    9 Angebote

    is our website. Please check it out. It''s an application designed to allow reps to go to any webpage, drop notes on the webpage, save them to that URL, and then when they present that webpage to an audience via screen share the audience is shared a clean emulated view of the rep's screen and the rep navigates from the view that has notes. The notes help the rep. We are looking for a developer that can come help us with our CURRENT solution and NOT tell us that they want to rewrite everything. These are things we know need to be done: - Because openGL is not working on Mac, we need to create a wrapper that allows our Mac CEF instance to be functional. - We need to finish the UI - We need to publish our app the associated app stores.

    €12 / hr (Avg Bid)
    €12 / hr Gebot i.D.
    9 Angebote

    I need an animator to turn my 2 static images into cute 2D animations. The purpose of the animations will be to include as the header for a marketing email and as a social media post. Easter egg Is it possible to make the wrapper come away from the number 1? For email 600 x 400 GIF For social 1000 x 1000 mp4 Pineapples Make the pineapples dance in and out. For email 600 x 400 GIF For social 1000 x 1000 mp4 I have attached the original images that should be used.

    €79 (Avg Bid)
    €79 Gebot i.D.
    51 Angebote

    I'm seeking a skilled Python and C++ developer to create a Python wrapper for a C++ SDK that operates a camera. Key Requirements: - The wrapper must be compatible with Windows. - The main functionalities to control (focus adjustment, live view, capturing images and so on). - A basic GUI will be provided (in Qt Designer) so it would help if you have a working knowledge of PyQt or PySide - The GUI will have a Graphics view area and some buttons to click, focus, etc. You may use it to display the live image, focus, capture - You don't need to convert every function (there are 51 in the API) at one go - We can go milestone wise: + For example, 10 important functions in the 1st milestone: Initalise SDK, TerminateSDK, OpenSession, CloseSession, LiveView, Focu...

    €11 / hr (Avg Bid)
    €11 / hr Gebot i.D.
    2 Angebote

    I'm searching for an Android app developer to create a Web Wrapper application. Essential attributes for the project: - Proficiency in working with web view in Android - Expertise in creating secure settings options within apps Key Project Features: - The application should function as a website wrapper displaying a chosen webpage. - In settings, the default start page of the app should be customizable from a dropdown list (you should be able to update this list). - A pin entry is required to access and alter the settings. The purpose of this pin is to control access. - The app is not expected to support multi-user capabilities. It will hold only one default start page at a time. The source code and complied APK should be provided once co...

    €343 (Avg Bid)
    €343 Gebot i.D.
    30 Angebote

    ...experienced freelancer to assist with integrating IDX Broker pages into my current WordPress website, ensuring they match the overall style and theme seamlessly. With IDX pages currently sporting a stock design, my primary focus is on the CSS aspect to create a default wrapper that blends these pages into the website's aesthetic. **Requirements:** - Proficiency in WordPress and familiarity with IDX Broker plugins. - Expertise in CSS for styling and adapting IDX Broker pages to match the website's theme. - Ability to ensure that all IDX pages (such as listings, search results) are visually coherent with the existing website design. **Objective:** - Seamlessly integrate IDX pages into the website, adjusting layouts and styles where necessary. - Ma...

    €84 (Avg Bid)
    €84 Gebot i.D.
    37 Angebote

    I'm embarking on an exciting project to develop an AI application that will significantly leverage advanced AI capabilities, specifically in object detection and classification. **What I Need:** - A developer with strong experience in AI, espec... PyTorch). - Skilled in programming languages suited for desktop application development (Java, Python, etc.). - Strong problem-solving skills and creativity in implementing efficient solutions. **Project Goals:** - Setup an environment (can be hosted on cloud platform) for AI model training - To develop an AI-powered application and an Java wrapper program for object detection and classification. - Assist to deploy the AI program and Java wrapper program to Jetson Nano. I am seeking a developer who is enthusiastic about AI ...

    €4815 (Avg Bid)
    €4815 Gebot i.D.
    49 Angebote

    ...Residence, and other relevant information. Specifically, it needs to process and output this data effectively. Ideal Skills & Experience: - In-depth knowledge of DLL files and their functionalities - Proven experience with data processing and output - Familiarity with citizen data manipulation - Delphi and Lazarus - Proficiency in C++ programming. Your main task will be constructing a wrapper for this DLL to ensure it functions as intended. Understanding of how to handle sensitive citizen data securely and ethically is a must. I need the sources in pascal of course. I can't attached the file complete zip is over 38mb my e-mail: there is an example in Belgiean more or like what i pretend So the one i need is for read

    €356 (Avg Bid)
    €356 Gebot i.D.
    15 Angebote