Website wrapper design työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 website wrapper design työtä löytyi, hinnoittelu EUR
    Trophy icon Paper Brand Logo & Packaging Designer 4 päivää left

    ...a new brand identity for my white paper products. This branding will include a logo, ream wrapper, box designs, and images for a low-cost A4 product, a premium A4 product, and a premium A3 product. Although the branding will be consistent, each product line will need to be distinct enough to easily differentiate between the budget and premium lines. I'm targeting an adult market, mostly in the education sector, and while I don't have any specifics in mind regarding style or color scheme, the design needs to equally appeal to a school business manager, a commercial office manager, on the shelves of a stationers, on Amazon. The ideal freelancer for this project would be experienced in: - Graphic design, specifically for product branding and packaging - Wo...

    €289 (Avg Bid)
    €289
    90 työtä

    ...data from it. We want to create a wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python ...

    €152 (Avg Bid)
    €152 Keskimäär. tarjous
    25 tarjoukset

    ...designer with strong experience in app design. The project involves updating existing designs to use the new responsive engine, building a couple of new pages, popups, and few features to enhance user engagement and conversion on our app. The current app is based on an old version of [Airdev's Canvas Framework]() (version: <3.0) **Scope of Work:** - Convert old AirDev Canva based app pages and reusable elements to new responsive engine - Design and build popups for sharing and rating content - Design and build a public page optimized for conversion - Update and refresh the homepage/landing page - Create a faceted search page Optional scope - Custom plugin development (very basic plugin / wrapper for a test/production API) - Update a basic Bran...

    €451 (Avg Bid)
    €451 Keskimäär. tarjous
    53 tarjoukset

    I'm in need of a expert who can fix issues relating to text alignment on my canvas. What I need - 1. The text should be always in the center position within the wrapper. 2. There will be a variable that has 3 options: a) automatic b) shorten c) line break. if the variable value is "automatic" - Then the text should be in one line whatever the text length it is. That means you need to decrease the font size accordingly. if the variable value is "shorten" - Then the text should be in one line too but if there is no space at the end it will cut the text. if the variable value is "line break" - Then the text should go to the next line if there is no space at the end. **** I have uploaded a zip file. Here all the code is done but based on f...

    €59 (Avg Bid)
    €59 Keskimäär. tarjous
    21 tarjoukset

    I'm in need of a expert who can fix issues relating to text alignment on my canvas. What I need - 1. The text should be always in the center position within the wrapper. 2. There will be a variable that has 3 options: a) automatic b) shorten c) line break. if the variable value is "automatic" - Then the text should be in one line whatever the text length it is. That means you need to decrease the font size accordingly. if the variable value is "shorten" - Then the text should be in one line too but if there is no space at the end it will cut the text. if the variable value is "line break" - Then the text should go to the next line if there is no space at the end. **** I have uploaded a zip file. Here all the code is done but based on f...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    9 tarjoukset

    ...auto. I mean whatever the text length it is, make it in one line by setting the font size. - If the value is "Shorten" then font size should be the default font size and if the text length is bigger than the wrapper, then cut the text from the end. I mean for e.g. the text is "Hello there how are you ? I am fine.". This is long text, but of course, this long text will not fit in the wrapper in one line, right ? So, cut this text from end based on available space on the wrapper (red background box) - If the value is "Line Break" then break the line if it's bigger than the wrapper. If you can do this then download the uploaded zip file, run it, and show me the output. I will hire you instantly. After successfully insta...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    9 tarjoukset

    ...life a wrapper contract that will interact with a specific third-party contract. Key Responsibilities: - Implementing CPI calls: The primary function of this smart contract is to make CPI (Cross-Program Invocation) calls to a predetermined third-party contract. This requires an in-depth understanding of Solana's architecture and the Rust programming language. Ideal Candidate: - Experienced Solana Developer: Demonstrable experience in developing Solana smart contracts is essential. Understanding of the Solana ecosystem and network mechanics, including the use of CPI calls, is a must. - Proficient in Rust: Due to the project requirements, a strong command of the Rust programming language is a necessity. - Previous Wrapper Contract Experience: Prior experience ...

    €193 (Avg Bid)
    Kiireellinen
    €193 Keskimäär. tarjous
    5 tarjoukset

    ...unique name. We may decide not to fund all of your projects, so we will need a way to tell you which ones to complete. In the case that we approve multiple projects for you, we will issue a separate $150 Milestone for each. That way, if you complete some projects and not others, we can pay you for the ones that you complete. • Q: Can you give me some good project ideas? A: Making a wrapper around our API for your favorite language is always a good idea, especially if your favorite language is not at the top of the mainstream language list. Mobile weather apps can be interesting, especially if you plan on continuing development beyond this project. Simple embedded projects on platforms such as Raspberry Pi or Arduino are also fun. Visualizations are nice either ...

    €159 (Avg Bid)
    €159 Keskimäär. tarjous
    30 tarjoukset
    C++ and casboost Loppunut 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

    €117 (Avg Bid)
    €117 Keskimäär. tarjous
    5 tarjoukset

    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.

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    13 tarjoukset

    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 Keskimäär. tarjous
    29 tarjoukset

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

    €136 (Avg Bid)
    €136 Keskimäär. tarjous
    25 tarjoukset

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

    €313 (Avg Bid)
    Kiireellinen
    €313 Keskimäär. tarjous
    42 tarjoukset

    Creare wrapper per Blazor Server App dwl widget

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    20 tarjoukset

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

    €26 / hr (Avg Bid)
    €26 / hr Keskimäär. tarjous
    58 tarjoukset

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

    €131 (Avg Bid)
    €131 Keskimäär. tarjous
    122 tarjoukset

    Wrapper problem

    €45 (Avg Bid)
    €45 Keskimäär. tarjous
    1 tarjoukset

    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

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    18 tarjoukset

    Creare wrapper per Blazor Server App dwl widget

    €151 (Avg Bid)
    €151 Keskimäär. tarjous
    15 tarjoukset

    Creare wrapper per Blazor Server App dwl widget

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    7 tarjoukset

    ...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 change to QT lib, so maintainence

    €740 (Avg Bid)
    €740 Keskimäär. tarjous
    30 tarjoukset

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

    €34 (Avg Bid)
    €34 Keskimäär. tarjous
    4 tarjoukset

    Design for Adult-Only Chocolate Bar Wrappers - Theme or Concept: White and black minimalist - appealing to to sophisticated taste and a discerning end user - Colors and Fonts: minimal and clear - Size: Custom Size We are 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...

    €90 (Avg Bid)
    Kiireellinen Salassapitosopimus
    €90 Keskimäär. tarjous
    67 tarjoukset

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

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    8 tarjoukset

    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

    €350 (Avg Bid)
    €350 Keskimäär. tarjous
    33 tarjoukset
    Php Wrapper Loppunut 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 Keskimäär. tarjous
    1 tarjoukset

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

    €114 (Avg Bid)
    €114 Keskimäär. tarjous
    11 tarjoukset

    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.

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    8 tarjoukset

    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

    €1076 (Avg Bid)
    €1076 Keskimäär. tarjous
    44 tarjoukset

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

    €623 (Avg Bid)
    €623 Keskimäär. tarjous
    12 tarjoukset

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

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    12 tarjoukset

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

    €163 (Avg Bid)
    €163 Keskimäär. tarjous
    3 tarjoukset

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

    €1708 (Avg Bid)
    €1708 Keskimäär. tarjous
    6 tarjoukset

    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 Keskimäär. tarjous
    2 tarjoukset

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

    €179 (Avg Bid)
    €179 Keskimäär. tarjous
    16 tarjoukset

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

    €181 (Avg Bid)
    €181 Keskimäär. tarjous
    17 tarjoukset

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

    €857 (Avg Bid)
    €857 Keskimäär. tarjous
    13 tarjoukset

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

    €124 (Avg Bid)
    €124 Keskimäär. tarjous
    9 tarjoukset

    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 Keskimäär. tarjous
    9 tarjoukset

    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.

    €78 (Avg Bid)
    €78 Keskimäär. tarjous
    51 tarjoukset

    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 Keskimäär. tarjous
    2 tarjoukset

    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 complete and agreed. I...

    €339 (Avg Bid)
    €339 Keskimäär. tarjous
    30 tarjoukset

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

    €83 (Avg Bid)
    €83 Keskimäär. tarjous
    37 tarjoukset

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

    €4747 (Avg Bid)
    €4747 Keskimäär. tarjous
    49 tarjoukset

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

    €351 (Avg Bid)
    €351 Keskimäär. tarjous
    15 tarjoukset

    ...proficient database developer to create a robust DB structure using and indexeddb. This project requires someone with a strong understanding of database management systems and an expertise in and indexeddb. Key Requirements: - Proficiency in Indexeddb, understood as the client-side storage API that leverages SQL-like transaction semantics. - Expertise in , a minimalistic wrapper library preferred for subtle performance reasons. - Solid understanding of database structure and management. - Browsers compatibility is not a key concern at this stage, flexibility over browser preference will be beneficial. - While there's no strict timeline, a reasonable delivery timeframe is appreciated. As a freelancer, your experience with and indexedDB will be crucial for this

    €96 (Avg Bid)
    €96 Keskimäär. tarjous
    8 tarjoukset

    I'm seeking a professional experienced Vehicle Wrapper who is well-versed in vehicle surface cleaning and preparation. The vehicle types you'll be working on are varied, so adaptability is key. Applicant will work on wraps, make signs, banners, disassemble vehicles, prepare other projects for vinyl installation and work with the customer on site if needed. You will need to have a valid driver's license, clean driving record, reliable transportation. We are looking for full time potions • Skills & Expertise: The ideal candidate would be comfortable with Strong problem-solving skills and the ability to troubleshoot issues during the wrapping process. Creativity and an eye for design, with the ability to translate client concepts into visually appeal...

    €11 / hr (Avg Bid)
    €11 / hr Keskimäär. tarjous
    29 tarjoukset

    ...overall than the Windows client). I need someone in the USA. Since I may need to ship them a tablet. The project's critical components will involve: - Crafting an intuitive GUI. - Taking existing functions in C# and porting them into Android app wrapper (compatible with Android 10 Go, and Android 13). - Functions include establishing secure connection to service already running on an Android device, and sending command codes. - Verifying functionality on a test device (mailed to developer). Ideal Skills: - Expertise in GUI design and implementation. - Experience with Android device integration. - DLL decompiling - Knowledge of Android customization techniques. This project demands someone detail-oriented with a proven track record in both C# de...

    €527 (Avg Bid)
    €527 Keskimäär. tarjous
    43 tarjoukset