Try logo designprojekty

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 try logo design 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

    ...jak pisze brify: //////////////////////// To powinien byc "bogaty" i "tlusty" projekt, miej wiecej jak poprawiales , rameczki, cienie, czyli cale to MIECHO co czyni ze jak ktos wchodzi nastrone to mowi: Ah... BRIDESTOWN TOWERS EQUESTRIAN CENTRE KOLORYSTYKA burgund, czerwony, braz, zloto, czarny 1. Pierwsza rzecz to logo: podsylam ---> to jest rysunek /zrobiony przez wlasciciela-czapki z glow jak dla mnie klasa!/ gdzie ukryte sa litery B i T czyli BRIDESTOWN TOWERS Az sie tutaj prosi zrobic z tego herb ---> ten rysunek trzeba bedzie niestety obrobic + nadac mu jakis wypukly wyglad cos w rodzaju tarczy szkolnej + 3D --- te przyklady ponizej to lipa

    $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
    Laravel Web App Sign-in Bug Fix 6 dni left
    ZWERYFIKOWANY

    Helllo I have a web app made with react js for the front end and php laravel for the backend. yesterday it was working fine but i tried to get it ready so i can upload to the ftp so i followed instructions from chat gpt and added some commands in the termina...the front end and php laravel for the backend. yesterday it was working fine but i tried to get it ready so i can upload to the ftp so i followed instructions from chat gpt and added some commands in the terminal but of course i broke it and now im seeing errors . Before i could sign up / login. So hopefully someone can fix and get it back to working. I have this on the github and even when i try to go back a commit its still not working. Now im seeing the errors listed below. HOW SOON CAN YOU START? AND HOW SOON CAN YOU...

    $23 (Avg Bid)
    $23 Średnia Oferta:
    37 składanie ofert
    Android Studio app 6 dni left
    ZWERYFIKOWANY

    ...recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file as Task2.zip. Task: Create a Mobile Application for a Cafe Restaurant to receive orders from its Customers. The Application should offer a list of menu items [For Example: Coffee, Garlic Bread, Cheese Sticks etc.] You can choose the menu items from 4-5 items as per your choice. Try to make the application visually appealing and interactive in terms of graphical user interface (GUI). Demonstrate your coding and presentation skills by creating a short video of "you" breifly explaining how you coded and ran the simulator in Android studio or Flutter [Basically, A demonstration video of running the code in Android studio or in Flutter]. Submit the source ...

    $378 (Avg Bid)
    $378 Średnia Oferta:
    34 składanie ofert

    I am looking for a ComfyUI expert to help me complete my workflow. You should have a deep understanding of ComfyUI. Ideally, I would need a 1 on 1 call where I share my screen, present my issues, and try your solutions. Happy to share more on the project if you message me. Skills required: - API integration (optional) - ComfyUI

    $73 / hr (Avg Bid)
    $73 / hr Średnia Oferta:
    22 składanie ofert

    I will source and send the quotations for the urine collection bags in 3 different sizes from India and other Asian Countries besides China. I will try and send the best possible quotations after the negotiation.

    $125 (Avg Bid)
    $125 Średnia Oferta:
    1 składanie ofert
    Casual Interview Reel Video Editor 6 dni left
    ZWERYFIKOWANY

    ...reel maximum of 90 seconds. - Subtitles needed – can help with adding names of artists, places, etc - The separate sound from the microphone has to be added, synchronised, and enhanced if needed Ideal Experience: - A portfolio of video editing work. - Familiarity with casual, vlog-style editing and a good sense of pacing. - Ability to work efficiently and effectively. We would like to firstly try out one video, if it works out good – we have more coming!...

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

    As an artist with a knack for contemporary design, your mission is to create a pop culture-themed t-shirt art that: - Features mild caricatures of three subjects, namely Joe Biden, Donald Trump, and an ice cream cone. - Portrays Joe Biden in a headlock, from Donald Trump, struggling to try to lick an ice cream cone. - Presents the caricatures in a semi-realistic manner, exhibiting your understanding of both artistic detail and caricature style. - Utilizes an appealing blend of the comic-style with minimalist elements, drawing on your experience with these forms. For this, I anticipate an artist with proficiency in caricature and pop-art along with a good grasp of modern cultural icons. Familiarity with political figures and a sense of humor will definitely add value to th...

    $78 (Avg Bid)
    $78 Średnia Oferta:
    46 składanie ofert

    A website used to be a WP site. It is now remade with and the new version is hosted on a new server. I need to retrieve the old information from the DB drop. When I try to add the database entries to a freshly installed WP installation and access it (either localhost or server) it immediately throws 301 error and redirects to the new kobe-oukoku website. Please add this text in the beginning of your application so I know you've read the description: kobe animal kingdom.

    $26 (Avg Bid)
    $26 Średnia Oferta:
    14 składanie ofert

    ...in conducting outbound sales calls specifically targeting individual consumers. This project involves - Making initial contact: You'll be responsible for getting in touch with these customers, introducing our service, and engaging with them to explore potential sales opportunities. - Delivering sales pitches: You should be comfortable discussing our USP and benefits, and persuading customers to try our services. - Handling objections: You need to be adept at addressing customer concerns and overcoming objections to effectively close sales. - Recording and Reporting: Keeping detailed records of each call and summarizing outcomes will be part of this role. Ideal candidates should have: - Good organizational and time-management abilities - The ability to work independently...

    $2367 (Avg Bid)
    $2367 Średnia Oferta:
    7 składanie ofert

    Please Update the Prestashop to the last Stabile Version. Take Care and do a Backup, also we do it.. try to keep the current theme and programming Make sure that at least the following modules are still running after the upgrade DHL, PPL shipping service provider, payment functions... just the important ones to rebuild a store operation. Complete Check for funktion and improvements - old Theme must Working fine inkl. ABO function - All Modules must working or update, grade - Design is in all sites ok - Currency and Payment function fine.

    $18 / hr (Avg Bid)
    $18 / hr Średnia Oferta:
    86 składanie ofert

    I have an issue with my Gmail email signature. When I try to add images to my signature by uploading directly, it's not displaying properly. I use gmail and zoho email client. Used to create the signature. Key requirements: - Image not displaying in email signature after uploading directly - Need a fix for the issue while keeping the signature design intact Ideal skills and experience: - Proficient with Gmail email signature settings - Previous experience in resolving image display issues in email signatures - Strong understanding of HTML/CSS would be a plus The goal is to have the images display correctly in the signature and ensure that it's a seamless experience for all recipients. Do not contact me on WhatsApp or Email!

    $36 (Avg Bid)
    $36 Średnia Oferta:
    36 składanie ofert
    Trophy icon Vintage BBQ Grill Logo Design 5 dni left

    ...experienced graphic designer to create a vintage style logo for our new Buchberger grill and barbecue (BBQ) company. The ideal candidate should have a good understanding of vintage design and the ability to capture the essence of the BBQ culture in a unique, yet timeless, way. You can try a similar style as in the logo attached with our b and buchberger. Our fonts are Mafra Deck and Brandon Grotesque. We prefer to grill and smoke with fire. Our company has been around since 1946. One of our role models is the company from Texas USA. Our name Buchberger should be in the logo, the reference to grill and BBQ. Maybe also our origins in Styria. I'm looking forward to your designs. Key requirements: - Vintage style: The logo should have a vin...

    $270 (Avg Bid)
    Wyróżniony Gwarantowany
    $270
    991 zgłoszenia

    Looking for someone to help create a ChatBot Assistant, which will send a SMS messages to leads, communicate with them and try to make a sale. And also need the same option for AI Calling Assistant, to make outbound calls to the leads. I think Twilio and Open AI would be good for this. Open AI should be releasing Voice API any week/month now. Other option would be Vapi and , etc. The chat bot can be from Voiceflow or similar platform.

    $2121 (Avg Bid)
    $2121 Średnia Oferta:
    53 składanie ofert

    I am currently working on a project where I need to implement the flow to send and receive invoices from a DEX vending machine on iOS. To simulate the connection to a vending machine, we are using a Redpark serial cable: With this cable, I connect to a serial/USB adapter and simulate a vending machine to try sending invoices and receiving invoice adjustments in the applications. Redpark provides an SDK() and demo software for sending and receiving data, which helps in understanding the basics. However, I am currently unable to find the correct sequence to successfully send and receive invoices to a DEX machine. I understand that there is a protocol and control

    $516 (Avg Bid)
    $516 Średnia Oferta:
    17 składanie ofert
    Email Sending Issue Troubleshooting 5 dni left
    ZWERYFIKOWANY

    My website is facing an email sending issue. I am using 'sendmail' as the email service method. When users try to submit a contact form on the website, the email is not being sent. I am not receiving any error messages, but the emails are simply not going through. Ideal Skills and Experience: - Proficient in 'sendmail' email service method - Strong understanding of PHP and server-side scripting - Experience in troubleshooting email sending issues - Familiarity with website contact form functionality It would be great to work with someone who can quickly identify and resolve the issue so that the contact form emails are successfully delivered.

    $27 (Avg Bid)
    $27 Średnia Oferta:
    44 składanie ofert

    I'm currently experiencing a problem with Citrix Workspace. When I try accessing it through Google Chrome, the application fails to launch. I require a freelancer who is experienced with Citrix Workspace and can help me troubleshoot and resolve this issue. The ideal candidate should have: - Proficiency in Citrix Workspace - Strong troubleshooting skills - Experience with Google Chrome and browser-based application launching - Excellent communication skills to assist in resolving the issue efficiently. Looking forward to working with someone who can get my Citrix Workspace back up and running effectively.

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

    ...recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file as Task2.zip. Task : Create a Mobile Application for a Cafe Restaurant to receive orders from its Customers. The Application should offer a list of menu items [For Example: Coffee, Garlic Bread, Cheese Sticks etc.] You can choose the menu items from 4-5 items as per your choice. Try to make the application visually appealing and interactive in terms of graphical user interface (GUI). Demonstrate your coding and presentation skills by creating a short video of "you" breifly explaining how you coded and ran the simulator in Android studio or Flutter [ Basically, A demonstration video of running the code in Android studio or in Flutter]. Submit the sourc...

    $170 (Avg Bid)
    $170 Średnia Oferta:
    45 składanie ofert
    My project 4 dni left

    ...Studio that recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file Projet 2: Create a Mobile Application for a Cafe Restaurant to receive orders from its Customers. The Application should offer a list of menu items [For Example: Coffee, Garlic Bread, Cheese Sticks etc.] You can choose the menu items from 4-5 items as per your choice. Try to make the application visually appealing and interactive in terms of graphical user interface (GUI). Demonstrate your coding and presentation skills by creating a short video of "you" breifly explaining how you coded and ran the simulator in Android studio or Flutter [ Basically, A demonstration video of running the code in Android studio or in Flutter]. Submit the sour...

    $453 (Avg Bid)
    $453 Średnia Oferta:
    34 składanie ofert

    ...clothing try-on utility applicable to all categories of attire, from tops to bottoms. This platform enhancement has the primary purpose of refining the online shopping journey for our users, fostering a more immersive, engaging, and satisfying user experience. Ideal candidates will have a strong background in: - Web development particularly in eCommerce platforms - Prior experience implementing virtual try-on or similar augmented reality features This development project requires: - Modification of the existing product pages to integrate the try-on feature - Ensuring the feature is user-friendly, intuitive and compatible across various devices - Testing and bug fixing to guarantee smooth operation before site-wide deployment Your task will be to deliver a fully ...

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

    We are the production team of the TIKTOK Operation course, and I am looking for several TIKTOK creators who can face the camera to imitate and shoot simple oral videos. You don't need to have a lot of social media experience, as long as you're willing to try. Your main responsibilities include: - Execute video shoot according to the script we provided. - You can also write your own script based on the content we provide or improve. To increase brand awareness, your content should be engaging and cause widespread sharing and liking on the platform. The ideal candidate should have: - Look comfortable in front of the camera. - Fluent in English or Spanish - We cater to the North American market, which would be great if you are American or Mexican Ability to work independentl...

    $21 / hr (Avg Bid)
    $21 / hr Średnia Oferta:
    11 składanie ofert

    ...an experienced UI/UX Designer for an iOS app dealing with style and fashion. Core Functionality: - The app is essentially a style and fashion app. It uses AI to help people look their best. - The main functionality of the app is to provide a virtual try-on for clothing, offer color matching suggestions and give personalized style recommendations. Target Audience: - The app is designed for both men and women. Ideal Skill Set: - Previous experience working on fashion or style-related apps is a plus. - Knowledge of AI integration for virtual try-on features is highly desirable. - A keen understanding of color theory and style is important. - Ability to create user-friendly and visually appealing interfaces. - Strong communication skills to understand and interpret user nee...

    $182 (Avg Bid)
    $182 Średnia Oferta:
    41 składanie ofert
    Back engineering EA 4 dni left
    ZWERYFIKOWANY

    I have an martingale EA that was design long time ago, but the developer lock it off when it was sent. I need to make some changes but i cant, so i need to do a back engineering or try to open it to make the changes.

    $124 (Avg Bid)
    $124 Średnia Oferta:
    26 składanie ofert

    My Divi WordPress site is frustratingly slow when I try to update or post content. I'm using shared hosting, and need an expert to improve the loading time to ensure smooth content management. Key Tasks: - Identify the root cause of the slow loading issue. - Implement effective speed optimization strategies for my Divi WordPress site to improve the editing and updating experience. - Ensure the site remains visually appealing and fully functional post-optimization. - I'd also appreciate any advice on maintaining optimal loading speeds in the future. Ideal Skills and Experience: - Extensive experience with Divi WordPress sites and the Divi theme. - Proven track record in speed optimization, particularly on shared hosting environments. - Ability to troubleshoot and resolve ...

    $27 (Avg Bid)
    $27 Średnia Oferta:
    66 składanie ofert
    Hosting Migration: Windows to Linux 3 dni left
    ZWERYFIKOWANY

    We have two sites on windows server that we would like to move to linux, without having to rewrite code for both sites. The current code is ASP and ASPX (vbscript) with Acess dbase. I am looking for someone that can make our ASP and ASPX pages to work on linux server with mysql dbase. We have a VPS on godaddy server,...like to move to linux, without having to rewrite code for both sites. The current code is ASP and ASPX (vbscript) with Acess dbase. I am looking for someone that can make our ASP and ASPX pages to work on linux server with mysql dbase. We have a VPS on godaddy server, that we can host the two sites on. You are only qualified if you have done this many times before. You may not use our sites to "try" to do this after doing research, we only want experienced ...

    $169 (Avg Bid)
    $169 Średnia Oferta:
    57 składanie ofert

    ...apiKey: process.env.CLAUDE_COLAB, }); (anthropic); const anthropic_message = await ({ // mode: "no-cors", max_tokens: 1024, messages: [{ role: "user", content: "Hello, Claude" }], model: "claude-3-opus-20240229", }); this.Claude_answer = ; (); try { const response = await ( this.Claude_question ); = ; } catch (error) { this.Claude_answer(error); ("Error sending message:", error); } }, And make the call without getting a cors message. It needs to be a Quasar app and not a node.js app. Make a page

    $147 (Avg Bid)
    $147 Średnia Oferta:
    16 składanie ofert
    Trophy icon Corporate Video Editor Needed 1 dnia left

    I'm looking for an experienced video editor who can take my raw footage and turn it into a polished, professional commercial video. I know for many of you might not be the winner. It's just the nature of the contest. I suggest not to waste your time and effort, if you are not very good or don't have much experience, or don't have good taste. For you, who would like to try, GOOD LUCK! I appreciate all your effort. I will make sure leave you a great review for you who win. What we need: 30 - 35 second video We are going to use the video for Youtube, FB & Instagram ads. Need the video in these formats: 16:9 , 1:1 & 9:16 More details of the project: Requirements: - Advanced editing skills,

    $66 (Avg Bid)
    Wyróżniony Gwarantowany Projekt z Umową o Zachowaniu Poufności
    $66
    42 zgłoszenia

    THIS IS NOT A LOGO DESIGN PROJECT. It is a shop front design Photo of building attached (middle alarm will be going out) I need you to illustrate the new sign with the two logos one on each side showing how it will look on the building Black background Sketch and Logos attached Things to try CD Asthetics (Logo) x The Hair Boutique (Logo) CD Asthetics (Logo) X The Hair Boutique (Logo) CD Asthetics (Logo) With The Hair Boutique (Logo) CD Asthetics (Logo) & The Hair Boutique (Logo)

    $38 (Avg Bid)
    Gwarantowany
    $38
    84 zgłoszenia

    ...a skilled designer with a strong grasp of the iOS design guidelines to revamp the UI of an existing app found on Google Play or the IOS store, that currently does not comply with the iOS design guidelines. The goal is to provide a fresh, visually engaging design that adheres to the iOS standards. Key Job Features: - Redesign of the entire app UI with a primary focus on visual design. - Ensuring the new UI is fully aligned with the iOS design guidelines. - Retain and enhance the core functionality of the app for a seamless user experience. Deliverables: Task 1: Redesign the user interface for an application. • Show 9 sketches of the interface design, Images, screenshots, ets. Task 2: Design 3 posters for the phone application. &b...

    $131 (Avg Bid)
    $131 Średnia Oferta:
    33 składanie ofert

    I have a Pine Editor script that I believe is in a good place, but I'm hitting some error messages that I can't seem to fix. I need someone who knows their way around Pine Script and TradingView to help me get this script running smoothly. Key Requirements: - Troubleshoot and debug script errors: The main issue I'm facing is error messages when I try to run the script. I need someone to go through the script, identify the root cause of these errors, and help me fix them. - Pine Script proficiency: The ideal freelancer for this project should have a good handle on Pine Script, as it's essential for understanding and improving the script. - TradingView experience: Since the script is set to work within TradingView, experience with this platform is crucial. This p...

    $26 (Avg Bid)
    $26 Średnia Oferta:
    7 składanie ofert

    ...PERMANENTLY END your hopes for being awarded this project. 1. Place your bid with an auto-bid. Yeah, blind bids with no consideration for what it’s going to take to actually do the project just tick me off. 2. Don’t read this document carefully. After all, I only put a ton of work into it, and it will only answer 99% of your questions. Why should you respect that? Just skim the document and then try to get me to talk about it in detail. That’s a great way to irritate me. 3. Ask me, “So, what is your budget on this?” In case you hadn’t noticed, this is a “bid” project. You place your bid, you also include how long it will take for you to complete the project, and then I make the decision. No, I don’t go with the ...

    $1178 (Avg Bid)
    $1178 Średnia Oferta:
    68 składanie ofert

    ...lookout for a highly creative and skilled furniture design specialist who can craft an imaginative and practical 3D plan and cutting layout for a bespoke wardrobe. This project is not just about utility but also about creating a piece of art that enhances the aesthetics of the space it occupies. Creativity & Vision: Ability to conceive unique and beautiful designs that combine functionality with elegance. Technical Proficiency: Expertise in 3D modeling software and understanding of the technical aspects of furniture production, including precise cutting plans. Attention to Detail: Passion for finesse, with a keen eye for dimensions, materials, and the overall harmony of the design within the space. ? Project Details: Objective: To design a custom wardrobe tha...

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