絞り込む

私の最近の検索
次の条件で絞り込む:
予算
to
to
to
種類
スキル
言語
    ジョブステータス
    2,000 ibm bus 仕事が見つかりました。次の価格: USD

    あなたはIBM Maximoのエキスパートですか? 私たちは、グローバルなトレーニングおよびコンサルティング会社であるNobleProgです。私たちは日本に進出しており、トレーナーやコンサルタントと提携して、国内および海外の企業にオンラインまたはオンサイトの実践的なトレーニングを提供することを目指しています。() 現在、IBM Maximoに関するコースを提供するトレーナーを募集しています。 詳細は以下のとおりです。 コース:IBM Maximo Fundamentals 期間:3日間(1日7時間) 報酬:1日あたり75,000円〜110,000円(教材費を含む) 場所:オンライン(ライブ、インストラクター主導) 日付:2021年4月〜5月(予定) 参加者:4人(予定) NobleProgについて 私たちは、グローバルなトレーニングおよびコンサルティング会社であるNobleProgです。私たちの顧客は、大手ソフトウェア会社、コンサルティング会社、政府、多国籍企業、金融機関です。 興味のある方はご連絡をお願いいたします。 お読みいただきありがとうございます。ご連絡をお待ちしております。

    $1500 - $3000
    $1500 - $3000
    0 入札

    ...flyer for my real estate services. The primary goal of this flyer is to engage potential clients and raise awareness of my services. Target Audience: - People with a home loan or are looking to buy a property. Key Information: - The flyer should prominently feature my contact details for easy reference. The flyer is to encourage people to find the bus (see photo) and once they find the bus they should do the following: 1. Take a photo of the bus advertisement (if driving please be responsible and have your passenger take the photo) 2. Post on your Facebook or Instagram the photo with the words Need a good mortgage broker call Jerone. You must also tag 2 friends who you believe can benefit from my services In return you will be in the running to win $2,000 We...

    $16 (Avg Bid)
    $16 平均入札額
    68 入札

    Bus I'm looking to build a bus booking website for a local operator. This site will need to possess the following features: - An online booking system to streamline the reservation process - A seat selection tool, giving users the ability to choose their preferred seating - Implementation of real-time bus tracking for up-to-date travel information - An easy way for administrators to add new boarding and exit points, bus types and route details - Database of all the bookers which book through us. - Need login system in built its good if we have login with Google option in it Payment: The website should have UPI as a payment method for customers to handle online transactions seamlessly. There is currently no time limit on this project. Freelancers with e...

    $98 (Avg Bid)
    $98 平均入札額
    16 入札

    Bus I'm looking to build a bus booking website for a local operator. This site will need to possess the following features: - An online booking system to streamline the reservation process - A seat selection tool, giving users the ability to choose their preferred seating - Implementation of real-time bus tracking for up-to-date travel information - An easy way for administrators to add new boarding and exit points, bus types and route details - Database of all the bookers which book through us. - Need login system in built its good if we have login with Google option in it Payment: The website should have UPI as a payment method for customers to handle online transactions seamlessly. There is currently no time limit on this project. Freelancers with e...

    $184 (Avg Bid)
    $184 平均入札額
    20 入札

    ...build such a pedagogical farm that I will include in a master plan of a 5*hotel/resort that will serve kids mainly and adults also. I need very nice and beautiful environment and also it's important to have a good and fluid flow through the garden. We will host groups around 50 kids per stay and we also need an outdoor pavilion with outdoor kitchen and place to serve lunch. The kids will come by bus in the morning and stay until the afternoon. We have lot's of space available - around 10.000sqm. Project Tasks: • Investigate and recommend the best plants and animals suited to the local Romanian environment. This includes a balanced focus on both plant and animal life, celebrating biodiversity at its best. • Provide technical details about the space needed for...

    $35 (Avg Bid)
    $35 平均入札額
    14 入札

    ...ongoing support and troubleshooting to ensure system stability and user satisfaction. Essential Skills and Qualifications: - Expertise in using Visual Studio for software development, including .NET and PHP programming. - Proficiency in Azure DevOps for project lifecycle management, including CI/CD pipelines and agile project management. - Experience with Microsoft Azure, especially Azure Service Bus and Azure Functions. - Strong knowledge of database management with MySQL and SQL. - Ability in RESTful API development and OAuth security practices. - Excellent problem-solving skills and ability to work effectively in a team environment. Education and Experience: - Bachelor’s or Master’s degree in Computer Science, Software Engineering, or related field. - At least 7 ...

    $19 / hr (Avg Bid)
    $19 / hr 平均入札額
    82 入札

    I'm in need of a mobile application for school buses, aiming to provide real-time GPS tracking for parents and enhance the overall bus tracking experience. Key Features: - **Real-Time GPS Tracking**: This feature is crucial. It should be able to accurately display the location of the school bus on a map. Parents should be able to view the bus's whereabouts in real-time. - **Parent Notifications**: It's important that parents receive notifications when the bus is nearby or approaching their designated stop. These notifications should be timely and reliable. - **Multi-Bus Tracking**: The app should allow parents to track not just one, but multiple buses. This is especially helpful for parents with multiple children attending different schools or...

    $361 (Avg Bid)
    $361 平均入札額
    26 入札

    ...driving. what should parents be able to do? 1. Real time tracking of bus location on google map 2. only see data about his children. 3. see what time his/her child gets on/off and at what location 4. being given the bus in which his or her child is sitting. 5. being able to see his child's monthly report of where they got in/out and at what time. 6. which bus is suspended, why and the bus details what should the administrator be able to do? - blacklist/suspend driver - see driver speed -view route record - Real time tracking of bus location on google map - all drivers send messages push notification - all parents send messages push notification -accept/approve new driver -accept and approve new passenger - assign passenger to a bus - can ...

    $160 (Avg Bid)
    $160 平均入札額
    11 入札

    i have this schoolbus app an i need someone to make it work see app link please give me the right price .

    $30 (Avg Bid)
    $30 平均入札額
    9 入札

    ...{ return } // For each buffer (= chunk of samples) calculate the root mean square. var square float64 for _, i := range samples { square += float64(i * i) } rms := (square / float64(len(samples))) ("rms:", rms) return }) // Start the pipeline () // Block on messages coming in from the bus instead of using the main loop for { msg := ().TimedPop() if msg == nil { break } if err := handleMessage(msg); err != nil { return err } } return nil } func handleMessage(msg *) error { defer () switch () { case : return ("end-of-stream") case : return ()

    $89 (Avg Bid)
    $89 平均入札額
    7 入札

    I'm looking for a professional graphic designer who can create an eye-catching, cartoon-themed (owls and rainbow colors) bus wrapping for a Nissan Caravan DX 2023 preschool bus. The design is supposed to be visually appealing, engaging, and primarily focused on bright and vibrant colors. Key requirements: - The design should be cartoon-themed. Think fun, whimsical, and child-friendly. - Utilize a variety of bright and vibrant colors to create a visually appealing and engaging wrap that will catch the eye of passersby. - The design should be suitable for a preschool bus, so it should be playful, cheerful, and non-threatening in nature. Ideal skills and experience: - Proven experience in graphic design, particularly in vehicle wrapping or large-scale designs. - A...

    $55 (Avg Bid)
    $55 平均入札額
    48 入札

    I am on the hunt for a seasoned Android development specialist who can assist me in designing an application for school bus management. This app should include significant features like: - Real-time GPS tracking that allows the physical observation of the school bus around the clock. - Outline of attendance management that streamlines the recording of student presence and absence. - Communication hub for parents with push notifications, SMS messages, and email alerts. These notifications should keep parents updated about their children's transportation journey, providing important details such as the current location of the bus, exact arrival and departure times, and any unforeseen delays or emergencies. The ideal candidate for this project will have proven...

    $989 (Avg Bid)
    $989 平均入札額
    44 入札

    Hello am from the Republic of Guinea in west africa. I am planning to start a business in transportation of passengers inside the capital. I am planning ro recruit a driver and his assistant to run the bus daily. It is a profitable venture here,But the problem is that drivers here are dishonest and unaccountable( steal from the daily income) to the bus owners. So i am looking for an expert in a smart electronic system that i can put in the bus for delivering tickets automatically to passengers.

    $374 (Avg Bid)
    $374 平均入札額
    11 入札

    JOB OFFER: FLUTTER DEVELOPER FOR URBAN MOBILITY APP BUDGET: $1000 - $1500 DURATION: 25 DAYS OFFER STATUS: NON-NEGOTIABLE LINK APP SIMILAR: THIS OFFER IS FINAL. IF YOU ARE WILLING TO WORK WITHIN THIS BUDGET AND TIMEFRAME YOU ARE WELCOME. IF YOU ATTEMPT TO NEGOTIATE OR CHANGE THE PRICE, YOU WILL BE BLOCKED, RISKING EXCLUSION FROM FUTURE PROJECTS OF MINE. Project Description: Development of a mobile application "Easy Moovie" for Android and iOS using Flutter. The app aims to enhance the urban mobility experience by providing an integrated platform that supports various modes of transport (trains, buses, metro, shuttles, trams). It will utilize advanced geolocation and user interface technologies to deliver innovative

    $1318 (Avg Bid)
    $1318 平均入札額
    52 入札

    ...need of a comprehensive bus booking website with an integrated backend. Key Features: - A powerful search and filter option. - A flexible seat selection and booking module that is automatically timed to cease operations 30 minutes before a bus's departure. - A stable real-time backend dashboard that displays booked seats, preventing double reservations. - Site should support a minimum fleet of 5 buses at any given time. Seat Booking Functionality: - Cessation of seat booking ability 30 minutes before the departure time of any bus. - Availability of a minimum of 5 buses. - The backend should visually represent booked seats and prevent duplications. Bus Display Information: - The departure time and location of each bus. - The arrival time and location ...

    $148 (Avg Bid)
    $148 平均入札額
    24 入札

    I am in the process of launch...currently in need of an expert in Terraform and VPC deployment in AWS and IBM Cloud. I'm specifically looking for guidance on: - Setting up a network in both AWS and IBM Cloud using Terraform - Deploying VPC structures in both cloud providers - Guiding on best practices for setting up a database within the VPC This is a critical step for the business as it's essential that the VPC is secure, scalable, and optimally configured to host a database. The expert needs to have a deep understanding of both AWS and IBM Cloud, networking, and VPC deployment best practices, and experience in Terraform scripting will be highly beneficial. If you have the necessary expertise in VPC deployment, Terraform, and experience with AWS and ...

    $182 (Avg Bid)
    $182 平均入札額
    13 入札
    Customized CM4 Carrier Board Design 3 時間 left
    認証完了

    Raspberry PI ...PCIe (present in CMIO) • SD card slot (present in CMIO) • HDMI to LVDS signal + backlight • AIS class B • Other UART inputs with optocouplers (to be decided) • GPS • GPIO ports accesss via male connector (compatible with Raspberri Pi) These are the main requeriments, maybe other minor will appear during the design. I can provide schemas for all the parts involved (can bus, LVDS, AIS,...). The job consist in the design of the board merging all schemas in one, and generate all the files needed by JLCPCB or oher manufacturer to produce the board. Ideal skills & experiences: - PCB Design and Raspberry Pi familiarity - Hardware architecture knowledge - CAN protocol and USB/Ethernet port integration - LVDS a...

    $228 (Avg Bid)
    $228 平均入札額
    13 入札

    GL for 2 BUs and ensure all entries are completed timely and correctly before system close; Responsible: 1. Coordinate with HR for people cost booking and analysis; 2. Responsible for cost allocation within the group; 3. Prepare financial statement under both PRC GAAP and US GAAP 4. Analyze significant fluctuation in financial statement and other expense reports; 5. Perform balance sheet review monthly to ensure all balances are reasonable and clear; 6. Coordinate statutory audit and tax filing to ensure the completion of audit report; 7. Be responsible for voucher documentation. 8. Other ad-hoc projects.

    $11 / hr (Avg Bid)
    $11 / hr 平均入札額
    24 入札

    Seeking a talented graphics designer to create a captivating poster for an upcoming tennis tournament. Key elements I need you to incorporate include the date, time, venue, tournament and title, as well as sponsor lo...include the date, time, venue, tournament and title, as well as sponsor logos. Strong graphic design skills and attention to detail are vital. Even though I will provide the design, you will need to use your expertise to bring it to life, ensuring it's eye-catching yet clean. Timeliness is crucial, as I require the design ASAP. This poster will be serving dual purposes - for promotions and as a bus wrap print, which means it needs to be adaptable and scalable. Ideally, you should have prior experience with sports event promotions design or similar. Looking forwar...

    $93 (Avg Bid)
    $93 平均入札額
    90 入札

    ...to conduct an in-depth comparative analysis of various threat intelligence platforms. The primary goal of this project is to evaluate and document the distinct strengths and weaknesses of each platform, focusing on their data sources, collection methods, and analysis/reporting capabilities. Platforms for Analysis: The analysis should cover the following threat intelligence platforms: 1. IBM QRadar 2. Recorded Future 3. Microsoft Azure Sentinel 4. Crowdstrike 5. AlienVault 6. Trend Micro 7. VirusTotal 8. Kaspersky Key Areas of Focus: - Data Sources and Collection Methods: Understand and evaluate how each platform gathers and utilizes data for threat intelligence. - Analysis and Reporting Capabilities: Assess the effectiveness of each pla...

    $281 (Avg Bid)
    $281 平均入札額
    21 入札

    I'm in need of a cross-platform application for bus seat reservations. I'd require it to have an intuitive user interface that provides a seamless booking experience to the users. Key Features: * Detailed interface showing bus routes * Real-time seat availability * Secure payment integration * User profile, booking history, and ticket cancellation Ideal Freelancer: * Proven experience in developing cross-platform apps * Strong knowledge in integrating payment gateways * Familiarity with real-time data handling * Previous work on booking or e-commerce applications would be a plus This project requires both front-end and back-end development. Please include portfolio links to similar projects you've worked on before. Also, specify your proposed technology st...

    $741 (Avg Bid)
    特集
    $741 平均入札額
    143 入札
    FLUTTER APP 終了 left

    I'm looking for a developer of an app with management software in Laravel. the app in question must be the same as contact me only if you know how to do it or if you have done similar projects. I will verify every person who contacts me if the information shared is truthful. Please provide me with TestFlight access to review the beta of the app to acknowledge that you developed it.

    $1202 (Avg Bid)
    $1202 平均入札額
    169 入札

    I'm looking for a swift programming expert to create 4 to 5 pages for an iOS app. The app should feature: 1. Booking Form Functionality 2. Listing Bus Data 3. User Contact Form 4. Submit from One key feature that needs to be developed is a booking form. I want this form to: - Collect user information: Name, Date and Time of Booking, Contact information - Include departure and arrival inputs with Google place search Furthermore, I want an input field on the form to include a Google place search with the possibility for users to add multiple stops if they want. Ideal candidates for this project will have prior experience with Swift programming, iOS application development, integrating social media APIs, user registration functionalities, and implementing Google Place search...

    $13 / hr (Avg Bid)
    $13 / hr 平均入札額
    33 入札

    ...experimental setup. (1) Investigate literature on interactive control, and summarize and analyze the advantages and disadvantages of relevant control schemes for force controlled robots. (2) Aiming at the implementation of force control algorithm for arm wrestling, the mechanical and electronic engineering knowledge will be comprehensively applied to propose a force control design based on the EtherCAT bus, including SIMULINK modeling and simulation. (3) Fully understand the hardware and the competitive interactive control algorithm, and construct the experimental platform for the robot arm-wrestling. Be able to play your own role based on the contents of the thesis and collaborate with team members. Regularly report progresses in PPT, and make in-depth exchanges and discussions ...

    $630 (Avg Bid)
    $630 平均入札額
    9 入札

    ...application packaging specifically within the Tanium environment. While experience with IBM BigFix is a plus, it's not mandatory. - Windows Support: As my primary OS is Windows, I need support specifically tailored to this environment. Experience in other operating systems is not required. - PowerShell Scripting: My primary goal with PowerShell scripting is to automate routine tasks. Your ability to write efficient, effective scripts is crucial for this project. Ideal Skills and Experience: - Proven track record in successful Tanium deployment and troubleshooting - Proficiency in application packaging within Tanium - Advanced skills in PowerShell scripting, especially in automating tasks - Experience with IBM BigFix (a plus but not mandatory) - Extensive experienc...

    $579 (Avg Bid)
    $579 平均入札額
    11 入札

    I need a talented developer to assist in integrating a motor with an ESP32 microcontroller. Here are the project specifics: - Actuator: Tinymovr Axion A1 - Communication Protocol: The ESP32 should communicate with the CAN bus using the CAN @ 1mbps - Toolset: I require the project to be developed using the Arduino using Arduino tinymovr library. The ideal candidate for this project will have a background in microcontroller programming, specifically with the ESP32, and demonstrable experience with motor control. Prior experience with the CAN FD protocol and the Arduino framework will be highly beneficial.

    $81 (Avg Bid)
    $81 平均入札額
    18 入札

    Creating a specialized chatbot for my growing business operating on WhatsApp is my key focus. I'm looking for a resourceful and experienced professional in the field of AI and chat functionality. Specific deadlines aren't a concern, but quality execution is essential. YOUR PROPOSAL PRICE WILL BE CONSIDERED YOUR FINAL OFFER. ...identifying and scripting for various generalized interactions (as detailed functionality is not predetermined) - Attention to detail to ensure a seamless experience for the user The Three WhatsApp Bots do the following: 1) Chatbot to create zendesk tickets; 2) Gives information only when keywords are entered in WhatsApp Groups; 3) Is linked with OpenStreetMaps for getting information about which bus to take They are 3 different bots, each bot do...

    $238 (Avg Bid)
    $238 平均入札額
    24 入札

    ...managers did not have a proper list of items in stock, being received and delivered. The worst was hit when it was found out that the spare parts were nowhere to be found and their existence in the depot was only in the books, and not physical! Nobody could ever answer the number of vehicles that were on the roads at a given point in time, or that were parked at bus stations. If at all anybody could give the correct number of bus drivers and bus conductors not working on a particular day, that person must be either genius or magician! Often, employees were attacked by passengers and buses vandalised by youngsters who were confident of not being spotted. Hence, computation of overtime payment did not guarantee from overpaying those who did not work and underpaying th...

    $157 (Avg Bid)
    $157 平均入札額
    16 入札

    I need an app developed for both iOS and Android platforms. It is a ride-sharing platform, so the primary goal is to provide a smooth and convenient service for riders and drivers. Develop a bus ride-sharing and hailing app with ride tracking, rider accounts, driver/vehicle accounts, fleet management, trip tracking, payments and subscriptions, route creation and management, and notifications. Also, management dashboards are needed for the admin, the fleet providers, individual drivers and vehicles, ride requesters, etc. A payment gateway and invoice system are needed. English and Arabic language. We are looking for a minimum viable product at this stage, Please reply with any questions and prepare a cost and time needed. Key Features: - GPS Tracking: The app should have a rob...

    $845 (Avg Bid)
    $845 平均入札額
    104 入札

    obtain measurements of speed, fuel level, engine temperature through CAN BUS, that is, I need to communicate with the car's ECU

    $411 (Avg Bid)
    $411 平均入札額
    18 入札

    ...bugs and we are looking for a person to fix these, as well as help with future development projects. This project requires good Javascript coding skills as you’ll need to digest a bit of code to identify the right spots to fix the bugs. Further, it is necessary that you have a good understanding of INTEL/MOTOROLA byte ordering and if possible it is an advantage if you are already familiar with CAN bus and DBC files - though not a requirement. NOTE: We will consider your bid as the final budget for the project - we will not accept changes vs. the bid. --------------------------- Task 1 (correct Intel decoding): The ordering of the extracted bits must be done correctly based on whether the user is considering Intel or Motorola signals. Consider the below example using t...

    $179 (Avg Bid)
    $179 平均入札額
    37 入札

    I'm looking for a talented and experienced WordPress developer to create a custom, modern WordPress theme for my bus travel and tour company. The theme should reflect the essence of our brand and seamlessly integrate with our existing logo and company theme. Key requirements for the project include: - **Color Scheme:** The theme should resonate with our logo and company theme - Blue and white;Green and yellow;Red and black - **Logo Integration:** The theme needs to be designed to beautifully incorporate our existing logo. - **Functionality:** The website should be designed to include the following features: - Display of tour packages - Customer reviews section - Integration of Blogs and Articles The ideal candidate must have a strong portfolio of similar WordPress them...

    $116 (Avg Bid)
    $116 平均入札額
    25 入札

    I'm looking for a user interface and user experience designer to create an engaging, minimalist design for my travel and tours application. Key Details: - The primary target audience for this app is solo travelers. - I need the design to be compatible with iOS, Android, and Web platforms. - The key feature I want the app to have is bus ticket booking. UI/UX Module: - Management Portal for counter/admin - Website for booking tickets - Mobile app Ideal Qualifications: - Strong experience in UI/UX design, particularly for mobile applications. - A good understanding of user-centric design and minimalistic design principles. - Previous work on travel applications is a plus but not mandatory. The goal is to create a clean, intuitive, and user-friendly interface that suits th...

    $188 (Avg Bid)
    $188 平均入札額
    77 入札

    I've recently acquired a School Bus Tracker script from Codecanyon. However, the script came with a regular license, and I now need to convert it to an extended license. I'm also looking for a freelancer who can install the mobile flutter apps for me and backend will be installed myself . I'll be handling the backend setup myself, so your primary focus would be on the app installation. Requirements: - Convert regular license to extended license - Install mobile flutter apps to upload on play console and customisation of both apps with logo change and names changes etc. - Ensure compatibility with multiple Android versions - Implement custom branding using our school logo and colors For your application, please provide a detailed project proposal that outlines your e...

    $44 (Avg Bid)
    $44 平均入札額
    9 入札

    I'm looking for a skilled software developer to create a detailed Bus Booking software that is compatible with Android and Web platforms. The software needs to be feature-rich and user-friendly, catering to both passengers and bus operators. Key Features: - Online Payment Integration: The software should support Credit/Debit card payments, Net banking, Mobile wallet integration, and Upi. - Seat Selection: Passengers should be able to choose their seats comfortably. - Bus Route Tracking: Tracking the location of the bus and estimated arrival times should be precise. - Holding Features: In case of any technical glitch or connectivity issues, the system should be able to hold the information securely. - Summary & Every Detail: The software should provide...

    $487 (Avg Bid)
    $487 平均入札額
    27 入札

    As a novice in IBM Cognos, I am seeking a patient, expert tutor, knowledgeable in the field of dashboard design and data modeling. The primary goal of this project is to simplify complex data analysis. The ideal freelancer would instruct me on: - Efficient dashboard design in IBM Cognos, detailing how this tool can be used for better data representation. - Instruction or hands-on tutoring in data modeling within Cognos, explaining how it can facilitate data analysis. Outstanding communication skills are a necessity for this role, as well as proven experience in IBM Cognos and an aptitude for tutoring or training. Experts in data analysis will have a significant advantage.

    $22 / hr (Avg Bid)
    $22 / hr 平均入札額
    10 入札

    Hello there creatives! i am in need of a fun, colorful, cool, design for my bus for our salmon express tour. The design should stand out, and be easily noticeable from a distance. I am gonna remove the wrap each fall so i only wanna wrap the bottom 1/2 aka below the windows and words above the windows. I want the design to be fun and inviting and easy to read from far away. My friend says it should be ease to understand at 50 feet away and driving by at 50 mph LOL anchorage salmon express i uploaded our brochure We are a fun company. we want that to be obvious in our design this tour is taking them to see the salmon swimming in the water. NOT A FISHING TOUR We are teaching people about salmon in Alaska and taking them to the salmon hatchery. We want it to be fun and cool li...

    $150 (Avg Bid)
    保証
    $150
    83 エントリー
    $1225 平均入札額
    10 入札

    I require a skilled developer to create a bus ticket booking application supported on both Android and Web platforms. This application should feature a user registration and login capability, thereby creating personalized experiences. Here's what is needed: Features - User registration and login feature for personalized use. - Facility to book bus tickets. - Support for credit card and debit card payments. Ideal Skills - Proficiency in Android and Web development. - Excellent understanding of payment gateway integration, specifically debit and credit cards. - Experience in developing applications with user registration and login features. - A portfolio with similar apps might give you an edge. This project demands a high degree of user-friendliness, secure transac...

    $646 (Avg Bid)
    $646 平均入札額
    49 入札

    I'm on the lookout for a proficient programmer in RPGLE (RPG IBM Series). The project has no strict deadline. I'm looking for a skilled professional with prior experience in RPGLE and game development. Please share your relevant experience and previous projects.

    $888 (Avg Bid)
    $888 平均入札額
    9 入札

    I'm looking for a talented designer to create a logo for my brand. This logo will be my identity across a range of mediums, from social media to bus stop advertising. Key Elements: - I'm specifically looking for a logo that incorporates my initials or abbreviation. This will be the central aspect of the logo, so I need it to be prominent and memorable. Color Scheme: - I'd like the logo to be designed in a dark and bold color scheme. This will help it stand out and be visible in a range of contexts. Perception: - It's important to me that the logo conveys a sense of professionalism and authority. Ideal Skills and Experience: - Strong graphic design skills, particularly in creating logos - Experience designing for a wide range of mediums, from digital to o...

    $20 / hr (Avg Bid)
    $20 / hr 平均入札額
    102 入札
    website devolper 終了 left

    I'm looking for a talented designer to create a logo for my brand. This logo will be my identity across a range of mediums, from social media to bus stop advertising. Key Elements: - I'm specifically looking for a logo that incorporates my initials or abbreviation. This will be the central aspect of the logo, so I need it to be prominent and memorable. Color Scheme: - I'd like the logo to be designed in a dark and bold color scheme. This will help it stand out and be visible in a range of contexts. Perception: - It's important to me that the logo conveys a sense of professionalism and authority. Ideal Skills and Experience: - Strong graphic design skills, particularly in creating logos - Experience designing for a wide range of mediums, from digital to o...

    $20 / hr (Avg Bid)
    緊急
    $20 / hr 平均入札額
    82 入札

    I am in need of an experienced content writer who can produce various forms of content centered around the topic of bus manufacturing. Your work should cover blog articles, website content, and social media posts. The purpose of the content is to inform, promote, and educate readers about the fascinating world of bus manufacturing. I'd like the tone to be engaging and the information to be accurate, comprehensive and of course, original. Ideal Skills: - Excellent writing and editing skills - Prior experience in writing about manufacturing or a related field - Ability to thoroughly research and understand the topic of bus manufacturing - Creative mindset to make technical content engaging - Ability to adhere to deadlines and content guidelines This project is...

    $211 (Avg Bid)
    $211 平均入札額
    20 入札

    I'm seeking a competent web developer to create an e-commerce bus ticket booking platform from scratch. This project involves the following requirements: • Development of a fully functional e-commerce website • Integration of a simple bus ticket booking system that requires creation from ground up. Ideal freelancers for this project should have: • An extensive experience in e-commerce web development • A strong background in creating unique booking systems. • Problem-solving skills to ensure an efficient and smooth user experience. This is a major project that requires dedication and innovation. I am excited to bring onboard a developer who will help me transform this vision into reality.

    $69 (Avg Bid)
    $69 平均入札額
    13 入札

    ...design. Key Details: - The model should include the street, the buildings along it, and the design elements such as footpaths, bollards, junctions, along with the detailed 3D of a lake edge design. - Medium detail is required for the buildings - focus should be on basic shapes and sizes rather than high architectural detail. - And street elements need to be done in detail such as flooring, planters, bus-stop etc. - The 3D model does not need to have textures or colors. Ideal Skills and Experience: - Proficiency in AutoCAD and 3D modelling software. - Previous experience with architecture projects. - Ability to work with medium level of detail, staying faithful to the design's overall intent. - An understanding of spatial analysis in urban design would be beneficial. I ha...

    $142 (Avg Bid)
    $142 平均入札額
    9 入札

    I need a comprehensive and efficient transportation per student cost model developed as soon as possible. Key Components: -Finding out per student cost -Finding out per bus cost Data Points: - I will provide you with the information that can help calculate the key components stated above. Ideal Skills and Experience: - Proficiency in cost analysis and financial modeling - Experience in transportation logistics and efficiency - Ability to work quickly and accurately, delivering within a tight timeline.

    $12 (Avg Bid)
    $12 平均入札額
    17 入札

    ...the application is to implement a backoffice system for managing bookings. The functionalities I'm aiming are: - User needs to enter details like Agency name, pax name, mobile number, pick up location, pick up time, date of flight travel, flight departure time, drop off location - Every day 3 buses are departing to airport. Say morning 8am, 1pm and 8pm. We need to get auto emails based on this bus timings of scheduled pax list and they take manually report with date/time filter. Ideal Skills: - Strong background in web application development - Experience in booking system or related is a huge plus - Fluency in database management, preferably SQL - Proficiency in PHP or a similar back-end programming language - Strategic problem-solving skills and attention to detail...

    $188 (Avg Bid)
    $188 平均入札額
    42 入札

    I'm in need of a unique, 5x7 inches birthday invitation for my chil...invitation should prominently feature a Lego-Soccer theme. Use your creativity to blend both elements into a strikingly fun and playful design. - It's crucial to include the following pieces of information: the date and time of the party (Wednesday, June 5th from 4 pm to 8pm), the venue (Campo Society at Clube Atlético Monte Líbano, Rua do Gama #2267), RSVP details (Nura +55 11 99550.6551), Birthday bus leaving from Graded, catchphrase "It's Game Time! Come play with us!". Also, it's Philippe's 7th birthday, so make sure that stands out. - Proven experience in graphic design and specifically in children's party invitations is desired. Familiarity with L...

    $65 (Avg Bid)
    保証 トップコンテスト

    I'm seeking a Mainframe Engineer to take over the maintenance, database management, and performance optimization of our Mainframe systems. The ideal candidate should be proficient in the following technologies or platforms: - IBM z/OS - COBOL - DB2 Please submit your proposal including your experience with similar projects.

    $23 (Avg Bid)
    $23 平均入札額
    9 入札

    ...are looking to work with our small test and measurement devices and we basically need the robotic arm to make the then when done, trigger and let our software take over from our software finishes its job it will trigger back to the robotic arm to do edge part. I also need to add that the numbers that will be displayed are digital. But there is no way to read them over the bus. They will have to be read back into a file from a photo optic. Pick up basically as an analog to digital. Bro. I'm seeking an expert in robotics programming to build a program that can automate simple, repetitive tasks on an assembly line. Key Requirements: - The primary goal of this project is to automate our assembly line operations. The program should be able to handle simple, repetitive

    $21 / hr (Avg Bid)
    $21 / hr 平均入札額
    24 入札