How to read barcode from scanner in php scriptJobs
I must have made a chat robot that can answer chats in a chat program automatically, it must be able to keep a conversation running via chat gpt or similar AI, it must be able to speak both Danish, English and Norwegian. It must be able to answer the texts itself in the window where the text is to be written I has to be able to read previous chats and answers on the website
...create a script and video explainer for my product/service introduction. Requirements: - The purpose of the video explainer is to introduce my product/service to potential customers. - I do not have an existing script or narrative, but I have a rough idea of what I want to convey. - The video length required is 1 minute. Ideal Skills and Experience: - Strong scriptwriting skills to create a compelling and engaging script. - Experience in creating video explainers for product/service introductions. - Proficiency in video editing and animation software to bring the script to life. - Creativity and ability to turn rough ideas into a visually appealing and informative video. If you have the skil...
Hey We have a very simple video tracking project. Please read everything before you apply for this! The file i have attached is a screenshot of a video, just to show what i am talking about! What i need you to do. - Link to download the video file: - I would like you to change the name on the town sign. (ex. Instead of Aarhus as the screenshot. Make it "Charlottenlund") - The list of names we would like you to make: (Only town names, not the numbers) 1. Charlottenlund 2. Kastrup 3. Odense 4. Sønderborg 5. Kolding 6. Randers 7. Frederikshavn 8. Holstebro 9. Esbjerg 10. Roskilde 11. Næstved
Vi har et gammelt reservationssystem, som i processen skal sende et mail til os og kunden. Systemet er for 100 år siden, lavet i Classic ASP/Jmail men er nu flyttet til ny server uden Jmail, og skal derfor ændre til CDO.
I am trying to set up a tiling shop and have the product page and ordering process similar to: or What's important: - Price entry in the backend should be in m² - We should display the price of m² and the price of a box with its contents. - The visitor will enter the surface he needs, it will be rounded up to the next number of boxes that cover that area. - Or he will enter the number of boxes and see how much that is in terms of area. - Both fields are interconnected. - Show the total cost of his order. I will give you more details via chat if needed. I am really looking for someone with good english who can understand the
...forekomme. Vi forventer, at der vil være omkring 10-15 timers arbejde per måned for dig. Skulle større projekter forekomme, vil vi selvfølgelig koordinere dette med dig løbende. Det vigtigste i vores samarbejde er hurtig og god kommunikation - og at du samtidig har mulighed for at håndtere haste-opgaver, hvis disse skulle forekomme. I forhold til selve koden er vores hjemmeside bygget på Laravel PHP. Det eneste men er, at de tidligere udviklere i sin tid besluttede sig for ikke at kode hjemmeside front-end i noget framework (blot direkte i Laravel), hvilket gør, at der ikke rigtigt er nogen dokumentation ift. hvilke classes, der er tilgængelige. Vores tidligere udvikler har snakket om at det kunne give mening at rykke den...
Pine script programmer, Pine script programmer.
...Wordpress / Woocommerce freelancer, to help me fix a few minor issues on my website. The website is running on wordpress and woocommerce. My theme installed is Deasil Travel theme My website is I need the following things sorted: 1 - I have several pages like this ex. where there is no header image shown. I need this to be fixed, so that every page like that, is showing the same top header image similar to this 2 - All my tours is created as products in wordpress Ex. Under the tab "Dagsprogram" I want for each day shown, be able to add a shortcode for the Image Carousel plugin from shortcode ultimate. 3 - On the frontpage
In the attached HTML pages extract the (valid JSON) part only (Python or PHP). Starts with : {"data":{"question":{"pagedListDataConnection" Ends somewhere here : {"minSeq":"0","channel":"main-w-chan51-8888-react_uzonmseebkkzidac-MRb2","channelHash":"17978758530268586595","boxName":"chan51-8888","baseHost":"","targetUrl":"","enableWebsocket":true},"broadcastData":{"categoryToDepkeys":{"Viewer:isUniversalLoggedIn:Vmlld2VyQDA6MA==":["LIUS:d1a97be745ad05203c316c52e05659bc","LIUB:51c686f136238887af1ffc4ce43bb59d"]},"depkeyT...
... (SHOP needs to be done) I want to copy these 8 pages (see links) and that means I want to clone these pages and add in my WP site. Need those 8 sites build on my website. I need almost all details, like pictures and text from the links. No links to the other site, I just borrowing their design. I sell the same products. I need to change prices as well and add option to upload some of my pictures, beside your own means I need a section where you can upload the images from me beside your own. I want to sell some of my pictures as an option too. Please check uploaded files for what I want and compare with links. 8 sites (FRONTPAGE and 2,3,4,5,6,7,8) those files will save you time. FRONTPAGE - IS THE FRONTPAGE. i wa...
...URL's that needs to be scraped. The scripts is partly made, but have some flaws. Script 1 : We need to be able to scrape URL's like these: What we need of info is : * Name of restaurant * Adress * Postalnumber + city * URL So the data retrieved should be delivered in a csv file : "Den Gamle Grillbar og BBQ", "Holsteinsgade 12", "8300 Odder", " " "Marios Pizza", "Melstedvej 17", "2770 Kastrup", "" "Tobclas Sandwich", "Torvet 3", "8700 Horsens" ,"" File to work with : Scrape
I have a simple custom indicator in thinkorswim and need converted for tradovate. I hope you have knowledge of trading software. Must start and finish within a few hours. Here is code from thinkorswim that needs to be converted input RiskUnit = 150; input buffer = .00; input digits = 0; def price = close(priceType = ); def candleRangeBull = price - low + buffer; def candleRangeBear = high - price + buffer; def BullRisk = (RiskUnit) / round(candleRangeBull); def BearRisk = (RiskUnit) / round(candleRangeBear); def BullRisk1 = rounddown(Bullrisk, digits); def BearRisk1 = rounddown(Bearrisk, digits); def o = open; AddLabel(yes, "Risk: " + AsDollars(RiskUnit) + " Ele : "+ (if price > o then BullRisk1 else BearRisk1), if price > o then else ...
Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.
I have a script in a Google Sheet where I'm getting an exception error: Access denied: DriveApp. There is an Archive function were projects in a Master List are updated. However, when I Archive Completed Projects I get an error: Access denied: DriveApp. I need someone to debug the code and/or otherwise tell me how to fix the issue. The particular piece of code is: function archive(){ var spreadsheet = (); var topSheet = ("Active Projects") var archiveSheet = ("Completed Projects"); var archiveCurrRow = ()+1; var topSheetRows = (); //var sheetFolder = findFolder(targetFolderId,targetFolderName) var archiveFolder = findFolder(archivedProjectsFolderId,archiv
I want to have a website made for a local car dealer. Technical requirements: API - (more info in the document attached) Style-idea: Attached picture / Black&white theme (open for ideas) Text: Will be provided Prefferred CMS: Wordpress (Contents should be editable without complicated technical skills) Pages: maximum 10 pages Booking function: Book a test drive for one of the cars available Competitors for inspiration: Please don't provide me with a generic proposal. It will be ignored. Look through the competitors' sites, and read the documentation and provided attachments. Only bid on the project if it is possible for you to finish
I want to have a website made for a local car dealer. Technical requirements: API - (more info in the document attached) Style-idea: Attached picture / Black&white theme (open for ideas) Text: Will be provided Prefferred CMS: Wordpress (Contents should be editable without complicated technical skills) Pages: maximum 10 pages Booking function: Book a test drive for one of the cars available Competitors for inspiration: Please don't provide me with a generic proposal. It will be ignored. Look through the competitors' sites, and read the documentation and provided attachments. Only bid on the project if it is possible for you to finish
...a small script which searches in the database to find out how many posts there if for the current day. Search in the database pallel29_c7nordiccall_dk tabel queue_calls - It must search for the number of rows where the column queue_name2 contains CBD Nordic and the column queue_name contains 206611. Scriptet the script must count the number of rows and multiply it by 8, and then send the information in an e-mail. Subject: Dagens statistik for CBD Nordic Mail: Hej Vi har i dag håndteret [number of rows] opkald for jer, som sammenlagt har kostet [number of rows * 8] kroner. Med venlig hilsen NordicCall The information must be send to XX and BCC XX The above must also be done for the rows where queue_name2 contains Xshop...
Hej Opencollar Tech. LLC., Jeg lagde mærke til din profil, og vil gerne tilbyde dig et projekt. Vi kan diskutere detaljer over chat.
Hej, Freelancer I forbindelse med vores nystartet virksomhed. ønsker mit team og jeg en komplet hjemmeside med et system programmeret i PHP & MYSQL, som skal fungere som et mellemled. Det som vi i virkeligheden ønsker os, er at sætte gang i hjulene på onlinedelen, og dermed få et godt tilbud til en fornuftig pris. Vores virksomhed sikre den private handel bliver gennemført præcis efter den indgåede aftale, ved at sælger og køber udføre handlen igennem vores platform, og dermed udelukker muligheden for svindel. Vi ønsker at hjemmesiden skal se moderne ud og helst noget der passer til vores branche. Der skal være gode muligheder for videreudvikling på senere tidspunkt. Vi ønsker at ...
Hejsa. Jeg søger en programmør/web-developer der kan hjælpe med at udvikle mit online text-based browser spil. Spillet er PHP og SQL, og når spillet er færdigt skal jeg også bruge hjælp til at få det online. Jeg har en test server og et domæne. Er der nogle friske programmører/web-developer derude der kan hjælpe?, mod betaling naturligvis :) Send mig meget gerne en besked og så kan vi tale om projektet evt. i telefonen senere.
We must have set up a new asterisk server that follows the normal asterisk guidelines. We also need a script where we provide the telephone number (DID), opening hours also agents who are queuing, then it must do the setup in configs.
Opgaven: Telemarketing salg til små og mellemstore virksomheder i Danmark inden for bestemte brancher. Formålet er at generere leads til vores salgs-team som følger op med det egentlige salgsmøde. Du vil blive forsynet med... -De første emnelister, -Call script med info på produkter og vores erfaring indenfor de enkelte brancher, -Kort træning indenfor relevante begreber og produkter, -Skype eller andet til opkaldet. Opgaven forventes udført fra din egen adresse. Betaling sker som freelancer/selvstændig. Vi forventer, du... -Er dansk og kan tale og skrive på indfødt Dansk niveau. -Er vant til at arbejde med salg, -Ikke giver op nemt, -Kan se værdien af et langvarigt samarbejde. Nogle engelsk kundskaber t...
PHP Programmer my seqal programmer
Jeg har en webshop som der skal laves lidt rettelser på - den er byggede i OpenCart men er tilpasset meget - de er version 1.5.5.1
Jeg trenger hjelp til å korrekturlese nettsiden min Følgende sider må korrekturleses og eventuelle feil må rettes opp: Også lenkestrukturen må korrekturleses.
Jeg ønsker mulighed for at en formular på en hjemmeside i aspx, automatisk udfyldes med prædeterminerede data, og indsendes hver dag et givent klokkeslæt.
Team Agent is a ...site: Assignment: The site is almost done, but the last element need to be developed - which are: - Facebook sign up/sign in integration + API info (steam link & In game name) - Build a system that read the grabs from the game publicers API, the user profile of the gamer. - responsive design (mobile friendly) - Application requirements, which is where the teams can tell what kind of members they seek. Based on some dropdown criteria and text. The assignment will have to be done ASAP. We would be pleased to see you have experience with: Python 3+ Django 1.8+ HTML5 Javascript CSS Bash JQuery GNU/Linux Mercurial MySQL or PostgreSQL NICE TO HAVE Bootstrap AngularJS - or similar Kind...
ask for details..........................................................
online test for web desiger html photoshop java script,
project budget 2500 INR. Read doc file
Oversætte kærestebreve fra engelsk/dansk til kinesisk. Beskrivelsen er både på engelsk og dansk! Der er 5700 ord. Det skal helst være en være en oversætter, som har erfaring med oversættelse af romantisk og poetisk indhold! In English! Translating love letters from English / Danish to Chinese. The description is in both English and Danish! There are 5700 words. It should preferably be a be a translator who has experience with translation of romantic and poetic content!
HEAT - The Key To Your Nightlife - We are searching a logo to an app, our name is HEAT. It has to be simpel, no wild background, but we imagine a nice fount, which is easy to read. - We are also searching a cover picture. we imagine a nice background, and in front: HEAT - The Key To Your Nightlife
Need Scrapper for data........................................................................
Need some php coding, admin panel xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Need some php coding, admin panel xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Jeg har vedvarende arbejde med relation til vores tidligere projekt 'Design Vector logo from a drawing'