Try glasses virtuallyprojekty

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 try glasses virtually znalezione projekty, cennik w USD

    ...menu kontekstowym 2. Funkcja aktualizacji programu 3. Funkcja zapisu zdarzeń do pliku logu 4. Funkcja zapisu i odczytu ustawień z pliku tekstowego. 5. Funkcja konfiguracji połączenia do serwera MS SQL 6. Program będzie posiadał interfejs wielojęzykowy dlatego wszystkie teksy, opisy itp muszą być odczytywane z plików .resx. 7. Program musi posiadać poprawnie zaimplementowaną obsługę błędów try catch gdzie błędy będą przekazywane do funkcji AddToLog. Dla użytkownika będzie wyświetlany komunikat błędu, ale bez szczegółów. 8. Program ma wspierać wielowątkowość. Więcej informacji dla zainteresowanych. Jestem otwarty na propozycje zmian w projekcie, inne podejście do realizacji w/w funkcji. Odbiór zlecenia na email (spakowany projekt). ...

    $224 (Avg Bid)
    $224 Średnia Oferta:
    4 składanie ofert

    1. modyfikację URL na głównych landingach, a mianowicie: -> -> -> htt...zmniejszyć ilość zapytań HTTP generowanych podczas połączenia użytkownika z serwerem. Aktualnie strona posiada 21 kodów JavaScript. Połączenie kilku plików CSS albo skryptów w jeden powinno przynieść wymierne korzyści związane z szybkością wyświetlania się każdej strony. This page has 21 external Javascript scripts. Try combining them into one. This page has 10 external stylesheets. Try combining them into one. This page has 8 external background images. Try combining them with CSS sprite

    $106 (Avg Bid)
    $106 Średnia Oferta:
    4 składanie ofert

    Witam, Szukam eksperta od POSTFIX-a. Mam VPS-a z zainstalowanym Postfix-em (serwer do mailingu). Zrobiłem prostą konfigurację i mogę wysyłać maile. Problem jest tylko taki, że wysyłając maile do innych serwerów (np. @, @gmail, @) otrzymuję błędy typu: (...) status=deferred (host [] refused to talk to me: 451 4.7.1 Please try again later) Czyli inne serwery nie chcą akceptować maili z mojego serwera. Potrzebuję osoby która powie mi co muszę zmienić w konfiguracji - aby wysyłanie maili do innych serwerów działało bez problemóślam się że chodzi o rzeczy typu certyfikaty, DNS, etc... W ofertach proszę podawać telefon, mail oraz skype/gg. Pozdrawiam, Mateusz

    $20 (Avg Bid)
    $20 Średnia Oferta:
    1 składanie ofert

    ...przetlumaczenia a więc nie wymaga zadnej znajomosci tworzenia stron. poziom zaawansowania w jezyku angielskim wyceniam na sedniozaawansowany ponieważ głownie są to proste hasła typu Value: <li>Try searching for the article you are looking for.</li><li>Visit the Homepage to see the most recent stories.</li><li>Browse categories and tags to find a related story.</li> głównie krótkie hasła jak: Value: Language Value: 404 Error Value: Sorry, but you need to enter 3 or more characters into the search field. Please try again. Value: Search Groups Value: you Value: Manage Value: Unregistered Value: Here is a link to the story: a więc sp...

    min $2
    min $2
    0 składanie ofert

    WItam, Mam do wprowadzenia kilka poprawek na swojej stronie z ktorymi nie moge sobie poradzić 1 Przeniesienie loga do góry tak aby było widoczne( Dopasownie kolorystyki loga do strony) 2 Wykasowanie Komunikatu ktory pojawia sie w trakcie ladowania strony "The requested content cannot be loaded Please try again later" 3 Wstawienie na mojej stronie podstrony na wzór http://xn----8sbehubhgexidspi1f.xn--p1ai/Plans/k1/ chodzi mi o to wyświetlenie zdjęc bez ladowania nowej podstrony + wstawienie pod każdym piętrem tabelki na wzór z tej strony + dopasowanie jej kolorystycznie do strony. Moja strona -

    min $2
    min $2
    0 składanie ofert

    ...updatable VIEW potrzebnym w DRUPAL6 do realizacji wspolnej bazy uzytkowników dla wielu serwisów. I'm connecting to a second database on the same host through a view: The view works as i see in it the data from the table. Next i created a rule to update the source table: I tailored the code for the rule from the documentation and some examples on the web. I'm not certain it is correct. When i try to update data in the view i get the following error: Query failed: ERROR: missing FROM-clause entry for table "new" CONTEXT: Error occurred on dblink connection named "unnamed" Tried googling it but to no effect so far. It would be great if someone could just point me in the right direction. Regards, Pustka postgres 9.1 ...

    min $2
    min $2
    0 składanie ofert

    ...use Facebook's APIs to estimate who are your top 10 closest friends on Facebook. You can use whatever factors you want to estimate friend strength, including: who is posting on your wall, who is messaging you, who you are tagged in photos with, etc. Once you have built the above application, please submit the following to jobs[at]: * A link to your application so that we can try it out. * A short description explaining how you decided to calculate "friend strength". * Samples of the code, or the entire codebase. We look forward to you submission! Referral program: If you know someone who should join us, email them this ad and put jobs[at] in CC. If your friend is hired and successfully completes the trial period, we will pay you $2,500

    min $2
    min $2
    0 składanie ofert

    ...uot;>Channel number from 0 to 23.</param> /// <param name="target"> /// Target, in units of quarter microseconds. For typical servos, /// 6000 is neutral and the acceptable range is 4000-8000. /// </param> Void TrySetTarget(Byte channel, UInt16 target) { Usc^ device; try { device = connectToDevice(); // Find a device and connect. device->setTarget(channel, target); } catch (Exception^ exception) // Handle exceptions by displaying them to the user. { displayException(exception); } finally // Do this ...

    min $2
    min $2
    0 składanie ofert

    Za...structure */ short int sock = -1; /* the socket descriptor */ port = atoi(argv[1]); addr = strncpy(addr, argv[2], 1023); bzero((char *)&address, sizeof(address)); /* init addr struct */ address.sin_addr.s_addr = inet_addr(addr); /* assign the address */ address.sin_port = htons(port); /* translate int2port num */ /* * Three simple steps: * 1. Open the master socket locally * 2. Try to connect to hostbyport, if it works * print the successful message. * 3. If no route then complain with vulgarity * (it is just a rapid prototype after all) * Otherwise do nothing. */ sock = socket(AF_INET, SOCK_STREAM, 0); if(connect(sock,(struct sockaddr *)&address,sizeof(address)) == 0) printf("%i is open on %sn", port, argv[2]); close(sock); re...

    $30 (Avg Bid)
    $30 Średnia Oferta:
    1 składanie ofert

    ...&#8211; dla kogoś kto ma doświadczenie w GUI powinno to być bardzo proste) Schemat na rysunku: Przycisk start wywołuje funckcję (1 lub 2 według wcześniejszego wyboru) dla wybranego pliku. Dla uproszczenia proszę zastosować następujące funkcje: import sys def f1(file): try: return int(open(file).readlines()[0])*2 except: return sys.exc_info() def f2(file): try: return int(open(file).readlines()[0])/2 except: return sys.exc_info() Wynik jest wyświetlany w polu wynik : Błąd w polu błędy : Rozmiary mniej-więcej takie jak na obrazku &#8211; do późniejszej zmiany. Warunki: Oczywiście chodzi o kod do wprowadzenia zmian i samodzielnego skompilowania do zainstalowaniu

    min $2
    min $2
    0 składanie ofert

    witam potrzebne jest to na jutro tj. 19 maj na 9.00 proponuję 50 zł płatne w ciagu 1-2 dni po odebraniu zlecenia przelewem na konto prosze o nr telefonu w zgłoszeniu przykładowy temat na króciutkie wypracowanko :do góra 1000-1200 słów Ladies and gentlemen, on Friday we watched the second part of the film &#8222;The Queen&#8221;. If you want to make up for the absence try to watch it, or find an article about the time of Princess Diana`s death and the reaction of the Royal family on the Internet and write a summary. Homework &#8211; write a short piece on why it was difficult for the Royal family to respond to the death. (or some other aspect of the problem) zgłoszenia prosze na mail : bgsz@, koniecznie prosze o nr telefonu pozdrawiam Z...

    min $2
    min $2
    0 składanie ofert

    ...jutro zaległej pracy z angielskiego/studia potrzebne jest to na jutro tj. 19 maj na 9.00 proponuję 50 zł płatne w ciagu 1-2 dni po odebraniu zlecenia przelewem na konto prosze o nr telefonu w zgłoszeniu przykładowy temat na króciutkie wypracowanko : Ladies and gentlemen, on Friday we watched the second part of the film &#8222;The Queen&#8221;. If you want to make up for the absence try to watch it, or find an article about the time of Princess Diana`s death and the reaction of the Royal family on the Internet and write a summary. Homework &#8211; write a short piece on why it was difficult for the Royal family to respond to the death. (or some other aspect of the problem) zgłoszenia prosze na mail : bgsz@, koniecznie prosze o nr telefonu pozdrawia...

    min $2
    min $2
    0 składanie ofert

    Zlecę poprawienie lub napisanie od nowa skryptu do sprzedaży szablonów aukcyjnych. Ceny proszę podawać jak za napisanie nowego skryptu. Algorytm działania skryptu : Klient podaje swoją nazwę użytkownika allegro, e-mail na który ma być wysłany załącznik oraz zaznacza checkbox'y z wybrany...uzytkownika oraz wybór jego szablonów. - obsluga wysyłki e-maili przez PHPmailer - jakiś prosty system statystyczny (które szablony najcześciej są zamawiane) - sprawdzanie (np. CRON'em) kiedy i komu kończy się czas na użytkowanie szablonu (w przypadku opcji hostingowej) i wysłanie powiadomienia o możliwości przedłużenia. - skrypt rzecz jasna musi być odporny na podanie złą nazwę użytkownika (try, catch) jak i złego e-maila (ja akurat...

    min $2
    min $2
    0 składanie ofert

    ...wierzchu content: Eco Douglas Restaurant + text ponizej ECO is a full-service restaurant serving dinner daily and brunch on Sunday morning. The dinner cuisine is &#8220;small plates-style&#8221; which means that the portion sizes are smaller, sort of like a tasting menu, only a la carte. Instead of committing to one large entrée, guests at Cork are given the opportunity to try many different items they wouldn&#8217;t normally order. You can have a small portion of antelope, seared scallop and braised buffalo short rib in the same meal! When looking over our menus, you may notice the cheaper prices and that is a result of our smaller portions. Brunch features more traditional-sized portions + mala galeria zdjec po prawej eco10 eco18 eco42 eco26 ...

    $91 (Avg Bid)
    $91 Średnia Oferta:
    1 składanie ofert

    ...your server. Facts All hits are generated through proxies. You will not get any hits, if any of the proxies is not processing requests at the time UHits runs. Therefore, the number of the hits you actually receive may vary. The proxy list is generated automaticaly using "", so hopefully this proxy list is still available when you try to create this script. In case it is ofline, you can add your own proxy list. Just create a text file called and add one proxy address with port number per line: Make sure to save this file in the same directory where script is located. Also, if the proxy list is ofline, you need to open ""

    $4 (Avg Bid)
    $4 Średnia Oferta:
    1 składanie ofert

    ...REMOVE MESSAGE=Delete message CC INBOX REMOVE CONFIRM=Are you sure you want to delete all selected messages? This action is irreversible. CC INBOX REMOVE CONVERSATION=Remove this conversation CC INBOX REMOVE=Remove CC BUTTON ADD REPLY=Add reply CC SAID=said CC READ=read CC REPLY=Reply CC QUICK REPLY=quick reply CC ENTER CORRECT NAME=Please make sure you've entered the corrent name and try again. CC NO ALBUM=No albums created yet. CC NO FILES=No files uploaded yet. CC CREATE ALBUM NOW=Click here to create one now CC DOC AND FILES=Document & Files CC SET AS ALBUM COVER=Set image as albums cover CC MORE PHOTOS=Show More Photo Albums CC MORE FILES=Show more files # Titles CC VIEW ALBUM TITLE=%1$s CC CREATE NEW ALBUM TITLE=Create new album CC MY PHO...

    $6 (Avg Bid)
    $6 Średnia Oferta:
    1 składanie ofert

    Firma poszukuje grafika z doświadczeniem w projektowaniu aplikacji webowych do wykonania nowego projektu graficznego Banana Scrum, aplikacji do zarządzania projektami agile. Zlecenie obejmuje wykonanie projektu graficznego na podstawie wskazówek zleceniodawcy a następnie współpracę z zespołem programistów implementujących nowy layout. Koniecz...wodotrysków. Wprawdzie projekt implementowany będzie przez programistów, ale mimo to po stronie zleceniodawcy wymagana jest dobra znajomość HTML i CSS. Przed złożeniem oferty zachęcamy do odwiedzenia http://www.bananascrum.com. Uwaga, link prowadzi do strony informacyjnej a zlecenie dotyczy przeprojektowania interfejsu samej aplikacji, którą można wypróbować klikając link "Try now!...

    min $2
    min $2
    0 składanie ofert
    8878 Tłumaczenie z ang Zakończone left

    ...the pound key. auth-thankyou: Thank you. invalid: I am sorry, that is not a valid extension. Please try again. pbx-invalid: I am sorry, that's not a valid extension. Please try again. pbx-invalidpark: I am sorry, there is no call parked on that extension. Please try again. pbx-transfer: Transfer. privacy-incorrect: I'm sorry, that number is not valid. privacy-prompt: Please enter your ten-digit phone number, starting with the area code. privacy-thankyou: Thank you. privacy-unident: The party you are trying to reach does not accept unidentified calls. ss-noservice: The number you have dialed is not in service. Please check the number and try again. transfer: Please hold while I try that extension. tt-allbusy: All representatives ...

    $2 (Avg Bid)
    $2 Średnia Oferta:
    1 składanie ofert

    ...zawartych w pliku. Funkcje przetwarzajace te dane, czyli np. funkcje oceny, sumujące, obliczające % powinny się znajdować w bibliotece DLL. Wynik działania programu można zapisać do pliku. Jeśli istnieje już taki plik powinien zostać wyświetlony odpowiedni komunikat oraz pytanie czy plik ma zostać nadpisany, czy dane mają być dopisane lub utworzony nowy plik. Otwierając pliki prosze uzyć konstrukcji try...except. Jeśli użytkownik nie poda żadnego pliku, dane są wyświetlane na ekranie. Program ma umożliwiać obsługę transakcji w hurtowni owoców. W pliku wejściowym znajdują sie następujące dane dotyczące hurtowni owoców: - liczba gatunków owoców rozprowadzanych przez hurtownię- maksymalnie 20 - dla każdego gatunku owoców cenę za 1 kg w zależno...

    $8 (Avg Bid)
    $8 Średnia Oferta:
    1 składanie ofert
    215 Image Hosting Zakończone left

    ...+ Move images from from folder to folder + Upload JPG, GIF, PNG image files + Change Image quality settings + Resize images on upload + Create image PORTFOLIOS (photo albums) + Create image SLIDESHOWS + Create AUCTION GALLERIES + Upgrade their plan at any time + Cancel their plan at any time + Change their account settings such as password and email + View a demo account to try it out before they signup ewentulanie (+) integracja z jakims prostym modulem sklepowym lub przez (rynek TYLKO POLSKI) Strona administratora: + Configure each plan by price, bandwidth, space, features and more. + Add, edit and delete new plans. + Add, edit and delete news. + Monitor and access all member accounts. + Change settings per member account. + Change sett...

    $162 (Avg Bid)
    $162 Średnia Oferta:
    1 składanie ofert

    Hi Charlott, we would be interested to try your services with a small rush project English-German. Would you be available to do this for us this evening? We're a translation company in Amsterdam. It's only 350 words but we have bigger projects in the wings. Thanks, Jan

    $21 (Avg Bid)
    $21 Średnia Oferta:
    1 składanie ofert

    ... ^^^^^^^^^ Target kernel_snapshot failed: Exception FAILURE: Build failed with an exception. * Where: Script '/home/beemo/dev/flutter/packages/flutter_tools/gradle/src/main/groovy/' line: 1419 * What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'. > Process 'command '/home/beemo/dev/flutter/bin/flutter'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at BUILD FAILED in 20s Running Gradle task 'assembleDebug'... 21.0s Error: Gradle task assembleDebug failed with exit code 1...

    $30 (Avg Bid)
    $30 Średnia Oferta:
    7 składanie ofert
    Trophy icon Design for a Beer Glass 6 dni left

    I'm in need of a talented graphic designer who can create a design for our personalized beer glasses. Framework: - Output file as Vector file. - only two colors: The white design on a brown background - No need to place it on the beer glass; just show us the design - Design size: 3-inch wide x 3,5 inch tall. It can be oval, rectangle or something in between - Must include the text " Alexander's Beer Glass" - This is not a Logo design; do NOT send me designs on business cards!!! Let me know if you have any questions. Thank you for your participation.

    $200 (Avg Bid)
    Wyróżniony Gwarantowany Najlepszy Konkurs
    $200
    144 zgłoszenia

    I'm in search of a multiple Remote Assistants to search and apply to internship opportunities for me and multiple friends. The successful candidate will be primarily tasked with searching various internship opportunities and subsequently submitting the applications. The main responsibilities will be: - Fi...Software Internship) - Submitting applications to said opportunities given a resume and some info You will get paid $2.5 for every 100 internships you apply with us (no negotiation), and there are a huge amount of internships available for you to apply and make money. If you are interesting in working for me, PLEASE SEND ME A CHAT MESSAGE with the earliest time we can meet on Zoom, and I will try to meet you.(for 15 mins for me to describe the job better if we are good, I...

    $9 / hr (Avg Bid)
    $9 / hr Średnia Oferta:
    4 składanie ofert

    Main notes: - can be developed a variety of ways, but mainly wordpress is what I'm looking for. - should be easily accessible and usable on pc, phone, tablet. - requires the user to make an account with the website before its use. I am currently designing the website, and looking for this program to be created externally on wordpress o...made a change which is not possible to fit in the schedule, a message denying the action should be made and give advice on what the user should change to make the schedule possible. (for example, the user wants to work on 5 goals but wants to have lots of free time, sleep + unavoidable duties, so there is no time to work on the goals. the message may roughly be: you don't have enough work time, try changing your set number of goals or...

    $149 (Avg Bid)
    $149 Średnia Oferta:
    50 składanie ofert

    - See attachments - Logo similar font or something different feel free to try ( CLAUS should/can be special font/and or bigger) Logo title: CLAUS Tagline: Automotive

    $15 (Avg Bid)
    Gwarantowany
    $15
    305 zgłoszenia

    I'm in need of a modern-style logo for my carpentry and kitchen business main: RONI KITCHENS . The ideal candidate will be able to create a design that is both professional and visually appealing. Requirements: - A design that is modern, simple and uncluttered - Limited to neutral colors such as black, white and grey - Suitable for both online and print usage - Try to add an element that illustrates a cedar tree Ideal Skills: - Proficiency in graphic design - Experience in creating logos for businesses - Ability to deliver a design that is both modern and professional. If you have experience in this area and think you can deliver a logo that meets these requirements, please don't hesitate to reach out.

    $30 (Avg Bid)
    Gwarantowany
    $30
    162 zgłoszenia

    I am searching for a Product Analyst who can apply their knowledge towards data analysis, market research, and performance monitoring. Its a small assignment This assignment involves diving into a snowflake database to explore how customers behave. The goal i...that can help the Product team make decisions to make the business grow. After you uncover insights, you'll suggest changes to the product, like adding new features, making current features better, or even getting rid of features that aren't working well. You need to do the analysis, create graphs to show your findings, share all the code you used, and also come up with a plan for an A/B test to try out one of your suggested changes. Note: Its a short assignment, not spend more than two hours on the task. Datas...

    $12 (Avg Bid)
    $12 Średnia Oferta:
    4 składanie ofert

    I'm seeking a skilled PHP/MySQL developer to create a custom PHP POS application. This job will require you to have good experience in PHP/MySQL. You will be paid on a task-based. We will test you with some sample tasks. To be eligible for further discussion I want you to have a look into the portal by visiting the below link and create a free account and try the portal give me one issue you have faced and can be improved in the portal. If you are unable to do above then your application will be rejected immediately.

    $209 (Avg Bid)
    $209 Średnia Oferta:
    78 składanie ofert
    Trophy icon Creative Logo Design 3 dni left

    name logo is "sparta solutions" i am working on the technologie web solving the problem and creation website and solving there problam this is about my bussines i have attached image as reference try be creative and give me new idea thanks

    $20 (Avg Bid)
    Gwarantowany
    $20
    221 zgłoszenia

    I'm in desperate need of assistance with a troublesome plugin conflict on Elementor. Specifically, the plugin was installed without any issues, but it's not functioning as expected. The problem manifests itself as a blank screen whenever I try to edit a page. Ideal Skills and Experience: - Proven expertise in resolving Elementor plugin conflicts - Familiarity with troubleshooting blank screen issues - Proactive problem-solving skills - Quick response time and availability Your task will be to delve into the system, identify the root cause of this issue, and implement a solid solution that will restore full functionality to my Elementor editing page. Please note, urgency is key in this project. If you have prior experience effectively handling similar technical issues, ...

    $18 (Avg Bid)
    $18 Średnia Oferta:
    4 składanie ofert

    UPDATE #1: try to make the liver in a sponge ( with holes, because he’s been drinking to much) Looking for someone that can make a logo for an indoor football team ideas: a liver (organ) that is drinking a beer maybe with a football feel free to try any style / cartoon

    $21 (Avg Bid)
    Gwarantowany
    $21
    81 zgłoszenia

    I'm in a project to migrate Windows devices to new Microsoft 365 Tenant. The devices are registered in Intune in the current tenant and users are using their Microsoft work Account to log in to Windows. After I retire the device from Intune Portal (Source Tenant) ...and try to add a new work account (that is the user account in the destination tenant) I got the following error message: "the work or school account couldn't be found. check the account name and try again" The user is signing in successfully to Services like Outlook, OneDrive,

    $567 (Avg Bid)
    $567 Średnia Oferta:
    18 składanie ofert

    I'm looking to train a model that can generate high-quality images of humans wearing handbags in various ways. Key Aspects: - The primary goal of this...different lighting conditions. Skills and Experience: - Strong background in machine learning and computer vision, particularly in image generation and manipulation. - Experience with virtual try-on systems or similar projects will be highly advantageous. - Proficiency in handling image processing and customization would be a plus. It's important that the outcomes of this project are user-friendly, accurate, and of high quality. A successful completion would involve the ability to generate realistic images of handbag models in various scenarios. You can refer to this two virtual try-on projects OOT...

    $1031 (Avg Bid)
    $1031 Średnia Oferta:
    37 składanie ofert

    I'm seeking a s...attention and conveys our Concrete expertise. - The colors should aligning with our brand identity of Stoic Slabs - Although I haven't singled out any particular symbols, feel free to get creative and suggest elements that may enhance the design. Colors ( 2 options) 1. Metallic copper with black and some silver as accent colors or 2. Metallic silver with black and white accent colors logo design: try to use your creativity. I was thinking maybe an animated character or metallic statue , maybe a gladiator helmet or even A sword, I look forward to your imaginative approach and unique to...

    $100 (Avg Bid)
    Wyróżniony Pilny Gwarantowany
    $100
    555 zgłoszenia

    for this GIG you will be creating logos for 2 tuning companies. text combination to try: london remaps tuning london london-remaps tuning-london and a few other combinations that I will send through text message. color scheme : green-black blue-black red-black inspire from these logos : you will be suggesting me multiple logos, and I will pick the one that I want to go with.

    $25 (Avg Bid)
    $25 Średnia Oferta:
    99 składanie ofert

    ...you will contact, they need to call their followers to install our new android Dance APP. In our APP influencer need to create one new video, and call their followers to dance with them inside our app until the song is finished. App is a new type of "collab dance app" where each user record dance on one small segment of any song (2-4sec) creating a new cool unpredictable music video. You need to try and test our app as well to understand it a bit. Key Responsibilities: 1. Check our Shopify Collabs Account and optimize it using our website, pictures, videos, reels, etc. You can create some pictures, reels as well. 2. Find Influencers using our Shopify Account or maybe you have some other source of influencers? 3. Negotiate with Influencer to bring their followers ins...

    $140 (Avg Bid)
    $140 Średnia Oferta:
    17 składanie ofert
    Data Science Quiz Test 4 dni left
    ZWERYFIKOWANY

    I need a professional with strong data science expertise to develop and c...conduct an online quiz. The freelancer must be available at a specific time frame, from 5:30 EST to 8:00 EST. Quiz Test format - -Multiple-Select -Matching - terms and definitions -Ordering - Your goal is to place items in the order as requested. -Multiple-Choice -True/False Jupyter notebook with a data science project - Target audience specifically includes students. - If you are not expert and try to take help from gpt, Chatgpt won't give you right answer. Thats How they prepare quiz. The ideal candidate will: - Have a profound understanding of data science. - Be available at the specified time frame for the quiz. Please bid if you can meet these requirements and are comfortable with the specif...

    $24 (Avg Bid)
    $24 Średnia Oferta:
    11 składanie ofert

    ...as I just need a working sample of the JSON body for creating the API. Ideal Skills: - Experience with developing APIs, particularly for smart devices - Proficient in JSON and API design - Familiarity with the Tuya platform is a huge plus - Ability to work under a tight deadline - Excellent communication skills Please note that the project is required ASAP. We have obtained these locks , we try through api to create temporary passwords like it can be done through the app without luck. Also the device permision is on read. Can it change? We have tried both the Smart Home Basic and the Smart Lock open service getting error codes such #illegal { "name": "test_id3", "password": "123456789", "effective_time": 1715372160, "inv...

    $133 (Avg Bid)
    $133 Średnia Oferta:
    41 składanie ofert

    ...you're creating. Full artistic freedom! - Design style: A unique design placement such as diagonal, vertical, mixed, curved, something unique and different. Side note: I originally wanted a style where the word Dallas wrapped around diagonally from front to back (like wearing a sash) but that design might be difficult unless I use an all over print - which I am not opposed to if you would like to try and create this. The tshirt brands are more limited with this all over print so that's another reason I am hesitant. **Just please not a basic logo with the words straight across & centered in the middle of a shirt like every other basic shirt. Skills and Experience: - Expertise in graphic design, particularly for apparel. - Ability to create designs that appeal ...

    $20 (Avg Bid)
    Gwarantowany
    $20
    141 zgłoszenia

    I'm seeking a talented professional who can create an engaging and persuasive PDF presentation and sell sheet for my beverage product. - I'm targeting adults, so the content must be tailored to this demographic. - The key selli...Strong design skills, with the ability to create visually appealing and engaging content - An understanding of adult consumer preferences and how to effectively communicate with this demographic - An appreciation for the Hispanic culture and the ability to incorporate this into the design and content of the presentation. If you like lime margaritas try La Chula margarita, it is bursting with fresh lime juice & is not quite as sweet and poppy as the Jose Cuervo. Much more natural than candy-like.

    $261 (Avg Bid)
    Projekt z Umową o Zachowaniu Poufności
    $261 Średnia Oferta:
    40 składanie ofert

    I am in search of passionate foodies residing in Spain (Madrid, Barcelona) and Italy (Rome, Milano, Napoli), ready to savor restaurant dishes and transform their experiences into captivating content. The perfect candidat...bananas and pancakes, American style. The jam is homemade by the Chef itself with the strawberries he grows in his backyard. It tastes like ….. Photos: Looking forward to more questions. The payment is based on the number of dishes sent. This is not a one-time job. You can submit daily dishes, as you go out and try out more food. Depending on how rich the content is, we can set up a rate for every dish sent. I am flexible as long as the content is real and the feedback/review is honest.

    $283 (Avg Bid)
    $283 Średnia Oferta:
    32 składanie ofert

    I'm facing indexing issues with my website, and I need a professional to find out what's causing the problem and resolve it. Issues - Crawled - currently not indexed - Discovered - currently not indexed - Excluded by ‘noindex’ tag Note:- This is not a SEO Project so dont bid like anything , Try to read the issues and write how you can help and any past xprnce in such issues. Ideal Skills and Experience: - Proficiency in website indexing and sitemap troubleshooting. - Expertise in various content management systems. - Proven experience in resolving indexing issues caused by recent website changes. Please include past related project samples in your bid.

    $77 (Avg Bid)
    $77 Średnia Oferta:
    22 składanie ofert

    First task is below 1) 1200 Youtube video link of recipes will be provided in google spreadsheet. for e.g each link with be 2) the person need to paste the link at 3) Cut and...com/watch?v=v3123B4dfmI 2) the person need to paste the link at 3) Cut and paste 3 windows record and 1 recipe image screenshot (from youtube) and then upload in a software ( a paid version will be provided) 4) expect to finish 1200 recipes in 60-100 hours. Please quote following if you want to try this project 1) how much for updating 1200 recipes as whole project? 2) How much is per hr rate?

    $136 (Avg Bid)
    $136 Średnia Oferta:
    104 składanie ofert

    I'm in the midst of expanding my software testing skills and keen on polishing my understanding of Software Testing. My main areas of ambiguity involve Test automation, Manual testing techniques, and Bug tracking and reporting. I have a preference for live video sessions as a means of instruction. It would be invaluable to virtually discuss & iron out the doubts in real-time with an expert. i dont mind via chat as well. An important aspect of my self-growth is getting hands-on experience in writing test scenarios and test cases for UI. I have experience with API testing but no so much with UI manual test case creation and writing case tests. My work is around automation. i see the test steps and execute them via automation. But i am weak in manual testing of UI and writi...

    $15 (Avg Bid)
    $15 Średnia Oferta:
    2 składanie ofert

    I'm in need of a skilled developer to create a virtual clothing try-on platform. The system should be accessible via both website and mobile application. Key Features: - Real-time Clothing Fit Simulation: The core of this project is ensuring users can try on different pieces of clothing and see how they fit in real-time. Skills and Experience: - Proficiency in Web and Mobile App Development: A strong knowledge of front-end and back-end development is essential. - Virtual Clothing Simulation: Experience in creating similar systems, particularly those that offer real-time fit simulation, is a big plus. - UI/UX Design: A keen eye for user experience and interface design is important. Please note that while the method of displaying the virtual clothing on the user in the ...

    $308 (Avg Bid)
    $308 Średnia Oferta:
    16 składanie ofert

    ...my form, I am trying to populate custom view in lookup field of this virtual entity lookup. I tried it in two different ways but it doesn't work. Method 1: I created fetchXML and link two tables, I get the result but issue is records don't filter in query. I tried this method with advance find as well, and again records don't filter according to criteria for virtual entity. in Advance find, if I try to select the columns from second table then I get error. Methos 2: I tried to create Fetch XML query and use addCustomView method. This method works if filter criteria is small. If I pass filter for say 50 GUIDS then this query does not return any records. I think addCustomView makes rest call and pass all filters in URL. and this URL is too big. Are you able to ...

    $106 (Avg Bid)
    $106 Średnia Oferta:
    21 składanie ofert
    Trophy icon Contemporary House Exterior Design 1 dnia left

    I am looking for a residential architect to redesign the exterior of my already existing house. The preferred style is contemporary. I can provide SketchUp file (.skp) to be imported in AutoCad. Working with AutoCad is a must because it creates a more realistic image, do not use sketch up. The project primarily involves designing the color scheme and...palette I attached the house photos and the .skp file. We didn't design the windows as half-moon/ semi circle, the house was already built when we bought it and we were not able to change the windows, therefore we need a solution that will not emphasise even more those windows, we need something to make them more invisible. We are not able to change the color of the windows neither. Please do not try to do it with AI, we...

    $53 (Avg Bid)
    $53
    11 zgłoszenia