Rental storage calculator scriptJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 rental storage calculator script jobs fundet, i prisklassen EUR

    I am looking for a skilled freelancer who can 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 skills and experience re...

    €123 (Avg Bid)
    €123 Gns Bud
    38 bud

    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.

    €28 - €231
    €28 - €231
    0 bud

    Pine script programmer, Pine script programmer.

    €240 (Avg Bid)
    €240 Gns Bud
    6 bud
    Autocad Expert Udløbet left

    AutoCAD 2021 Script Programmer

    €28 (Avg Bid)
    €28 Gns Bud
    4 bud
    Scrape with Node.js Udløbet left

    ...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 : Input file: Output : csv file Script 2: Second script : scrapcat

    €180 (Avg Bid)
    €180 Gns Bud
    24 bud

    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 );

    €71 (Avg Bid)
    €71 Gns Bud
    4 bud
    Automation script Udløbet left

    Hi Shalu S., Jeg faldt over din profil, og vil gerne tilbyde dig mit projekt. Vi kan diskutere yderligere detaljer over chat.

    €83 (Avg Bid)
    €83 Gns Bud
    1 bud

    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

    €23 (Avg Bid)
    €23 Gns Bud
    5 bud
    Simple php script Udløbet left

    ...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 Xshopping and queue_name contains 271171. Scri...

    €34 (Avg Bid)
    €34 Gns Bud
    4 bud

    Hi. I have a website that is made in wordpress in DIVI theme. I need a price calculator for my website I want it to be a mix of and My website is: I also want a app for the website I look forward to hear from you Thank you :)

    €151 (Avg Bid)
    €151 Gns Bud
    15 bud

    Warning: The website in question where the calculator plugin is needed is related to a lady who is a sexworker. If you have moral issues with this, then the job is not for you. I would like to encourage females to place a bid. Skills count for more than gender in the end, though. But women ROCK! ;) I will need something visual and/or clickable since I do not speak "tech" at all. It's like reading Mandarin or Swahili to me. Must work in the WP theme Astra. I can't provide link just yet to the Astra theme, since the developer is unavailable for a few days. We can buy the PRO version if needed. Go to The site is in danish, but the functions will be more or less the same. The job is ONLY for the price calculator with the green slider input, some varia...

    €178 (Avg Bid)
    €178 Gns Bud
    22 bud

    I do have a car rental website which i want to make it comply for disabled people according to this: W3C () τα οποία αφορούν ελέγχους σχετικά με HTML & WCAG 2.0 AA. Tα εργαλεία που προτείνονται είναι: a. Για το HTML το W3C Html Validator () b. Για το WCAG 2.0 AA είτε το Web Accessibility Evaluation Tool (), είτε το Web Accessibility Checker (...

    €279 (Avg Bid)
    €279 Gns Bud
    34 bud

    I have 3 user level .: Admin, staff and user in my header I have this session which prevents if you do not have the right userlevel then you can not access the page. and if the user is inactive for 30 minutes he will be logged out - but it not work correct <?php session_start(); //cek apa...//cek level user if($_SESSION['level']!="user"){ die("Du er ikke logget ind - Luk browseren og Log ind igen");//jika belum login jangan lanjut } if (isset($_SESSION['LAST_ACTIVITY']) && (time() - $_SESSION['LAST_ACTIVITY'] > 1800)) { // last request was more than 30 minutes ago session_unset(); // unset $_SESSION variable for the run-time session_destroy(); // destroy session data in storage } $_SESSION['LAST_ACTI...

    €23 (Avg Bid)
    €23 Gns Bud
    17 bud

    ...for a self storage project in order to ascertain its viability.

    €386 (Avg Bid)
    €386 Gns Bud
    15 bud

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

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    1 bud
    Fix protocol script Udløbet left

    Python script to retrieve market data

    €122 (Avg Bid)
    €122 Gns Bud
    4 bud
    javascript html Udløbet left

    privet script

    €481 (Avg Bid)
    €481 Gns Bud
    40 bud

    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.

    €9 - €28
    €9 - €28
    0 bud

    online test for web desiger html photoshop java script,

    €346 (Avg Bid)
    €346 Gns Bud
    9 bud
    Byg en SmartTV app Udløbet left

    I'm looking to have a smart TV app developed for LG and/or Samsung. THe app would be a simple web-browse player with HTML5 support which is able to display a website in Full Screen mode. No interaction required beyond the entry of the URL and storage. Would ideally like to have the option to have it automatically selected upon turning on the TV. Udvikling af en SmartTV app til LG og/eller Samsung. App er en en simple web-browser player med HTMl5 understøttelse som formår at vise en website i Fullscreen mode. Ingen interaktion påkrævet udover URL indtastning og lagring. Skal gerne kunne vælges automatisk ved tænding af TV. - dog ikke noget krav.

    €811 (Avg Bid)
    €811 Gns Bud
    4 bud
    second video Udløbet left

    knife rental service video

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    Need Scrapper for data........................................................................

    €133 (Avg Bid)
    €133 Gns Bud
    5 bud

    Update past YP google script

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    Small PHP/Java script fix on hover over

    €18 (Avg Bid)
    €18 Gns Bud
    12 bud

    Config lighttpd for Adult Video Script - AVS AVS version : 2.2

    €41 (Avg Bid)
    €41 Gns Bud
    4 bud

    E-mail market script

    €185 (Avg Bid)
    €185 Gns Bud
    1 bud
    Script fix Udløbet left

    one fix script

    €32 (Avg Bid)
    €32 Gns Bud
    1 bud
    SEO min Hjemmeside Udløbet left

    ...someone writing a number of good SEO quality articles for a new real estate website. For instants: "Are you looking for buying a new flat in London? Do you like to live in the middle of London? Do you wish to..." 1. Articel/blog about: "Flats for sale" 2. Articel/blog about: "Flats for rent" 3. Articel/blog about: "Student residence for rent" 4. Articel/blog about: "Residential rental" 5. Articel/blog about: "Property in London for rent" 6. Articel/blog about: "Property in London for sale" The size of each article should be like: "Lejlighed København Kunne du tænke dig at gå en tur på Langelinje om morgenen, shoppe i butikker på Strøget om...

    €72 (Avg Bid)
    €72 Gns Bud
    19 bud
    SEO min Hjemmeside Udløbet left

    ...someone writing a number of good SEO quality articles for a new real estate website. For instants: "Are you looking for buying a new flat in London? Do you like to live in the middle of London? Do you wish to..." 1. Articel/blog about: "Flats for sale" 2. Articel/blog about: "Flats for rent" 3. Articel/blog about: "Student residence for rent" 4. Articel/blog about: "Residential rental" 5. Articel/blog about: "Property in London for rent" 6. Articel/blog about: "Property in London for sale" The size of each article should be like: "Lejlighed København Kunne du tænke dig at gå en tur på Langelinje om morgenen, shoppe i butikker på Strøget om...

    €59 (Avg Bid)
    €59 Gns Bud
    3 bud
    Another VO script Udløbet left

    Voiceover script

    €23 / hr (Avg Bid)
    €23 / hr Gns Bud
    1 bud
    fitness calculator Udløbet left

    I NEED APP BUILDER FOR MY APP ...THESE ARE THE REQUIREMENT FOR MY APP . I NEED APP SIMILAR TO THIS APP , AND SOME ADDITION FEATURES IS WEIGHT LOSS TRACKER SHOUDL WE COMBINED WITH APP ,, AND TIPS

    €329 (Avg Bid)
    €329 Gns Bud
    11 bud

    I NEED APP BUILDER FOR MY APP ...THESE ARE THE REQUIREMENT FOR MY APP . I NEED APP SIMILAR TO THIS APP , AND SOME ADDITION FEATURES IS WEIGHT LOSS TRACKER SHOUDL WE COMBINED WITH APP ,, AND TIPS

    €101 (Avg Bid)
    €101 Gns Bud
    1 bud

    We want Remote Desktop software (for Mac & Win) like Team Viewer with all its functionality. Please send us ALL THE FEATURES and specification of what you will be providing. Along with the FINAL PRICE Note: 1. Complete and PROPER Source Code with documentation required. 2. No Copyright Script or GPL script. 3. No third-party tools.

    €231 - €693
    €231 - €693
    0 bud
    Cookie script Udløbet left

    Hej. Jeg har brug for at få indsat et cookie script i min footer samt et billede.

    €36 (Avg Bid)
    €36 Gns Bud
    5 bud

    df hdd jdj d d d dri dtidrueue ue4u 4e ue4u e4u 4eu erujdru jdrudrudr udr udru drudgdxtwseudr sr ursdu dr dr dru

    €289 (Avg Bid)
    €289 Gns Bud
    1 bud
    Php script Udløbet left

    As i discussed you

    PHP
    €2 / hr (Avg Bid)
    €2 / hr Gns Bud
    1 bud

    Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script Need a Jquery Expert for hover Script

    €3 / hr (Avg Bid)
    €3 / hr Gns Bud
    2 bud
    API Programmer 6 dage left
    VERIFICERET

    I'm in need of an API Programmer to create an API in a language of your choice. The API should provide functionalities like data retrieval, data manipulation and data storage for text data. Key Points: - Create an API in a language of your expertise. - The API should be designed to handle text data exclusively. - The API should offer data retrieval, manipulation, and storage capabilities. Ideal Skills and Experience: - Proficient in API development and programming languages like Python, JavaScript, or PHP. - Strong background in handling text data. - Experience in providing data retrieval, manipulation, and storage functionalities via an API. Looking forward to working with a skilled professional to bring this project to life. ...................... Wir si...

    €54 / hr (Avg Bid)
    €54 / hr Gns Bud
    5 bud

    I have a Python script that needs integration with a Telegram bot. The requirement is to connect the code with the Telegram bot to send questions from the Chegg website. Key tasks: - Integrating the existing Python code with a Telegram bot to send questions from the Chegg website - Automating the assignment of student IDs for each Chegg website task The ideal freelancer should have: - Proven experience in Python programming - Previous work with Telegram bot integration - Familiarity with Chegg website tasks and automation - Good understanding of API integrations Please share your relevant experience and any insights into how you plan to approach this integration.

    €298 (Avg Bid)
    €298 Gns Bud
    8 bud

    I'm in need of a script that can load a list of proxies/ IPs and establish a rotating SSH tunnel connection through these proxies. The purpose of this is to maintain anonymity. Key Requirements: - The script should be designed for Windows OS and in exe or bat extension - It needs to handle failed connections by moving on to the next proxy in the list immediately - The script should interact with an OpenSSH server installed on my personal computer Ideal Skills: - Proficiency in scripting for Windows environments - Experience with creating and managing SSH tunnels - Understanding of proxy management and error handling The primary goal of this script is to ensure a seamless, rotating connection through proxies for anonymity. The ability to move on to the ne...

    €64 (Avg Bid)
    €64 Gns Bud
    5 bud

    I am seeking a skilled PHP developer to create a distance calculating sript for me. This script will be responsible for calculating the distance between multiple coordinates stored in a MySQL database. No user interface required as the coordinates will be retrieved from the database directly. Key requirements for the project include: - Create a script that can fetch the coordinates from a MySQL database - Calculating the distance between these multiple coordinates accurately If you're a developer with experience in MySQL PHP and distance calculations, I would love to hear from you.

    €38 (Avg Bid)
    €38 Gns Bud
    23 bud

    I'm...voice-over actor to lend his humor-filled, unique voice to a commercial project. A standard Georgian accent is required to bring authenticity to the project. The ideal candidate should have: - Experience in commercial voice acting - An ability to deliver a performance with a humorous tone - A Standard Georgian accent We are looking for a VO male actor to dub entertainment videos. We need translation ( script is given in English ), VO, and sync. We have a potentially large volume order, so consider please as a long-term cooperation. Approximately 4-5 videos weekly ( 125$ per 5 episodes )-could be negotiable The average length of the video is under 15 minutes. Let me know please if you are interested additionally will ask you to do a short demo. Contact me for more deta...

    €61 (Avg Bid)
    €61 Gns Bud
    5 bud

    ...plot the building on the land, show the access ways to the land from the road. - You'll need to plot the same building on a neighbouring land with its own sepparate access. Building requirments: - Concrete Base - Structure: Steel Beams - Span over 2 floors - Each floor to have at least 11 rooms, 6 rooms for live stock per floor, each floor with incubator room, sanitation room, emergency room, storage/fridge room, workers welfare room. - The 6 rooms for live stock on ground floor to have access for outside exit into a caged aread. - The 6 rooms for live stock on first floor to have access for outside exit into a caged area via a ramp. - Each of the 12 caged area must be sparated from each other. Drawing requirments: - We will need drawings for the building, blueprint, 2D, ...

    €385 (Avg Bid)
    €385 Gns Bud
    24 bud

    I'm a huge fan of the show Gravity Falls. I'm looking for an experienced scriptwriter to write a script for a hypothetical Season 3 and 4. Key Details: - Tone: I want the new seasons to maintain the mysterious vibe that the show is known for. I'm not looking for a complete tone shift. - Audience: The script should be tailored towards a teenage audience. It should be sophisticated enough to keep older viewers engaged, but not too complex for its target demographic. - Characters: While I'd like to introduce some new characters, they should be minor. The focus should be on the existing characters, their development, and the continued exploration of the show's existing mysteries. Skills & Experience: - Proven experience in scriptwriting, particular...

    €308 (Avg Bid)
    €308 Gns Bud
    31 bud

    ...Develop a custom script on Vertex AI to: * Scrape content from web pages (titles, headings, body text). If scraping is not feasible, allow for manual input of content. * Utilize Gemini to generate SEO-optimized meta titles and descriptions based on the scraped/input content. * Ensure the script can handle both automated scraping and manual content input scenarios. Requirements: * Proficiency: Strong experience with Google Cloud Platform, Vertex AI, Python (or similar language), and web scraping techniques. * Google Sheets Integration: Experience with Google Sheets API for seamless data flow. Deliverables: * Two Functional Vertex AI Applications: * E-commerce product title/description generator (Feedgen-based). * Website meta tag generator (custom ...

    €297 (Avg Bid)
    €297 Gns Bud
    28 bud
    Trophy icon Logo for webapp 9 dage left

    ...developing an innovative software application designed to transform the car rental market. Our app specializes in web scraping to gather and compare rental prices from leading car rental websites like DiscoverCars, AutoEurope, DoYouSpain, and others. The name of the app is PriceBook Key Features: Real-time Data Collection: Our software continuously scrapes data from various car rental websites, ensuring that users have access to the most up-to-date pricing information. Price Comparison: The app automatically compares rental prices from multiple providers, highlighting the best deals and most favorable rental conditions. Customization: Users can tailor their search based on specific criteria such as location, rental period, and vehicle ...

    €200 (Avg Bid)
    Fremhævet Garanteret
    €200
    398 indlæg

    I have a python web-scraping script for a web-site. Web site is updated because of that my script doesnt works. I need some one who can update my script that i can use it to scrape web-site. Thanks for bidding

    €152 (Avg Bid)
    €152 Gns Bud
    62 bud
    Batman Origins: Insanity Unleashed 6 dage left
    VERIFICERET

    ...death, and Martha's descent into madness. - Horror and Supernatural Aspects: Integrate eerie, spine-chilling scenes and potentially supernatural elements. - Complex Villains: Develop Martha's transformation into a female Joker, ensuring a multifaceted and gripping portrayal. Each episode should be approximately 30 minutes, with a balance between plot progression and character exploration. The script should be engaging, keeping viewers on the edge of their seats. Ideal skills and experience: - Proficiency in scriptwriting, preferably for horror or psychological thriller genres. - A deep understanding of Batman's lore and the ability to create a fresh, compelling take on the character's origins. - Strong narrative skills to develop complex characters and maint...

    €87 (Avg Bid)
    €87 Gns Bud
    34 bud

    ...a smooth flow between the footage and the animations - Adhering to the script that will be provided Ideal Skillset: - Proficiency in video editing software [Premier Pro] - Experience in creating educational or similar content - Strong understanding of animation and special effects - Ability to work with a provided script - Good communication skills to understand and meet the client's expectations - A protfolio with similar work examples [Without portfolio, your proposal will be ignored] Please note that I will provide the script and video recording for the project. [Start your proposal with the word 'I Pay Attention' so that I know that you've read the post thoroughly.] I'm looking for an editor who can take this script to the next ...

    €10 (Avg Bid)
    €10 Gns Bud
    11 bud

    ...applications, ensuring they effectively meet the frontend specifications and provide a seamless user experience. Actively participate in the development, enhancement, and maintenance of our two applications, aimed at multimarket sectors: Platform App for Car Rental Management: Designed for our partners to manage all aspects of their rental business. This app is launching its first version imminently, and you will play a crucial role in adding functionality, enhancing performance, and ensuring its continuous improvement. Customer Rental App: This app provides customers the opportunity to rent vehicles from local businesses under one unified brand. We aim to completely overhaul, update, and relaunch this app with a new design and rebuilt architecture this year. Your r...

    €24 / hr (Avg Bid)
    €24 / hr Gns Bud
    85 bud