Airline reservation set using array programcông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 airline reservation set using array program công việc được tìm thấy, giá theo USD

    I am in need of a cloud-based POS system tailored for a small restaurant with 10-20 tables. This system should account for a variety of functionalities, including table reservation, table management, staff management, discounts, and salary tracking. Key Features: - Cloud-Based: The system must operate on a cloud platform for easy access and management. - Table Reservation: The POS system should include a feature for customers to reserve tables ahead of time. - Staff Management: It should allow tracking of staff activities, including salary calculations. - Discounts: The system should support discount application as needed. Additional Requirements: - Inventory Management: While not listed in the initial requirements, an inventory management feature would be highly beneficial...

    $667 (Avg Bid)
    $667 Giá đặt trung bình
    69 lượt đặt giá
    Mobile Retro & Cafe Management System 3 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a mobile-based, retro-themed cafe management system that integrates essential functionalities. Key Features: - Inventory Management: This should include tracking stock levels, ingredient management, etc. - Online Ordering: Customers should be able to place orders through their mobile devices. - Table Reservation: Capability to reserve tables in the cafe. Payment Options: - Cash on Delivery: The only payment mode for the online ordering feature. Ideal Candidate: - Proficient in mobile app development - Prior experience in developing cafe/restaurant management systems - Familiarity with retro design aesthetics would be a plus * Please bid only if you have similar experience. Thanks

    $2876 (Avg Bid)
    $2876 Giá đặt trung bình
    79 lượt đặt giá

    The program must be compatible with Windows 10, which searches for data inserted from a CVS file, therefore which has the possibility of loading a CVS file (one or more files) which, through a search window, tells me whether a certain value (alphanumeric) is present in the CVS file. If you have uploaded more than one, please tell me which one it belongs to. I already have the initial screenshot to show when starting the software and the one of the search window that I will provide, upon acceptance I will also provide a flowchart that explains in detail.

    $28 (Avg Bid)
    $28 Giá đặt trung bình
    25 lượt đặt giá
    Professional Corporate Presentation Design 3 ngày left
    ĐÃ XÁC THỰC

    I am seeking for a talented designer who can create a formal and professional corporate presentation to help educate an audience on a specific topic. This presentation will utilize an array of visual elements, applying your expertise in using images and charts/graphs to communicate complex ideas or data. Key Responsibilities: - Design a professional and engaging corporate presentation - Creative use of images and charts/graphs to complement text content - Ensure clear, high-quality visuals that facilitate understanding Desired Skills and Experience: - Proven experience in Presentation Design - Strong graphic design skills, particularly with images, charts and graphs - Ability to craft professional and visually engaging content - Excellent attention to detail and commi...

    $916 (Avg Bid)
    $916 Giá đặt trung bình
    134 lượt đặt giá

    I'm looking for a professional photographer who is experienced in an array of styles, including but not limited to, interior, exterior, and lifestyle photography to bring my Bed and Breakfast to life through captivating images. Key Requirements: - Experience in interior photography: This is critical as you'll be taking pictures of 1-10 rooms in my B&B. I want these photos to reveal the charm and comfort of the rooms. - Expertise in exterior photography: You'll also be capturing the outside of the B&B. It's important these photos convey the location’s atmosphere and uniqueness. - Skills in lifestyle photography: These images should paint a vivid picture of what staying in our B&B is like, giving a feel of the experience beyond just the physical...

    $270 - $809
    Địa phương
    $270 - $809
    0 lượt đặt giá

    The program needs to present a suitable interface (menu/form/web app depending on your chosen programming language) where staff can: 1. Enter Daily Hours Worked 2. Produce Hours Worked Report 3. Quit/Close/Exit the Program Program Functionality a) For Option [1] Enter Daily Hours Worked, your program must request and process data for all seven (7) employees. For each employee record, your program must ask for: • The Current Working Week Number • Employee ID • Employee Name • The hours worked from home for the 5 working days Monday – Friday. For this, create a data structure, Data Structure 1, such as a single dimensional array (or similar) to store the hours worked for each day of the week. For example: Data Structure 1 &...

    $32 (Avg Bid)
    $32 Giá đặt trung bình
    10 lượt đặt giá

    ...site will harness the power of WordPress and WooCommerce for a seamless, user-friendly experience. Personalized Entries will weight more than AI Assisted Random ones. Key Features and Requirements: - Integration of WooCommerce for e-commerce functionality. - Customization of WordPress to align with brand aesthetics and project goals. - More than 50 pages, meticulously crafted to display a wide array of products/services. - Incorporation of Razorpay as the primary payment gateway, ensuring a smooth checkout process for customers. - A design that balances between showcasing products/services and facilitating online purchases. - Responsive design to ensure accessibility on various devices, including mobiles and tablets. Ideal Skills and Experience: - Proficiency in WordPress and...

    $304 (Avg Bid)
    Nổi bật
    $304 Giá đặt trung bình
    21 lượt đặt giá
    AI-Driven Book Content Curation Website 2 ngày left
    ĐÃ XÁC THỰC

    ...developer with strong Artificial Intelligence experience to construct an informative website for me. The site will revolve around content curation, specifically books. Key Requirements: - Design and build an intuitive and highly functional website serving as an information hub. - Incorporate an automated content curation system for books using Artificial Intelligence. This should be sophisticated enough to sift through, organize, and present a vast array of book-related content in a systematic, coherent, and engaging manner. Ideal Skills & Experience: - Fluent in AI integration for web development - Proven experience in website design and development - Familiarity with content curation systems - Stellar portfolio with similar projects - Deep understanding of UI and U...

    $2762 (Avg Bid)
    $2762 Giá đặt trung bình
    142 lượt đặt giá

    I am seeking a seasoned expert, proficient in implementing deep learning models with a focus on video analytics. The key task of this project is to form a model capable of recognizing various activ...project is to form a model capable of recognizing various activities from surveillance footage captured in mixed environments, both indoor and outdoor. The ideal candidate must have: - Significant experience with video analysis techniques using surveillance camera footage - Mastery in deep learning methodologies able to identify diverse activities - An understanding of challenges and solutions related to operating in mixed environments This project requires a high degree of reliability, attention to detail, and innovative thinking to recognize a broad array of activities in va...

    $101 (Avg Bid)
    $101 Giá đặt trung bình
    6 lượt đặt giá

    ...Check if destination is valid if (!destination) return; // Reorder within the same column if ( === ) { ('', ); // ...implementation for reordering within a column const column = columns[]; const copiedItems = [...]; // Create a copy of the items array const [removed] = (, 1); // Remove the element (, 0, removed); // Insert it at the new position setColumns({ ...columns, []: { ...column, items: copiedItems }, }); } else { // Moving between columns if ( == 'column3' && destination

    $32 (Avg Bid)
    $32 Giá đặt trung bình
    31 lượt đặt giá

    Exercise Description: we have designed a practical exercise to assess your expertise in building and deploying serverless applications using AWS Serverless Framework and AWS CDK. In this practical exercise, you are required to utilize the AWS free tier to demonstrate your skills in deploying serverless applications using AWS CDK (Cloud Development Kit) Your task involves creating an API with GET and POST methods, where the POST method registers a user to a DynamoDB table and returns a GUID, while the GET method retrieves user information based on the GUID. Requirements: 1. Build a CDK construct to deploy serverless applications including API Gateway, Lambda functions, DynamoDB, and IAM roles. 2. Develop a wrapper in CDK to orchestrate the deployment of the serverless compon...

    $133 (Avg Bid)
    $133 Giá đặt trung bình
    24 lượt đặt giá

    I need to create a small educational program for work related to PLC. OBJECTIVE: I need to do a job, where a program reads 3 numbers and sorts these 3 numbers in ascending or descending order, and checks which one has the highest value. The software to be used is OMRON's CX-Programmer. The controller would be Omron's CJ1M. This work is for educational purposes so it should be simple but well structured. The structure of the program should have some similarities with the attached images (ATTACHED IMAGES ARE AN EXAMPLE ONLY)! Please try to use simple or the more commun functions. As it is an educational program, it must be as simple as possible, but at the same time it must be well structured to presentation. Thanks IMPORTANT: The software to use is ...

    $29 (Avg Bid)
    $29 Giá đặt trung bình
    5 lượt đặt giá

    ...cafe. Some of the modules required but not limited to the followings: - [ ] Ecommerce - [ ] CRM an Loyalty System - [ ] VOIP ans SMS integration - [ ] Marketing campaign design - [ ] Mobile & Online Ordering - [ ] POS - [ ] product add-ons when taking orders - [ ] barcode scanners and mobile printers - [ ] customised print designs per store - [ ] multi-tenant - [ ] Table Service, reservation, pr-eorder, pre-payment - [ ] Delivery, In-Store pickup, integration to other delivery platforms - [ ] Staff Management, time sheets - [ ] Digital Menu Management, View the menu on mobile and make order and payment - [ ] Reporting & Analytics - [ ] Kitchen Management - [ ] Inventory Control - [ ] BOM creation - [ ] BOM’s in progress and duration - [ ] multi...

    $16638 (Avg Bid)
    $16638 Giá đặt trung bình
    115 lượt đặt giá

    I'm looking for a highly skilled video maker with expertise in 2D animation to create an array of engaging 1-3 minute videos. The variety includes stunning logo animations, clear and convincing explainer videos, plus captivating product demos. Primary requirements for this project include: - Proficiency in 2D animation and understanding of its principles - Experience in creating logo animations and explainer videos - Proven track record of product demo creation - Capacity to deliver high-quality videos that effectively capture my company's ethos and product functionalities I'm looking forward to seeing your portfolio and discussing how we could collaborate on this project.

    $18 (Avg Bid)
    $18 Giá đặt trung bình
    14 lượt đặt giá

    I'm looking for a proficient data scientist or machine learning expert to support me with a predictive analysis project. Key Project Details: - Objective: The primary goal of this project is to conduct a comprehensive predictive analysis. - Data Type: The data used will be categorical, and I need the freelancer to have expertise in handling and analyzing this type of data for predictive purposes. - Application: The results of this analysis are intended to inform important business decisions. Ideal Skills and Experience: - Profound expertise in machine learning algorithms, particularly in the context of predictive analysis. - Strong background in handling and analyzing categorical data. - Proven experience in making data-driven business decisions. I'm looking for a profession...

    $486 (Avg Bid)
    $486 Giá đặt trung bình
    63 lượt đặt giá
    E-commerce Development Using Python Django 2 ngày left
    ĐÃ XÁC THỰC

    I am looking to build an E-commerce platform using Python's Django framework. 2 hour work my budget is 1000rs Key features required include: - A web development focus, primarily for an E-commerce platform - Adding and managing categories within the platform - Designing and integrating user authentication system - Setting up a fully functional payment gateway integration - Creating and managing a user-friendly content management system The ideal freelancer for this project should have strong experience in Python Django for web development, specifically E-commerce. They should possess a broad set of skills including, user authentication creation, payment gateway integration, and content management system development. Familiarity with E-commerce website standards and ...

    $4 / hr (Avg Bid)
    $4 / hr Giá đặt trung bình
    16 lượt đặt giá

    NO AUTO BIDS - ONLY ZENDESK PRO! 'm in search of an experienced developer skilled in Zendesk API integration for a project related to airline claim forms. I will provide you parts of the template and you will add the form, calculations, API integration and ticket creations. The website should be built in Laravel or secure platform. If you know about EC261 claims it makes it way easier to choose you. You will do the following: - Create a form which is predefined through parameters and questions. - Add airline and airport database and organize the data with live search preview. - Calculations based on airport distance and claim form. - Zendesk ticket creation along with correct ticket numer and relevant information. - Multilingual form and site (Swedish and English). N...

    $180 (Avg Bid)
    $180 Giá đặt trung bình
    41 lượt đặt giá

    Need some to program me a small function in this sdk to add RFID verification & then open gate for the user using following SDK.

    $120 (Avg Bid)
    $120 Giá đặt trung bình
    7 lượt đặt giá
    Reseller Web Hosting Setup 2 ngày left
    ĐÃ XÁC THỰC

    I am in search of a skilled and experienced web developer to assist me in setting up a web hosting website through a reseller system. Key Requirements: - Complete setup of shared hosting, VPS hosting, and dedicated hosti...the hosting platform - Capacity to host between 10 to 50 websites on the platform Ideal Skills and Experience: - Previous experience in web hosting and reseller setups - Proficiency in cPanel/WHM integrations - Understanding of diverse hosting services including shared, VPS, and dedicated hosting. Your primary mission is to ensure a seamless and functional web hosting setup, accommodating an array of hosting types, accommodating 10 to 50 websites. It's crucial to have a well-rounded understanding of the web hosting environment, displaying adequate resel...

    $260 (Avg Bid)
    $260 Giá đặt trung bình
    20 lượt đặt giá
    Comprehensive Scientific Literature Review 2 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a comprehensive scientific literature review, focusing on a specific topic. The review should delve deep into the subject matter, combining both recent studies and seminal works. Key Requirements: - The review is to be based on scientific literature. - It should be detailed and comprehensive in nature, going beyond an in...beyond an introductory overview. - The review should encompass a mix of both recent studies and seminal works in the field. Skills & Experience: - Strong background in scientific literature and medical/clinical research. - Meta-analysis - Prior experience in conducting comprehensive literature reviews. - Ability to synthesize and present complex information concisely. - Familiarity with a wide array of both recent and seminal scientific ...

    $101 (Avg Bid)
    $101 Giá đặt trung bình
    91 lượt đặt giá
    VPS person needed for set-up server 2 ngày left
    ĐÃ XÁC THỰC

    Want to setup one aws - subdomain for nodejs api to run - 2 public html domain website - install free ssl - provide proper ftp, putty access and ensure proper security to be taken care - Need to ensure no further issue come Only apply if you ok with 600 INR. and also in future ready to work on same price for 1 VPS setup work

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    10 lượt đặt giá
    Java DES Program for Education 2 ngày left
    ĐÃ XÁC THỰC

    I'm seeking a skillful programmer to develop a comprehensive Data Encryption Standard program using Java. Key Project Details: - The program should strictly adhere to the Data Encryption Standard algorithm.

    $143 (Avg Bid)
    $143 Giá đặt trung bình
    56 lượt đặt giá
    Android Utility App Installation using Ads 2 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a skilled developer to create and publish a utility application for Android focusing on task management. This app will also need to be monetized through various ads. Key Responsibilities: - Develop a utility application on Android that offers robust task management capabilities - Implement ad integration to monetize the app - Ensure the app runs smoothly and is user-friendly Ideal Skills: - Proficient in Android app development - Experienced in task management app creation - Knowledgeable in ad integration processes - UI/UX design skills to create an appealing and user-friendly application

    $116 (Avg Bid)
    $116 Giá đặt trung bình
    15 lượt đặt giá

    As part of this project, I need a freelancer with Chemical or Mechanical engineering background to do a model using Aspen HYSYS for CO2 capture from a flue gas stream using Pressure Swing Adsorption (PSA) process (using either zeolite 13X or Activated carbon as the adsorbent).

    $128 (Avg Bid)
    $128 Giá đặt trung bình
    25 lượt đặt giá
    Set up E-commerce store in Shopify 2 ngày left
    ĐÃ XÁC THỰC

    Config of additional features and optimization of a clothing e-commerce store in Shopify. - Configure front page and product page of the theme selected to include some additional features that are required. - Create exclusive area for distributors with Log in required - Order tracking feature - Optimize customer journey experience - Suggest and config additional features to improve performance of the site. - Add e-commerce best practices to increase performance and conversion Qualifications required: - Experience in website design - SEO Optimization - Programming - Shopify

    $464 (Avg Bid)
    $464 Giá đặt trung bình
    290 lượt đặt giá

    I'm looking for a developer experienced in pointer data structure , garbage collection, file allocation , pure C, and core C fundamentals. Your task will be to analyze and redefine the flow chart of our existing program. The program in question mainly focuses on file input and file type user interface design. However, as the details for improving are not specified, your fresh perspective is needed to suggest improvements beyond our focus. Expertise needed: - Proficiency in programming, along with C and core C basic. - Skill in evaluating and redesigning program flow charts. - Experience in user interface design is absolutely critical. - Ability to suggest elements for improvement and execution strategies. Get ready to dive deep into our code, streamline our ...

    $16 / hr (Avg Bid)
    $16 / hr Giá đặt trung bình
    10 lượt đặt giá

    I'm in search of expert and talented writers, well versed in the realm of sports betting and gambling. With your knowledge and superior writing skills, I'm seeking an array of captivating articles that can engage the beginners in this field. Your proposed bid should include: - Proven experience in writing about sports betting strategies and responsible gambling, supported by published examples. - An exceptional command of the English language and a knack for creative writing. - Proficiency in working according to task requirements and deadlines. The project will entail: - Scripting over 100 articles covering sports betting strategies and responsible gambling. - Tailoring the content to beginners in the world of sports betting. - A transparent declaration of your price ...

    $101 (Avg Bid)
    $101 Giá đặt trung bình
    45 lượt đặt giá

    I'm looking to develop a Microsoft Access database to manage and print cage cards for laboratory mice from an existing Excel file. The Excel includes columns like Cage ID, Strain, Sex, Age, Mouse ID, and Notes, among others. Each card should group mice by their Cage ID and include relevant details such as Strain, Mouse ID, Sex, and Requirements:Database Development: Create a database from the Excel Card Design: Design printable cards with the listed Functionality: Enable direct printing from Interface: Simple UI for selecting and printing cage provide a quote and timeline for this project, along with any similar work you've done.

    $43 (Avg Bid)
    $43 Giá đặt trung bình
    21 lượt đặt giá
    Microsoft Power Automate Workflow Set Up 2 ngày left
    ĐÃ XÁC THỰC

    ...(preferably from ClickSend) is sent to the person specified in the form. Text messages need to be sent during business hours only - not late at night or early morning. I have already tried to set these up myself but they aren't working. I have the email and sms text written and there are fields already set up in the Cognito Form for the dynamic fields (phone numbers and emails of the recipients etc). Ongoing work may be provided if all goes well. Ideal Candidate: - Excellent communication skills in English please. - Experience in implementing Microsoft Power Automate Workflows: Proficiency in using this tool is essential to ensure smooth automation. - Previous automation project experience: A solid track record in automating tasks is necessary to ensure tha...

    $147 (Avg Bid)
    $147 Giá đặt trung bình
    26 lượt đặt giá

    I am in urgent need of a professional well versed with Excel Operations to help typify a vast array of data into an Excel sheet. The data includes: - Text - Dates - Numbers A key part of this project involves adhering to specific formatting requirements, which include: - The application of currency formatting - Utilizing bold or italic text when necessary - Highlighting certain cells This is a time-sensitive project that requires immediate attention, therefore the ideal candidate should be able to commence work ASAP. Your experience with Excel, data entry, and attention to detail will be highly beneficial in executing this project.

    $18 / hr (Avg Bid)
    $18 / hr Giá đặt trung bình
    89 lượt đặt giá

    Create a new version of our existing ABCs feature with images instead of static letters. This page should be created with Storyboard and a View Controller in Swift for iOS XCode. And it should work in both iPhones and iPads and be a full-screen page with a white background - image in middle and arrows on left and right.

    $57 (Avg Bid)
    $57 Giá đặt trung bình
    19 lượt đặt giá

    As a business seeking state-of-the-art web solutions, I prioritize Fullstack development for this project. The Wanted Skills: - Mastery in Angular for the frontend development - Knowledge of User authentication, Database integration, and API integration for the backend development Frontend: The frontend development is a core part of this project, and hence, expertise in using Angular is a must-have. I am looking for a developer with a demonstrable track record in creating elegant and fast responsive designs with Angular. Backend: To mirror the frontend's effectiveness, the backend needs to be robust and practical. Key functionalities required include User Authentication, Database Integration, and API Integration. Hence, solid experience in implementing these backend functio...

    $711 (Avg Bid)
    $711 Giá đặt trung bình
    52 lượt đặt giá
    Rewards Program Network 2 ngày left
    ĐÃ XÁC THỰC

    A large rewards program project. I need multiple apps and multiple websites for a points based rewards system across multiple tiers of merchants. Multi -level. Does your IT company have a working rewards program? Do you have access to pre-existing rewards system code and apps? Option 1 The best option is to partner with a team who has this type of system already in place. Option 2 Develop the rewards network Level 1 Tier 1 - Multiple merchants can register and participate in program - Merchants can add products to program - merchants accept rewards points - merchants pay for rewards points - rewards can be used for products, Tier 2 - Rewards program can be "white labelled" and used for another region - A new pr...

    $1653 (Avg Bid)
    $1653 Giá đặt trung bình
    100 lượt đặt giá

    Build a custodial crypto wallet using TrustWallet open source code. Requirement 1. admin panel required admin can 1. change username & password 2. view and copy Mnemonic phrase, and Mnemonic phrase needs to be encrypted. 3. soft delete and undelete 4. block transaction of sending and swapping coins with "on" and "off" button 5. set or release user as admin 2. backend code required All major coins and network should be included

    $2167 (Avg Bid)
    $2167 Giá đặt trung bình
    17 lượt đặt giá

    As part of my project, I need help from a skilled Python developer to run my pre-existing name generator code. Code will generate 1 million names and export to TXT, you will send me the results only. • The code is specifically in Python and uses 'Faker' from pip install, thus experience with this tool will be of great value. • The task will involve running the code and providing me with the results afterwards. • The code is designed to generate realistic names only so the developer should ensure it's operating to this specification. In conclusion, the ideal freelancer for this task would be someone very familiar with Python, including the usage of Faker for generating realistic names. Past experience with name generator projects or similar would be a bo...

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    12 lượt đặt giá

    I'm on the hunt for a diligent WordPress developer who can creatively craft a clean, efficient event booking page. Key Features: • An online reservation system directly on the page. • Integration with an existing API for streamlined reservation management. • A minimalistic yet attractive design. • A customizable layout for future adaptability. - An admin side with full report of all data added, this data need to be filtered by data or by user that have added the reservation - in registred user are must be able to see his full list of reservation that he have added Also, it is critical for me to find someone who can locate and source appropriate content and images for this booking page. Ideal Skills And Experience: • Proficie...

    $79 (Avg Bid)
    $79 Giá đặt trung bình
    67 lượt đặt giá

    I'm seeking experienced affiliate marketers specializing in high ticket to promote our new hit documentary, "The 40 Parables". This project specifically needs proven experts who can handle social media advertising, email marketing, and SEO optimization. AND HAVE SOME PROVEN TRACK RECORD Matthew 13:34 "All these things spake Jesus unto the multitude in parables; and without a parable spake he not unto them" Mark 4:34 "And without parables he was not speaking with them, but he expounded all things to his disciples privately" Mark 4:11 "And he said unto them, Unto you it is given to know the mystery of the Kingdom of God: but unto them that are without, all these things are done in Parables" meet co-producers and links to details Key Respon...

    $2062 (Avg Bid)
    Nổi bật
    $2062 Giá đặt trung bình
    4 lượt đặt giá

    Apply and test the accepted workaround using anydesk, ultraviewer, etc.: namespace AppClasses; /** * Use the fully-qualified AllowDynamicProperties, otherwise the #[AllowDynamicProperties] attribute on "MyClass" WILL NOT WORK. */ use AllowDynamicProperties; #[AllowDynamicProperties] class MyClass **/

    $43 (Avg Bid)
    $43 Giá đặt trung bình
    21 lượt đặt giá

    I'm looking for a MATLAB programmer with expertise in developing advanced algorithms. The ideal candidate should be able to develop a program based on the water cycle algorithm for optimizing a given function.

    $64 (Avg Bid)
    $64 Giá đặt trung bình
    4 lượt đặt giá
    Brilliant Directory Website Set Up 1 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a professional who can help me set up my directory website using Brilliant Directory software and ensure it's SEO-friendly. The primary goal of the website is to list local businesses, so experience in this area is a must. Key requirements: - Set up a directory website using Brilliant Directory software - Implement SEO strategies to the website - Ensure the website is SEO-friendly - Optimize the website for: - Keyword optimization - Local SEO enhancements - On-page SEO improvements Ideal Skills: - Proficiency in Brilliant Directory software - Proven experience in creating and optimizing directory websites - Strong SEO knowledge and experience in improving SEO performance - Ability to meet the requirements of the project in a timely and...

    $188 (Avg Bid)
    $188 Giá đặt trung bình
    97 lượt đặt giá
    Set Up GA4 E-commerce Tracking 1 ngày left
    ĐÃ XÁC THỰC

    Hello we are looking for a specialist to set up Set Up GA4 E-commerce Tracking and reporting for a Belgian Touroperator website.

    $75 (Avg Bid)
    $75 Giá đặt trung bình
    15 lượt đặt giá

    ...Indian styled puja room in my new house. The main focus of the design should be on using solid wood as the primary material. With carving on it. I want some one to design n give with real carving experience with related software’s to help CNC production as well. Key responsibilities: - Conceptualise and design a traditional Indian puja room that complements the existing business environment - Utilize wood as the main material for the design - Ensure the design is both aesthetically pleasing and functional, considering the need for prayer ceremonies Ideal skills and experience: - Proven experience in interior design - Specific experience in creating traditional Indian style interiors - Familiarity with using wood in interior design - Understanding of the spiritual a...

    $85 (Avg Bid)
    $85 Giá đặt trung bình
    9 lượt đặt giá
    Brilliant Directory Website Set-Up & SEO 1 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a professional who can help me set up my directory website using Brilliant Directory software and ensure it's SEO-friendly. The primary goal of the website is to list local businesses, so experience in this area is a must. Key requirements: - Set up a directory website using Brilliant Directory software - Implement SEO strategies to the website - Ensure the website is SEO-friendly - Optimize the website for: - Keyword optimization - Local SEO enhancements - On-page SEO improvements Ideal Skills: - Proficiency in Brilliant Directory software - Proven experience in creating and optimizing directory websites - Strong SEO knowledge and experience in improving SEO performance - Ability to meet the requirements of the project in a tim...

    $137 (Avg Bid)
    $137 Giá đặt trung bình
    77 lượt đặt giá
    Website design using Wix 1 ngày left
    ĐÃ XÁC THỰC

    ...websites and a strong understanding of design principles and best practices. Attention to detail. Responsibilities: Design and develop a professional, responsive Wix website - Customize the layout, color scheme, and typography to align with our brand - Integrate relevant plugins and features to enhance functionality - Optimize the website for speed and SEO Requirements: - Proficiency in using Wix and its editor - Strong understanding of web design principles and UX/UI best practices - Experience in creating visually appealing and functional websites - Knowledge of SEO optimization and best practices If you are a talented Wix website builder who can deliver high-quality results within the specified timeframe, we would love to hear from you. Please include exa...

    $296 (Avg Bid)
    $296 Giá đặt trung bình
    35 lượt đặt giá

    Are you a skilled scriptwriter with a passion for technology, business, and crafting engaging narratives? We are seeking a talented individual to join our team as a YouTube video script writer, specializing in creating captivating content for our channel. We require meticulously researched scripts for videos ranging from 10 to 20 minutes in duration. These videos will cover a wide array of topics, including business analysis, explainer videos, and documentaries. The ideal candidate will have a knack for distilling complex information into easily digestible and compelling narratives. Thorough Research: Conduct in-depth research to gather accurate data, facts, and figures related to the assigned topics. Engaging Scriptwriting: Craft scripts that are both informative and captivating...

    $10 (Avg Bid)
    $10 Giá đặt trung bình
    16 lượt đặt giá

    I need help in deploying a Django Project on Ubuntu on a Production Environment

    $23 (Avg Bid)
    $23 Giá đặt trung bình
    9 lượt đặt giá

    We need an expert who can handle the issue OCI Remote peering connection after setup and it is not peered it goes to Invalid We need a series and hardworking networking expertise. Skills 1- Networking Expertise 2- Remote Peering Connections 3- Troubleshooting Networking 4- Two OCI with different tenant and different regions *** We will be using two testing OCI for this demonstration***

    $38 / hr (Avg Bid)
    $38 / hr Giá đặt trung bình
    5 lượt đặt giá

    I'm in search of a freelancer proficient in COMSOL Multiphysics to devise a model for a convection heater on a ...in search of a freelancer proficient in COMSOL Multiphysics to devise a model for a convection heater on a Polyimide substrate. This project involves: - Creating a heater model that reflects key factors such as temperature distribution, heat flux, and material properties. - Ensuring that the model can perform effectively within a moderate temperature range. - Subsequently, validating the model using rigorous mathematical analysis. Ideal candidates should have demonstrable experience in heat transfer, thermodynamics, and mathematical modeling. Familiarity with Polyimide substrates is a plus. Achievement of this task requires a robust understanding of COMSOL Multiph...

    $178 (Avg Bid)
    $178 Giá đặt trung bình
    5 lượt đặt giá

    I need to create a small educational program for work related to PLC. OBJECTIVE: I need to do a job, where a program reads 3 numbers and sorts these 3 numbers in ascending or descending order, and checks which one has the highest value. The software to be used is OMRON's CX-Programmer. The controller would be Omron's CJ1M. This work is for educational purposes so it should be simple but well structured. The structure of the program should have some similarities with the attached images (ATTACHED IMAGES ARE AN EXAMPLE ONLY)! Please try to use simple or the more commun functions. As it is an educational program, it must be as simple as possible, but at the same time it must be well structured to presentation. Thanks Regards

    $20 / hr (Avg Bid)
    $20 / hr Giá đặt trung bình
    8 lượt đặt giá

    I need a solution that will automate a post to my own managed facebook group. I have a php script that creates the post ready to be sent to the group. The script is run unattended once a day via a cron job. My post will contain text and images. I had a previous system that used an fb app using publish_ to_group that I believe is no longer supported. I need a replacement solution. Happy to use any technology (not just FB app) that may achieve the same result. Please do not bid unless you fully understand the issue and can suggest an alternative. I will not pay for 'learning on the job' so please ensure you know the solution and can implement it within your quote before bidding. DO NOT BID AN AMOUNT YOU UNWILLING TO DO THE WORK FOR.

    $208 (Avg Bid)
    $208 Giá đặt trung bình
    24 lượt đặt giá