Wrapper char functionproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    2,000 wrapper char function proiecte găsite, la prețul de USD

    ..."stages" and implicitly 3 types of costs associated with this type of service (Google Ads - Pay Per Click) A. Creating a Google Adwords campaign, which includes (Technical and creative setup): Creating and configuring a Google AdWords account, Configuring Google Tag Manager (including setting goals, conversions, etc.), Configuring Google Analytics + Connecting AdWords Search campaigns and budget function, even Display / Performance campaigns (the first set of banners is free) B. Optimization of Google Ads campaigns, which includes: monitoring of Google Ads campaigns (with optimization interventions, bid strategy modification, improvements and adjustments to increase efficiency, etc.) technical support (phone/email) periodic reports v1. Standard campaigns in the search...

    $127 (Avg Bid)
    $127 Oferta medie
    9 oferte

    ...make migrations for clients foreach invoice there is a payment (card, bank, cash) - Make controller to do all these - Make button for each client "New invoice" - page for invoices foreach client with payments foreach invoice. I don't what other files, i don't need anything else. After i receive files from you, i need to be able to do it myself. I know little Laravel. I managed to install the Wrapper on Laravel 8. I made controller, on dd i have data, but i don't know how to use it. Is it something you can do? You have to teach me to do the implementation of these: Available methods getClients getProducts getSeries getLanguages getManagement getVatRates addProforma addNotice addInvoice getInvoice getProforma getNotice cancelInvoice cancelProforma canc...

    $31 (Avg Bid)
    $31 Oferta medie
    7 oferte

    Cunostinte in Game Development si librariile 3D. C++ / C#. Portofoliu cu jocuri terminate sau in desfasurare. Familiarizat cu Visual Studio, Unreal Engine, Unity. Obiectiv de lucru: Programare game engine (librarii 3D, wrapper sau OpenGL) de la 0 in C++ sau C#

    $1141 (Avg Bid)
    $1141 Oferta medie
    8 oferte

    Hi, I want to make an api backend for android applications whose function is the user administration panel. It will use asp.net core api and xamarin forms. More details in private.

    $50 / hr (Avg Bid)
    $50 / hr Oferta medie
    3 oferte

    It needs a php function that takes some information from an API and returns it to a database. it is a webservice for hotels suppliers . XML-based functions for an on-line search agents systems

    $180 (Avg Bid)
    $180 Oferta medie
    10 oferte

    EN I want to hire someone who know AMX programming. I want a addon for VIP and other function. I can give addons for edit. RO Vreau sa angajez un om care sa se priceapa la amxx penru a-mi creea niste VIP-uri pentru un server public de CSGO.

    $8 - $31
    $8 - $31
    0 oferte
    Programare excel (VBA) S-a încheiat left

    Vreau sa creez o funcție (VBA) care sa convertească un fișier txt în Excel la apasarea unui buton. (function)In acelasi timp sa se poata Introduce manual calea de unde se ia fisierul txt respectiv, unde va pune fisierul excel, anumite informatii adaugate manual. Am anexat mai jos cum arata fisierele text (2 tipuri de format) si de asemenea cum trebuie sa arate pentru fiecare (example 1 si 2).

    $214 (Avg Bid)
    $214 Oferta medie
    4 oferte

    Am nevoie de detalii exacte despre cum își desfășoară activitatea o firma de recrutare personal. Aici vreau sa știu cum si de unde își găsește firmele care caută personal in străinătate (ma interesează uk), pe ce criterii se bazează colaborarea între cele doua firme. Acest punct trebuie detaliat la maxim: tipul de mesaj (scris exact); detaliile care trebuie sa le ofere angaja...își desfășoară activitatea o firma de recrutare personal. Aici vreau sa știu cum si de unde își găsește firmele care caută personal in străinătate (ma interesează uk), pe ce criterii se bazează colaborarea între cele doua firme. Acest punct trebuie detaliat la maxim: tipul de mesaj (scris exact); detaliile care trebuie sa le ofere angajatorul despre postul oferit, etc. Mai multe ...

    $202 (Avg Bid)
    $202 Oferta medie
    2 oferte
    Project for sabauionut21 S-a încheiat left

    Salut Ionut, Te caut in legatura cu o colaborare de 30-40 hr / luna pe termen lung pentru un proiect Android. Proiectul transforma un web-page intr-o aplicatie nativa (un wrapper avansat pe webview), de la BE primim doar 1 JSON si PNsurile. Ce parere ai? Iulian

    $250 (Avg Bid)
    $250 Oferta medie
    1 oferte
    Depanare site osCommerce S-a încheiat left

    Avem un magazin online mai vechi, construit pe osCommerce 2.2-MS2. Serverul unde este gazduit a fost upgradat la PHP 5.4. Din acel moment, magazinul online nu mai functioneaza corect. Una dintre erorile cele mai frecvente este: Unable to determine the page link! Function used: tep_href_link('', '', 'NONSSL') Avem nevoie de o solutie pentru a repune in functiune site-ul. Revenirea la PHP 5.3 este exclusa deoarece site-ul este gazduit pe un shared hosting.

    $240 (Avg Bid)
    $240 Oferta medie
    11 oferte

    ...poata ajuta cu o problema ce tine mai mult de partea "fluida" a unui slider. Sliderul il am si functioneaza - problema e ca nu reusesc sa redimensionez imaginile si video-ul in functie de dimensiunea ferestrei in asa fel incat sa nu existe spatii goale. Am aici partea de cod care nu-mi iese... $(document).ready(function(){ var window_width = $(window).width(); var window_height = $(window).height(); $('a.bg_image_container > img').each(function(){ var image_width = $(this).width(); var image_height = $(this).height(); var window_ratio = window_width / window_height; var image_ratio = image_width / image_height; if(window_ratio > image_ratio){ var image_new_widt...

    $25 (Avg Bid)
    $25 Oferta medie
    1 oferte
    Write some Software S-a încheiat left

    ...nume type poate fi integer, string sau float Siruri (bonus 5p) type nume(lungime) type poate fi integer, string sau float lungimea este o constanta Atribuire write expresie in variabila Declararea functiilor function nume_functie parametru1@tip continuare_nume_functie parametru2@tip conitnuare_nume_functie parametru3@tip ... returns tip start ... ... ... return (daca e cazul) stop Tipurile de intoarcere sunt oricare din cele trei tipuri de variabile sau nothing daca nu intoarce nimic. La return, functia se opreste imediat Exemple: function gotox x@integer andy y@integer andWrite text@string andNewFile nl@integer returns nothing start print text if nl = 0 start print 'n' stop end Afisarea pe ecran print expre...

    $19 (Avg Bid)
    $19 Oferta medie
    2 oferte

    ...dispozitiv si aplicatia sa de monitorizare, prin urmare nu se poate emula aplicatia. Aplicatia permite selectarea portului COM. Este cunoscut faptul ca, pe langa char-uri fara semnificatie anume, se trimit si char-uri in format ASCII cu sens (cu sens, ex: ZONES IN ALARM etc.) – am folosit un analyzer RS232 pentru a capta mesajele. Deci, este nevoie de un driver care sa preia datele din kernel space si sa le transfere in user space. Pentru partea de user-space fie se va prezenta o documentatie cat se poate de detaliata legata de modul in care se pot accesa datele, fie se va realiza un stub code C/C++ in care se preiau informatiile intr-un char* (accesand zona de memorie corespunzatoare, buffer, mempage etc., preferabil a doua varianta), pentru a putea continua ...

    $245 - $734
    $245 - $734
    0 oferte

    i have one wordpress site,need to fix some bugs: 1. search function in homepage(need make it work as the header search) 2. product sub-category listing page, the pagination do not work properly,and product pagination is not working find(page 9-13 no product,but still display the page number on the bottom),need to fix it. 3. product details page, do not display some descriptions which i have input from the admin it display in the place of product details page 4. product listing page, need one line title + one line description down of the product image

    $32 (Avg Bid)
    $32 Oferta medie
    2 oferte

    Seeking an expert in developing small basic Android apps or database-enabled websites. The primary function of this project is to manage and categorize approximately 1,000 records, with the ability to sort them by date or reminder type. The platform should also allow for these records to be printed daily. Key Features: - Reminder system: This should be able to send email notifications as reminders. - Privacy: Secure login page that is protected by a username and password setup. Ideal candidate should have a strong background in app or web development, with a demonstrated experience in handling databases, creating secure login environments, and email notification systems. Good understanding of efficient record sorting algorithm is a plus. The ability to create an interface that is...

    $50 - $125
    Sigilat
    $50 - $125
    16 oferte

    I need a Python script to be deployed as a Lambda function and capable of processing tokens and handling verification and info retrieval tasks successfully. The Lambda function will handle both Google Sign-in ID and Access tokens. Summary: "Users creation" will be in DDB. "Endpoint creation" using API gateway. "User Authentication" using JWT "User Login" is via Google Sign-in

    $121 (Avg Bid)
    $121 Oferta medie
    7 oferte

    I am seeking an expert to design and develop an interactive web based AI avatar that utilizes the Chat GPT API. Key requirements for this project include: - Proficiency in API integration. Our AI Avatar needs to be integrated with the Chat GPT API directly within the webpage. - Comfort in supporting AI Avatar personality development. We are aiming for a friendly and casual tone while interacting with web users. - Understanding of web-based AI Avatar design to assist in answering inquiries, thus supporting customer service and increasing website engagement. Skills and competencies necessary to complete this project include knowledge of AI technologies, proficiency in API integration, and ability to embed chat functions into a web platform. Previous experience creating AI avatars or rel...

    $161 (Avg Bid)
    $161 Oferta medie
    54 oferte

    I'm looking for a skilled developer who can help me to create a new digital currency based on the Cardano blockchain. Key Project Details: - The primary function of the coin will be as a digital currency - The consensus mechanism should be Proof of Stake (PoS) Skills and Experience: - Strong background in blockchain development, particularly on the Cardano platform - Experience in creating digital currencies and implementing PoS mechanisms - Understanding of the regulatory framework for new crypto projects - Ability to provide guidance on the overall coin development process Deliverables: - Fully functional Cardano-based digital currency - Documentation on the consensus mechanism and any other technical details - Support with the launch and initial deployment of the coin B...

    $190 (Avg Bid)
    $190 Oferta medie
    27 oferte

    ...create a remote desktop control application for Windows and Mac. Key Features: - File Transfer: The application should allow for seamless transfer of files between the remote system and the controlling device. - Real-time Chat: It should include a chat functionality to enable communication between the remote system and the controlling device. - WiFi Connection: The application should be able to function over a WiFi Connection. The program has to run in both windows and mac systems. The ideal candidate will have: - Proficiency in Windows and Mac application development - Experience in developing remote control applications - Familiarity with features like file transfer, real-time chat, screen transfer - A deep understanding of networking and security protocols - Strong communicat...

    $485 (Avg Bid)
    $485 Oferta medie
    33 oferte

    I need an experienced FlutterFlow developer(flutterflow is no code platform) to integrate private and group chat functionality into my existing Flutter-flow project. Functionality to incorporate: - Ability to chat privately and in groups - Text messaging Ideal Skills & Experience: - Proven experience with Flutter-flow platform - knowledge about developing chat functionality and database schema Please include examples of similar work done in your bid.

    $52 (Avg Bid)
    $52 Oferta medie
    3 oferte

    I'm looking for a creative designer to give my website a modern aesthetic, implementing high-quality custom graphics and interactive menus that will captivate users. I'm looking for a design that combines style and function. The project will require: - Responsive design, ensuring a smooth experience on all devices - Create custom graphics to differentiate our brand - Interactive menus to engage the user in navigation. The ideal candidate has experience in modern web design and is proficient in responsive layout creation and graphic design as well as interactive menu development. Having a strong understanding of modern aesthetics, attention to detail, and a knack for user-friendly design is essential. Your portfolio of similar projects will be highly considered. Show your...

    $407 (Avg Bid)
    $407 Oferta medie
    123 oferte

    The freelancer should possess a strong understanding of Unity's netcode for gameobjects, particularly in scenarios involving host-client interactions. I only have a problem with one function, the function is called only by the host and I wanted to be called by the clients too.

    $28 (Avg Bid)
    $28 Oferta medie
    5 oferte
    switch to fast wordpress theme 6 zile left
    VERIFICAT

    I'm looking to set up a SaaS website with the Blocksy theme on WordPress. The key focus here is to ensure the website can function effectively as a CRM tool. Key Features: - I need the website to be fully functional as a SaaS application with CRM capabilities. - The CRM functionalities are essential to the core of this project and must include lead and contact management, sales pipeline tracking, and email marketing integration. - The Blocksy theme should be used to customize the website and its header and footer to ensure a unique, professional, and user-friendly design. - Please note, the core of this project is the CRM functionality, the website should integrate seamlessly with these features. Ideal skills and expertise: - WordPress development - Experience in implemen...

    $12 (Avg Bid)
    $12 Oferta medie
    13 oferte

    ...seeking an experienced developer to add a TikTok-style live video streaming feature to my app. Key Details: - The feature should be developed for both iOS and Android platforms, ensuring a seamless experience across devices. - The live streaming should support multiple broadcasters concurrently, allowing for a diverse range of content and collaborations. Essential Features: - Live video streaming function with real-time interaction - Interactive chat capabilities to foster user engagement - Ability to host multiple broadcasters on one stream Ideal Skills: - Proficiency in iOS and Android app development - Experience with live video streaming integration - Familiarity with interactive chat features - Understanding of multi-host live streaming implementations This project is a ...

    $2519 (Avg Bid)
    $2519 Oferta medie
    76 oferte

    ...vetting process, specifically focused on background checks. The developed software should be able to facilitate: • Comprehensive Background Checks: The software should have the capability to conduct general background checks on potential hires. • Criminal Record Check: A specific function should cater to conducting checks on applicants' criminal records. • Employment Verification: The software should possess a feature that verifies previous employment records. • Education Verification: There should be a function verifying the educational qualifications of the prospective employee. Your demonstrated ability to create software with these functionalities will be critical to the delivery of this project. Candidate with a solid grasp on data pri...

    $10 - $30
    Local
    $10 - $30
    0 oferte

    I'm looking for a skilled web developer to create an e-commerce platform for my business. The ideal candidate should be proficient in front and back-end development, as well as payment gateway integration. Key Requirements: - E-commerce Platform: The primary function of the website will be to sell products online. Therefore, the developer should have prior experience in creating user-friendly e-commerce websites. - Payment Integration: The website needs to have a 'deposit' button that supports Credit/Debit Cards, PayPal, and Cryptocurrency. It is crucial that the developer has experience in integrating multiple payment gateways. - Design: The website should have an elegant and professional design. Therefore, I'm looking for a developer with a good eye for aesth...

    $193 (Avg Bid)
    $193 Oferta medie
    54 oferte

    I'm in need of a skilled web3 developer who can spearhead the creation of a frontend UI for my decentralized exchange (DEX). The DEX is a fork of PancakeSwap and has several key features: - Swap Function: The ability for users to swap tokens. - Add Liquidity Function: The possibility for users to add liquidity to the exchange. - Staking Pool Interface: A user-friendly interface for our 2 staking pools. Design preferences for this project lean towards a modern and minimalist aesthetic. The front end should also integrate a Wallet Connection feature, to ensure a smooth user experience. I'm looking for a professional who is well-versed in web3 technologies, particularly in developing DEX front ends. Experience in creating interfaces for swap, add liquidity, and s...

    $493 (Avg Bid)
    $493 Oferta medie
    96 oferte

    I'm looking for a skilled Flutter developer with experience in developing mobile a...Bluetooth and store it in the app. - Data Accessibility: The stored data should be accessible offline, as we want users to be able to review their health data even when they are not connected to the health products. Ideal Candidate: - Proficient in Flutter - Experienced with BLE communications - Knowledge of health devices and data capture - Able to implement stable bluetooth connectivity and robust function of the app. This is an exciting project that will help users monitor and track their health data conveniently. If you possess the skills required and are interested in this project, please bid. NOTE: BID ONLY IF YOU HAVE EXPERIENCE ON SIMILAR PRODUCTS. Share some of your similar project...

    $14 / hr (Avg Bid)
    $14 / hr Oferta medie
    18 oferte

    I need AWS Lambda function that handles Google signin JWT token and creates a new user in DynamoDB. For Endpoint creation - API Gateway For User auth - Google signin JWT token

    $125 (Avg Bid)
    $125 Oferta medie
    11 oferte

    I require an expert in both C# and AWS to build a AWS Lambda function using .Net Core. The function should create a simple message in the SQS queue. The deliverables should include: 1. AWS Lambda Function: The AWS Lambda function should be capable of both Asynchronous processing and Dead letter queue. It should be written in C#. 2. Serverless Template: A serverless template is required that will be used by our gitlab pipeline to create the queue on AWS account. This template should be comprehensive yet efficient. 3. Gitlab YAML: Lastly, a gitlab yaml will be needed to facilitate the Lambda's deployment. Ideal Experience: - Highly skilled in C# programming - Extensive experience using AWS services - Familiarity with serverless templates - Understanding of...

    $93 (Avg Bid)
    $93 Oferta medie
    6 oferte

    Emulate Uniswap v3 quotter in a JS. I need a code that works same as Uni V3 Quotter contract, but just requesting pool info once and doing all...need a code that works same as Uni V3 Quotter contract, but just requesting pool info once and doing all calculations in pure JS: Requirements: -calcOutput(amountIn, tokenIn, fee,tick, liqudity, ticksBitmap.....) that outputs amount out -Test code - testCalc(poolAddress, amountIn, tokenIn) function: -read required pool data from chain -call calcOutput function -call Quotter with same params on chain. -Difference should be less than 0.001% -Pure JS, zero dependencies(if you need UniV3 SDK function - copy it right into code), JS float numbers prefered(rounding accepted in case it gives 0.001% accuracy), BigInt as worst ca...

    $20 (Avg Bid)
    $20 Oferta medie
    9 oferte

    I'm seeking for a web developer proficient in creating modern and professional portfolio websites. My primary target audience is professionals in my industry. The website's main function will be to showcase: - My projects: I require a separate page or section where I can display and update the projects I have worked on. - Testimonials: An elegantly designed section for testimonials is also important. This should allow for text and possibly images to be easily added. The ideal freelancer for this project has: - Excellent web development skills, with a portfolio to demonstrate - Good communication, as I'll need to provide content and discuss potential layouts - Experience in creating portfolio websites, particularly targeting a professional audience.

    $188 (Avg Bid)
    $188 Oferta medie
    103 oferte

    In order to improve our ecommerce operations, we are looking to have an Android OMS (Order Management System) app developed that is similar in function to the WISDOM OMS (). Key Features and Objectives: - The primary goal of this project is to develop an efficient system for order processing, inventory management and customer relationship management. - The app should include specific features to streamline order processing, namely: - Real-time order tracking - Automated order confirmation emails - Integration with shipping carriers App Design: - As for the app design, we have no specific requirements or preferences given at this time. However, focusing on ease of use and functionality should be a priority. Ideal Candidates: - Developers

    $289 (Avg Bid)
    $289 Oferta medie
    10 oferte

    I'm seeking a talented developer to help me create an exclusive Opencart extension that allows my online store to accept credit card payments through SumUp. Here are the specific requirements: - **Accept Credit Card Payments:** The core function of this extension is to enable customers to pay for their purchases using their credit cards. - **Single Currency Support:** The system should only accept transactions in a single currency; we do not need support for multiple currencies. - **No Recurring Payments:** The extension does not need to include support for recurring payments. Ideal candidates for this project should have: - Proven experience in developing Opencart extensions. - A strong understanding of payment gateway integrations, particularly with SumUp. - Solid experienc...

    $217 (Avg Bid)
    $217 Oferta medie
    44 oferte

    I need a smart contract developed for the Tron blockchain to create an utility token. Key features and requirements: - The primary function of the token will be to provide utility within my platform. - Users will acquire the token through a giveaway, rather than purchase or earning. Ideal Skills and Experience: - Proficiency with Tron blockchain and smart contract development. - Experience in creating utility tokens. - Familiarity with token distribution mechanisms, particularly airdrops. - Understanding of blockchain governance structures is a plus.

    $651 (Avg Bid)
    $651 Oferta medie
    3 oferte

    I need a Wordpress website with a custom T-shirt designer page and a stylish shop store. - T-Shirt Designer Page: - The primary function of this page is to enable my customers to create personalized designs. - I want it to be user-friendly and intuitive. - Stylish Shop Store: - I need a product catalog with filters, making it easy for customers to browse and find what they're looking for. - A shopping cart and checkout system are essential for a smooth purchasing process. Integrations: - The website will need to integrate with a payment gateway. - Additionally, it should integrate with a shipping service to handle order fulfillment efficiently. Ideal Skills: - Proficiency in Wordpress website design and development. - Experience in creating custo...

    $276 (Avg Bid)
    $276 Oferta medie
    99 oferte

    I have a backend code for a pre-existing fully function website and mobile app. The backend code is currently all written in php. I need someone to convert this existing php code into fully functional python code which I can deploy.

    $29 (Avg Bid)
    $29 Oferta medie
    19 oferte

    I am looking for a highly competent developer with strong PHP and Flutter skills to help me create a mobile application for both Android and iOS. The primary function of the app is user authentication. Ideal Candidate: - Fluent in PHP and Flutter - Experience in mobile app development, specifically with cross-platform compatibility - Familiarity with User Authentication systems Project Requirements: - Develop a mobile application using PHP and Flutter - Ensure the application runs smoothly on both Android and iOS - Implement a robust User Authentication system Your bid should include evidence of your previous work, especially where you've utilised PHP, Flutter, and User Authentication.

    $261 (Avg Bid)
    $261 Oferta medie
    54 oferte

    I require an web developer with experience in developing direct messaging chat systems to add functionality to my softr marketplace website. I want a 1-1 chat feature, which would allow interaction between sellers' listing and buyers. each product listing should have a chat function. Refer website print screen is attached. Reference: " " My website is as - Key Requirements: - The chat feature should be incorporated into each service listing, accessible via a clearly

    $176 (Avg Bid)
    $176 Oferta medie
    42 oferte

    ...construct meticulously cloned versions of a food and beverage (Fnb) application and a condo management app, tailored for the Filipino market. For the Fnb app, the quintessential features should include: - Ordering food online - Making reservations - Menu customization - Incorporating a rewards system - Point systems - Option to convert points into vouchers As for the condo management app, it should function by: - Facilitating communication between residents - Managing visitors to the condos - Handling maintenance requests The selected freelancer should have significant expertise in app development, and previous experience in cloning apps would be an advantage. They should have a good understanding of both Fnb and condo management platforms to ensure the apps are well designed ...

    $335 (Avg Bid)
    $335 Oferta medie
    69 oferte

    I initially set up my Raspberry Pi to function as a kiosk for Home Assistant. However, some critical configurations and parameters are missing, and this is causing issues in accessing the Pi. Additionally, the kiosk lacks essential functionalities that I now need. Key Requirements: - Reconfigure SSH access: The SSH access to my Pi is currently missing, and I need this restored. - GUI interface: I'm unable to interact with my Pi via GUI, and this needs to be resolved. - Additional functionalities: The kiosk needs to be upgraded to include extra functionalities, specifically touch screen control for added convenience. - Dashboard creation: I need dashboards created on the kiosk screen to control various smart home devices. Ideal Skills and Experience: - Proficiency with Raspbe...

    $195 (Avg Bid)
    $195 Oferta medie
    13 oferte

    ...support the current requirements of the contactors, see "BSBC7-150A Contactor", use "2Pin:JST B2B-XH-A" for connection). 8 x Dry contacts (these are used in conjunction with the contactors, the contactors have a AUX output for confimration if its opened or closed, see "BSBC7-150A Contactor" for details, use "2Pin:JST B2B-XH-A" for connection) Wifi(Display IP address on top of screen always, Have function to connect to wireless network and input network credentials) 24v Fan control with PWM, Fan has output to read RPM (use 4Pin:JST B4B-XH-A connection), see "24V Fan Datasheet" (see snippet, "Fan PWM + puls reading" for how we controll the fan at the moment) 24v Pump control with PWM (use "5Pin:JST B5P-VH-FB-B&qu...

    $1095 (Avg Bid)
    Recomandat
    $1095 Oferta medie
    15 oferte

    ...electro-thermal-aging battery model, comprising electrical, thermal, and aging submodels. Use a two-state thermal model to capture core and surface temperature dynamics. Ensure the electrical and aging models depend on core temperature. 2- Define Constraints and Objectives: Define constraints for voltage, temperature, state of charge (SOC), and state of health (SOH) based on the paper. Set up the objective function to minimize charging time while minimizing battery degradation. 3- Optimization Method: Implement the Legendre-Gauss-Radau (LGR) pseudo-spectral method. Use adaptive multi-mesh-interval collocation to transcribe the optimal control problem into a nonlinear programming (NLP) problem. 4- Algorithm Implementation: Convert the differential equations for each submodel into ...

    $201 (Avg Bid)
    $201 Oferta medie
    14 oferte

    I'm looking for a skilled website developer to create a portfolio website that professionally showcases my work as a ...audiences globally. Key responsibilities and qualifications: - Developing a visually engaging portfolio website - Experience in making artist portfolio websites is ideal - Must be knowledgeable in optimizing audio content for web - Understanding of website aesthetics that aligns with a musical theme The perfect candidate would have a knack for creating websites that not only look good but also function seamlessly, emphasizing user-friendly experience. Moreover, any experience related to or understanding of the music industry would be highly appreciated. Together, we can create a portal that resonates with my music, impresses visitors, and effectively showc...

    $1350 (Avg Bid)
    Acord de confidenţialitate
    $1350 Oferta medie
    68 oferte

    I am in need of a skilled software developer with superior expertise in Android mobile app development. The operating system I am interested in is Android and the software to be developed is a mobile application. However, the main function of the mobile app is yet to be defined, but this shall be communicated clearly once a freelancer is selected. Ideal Skills: - Android Development - Java - Kotlin - UX/UI Design Experience: - Proven experience in mobile app development - Portfolio of released applications on the App store or the Android market - Solid experience in mobile app development life cycle.

    $150 (Avg Bid)
    $150 Oferta medie
    25 oferte

    I am seeking an expert freelancer who can market my Work Hour Monitor System for me in South Africa. This system's primary function is to handle project management, with specific features that include: - Task Assignment & Tracking: Assign and keep a screen of tasks automatically. - Time Tracking & Logging: Capture precise work hours, and automate attendance track. - Project Tracking: Monitor multiple projects' progress simultaneously. - Pay Hourly Basis: Computes payroll based on tracked work hours. - Automated Time Tracker: Logs time spent on each task and project. - Application Tracking: Monitors usage of tools and applications for each project. - Offline Tracking: Log task hours when offline, and sync when back online. - URL Tracking:

    $8 / hr (Avg Bid)
    $8 / hr Oferta medie
    9 oferte
    C# Exam OCR System Development 6 zile left
    VERIFICAT

    Are you a skilled programmer looking to venture into entrepreneurship? I'm looking for a skilled developer proficient in C# to create an exam correction program and to work together to create a product to be sold online. The main function of this program will be to correct exams (with AI) that involve handwritten notes. The program will be sold with a kitchbai visualiser or similar. The user will: • Scan the exams using a kitchbai visualiser or similar. • The program will process the image() , • The program will use Optical Character Recognition (OCR) to create text (using chat gpt OCR). • The program will process the created text and correct typos with AI. • The program will send the text to AI, AI will correct the exam and assess the exam. Ideal ...

    $7 / hr (Avg Bid)
    $7 / hr Oferta medie
    13 oferte

    ...to anyone, doesn't communicate with anyone else, that's important. This can be solved by creating a Waiter class that will notify the monks when to wait and when they can pick up their chopsticks. But you don't have to, there are other ways, written on Wikipedia. The console must display information on an ongoing basis: who is eating, who is waiting (or who is praying, if you decide to add this function and solve it this way) and who has eaten how many times (for simplicity, you can assume simple values, that is, for example, a monk picks up two chopsticks and eats for 10 seconds and then puts them back and waits again until they can pick up two chopsticks and start eating), so what is currently happening and how many rounds of eating each monk has had, should be l...

    $84 (Avg Bid)
    $84 Oferta medie
    7 oferte

    ...extrapolate and enhance my current work on an indoor navigation system specifically for Android. The key task at hand is the creation of a function providing turn-by-turn instructions with voice directions. The Google Text-To-Speech engine should be implemented for these voice directions. This system employs BLE technology to pinpoint the user's location and suggest the quickest route to their desired destination. Ideal Skills: - Proficiency in Flutter development - Experience of working with indoor navigation systems - Prior usage of Google Text-To-Speech engine - Knowledge of BLE Technology Your task will primarily include: - Developing a function for turn-by-turn instructions - Integrating Google Text-To-Speech engine for voice directions - Testing the function...

    $146 (Avg Bid)
    $146 Oferta medie
    14 oferte

    fixing the import/export function of cars of vwe platform on The connection with VWE runs via the following portal: manual: (they now use POST option) (logins below) In the "status" tab I can indicate to which URL this link forwards the data. In the "sandbox" tab you can also test the link to your own URL. As you can see, the link pushes all data to This is the script that can be found on the file server that ultimately receives the data and processes it in Wordpress. The Incremental link makes a POST request to this script containing the data. In the script you see 3 types of actions in a switch: Add (new vehicle) Change (vehicle exists, adjustment is being pushed) Delete

    $269 (Avg Bid)
    $269 Oferta medie
    1 oferte