Autoit windowPekerjaan

Filter

Pencarian saya terakhir
Filter menurut:
Anggaran
hingga
hingga
hingga
Jenis
Keahlian
Bahasa
    Pernyataan Pekerjaan
    2,000 autoit window pekerjaan ditemukan, seharga USD

    Our thriving commercial and window cleaning business is poised for expansion, and we're seeking an innovative recruitment strategy to attract and hire proficient cleaning technicians. We aim to scale our operations, grow our team, and enhance client acquisition. To achieve our goals, we require a specialist with a proven track record in: - Developing effective recruitment campaigns tailored to the cleaning industry - Crafting appealing job descriptions and advertisements to entice top talent - Utilizing both traditional and digital channels for maximum outreach - Implementing screening and interviewing processes to ensure quality hires - Advising on best practices for onboarding and retention of cleaning staff The ideal candidate will have extensive experience in HR o...

    $48 (Avg Bid)
    $48 Rata-rata
    16 penawaran

    I'm looking for a talented graphic designer to create a bold and colorful logo for my TikTok channel. This is for a friend so it's going to be a surprise for her. She does like girly colors like pink and blue together and purple etc. Her channel name is quite long so i was thinking something flowing or even running writing... There is also a circular window in the profile so, maybe there could be a version which looks good in the display window... Her TikTok name is: motunrayobabe160 I think she prefers to keep the first letter lower case rather than capital Key Requirements: - The logo should be bold and colorful, reflecting the vibrant nature of the platform and appealing to a young audience. - I'm looking for a text-only logo, so the design should focus on...

    $60 (Avg Bid)
    $60 Rata-rata
    91 penawaran

    ...systems to ensure efficient water distribution and waste removal. - Include provisions for rainwater harvesting and sustainable drainage solutions. 6. Section Drawings: - Provide detailed cross-sectional views of the house to illustrate internal structures and relationships between different components. 7. Detail Drawings: - Create detailed drawings for elements like door frames, staircases, window frames, and other architectural features to ensure consistency and quality in construction. 8. Roof and Truss Plan: - Design a roof that complements the overall aesthetic and provides opportunities for natural light through skylights or dormer windows. - Specify truss configurations and materials for structural support and aesthetics. 9. Quantity Survey Report: cost estimate for th...

    $539 (Avg Bid)
    $539 Rata-rata
    52 penawaran
    Packaging design Berakhir left

    We are seeki...Design - Prior experience designing flexible, lay-flat packets - Efficient in communication, decision-making, and revisions - Familiarity with cookie-based products is a plus REQUIREMENTS: 1) Please ensure all fonts are outlined and artwork is embedded into the template 2) All colors set up in CMYK + White 3) Artwork sent back in AI format 4) please leave a section clear and indicate it will be a window section Provided is a rough mock up of the simple design we require. We will also need you to provide multiple options for the font on the front of the packaging as we are still searching for satisfaction with this. This is a repost as we are ready to hire the right candidate immediately. Send us a link to your best packaging design work in your bid or it will be o...

    $59 (Avg Bid)
    $59 Rata-rata
    141 penawaran

    ...and penetration testing using Cooja simulator The aim of this project is to explain the principles, intricacies, vulnerabilities, and mitigation strategies of sensor networks in cybersecurity. However, the twist here is, the information needs to be broken down to a level that non-technical decision-makers can understand. More details about time frame and milestones will be discussed in the chat window. - The freelancer should have: - Deep knowledge and understanding of cybersecurity and sensor networks. - Strong technical writing skills, with proven ability to simplify complex concepts. - Experience in communicating technical ideas to non-technical audience. - The report should include: - An easy-to-understand exploration of sensor networks. - The rol...

    $16 / hr (Avg Bid)
    $16 / hr Rata-rata
    5 penawaran
    Trophy icon Photo Retouching Berakhir left

    I'm in need of some photo retouching. The images are of high quality and portray my beloved kittens. Here are the specifics: - I need blemishes removed from the kittens' faces - I would also like the gunk in and around one both eyes. He’s so fragile he napped in front of a window then yeah sick. - The fur under the eyes need to be whitened - If natural, the eye of one of the kittens needs to be made slightly bigger The ideal candidate for this project is someone with extensive experience in photo retouching. In particular, the following skills and abilities are crucial: - Proficiency in Photoshop and other relevant photo editing tools - Attention to detail for removing blemishes and enhancing specific areas of the image - An artistic eye to ensure that the final im...

    $10 (Avg Bid)
    Bergaransi
    $10
    37 entri

    I am seeking a video editor specialized in creating engaging, cinematic-style product videos for Instagram. My videos will typically be less than a minute long, effectively capturing viewers' attention within this short window. Key Skills: - Expertise in executing cinematic-style editing - Experience with product video creation - Ability to work with tight deadlines - Efficient at producing high quality within less than a minute videos - Knowledge of Instagram metrics and video format is a plus. Your primary responsibility will be to ensure each short video optimally showcases my product's features in a cinematic, visually appealing manner within the short Instagram video timeframe. Portfolio showcasing similar work will be highly regarded.

    $74 (Avg Bid)
    $74 Rata-rata
    18 penawaran

    ...with a special SMTP header. The add-in contacts us servers to record the action of the user in our admin console. Then, the emails gets deleted from the user's inbox. If not: the email could be a legit email, ould be spam or a real phish. The email is sent directly from the user's email client yo our admin consol. Then, the emails gets deleted from the user's inbox. - User notification: A pop-up window should appear to confirm the report. Additional Features: - An email template should open for the user to provide additional details. This can help in further analyzing the threat and improve our phishing prevention systems. - The add-in must be published and available in the Office Store so that Office administrators can easily install it. - The add-in must work ...

    $474 (Avg Bid)
    $474 Rata-rata
    53 penawaran

    I have included examples of each of the following files I would like to have: - Each US state in a vector EPS file with a cut line. Each as their own file name. - A photo of each with dimensions - A mock up photo of each state decal on the back window - An excel sheet with all the states and associated dimensions Example: North Each state .EPS cut file would need to be within a 3.5" x 5.5" rectangle or a 5.5" x 3.5" rectangle. Whichever best fits the state. I have attached an "Examples" file as well that gives further instruction for setting up the file. There are 50 States. I will need 3 folders: 1- Cut Files (50 .EPS files) 2- Dimension Photos (50 Photos) 3- Mock Up Photos (50 Photos To find all the state outlines, you will need to Googl...

    $94 (Avg Bid)
    $94 Rata-rata
    87 penawaran
    SQL Recursive Logic Berakhir left

    Stepping Back Through Data I have a table of orders, lets say. I'm trying to find all the "Completed" orders, and then step back through other "Cancelled" orders for the same Customer, that were created within 72 hours. The trick is, I want to keep stepping back until I don't find anymore orders (the 72 hour window will now be based on the last order found). Also, the logic should stop if it finds another "Completed" order for the same customer. I've included a test table and data, as well as an expected output. CREATE TABLE #Order ( OrderID int, CustomerID int, OrderDate datetime, OrderStatus varchar(25) ) INSERT INTO #Order VALUES (1, 1, '02/15/2024 07:00 AM', 'Cancelled') ...

    $23 (Avg Bid)
    $23 Rata-rata
    14 penawaran

    1. General Information Project Name: Development of a Chrome browser extension for managing the size and positioning of browser windows. Project Goal: To create an extension that allows the user to adjust the size and positioning of one or several browser window tabs using predefined settings and customizable sliders. 2. Contractor Requirements Qualifications: Experience with native JavaScript and TypeScript. Knowledge and experience with React library and Node.js platform. Experience in developing Chrome browser extensions. Expected Skills: Ability to work with open source code on GitHub for modifications or writing new code from scratch. Ability to work independently and as part of a team. Experience in implementing user interfaces and APIs. 3. Functional Requirements Core Fun...

    $135 (Avg Bid)
    $135 Rata-rata
    34 penawaran

    ...on sensor network and penetration testing, The aim of this project is to explain the principles, intricacies, vulnerabilities, and mitigation strategies of sensor networks in cybersecurity. However, the twist here is, the information needs to be broken down to a level that non-technical decision-makers can understand. More details about time frame and milestones will be discussed in the chat window. - The freelancer should have: - Deep knowledge and understanding of cybersecurity and sensor networks. - Strong technical writing skills, with proven ability to simplify complex concepts. - Experience in communicating technical ideas to non-technical audience. - The report should include: - An easy-to-understand exploration of sensor networks. - The role t...

    $20 / hr (Avg Bid)
    $20 / hr Rata-rata
    5 penawaran

    ...create a Network Management System (NMS) website that can be deployed on any cloud or local hosting. Main Functionalities: 1. Loginpage login (create user/password in the backend) 2. Dashbord one - prints rows of a table (buttons to add/delete/update table rows) 3. Dashboard two will have 6 tables, each of the table entries will have few configurable(will be configured through pop up window) , stats, logs , status 4. One of the table could have a flow table just for read only 5. THere should be back end persistent DB which saves all the data 6. THere should be method to bring down this and powered back any time Acceptance criteria 1. NDA signing 2. Web page working conditions and exceptions taken care on AWS/ local machine 4. UI page design will be appr...

    $911 (Avg Bid)
    $911 Rata-rata
    5 penawaran

    ...0, ("Failed to create window class name") } var wc = uint32(({})) = (DefWindowProc) = hInstance = (0, (win.IDC_ARROW)) = (win.COLOR_WINDOW + 1) = className if (&wc) == 0 { return 0, ("Failed to register window class") } hWnd := ( 0, className, ("Captured Image"), win.WS_POPUP|win.WS_VISIBLE|win.WS_EX_TOPMOST, win.CW_USEDEFAULT, win.CW_USEDEFAULT, int32(width), int32(height), 0, 0, hInstance, nil, ) if hWnd == 0 { return 0, ("Failed to create window") } (hWnd, win

    $508 (Avg Bid)
    $508 Rata-rata
    16 penawaran

    I'm looking for a talented graphic designer to create a logo for my business, ABC Company. Although I skipped defining the specific industry, our brand identity should clearly reflect professionalism. Ideal Skills: - Exceptional creativity and innovation. - An understanding of the latest trends and their role within a commercial environment. - Proficient in design software. - Professional judgement and time management skills. Key Requirements: - Develop a bold, eye-catching modern logo. - Logo must reflect our professional personality. - Provide final files in various formats (i.e., .jpg, .png, .svg). Looking forward to seeing your unique designs!

    $48 (Avg Bid)
    $48 Rata-rata
    102 penawaran

    I am in search of a proficient designer with a specialty in die designing for aluminium windows and door extruded profiles. The unique elements for this project include: - Implementing a modern and sleek aesthetic, giving priority to efficiency in your design approach. - Profound competence in utilizing AutoCAD software for die design purposes. A blend of creativity and technical proficiency in formulating sleek, modern designs for aluminium profiles will be critical for this task. A successful design provides the foundation for efficient and seamless production processes. If your portfolio reflects these skills and you have notable experience with AutoCAD, you may be the perfect fit for my project.

    $106 (Avg Bid)
    $106 Rata-rata
    19 penawaran

    Example - (not needed replica it is just near by example ) I'm in need of a skilled developer who can create a comprehensive multitenant subdomain distribution system for the creation of full flagged ecommerce platform to the clients consisting of {on the fly signup flow} and {theme validation} . Start with mobile no OTP -> website type selection -> plan window -> subdomain distribution sync with their store name (subdomain name suggestion/availability )(add own domain available/purchase now) -> location Filter (With auto get location feature -> .Shop type -> ecommerce filters (ex - catagory filter ) -> + others -> theme selection (based on catagory filter) . ---- Theme Get Distributed --- Now by the step by step THEME VALIDATION PROCESS cons...

    $668 (Avg Bid)
    $668 Rata-rata
    60 penawaran

    ...on sensor network and penetration testing, The aim of this project is to explain the principles, intricacies, vulnerabilities, and mitigation strategies of sensor networks in cybersecurity. However, the twist here is, the information needs to be broken down to a level that non-technical decision-makers can understand. More details about time frame and milestones will be discussed in the chat window. - The freelancer should have: - Deep knowledge and understanding of cybersecurity and sensor networks. - Strong technical writing skills, with proven ability to simplify complex concepts. - Experience in communicating technical ideas to non-technical audience. - The report should include: - An easy-to-understand exploration of sensor networks. - The role t...

    $13 / hr (Avg Bid)
    $13 / hr Rata-rata
    6 penawaran

    I have two images where I need some retouching work done. The shots were taken in front of a window, which has led to issues with color and haze in the pictures. Key Requirements: - Skin Blemishes, wrinkles, and red-eye need to be addressed - Color Correction: I'm looking to achieve a natural tone in the images. - Haze Removal: The images have a haze due to the window. This needs to be removed to enhance the overall quality. I'm looking for a skilled photo editor who has experience with color correction and haze removal in particular. The ideal candidate should have a portfolio that demonstrates their abilities in this area.

    $25 (Avg Bid)
    $25 Rata-rata
    56 penawaran

    hi . I am looking for a special and creative person to build a simple website interface that deals with the API of a webs...account and can be integrated with an interface to operate through it This is to import my templates and tools into and display them on my site Anyone submitting an offer is requested to review the website and information to learn how to deal with the API The application interface is required to display and call up forms to display through my site in a private chat window from here can read about Api Note: I have some websites and application html templates that the programmer can use as a ready-made template. Just programming and api integration with these templates

    $19 / hr (Avg Bid)
    $19 / hr Rata-rata
    60 penawaran

    ...Foundation Plan should show STRUCTURAL CALCULATIONS on the Foundation Details page which shows Column, Footing, Beam schedule ::  Elevation Plan will NOT BE COMPLETE unless both building drawings show placement according to land slope/contour A. BUILDING A - 55' x 58' on a Steeply slope lot - SEE ATTACHMENT :: FLOOR PLAN IS COMPLETE but Window sizes not decided, once decided, modify on floor plan :: I will share youtube render video and we can decide window sizes together ::  Foundation + calculations, Elevation, Section and Roof Plan + calculations B. BUILDING B - 30' X 60' Garage with small bedroom suite - SEE ATTACHMENT :: FLOOR PLAN IS COMPLETE::  There are TWO incomplete Foundation plans, ONE incomplete - Elevation, Sect...

    $385 (Avg Bid)
    $385 Rata-rata
    20 penawaran

    Home Remodeling and Redesigning: Modern home space and kitchen on ...- Incorporating lighting fixtures to enhance the ambiance Living Room: - Redesigning the layout to optimize seating and entertainment areas - Choosing furniture pieces that suit the style and size of the room Bathrooms: - Maximizing natural light through window expansion or skylights - Incorporating storage solutions for toiletries and linens Window Widening for Natural Light: - Assessing the feasibility of widening existing windows or adding new ones - Selecting window styles that allow for maximum natural light - Considering window treatments that offer privacy without sacrificing light Include a 3D sketch and furniture placement and provide a visual representation of the spaces, includi...

    $423 (Avg Bid)
    $423 Rata-rata
    72 penawaran
    Trophy icon window decal Berakhir left

    I need a window decal measuring 500x300mm, rectangular or oval, containing the text and an Italian flag, the edge can be of any type, straight or with decorative details, I attach images

    $70 (Avg Bid)
    Bergaransi
    $70
    148 entri

    I need a web scraping expert to scrape Title, Price, star ratings, delivery window from a specific e-commerce site on a regular basis. - The scraping should cover a range of products, ideally with the ability to specify categories for tracking. - The data needs to be scraped frequently, so automation and scheduling will be crucial. - It's important that the extracted data is accurate and up-to-date as this will be used to inform pricing strategies and customer service. The ideal freelancer for this project should have: - Proficient experience in web scraping, particularly from E-commerce sites. - Proficiency in programming languages like Python or R for automation. - Good understanding of data management and quality control. - Ability to deliver a scraping tool that is user-f...

    $79 (Avg Bid)
    $79 Rata-rata
    49 penawaran

    ...2024-05-09T03:45:06.634249+00:00 app[web.1]: VITE v5.2.10 ready in 502 ms 2024-05-09T03:45:06.634250+00:00 app[web.1]: 2024-05-09T03:45:06.634615+00:00 app[web.1]: ➜ Local: http://localhost:54801/ 2024-05-09T03:45:06.634700+00:00 app[web.1]: ➜ Network: use --host to expose 2024-05-09T03:45:06.634798+00:00 app[web.1]: ➜ Vue DevTools: Open http://localhost:54801/__devtools__/ as a separate window 2024-05-09T03:45:06.634816+00:00 app[web.1]: ➜ Vue DevTools: Press Alt(⌥)+Shift(⇧)+D in App to toggle the Vue DevTools 2024-05-09T03:45:06.634816+00:00 app[web.1]: 2024-05-09T03:46:05.561388+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2024-05-09T03:46:05.574879+00:00 heroku[web.1]: Stopping process with SIGKILL ...

    $34 (Avg Bid)
    $34 Rata-rata
    15 penawaran

    We are seeking an experienced packaging designer who can create attractive and functional packaging art for my cookie business. The material will be lay-flat packages, with th...Design - Prior experience designing flexible, lay-flat packets - Efficient in communication, decision-making, and revisions - Familiarity with cookie-based products is a plus REQUIREMENTS: 1) Please ensure all fonts are outlined and artwork is embedded into the template 2) All colors set up in CMYK + White 3) Artwork sent back in AI format 4) please leave a section clear and indicate it will be a window section Provided is a rough mock up of the simple design we require. We will also need you to provide multiple options for the font on the front of the packaging as we are still searching for satisfaction ...

    $63 (Avg Bid)
    $63 Rata-rata
    126 penawaran

    ...proficiency in C# and C++, especially in relation to the .NET Framework 4.0. The project's primary aim is to craft a game launcher that offers multi-platform support, but it is crucial to emphasize that our focus for now is on Windows. In case of it's in C++, the following note are required: - The launcher is meant to launch a process (The game exe) also it meant to have a settings window, and support window that contains a "Subject" - "Email" - "How may we help?" and all those data to be sent in HTTP Get request. If it's C#, I only ask for the [Designed Form] as mentioned * Buttons needs to be smooth and high quality animated while mouse hover and mouse click. Key Qualities to have: - Proficiency in C# and C++ - Familiarit...

    $153 (Avg Bid)
    $153 Rata-rata
    10 penawaran

    IMPORTANT CONSIDERATION: Please only submit a proposal if you are within driving distance of Minneapolis, Minnesota in the United States. The project's time constraints does not allow for envelopes to be shipped. Thank you. I am looking for someone skilled in calligraphy or high-end penmanship to address approximately 500 envelopes for a...aesthetically pleasing physical prints - A strong understanding of how typography influences branding Your expertise will be instrumental in capturing my brand's identity through the beauty of handwritten art. If you have a modern sense of style and can translate it into engaging physical prints, please submit your bid. Samples of your previous work will be highly appreciated. This project has a two-week window for execution. I will s...

    $327 (Avg Bid)
    $327 Rata-rata
    64 penawaran

    Looking for someone to help automate clicks on a window (specifically this is using AirDroid to control a mobile phone and I need to write a script to automate the phone via AirDroid -- a windows side phone control tool.) It should have a small user interface to click a button and run the script. I mention AutoIt, but I am open to other scripting and automation tools. Ideally you should be able to work remotely in a US Central timezone, however, you can do the actual development locally assuming you have an android phone and Airdroid software (which is a free download.)

    $26 / hr (Avg Bid)
    $26 / hr Rata-rata
    20 penawaran

    ...assigned, further details, architectural drawings + structural drawings will be provided to assist. Payments will be processed over 4 milestones with a submission and review at each stage: Milestone 1 – 40% of the package: Details wall, roof, windows, internal scale 1:10 Sections scale1:50 sections Milestone 2 – 65% of the package: window schedule, bathrooms layout, fences, scale 1:50 stair details, screen details 1:20 / 1:10 Milestone 3 – 90% of the package: updated Floor plans, RCP and electrical plans, setout plans, elevations, remaining details Milestone 4 – 10...

    $1356 (Avg Bid)
    $1356 Rata-rata
    53 penawaran

    ...add or delete.) NOTES 1) CALCULATING PRICE: After all these steps user will see dynamically calculated price depending on amount of rolls and selected material. 2) ADMIN PANEL: On "ORDER" page, we should see the amount of rolls and dimensions customer entered. CUSTOMER USAGE: On single product page he can push button "How much rolls do I need?", then he will see tooltip(or any other solution) window with functionality I describe above. Enter dimensions -> push button 'Calculate' -> result - rolls pdf 'regular_pattern_wallpaper_module'. It should be same functionality except need to add material choice. ______________________________ PROCESS for 'mural wallpaper' 1) DIMENSIONS: Customer will enter the dimensions in foot ...

    $149 (Avg Bid)
    $149 Rata-rata
    88 penawaran

    I have a website built on wordpress, selling products with woocommerce. I would like someone to redesign the website as I have specified in the image below. The main website components include: Homepage (single page with menu items to anchor points, with animated image as banner element) Questionnaire window. This will have 9 questions shown one at a time, with a “next” button. The questions will be a selection of images, or text, or sliding scales. This website is inspiration for the questionnaire (). Uers will be asked to sign in/register. At the final page, users will need to enter their address and make a payment. Rating page. Users will be prompted to login before accessing this. Star ratings will be filled in here, and the welcome text will

    $341 (Avg Bid)
    $341 Rata-rata
    33 penawaran

    ...of the application error. It has had files removed for security and to reduce the file size. Here’s some rough instructions, I’m not a Node/Docker expert but this should get you going. 1 - Download and uncompressed the Visual Studio zip file 2 - Open the workspace in Visual Studio 3 - Open a new terminal window in the project root folder and run "docker compose build" to the project 4 - Run ‘docker compose up’ to run the project You’re objective is to: 1 - Remove the "//const MongoClient = require("mongodb").MongoClient;” line 2 - Run ‘docker compose up’ to start the code 3 - Fix the code so it does not crash 4 - Demonstrate a working connection between the application and a remote Mongo Atlas databa...

    $14 / hr (Avg Bid)
    $14 / hr Rata-rata
    129 penawaran

    I am in need of a skilled React developer to create an interactive page for user-based commenting. The key requirements for this role include: - Developing a user-friendly interaction window that facilitates communication through comments. - Building a management feature that allows me to delete or hide inappropriate comments. Your experience using React to build interactive user interfaces and manage interactions will be essential in executing this project effectively.

    $146 (Avg Bid)
    $146 Rata-rata
    22 penawaran

    ...an innovative freelancer with expertise in exterior home design. I am eager to re-imagining the exterior of my house with a focus on the following aspects: 1. Roof and Exterior Walls: I am seeking designs that combine old-world charm with a bold color palette. The goal is to make my home stand out while keeping a classic traditional look. 2. Windows and Doors: I'd like to see fresh ideas on window and door designs that not only enhance the exterior aesthetics but also blend seamlessly with the chosen color scheme and theme. Ideal Skills: - Expertise in exterior home design - Strong understanding of traditional aesthetics - Ability to work with bold colors - Experience in balancing aesthetics and functionality in design If you have a knack for melding the traditional ...

    $38 (Avg Bid)
    $38 Rata-rata
    9 penawaran

    I have a personal photo in which there's an object in the background that I'd like to have removed. This is for personal use, so I'm looking for it to be done with high-quality editing. The task involves: - Removing a background item from a single personal photo (sticker on window in attached photo, Pokémon/icons on the bench and other cable car) - Ensuring that the edited photo looks natural and professionally done as the photo will be for personal I think this should be pretty straightforward but I’m open to your creative suggestions on how to best achieve this edit!

    $22 (Avg Bid)
    $22 Rata-rata
    41 penawaran

    ...change the completion date of any task in column K in the TASKS tap, the color of the cell will be changed to yellow, and a notification window come up and ask for the reason of the completion date change , and later the reason will be come up automatically if the reader put the browser in that cell when the planner assign task to dates ( start or end or arrange of days that are not working days like Weekends and National vacations) , then he get a popup notification inform him that this the task will run in non working days or the task will start in off days , and ask if you want to continue with the same dates . if he will continue then another window will ask for how many hours to consider as overtime and for who. 2- Need proposal to link each task with its list ...

    $24 (Avg Bid)
    $24 Rata-rata
    18 penawaran

    I'm in need of an Android WearOS app that can help me monitor flight progress and altitude on my smartwatch. I want to be able to view real-time flight tracking and altitude display. Key Features: - Real-time Flight Tracking: The app should poll one of two APIs every 10 seconds and update. - Altitude Display: It should track the aircraft's altitude at any given time. - Time Remaining: I wo...provided. I want an emulation of a rotating drum readouts where the numbers that change roll up and down. If there is a jump of more than 1 foot between the current API output and the last output, the numbers should roll at a constant rate past all the skipped numbers until the actual is reached. When at or below 10,000ft a crosshatched pattern in rectangle should appear above the alt...

    $93 (Avg Bid)
    $93 Rata-rata
    17 penawaran

    ...www.marieclaire.com. The front page display should be something like this It should have a Marie Claire Edit design having a minimum 3 across the screen shopping window I am looking for someone to create me a website having the same functionality of & www.marieclaire.com. The front page display should be something like this It should have a Marie Claire Edit design having a minimum 3 across the screen shopping window The site must be built using the same code - technology It must have the same plugins The mainframe of the site must be built the same way using the same built with code etc

    $302 (Avg Bid)
    $302 Rata-rata
    29 penawaran

    ...Incident & Risk Management: It is crucial that the web app includes tools to track incidents, analyze risks, and manage safety protocols effectively. Integrations: - The web application should be compatible with various third-party software as in the example, which is not specifically listed but can be seen in the provided link. Timeline: - I'm aiming to have this project completed within a tight window of 1-2 months. Thus, I request that interested freelancers have the capacity and commitment to meet this deadline. Ideal Skills: - Proven experience in creating web applications involving Facility Management, Building Management, and Risk Management. - Strong background in integrations with various third-party software. - Proficiency in project management to ensure th...

    $3853 (Avg Bid)
    $3853 Rata-rata
    35 penawaran

    I'm in need of a talented designer to create an eye-catching, modern and sleek flyer to advertise my product. The flyer needs to appeal to a wide range of people, so a versatile style is key. Key requirements: - ...advertise my product. The flyer needs to appeal to a wide range of people, so a versatile style is key. Key requirements: - Design a modern and sleek flyer - Target a wide audience - Ensure the flyer is visually appealing and promotes the service effectively -Business name: Lufkin Pressure Washing -Phone number: 936-255-8929 -Language: English List of services: Driveway cleaning, Fence Cleaning, Window Cleaning, Gutter cleaning, Roof washing, Home Washing Ideal Skills: - Graphic design experience - Proven track record in flyer design - Understanding of different t...

    $36 (Avg Bid)
    Bergaransi
    $36
    284 entri

    I am seeking an engineering design for truck sleeper berths with full consideration of Australian ADR 42 regulations. The design will be a bolt-on application and must carefully detail length, width, and height measurements. Ideal Skills and Ex...Dimensions External Dimensions Length- 650mm (Min) Length- 680mm (Max) Width- 2350mm (Min) Width- 2480mm (Max) Height- 1800mm (Min) Height- 2100mm (Max) Maximum width of any vehicle in Australia is 2500mm Pedestrian doors are only permitted on the Left hand side with the access on the right only being for emergency use. must include 1 rear window (Acrylic) to allow for natural light. I look forward to receiving your well-informed bids and seeing this project through to successful c...

    $257 (Avg Bid)
    $257 Rata-rata
    14 penawaran

    ...source. Key project requirements include: - Implementing user-friendly features such as playing a sound upon pressing a button which can be muted or not. - Incorporating up to date features such as the ability to rotate the app. Currently as it sits the app can only go horizontal (phone must be titled to make any sense). We want to rotate vertical (phone held up right) and possibly make it a window popped out option. - Cleanup on App by removing selected features that don't offer too much benefits currently. The ideal candidate for this job will have: - A strong background in iOS app development and programming - A creative mindset to produce an engaging user experience - Proficiency in reverse engineering to extract compiled code Working with us: - You ar...

    $649 (Avg Bid)
    $649 Rata-rata
    52 penawaran

    ...Company Name; and Visitor’s First and Last Name. Field validations (e.g., date limitations, weight restrictions, valid US phone number, minimum character count for Commodity). Dynamic Quote Generation: Instant calculation and display of quotes based on the input and corresponding Google Sheet data. Booking Functionality: Option to book the truck via a 'Book this truck' button, triggering a popup window displaying a direct phone number and a unique quote number. Email Automation: Automated email notifications with the quote details sent to our company’s email upon form submission. Developer Requirements: Proficiency in WordPress, PHP, JavaScript, and API integrations (Google Maps and Google Sheets). Experience in creating responsive and interactive web fo...

    $223 (Avg Bid)
    PK
    $223 Rata-rata
    44 penawaran

    ...solid background in Pine Script language and a good understanding of TradingView's indicator functionalities. The main task is to build a custom indicator that includes Bollinger Bands, Exponential Moving Averages (EMA), and Relative Strength Index (RSI). Key Requirements: - Apply two EMA's within the main window. - Bollinger Bands should also be displayed in the main window. - Integrate Stochastic Oscillators with the above-mentioned two EMAs and RSI below main window This script should also allow specific customization aspects: - Setting the EMA period. - Modifying the Bollinger Bands period. - Adjusting the Bollinger Bands standard deviation. -adjusting %K&D,slowing,price field,method&level -adjusting RSI period,apply to weigh ...

    $196 (Avg Bid)
    $196 Rata-rata
    28 penawaran

    We have a device which works on Windows with a .dll. By calling the functions in the .dll, we can control the device and get data from it. We want to create a wrapper in Python so Python pro...data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python wrapper versions of these calls in this order usb_initialize usb_set_interval usb_read_image usb_deinit and writes the data from usb_read_image onto the terminal window as text. I'll need to do a Zoom video call so you can show me how to use it. I haven't done Python programming before. I have installed Python already so the call sho...

    $164 (Avg Bid)
    $164 Rata-rata
    25 penawaran

    In the company we have a third-party application that we use to save documents in the cloud, this application is using the “save as” button in Microsoft Word. Users use the “save” button and save the documents to the local computer. This change will force my users to save information to the cloud through my application

    $160 (Avg Bid)
    $160 Rata-rata
    29 penawaran

    I have a window cleaning business that I'm looking to expand in York Region, Ontario, Canada. I'm seeking someone who can help me find and secure 50-100 new clients in that area. You can use any method for contacting potential clients, be it email, phone calls, or even door-to-door. Ideal Skills and Experience: - Proven experience in client acquisition - Proficiency in communication and negotiation - Familiarity with the York Region, Ontario, Canada area is a plus Your main tasks would include: - Researching and identifying potential clients in York Region - Contacting clients via email, phone calls, or in person (door-to-door) - Convincing clients to book our residential window cleaning services - Keeping track of and reporting on client acquisition progress Fre...

    $7 / hr (Avg Bid)
    $7 / hr Rata-rata
    2 penawaran
    Trophy icon Modern Logo Design Completion Berakhir left

    I've got an initial concept for my logo and now need an expert to bring it to life. The style I'm aiming for is modern and minimalist. It should be sleek, clean, and professional. I have this concept. My business is called 'EXOCLEAN Perth' I need the logo to gave EXO at the top, Then Clean, Then the perth smaller at the bottom as its the place. I am predominantly a window cleaner and I use the water fed pole system. I like the way the EXO looks in my concept but I want to make the x into 2 crossing Brushes that look like the Minimal icon versions of the brushes we use to wash windows. As you can see i have tried my best to create an example but I am far from good lol.

    $20 (Avg Bid)
    Bergaransi
    $20
    254 entri