Counting string mips jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 counting string mips jobs found, pricing in USD

    I'm in need of a skilled developer to create a custom Forex indicator that counts bars from a specific origin point. The indicator sho...indicator should work on Tradingview Key Requirements: - The primary function of the indicator should be to count bars rather than identifying trend reversals, highlighting entry/exit points, or measuring volatility. - The indicator should be capable of accurately counting bars. Ideal Skills and Experience: - Proven experience in developing custom Forex indicators. - Proficiency in working with a variety of trading platforms. - Strong understanding of Forex trading and technical analysis. - Prior experience in creating bar counting indicators would be a significant advantage. Please provide a brief overview of your relevant ex...

    $264 (Avg Bid)
    $264 Avg Bid
    14 bids

    I'm looking to set up a payment portal on the Radix network that ...payment gateways - UI/UX design skills for user-friendly interfaces - Strong understanding of payment processing systems to enable instant payments. I want to keep this as simple as possible. The gateway must be able to accept a string from a PHP website with the following details: Amount to charge The currency used Wallet Address to send proceeds to Return address to send a response back to With this information, the gateway should take the user seamlessly through the payment process, and then return them to the PHP website. The return should also carry a string indicating success or failure. This gateway should be deployed on a web server of my choice. Payment will only be made when the job i...

    $953 - $1906
    Featured Sealed
    $953 - $1906
    17 bids

    ...90x200) / 90 = value x desired width = price with VAT. Length formula: Calculated width price / 200 = value x desired length = price with VAT. here is JS for this from page dreambed. <script> function calculateCustomPrice(element) { const customPriceInput = ('js-custom-input'); let productId = , location = String() + '?productId=' + productId + '&do=calculateCustomPrice'; for (let input of customPriceInput) { if ( === '') { return; } location = location + '&' + + '=' + ; } if (typeof jQuery !== 'undefined') { $.({ url: location, });

    $31 (Avg Bid)
    $31 Avg Bid
    5 bids

    As a small commercial general contractor, I'm seeking professional assistance to improve my Excel workbook used for estimates and bids. The ideal candidate for this task should have: - Top-notch Excel skills, specifically understanding VLOOKUP functions and formulas for summing t...Specific tasks include: - Building automated calculations for summing totals and utilizing VLOOKUP functions. - Customizing Excel templates, specifically for the cover sheet, project details sheet, and bid summary sheet. Approach this task with a good understanding of how general contractors operate and think about costs. A background in construction estimation might help but is not crucial. I am counting on your creativity and technical skills to deliver a tool that makes my work more organized...

    $53 / hr (Avg Bid)
    $53 / hr Avg Bid
    33 bids

    I am seeking an imaginative designer to create unique abstract graphics for a line of t-shirts primarily targeting young adults. The designs should be trendsetting and appeal to their creative and vibrant tastes. Skills and Experience required: - Proven experience in Graphic Design, specifical...including Adobe Illustrator and Photoshop - Experience in creating abstract art designs - Ability to understand and connect with the intended audience demographic What I need from you: - Develop captivating and innovative abstract designs for my t-shirt line - Ensure designs resonate with the tastes and preferences of young adults. Your designs will be a crucial part of my brand identity. I'm counting on your creativity to comeup with something that stands out and appeals to my...

    $14 (Avg Bid)
    $14 Avg Bid
    23 bids

    ...color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know

    $26 (Avg Bid)
    $26 Avg Bid
    33 bids

    ...create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single row blank. have to be easy to read and maintain in the future. .py file(source code) not .exe binary file (I think it's not very hard. I've wrote the code already. But only extract one file at a time, and unable to match specific table name/string only table number.) (stack table is just illustration purpose.) current pip package version --- python ...

    $33 (Avg Bid)
    $33 Avg Bid
    19 bids

    CAFE NAME: BIgmug Cafe Color black and white I'm looking for a creative logo design for my chain of cafes that can compete in the western market. Like Starbucks, Java House, Mugg & Bean I don't have any specific ideas for the logo yet, so I'm counting on your expertise to bring something unique to the table. Key Points: - The logo must convey a modern and innovative vibe, capturing the essence of my franchise cafe's vision. It should be memorable it’s extremely important it’s unique and memorable like starbucks - I'm specifically looking for a design in black and white or grayscale, so please ensure this is incorporated effectively.

    $100 (Avg Bid)
    Guaranteed
    $100
    551 entries

    I need a skilled C# Winform .NET developer to protect my application using obfuscation techniques. The goal is to prevent reverse engineering and ensure the highest level of security. Key Requirements: - Implement Basic name mangling, Control flow obfuscation, and String encryption for the application. Ideal Skills and Experience: - Strong proficiency in C# and .NET framework - Prior experience with implementing obfuscation techniques - Knowledge of application security best practices This project is a great opportunity for a developer with a keen interest in application protection.

    $152 (Avg Bid)
    $152 Avg Bid
    28 bids

    I'm in need of a gr...promote our products both in English and Arabic, with a focus on the latter. Key requirements: - Must be fluent in both English and Arabic with a good understanding of cultural nuances in design. - Your design style should be modern, sleek and eye-catching. - You should be able to highlight our key products: Point of Sale Software and Hardware solutions, Receipt and Barcode printers, currency counting Machines, Softwares for Small and Medium (SMEs) etc. Payment will be per poster and reels with a minimum of 15 posters and 5 Reels per month. Ideal Skills: - Graphic design - Video (Reels) Creation - Proficiency in both English and Arabic - Experience in creating marketing materials for tech companies. Note: Freelancers should make a sample poster ...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    51 bids

    looks like you're encountering a MySQL error related to an incorrect DATETIME value in your query. This error typically occurs when the format of the date and time being used in the query does not match the expected format in MySQL, or when an empty string is being used where a datetime value is resolve this issue, you should first check the format of the 'date_scheduled' values in your 'banners' table to ensure they are in the correct DATETIME format. You might also need to modify your query to handle cases where 'date_scheduled' might be empty or incorrectly you're not sure how to proceed or need further assistance with checking or adjusting your database, you can manage and review your MySQL databases and their tables from Site Tools ->...

    $31 (Avg Bid)
    $31 Avg Bid
    21 bids

    ...running between 10-20 minutes. Here are the key touchpoints for this project: • Implement Continuity Editing: Your task is to ensure the seamless transition between different shots and scenes in the film. Your skill in maintaining the narrative coherence is paramount. • Special Effects: Your repertoire should include the application of color grading, text/title effects, and sound effects. I'm counting on your creativity and expertise to enhance the artistic direction of the film. Ideally, you should have proven experience in editing short films, enhancing the visual storytelling with your skilful treatment. Familiarity with color grading and text/title effects is essential, plus if you have a good ear for sound effects, that would be perfect. Your portfolio disp...

    $12 (Avg Bid)
    $12 Avg Bid
    8 bids

    ...MobileERP Software with its internal structures like DID. 3. Our following applications will us above camera and upload features with GPS Location storage in sql server database. a. When employee entering attendance when on site or on tour b. When employee on leave to upload doctor certificate c. Labour attendance on site d. Material received on site e. Material issued on site f. stock counting on store, warehouse, site g. Maintenace person enters during failure of machine parts h. Vehicle driver on delivery i. Expense bills by site or travelling employees. g. Invoice / Bills received on site i. All other documents which can be given access to upload or operate our system All above web applications we already have. We will provide ERP filename, ERP Database DocumentI...

    $667 (Avg Bid)
    $667 Avg Bid
    15 bids

    I'm looking to create a sports prediction website powered by AI and monetized, with minimal interventions needed. The site could be built on WordPress if you want, and I will provide the domain name, hosting, and logo. The website needs to display today's and future games, connect to preferred ...sites, analyze games, capture emails, and remind users to check today's games. I want to use the latest GPT technology or multiple AI models for predictions. The project should be affordable, and I expect detailed recommendations on implementation, including costs and timelines. Ongoing support will be required for updates and maintenance. Let's make this a fun and profitable venture together! Counting on you to build something that looks and works great. I need authent...

    $443 (Avg Bid)
    $443 Avg Bid
    23 bids

    Provide: 1. French and 2. German translations for the static strings used on a website. I've compiled a list of all the static strings on a website. A native French speaker and a native German speaker are needed to update the Excel file attached with the translations from: 1. English to French and 2. English to German Thank you!

    $35 (Avg Bid)
    $35 Avg Bid
    22 bids

    ...launching our new social media application. - Target Audience The campaign aims at drawing the attention of social media users who are ever dynamic and receptive to ground-breaking products. Hence, bidders who have an understanding and a robust experience in reaching diverse groups on social platforms are preferred. - Fundraising Goal Our goal is to accumulate a fund north of $200,000. We are counting on a freelancer who can create captivating and persuasive contents that would support the success of this objective. - Ideal Skills The perfect fit for this job will be a person possessing proficiency in content creation, social media marketing, experience in running successful Kickstarter campaigns, and an exceptional knack for product promotion. A track record in product mar...

    $3500 (Avg Bid)
    $3500 Avg Bid
    6 bids

    ...should: - Open position at the opening of specific bar based on EMA: The rules are simple, when bar closes above/below EMA it is counted as a first bar, any other candle after the first bar which do not close again above/below EMA is counted along. When 5th candle is still above/below EMA the bot should open position at opening price of 6th candle. If any candle again closes above/below EMA, counting is restarted. - SL will always be placed at High or Low of one bar back from the candle when position was opened depending on If it is short or long; - TP will always be equal to price difference betwen Open Price and SL price multipied by 6. TP = (SL Price - Open price) * 6 - Risk always be equal to 3% of funds available on account. - Size of the position needs to be alway...

    $579 (Avg Bid)
    $579 Avg Bid
    37 bids

    ...anomaly that we are keen on rectifying. - Solution: I am in search of a proficient C# developer with significant experience in handling message logging, particularly with event loggers. You will be required to add the event logger and figure out what is causing our issues. - Timeline: The task is quite urgent, so I need someone who can begin immediately and deliver as soon as possible – I'm counting on your efficiency. Skills and experience: - Advanced knowledge of C#, especially in creating and troubleshooting windows service applications - Experience with event loggers, from implementation to detailed analysis - Ability to diagnose and rectify issues with message structure formatting - Strong communication skills and excellent attention to detail - Capacity to ...

    $148 (Avg Bid)
    $148 Avg Bid
    37 bids

    ...100 gram of espresso and 1 liter of milk to stock When i sell 4 Late (20 espresso 200 milk) I will have left 20 espresso and 200 milk in stock - in my busieness the payement is only after you check-out so everymember should have his own profile with his payments and reciepts - when you check in you have to tell the staff to check you-in so the system starts tracking your time in the space and counting how much you should pay - i want the system to have api which is connected to html login page to my local network - If user is trying to connect to my wifi and he is checked in in the system he will have access to 2 devices - if user is trying to connect to my wifi and he is not checked in it will not connect and ask him to check the counter Key Requirements: - Integration of har...

    $490 (Avg Bid)
    $490 Avg Bid
    55 bids

    I require a proficient developer with detail knowledge of the Google Calendar's API as a consultant to help us resolve issues with adding attendees to events and having the events show on the customer's calendars. Key Issues: - Replace Google's standard email to C...own customized template. - Help us understand different approaches to synchronization to customer events - Best approaches to handling recurring events that have multiple days, different times on different days, and numerous exceptions Ideal Skills and Experience: - Extensive experience with the Google Calendar API. - Strong understanding of event creation and management. Importantly, we are counting on your expertise for this task - ensuring seamless integration and functionality of this feature with...

    $50 / hr (Avg Bid)
    $50 / hr Avg Bid
    5 bids

    ...populated with correlating values 1, 2, 3, and 0 (to generate a Score). The cells are currently blank, and users of the spreadsheet will fill these cells by selecting from a drop-down list (of these 4 words). The objective is to create a formula that converts their answer (in one cell) to a score (in an adjacent, hidden, cell). The second formula involves summing (adding) the scores (easy), but then counting number of values 'summed', and dividing the total sum by the number of values counted. The objective is to write a formula that adds up the various scores, divides it by the number of answers provided (i.e., doesn't count questions they skip), and generates a total score. In the attached image, I entered this data manually in Columns G and used a basic formu...

    $95 (Avg Bid)
    $95 Avg Bid
    32 bids

    I need a developer proficient in and a good understanding in API development. I have a parameter I would like to pass which is a string value to pull an entire user object with all of the properties in a database. this would be a string parameter passed into a Get request with a response of an entire record pulled from a MySQL database and using an Interface to extract the properties into a page. This is a very small project and should only take a few minutes of time.

    $39 (Avg Bid)
    $39 Avg Bid
    51 bids

    ...the category type filter from the Job listing page in Laravel. 15. Ensure that all necessary information, particularly upcoming details, is displayed correctly on the single job view page in Laravel. 16. Redesign all PDFs for improved aesthetics and functionality in Laravel. 17. Fix the functionality of buttons under tab modules on the View Job and Contact pages in Laravel. 18. Ensure correct counting under tab modules on the View Job and Contact pages in Laravel. 19. Resolve duplicate data display issue under the site visits tab on the Job view page in Laravel. 20. Address calculation errors on the create quote page in Laravel. 21. Ensure stability of total calculations on the create quote page in Laravel. 22. Make necessary corrections on the Job Pack page regarding serial numb...

    $585 (Avg Bid)
    $585 Avg Bid
    188 bids

    I'm looking for an experienced soundman or soundwoman to oversee the audio for my wedding's band at Brahman Hills, Kwazulu-Natal, scheduled to occur on April 17, 2025. Here's what the job involves: - Sound support for a 4-5 ...performance. - Working within a medium-sized venue, suitable for 50-100 guests. - Setup and tear down of sound equipment, so being able to provide your own transport is a must. Ideal Skills & Experience: - Prior experience handling sound for a band. - Can demonstrate ability to tackle unexpected sound issues. - Experience in setting up and dismantling equipment swiftly and professionally. I am counting on your expertise to make the night sound perfect. Don't miss this chance to participate in a joyous event and ensure its success...

    $360 (Avg Bid)
    $360 Avg Bid
    9 bids
    AI Module for Forest Monitoring 3 hours left
    VERIFIED

    I'm looking for an AI/ML developer to work on a research and development project. The goal is to develop an AI module that can recognize a birds-eye view of a forest. The module will be tasked with: - Identifying tree species - Monitoring forest health - Counting trees - Measuring tree height The AI module will have access to various types of data to perform these tasks, including aerial images, satellite images, and drone footage. The desired level of accuracy for this AI module is moderate. The ideal candidate should have: - Strong AI/ML development background - Experience in image processing and recognition - Familiarity with working on forest/environmental monitoring projects would be a plus.

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    15 bids

    I'm offering $1000 ($500 upfront before doing anything as long as you've shown up skill, downloaded everything setup in emulator, tested, and ready to go and can do)) right now to anyone who can build me gui ff4: PSP mod tool. I've already decrypted (executable eboot; its ELF executable (PSP) MIPS; know that first), dumped data from the PSP game's UMD disc, unpacked all data archives and decompressed every single file and manually sorted file structure according to how the game reads it: I've also got documentation/know what files relate to in-game, so no need to worry on researching that, just ask. Using PPSSPP emulator to test

    $2735 (Avg Bid)
    $2735 Avg Bid
    14 bids

    ..."personId", "type": "String"}, {"name": "firstName", "type": "String"}, {"name": "lastName", "type": "String"}, {"name": "dateOfBirth", "type": "Date"}, {"name": "addressId", "type": "String"}, {"name": "employerId", "type": "String"} ], "relationships": [ {"name": "address", "type": "Address", "multiplicity": "1"}, {"name": "employer", "type": "Employer&qu...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    35 bids

    I'm in need of a skilled professional who can develop a video analytic...analytics and processing tool for me. This tool will primarily be used to analyze video files in MP4, AVI, and MOV formats. The core requirements for this project are: - Vehicle Counting: The tool should be able to accurately count the number of vehicles in a given video file. - Vehicle Classification: It should also be able to classify the vehicles in those videos by type. The ideal completion timeframe for this project is within a month. Given the complexity of the task, I'm keen on working with someone who has prior experience in developing AI-based video analytics tools, particularly in the realm of vehicle counting and classification. If you've got the skills and the experience, I l...

    $59 / hr (Avg Bid)
    $59 / hr Avg Bid
    54 bids

    ...<code></code> file to store constant values, including your Azure Blob Storage connection string and the container name.</p> <div style="color:#DADADA;background-color:#1E1E1E;"><pre><span style="color:#57A64A;">// File: </span> <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">class</span> Constants {    <span style="color:#569CD6;">public</span> <span style="color:#569CD6;">const</span> <span style="color:#569CD6;">string</span> StorageAccount = <span style="color:#D69D85;">"YourStorageAccountConnectionString"</span>;    <...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    27 bids

    I'm seeking a skilled developer to create an application compatible with iOS, Android and Web-based platforms. This health-oriented app will focus primarily on nutrition and food planning, aimed to promote a healthy lifestyle and help reduce potential illnesses. Beyond the base functionality, the app and website should offer the following features: - Exercise tracking - Calorie counting - Meal logging Given our focus is health and wellness, the design needs to reflect that; I'm hoping for a professional look, with a clean and easy-to-use interface. Experience in health or wellness app development is a plus, as well as a comprehensive understanding of user-friendly design principles.

    $1500 - $3000
    Sealed NDA
    $1500 - $3000
    99 bids

    Needing a logo to help establish the brand identity of my business, I am specifically looking for a designer skilled in creating wordmark logos. The style should clearly articulate the name of my business, while encapsulating our identity in a clear, distinct fashion. Ideal candidate will have: - Exp... The style should clearly articulate the name of my business, while encapsulating our identity in a clear, distinct fashion. Ideal candidate will have: - Expertise in logo design and brand development - A portfolio of previous wordmark logos created - Proven ability to work with warm color palettes (red, yellow, orange) Your input will greatly affect the overall image of my brand, so I am counting on you to deliver something that is uniquely 'us' while still being com...

    $12 (Avg Bid)
    $12 Avg Bid
    28 bids

    I'm seeking a skilled jewelry designer to create a high-quality sketch of a unique necklace using NZ Greenstone Jade stones and string. You should have a good understanding of jewelry design, with a particular focus on necklaces. Key requirements: - Proficiency in sketching jewelry designs, especially necklaces - Strong understanding of how different materials, particularly stone and string, work together in a piece - Experience in designing using NZ Greenstone Jade or similar stones Note: The project does not necessitate specific necklace length, hence offering you creative flexibility. Please provide samples of your previous works, particularly those involving jewellery design with stones.

    $42 (Avg Bid)
    $42 Avg Bid
    7 bids

    I'm looking for someone who has experience in AES encryption and is also familiar with ASP.Net MVC database connection string, I need a person who can encrypt my connection string and show me the right way to complete the function.

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    22 bids

    This project requires the skills of an individual adept at transcribing from handwritten manuscripts to sheet music. As it involves the transcription of advanced-level string instrument music, your experience and knowledge in this domain will be highly instrumental. Key attributes: - Proficiency in sight-reading - Exceptional knowledge on the string instruments notation - Familiarity with advanced-level music - Accurate transcription abilities Preference will go to candidates who can demonstrate prior experience in this area of work, particularly those familiar with advanced-level string compositions. This is an exciting opportunity for those with a passion for and deep understanding of intricate musical compositions. Excited to hear from the right expert to...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    12 bids

    I am in need of a creative and professional logo for my company, 'Banarasi Gharana - Saree & Suits'. Unfortunately, I did not provide color preferences or specific symbols I would like to see, so, I am counting on your creativity and understanding of my company to guide your design. Key Skills for the Job: • Graphic Design • Logo Design • Brand Identity • Creative Thinking The successful freelancer will have experience in logo design, particularly within the fashion and apparel industries. Familiarity with traditional and modern styles would be advantageous. Please include a brief overview of how you would approach this project in your bid. This will give me a good understanding of your style and creative process, which is key for this project.

    $17 (Avg Bid)
    $17 Avg Bid
    52 bids

    ...the category type filter from the Job listing page in Laravel. 15. Ensure that all necessary information, particularly upcoming details, is displayed correctly on the single job view page in Laravel. 16. Redesign all PDFs for improved aesthetics and functionality in Laravel. 17. Fix the functionality of buttons under tab modules on the View Job and Contact pages in Laravel. 18. Ensure correct counting under tab modules on the View Job and Contact pages in Laravel. 19. Resolve duplicate data display issue under the site visits tab on the Job view page in Laravel. 20. Address calculation errors on the create quote page in Laravel. 21. Ensure stability of total calculations on the create quote page in Laravel. 22. Make necessary corrections on the Job Pack page regarding serial numb...

    $1148 (Avg Bid)
    $1148 Avg Bid
    135 bids

    I am setting up a charity and need a highly efficient app for this noble cause. As an app developer, you'll be instrumental in building a platform that is available across all internet and phone services because we're targeting both Android and iOS users. Key Skills And Experience: - Proven experi...for integrating a secure payment processing system into the app. This requires a thorough understanding of different payment gateways and in-app payment systems. Please include a detailed plan on how you propose to handle confidentiality and trust issues when applying for this project. Your past work will significantly aid me in making an informed decision, so include those too. This charity is counting on your expertise and dedication. Together, let's create an app that...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    54 bids

    I need a PHP developer to update a single word in my script. Specifically, I want to add the country Montenegro to a pre-existing list, and have it inserted in the middle. The ideal candidate for this task should be proficient in PHP and have a good understanding of basic coding principles. Experience in handling string manipulation within PHP scripts is important, as you'll be required to ensure the country name is inserted accurately and efficiently. Your responsibilities will include: - Identifying the appropriate place to insert the word 'Montenegro' in the PHP script - Making the necessary changes to the script to reflect the updated country list Your bid should reflect the size and scope of this task. Looking forward to your bids!

    $22 (Avg Bid)
    $22 Avg Bid
    17 bids

    ...the list on the first screen to continue and start. - Get list data via http from and save location if user goes offline Screen 2: - Display a representation with icons where each one represents a day of the week (similar to lessons in the Duolingo app), separated by week, until the total number of days selected by the user is total, counting from the day it started*. Complete and incomplete days have different icons. - When opening, scroll to the current week. - When clicking on a day, ask in modal “Completed? Yes No". - If yes, change the icon (yellow) and add 2 coins to the user. - Save this data in a local database. - When clicking on a completed day, only show the message “completed”. - When clicking on a day, if it

    $168 (Avg Bid)
    $168 Avg Bid
    35 bids

    ...as grouped together in a single statement - Code should be in Typescript This task requires a solid understanding of Node.js. Having previous experience with jscodeshift is a must. The solution also need to use a package named @hypermod/utils. () This is the function that I need function fixMissingImports(code: string, importsMapping: Record<string, string>): string The code is a string of a content of a file tsx or jsx file. the function should first analyze and see what imports of a React components are missing, then add the missing imports according to the importsMapping. Example 1: if a code is this: export default function App() { return <div> <Box>some content</Box> </div>; } the function shoul...

    $39 (Avg Bid)
    $39 Avg Bid
    38 bids

    As your potential developer, I'm looking to create an engagin...your potential developer, I'm looking to create an engaging and practical iOS application that allows its users to choose items from a daily list and keeps track of these choices: Key Features: 1. User selection from a daily list 2. Counting daily selections/results 3. Sitting statistics per week with list Timeline: There is no immediate rush for project completion. Quality and functionality are the priorities. Skill Requirements: - Expertise in iOS app development - Understand UI/UX principles for optimal user-friendly design - Proficiency in integrating counting functionality - Experience with calendar or daily-tracking apps is a plus. If you can innovate while maintaining app simplicity, I look ...

    $52 (Avg Bid)
    $52 Avg Bid
    16 bids

    I'm looking for a male voice-over artist with a motivational and energetic tone to record background counting from 1 to 60 for my workout videos. The voice-over needs to be in English. Key Requirements: - Male Voice: The ideal candidate must have a strong, motivating voice to keep viewers engaged during their workout. - Motivational and Energetic Tone: The voice-over should be able to inspire listeners and keep them energized throughout their workout routine. - English Language: The recording must be in English. Previous experience in recording for workout videos or similar content would be a plus. Please include samples of your previous work in your application.

    $22 (Avg Bid)
    $22 Avg Bid
    18 bids

    ...residential usage. It should be equipped with a battery backup system to ensure continuous power supply during outages. Key Requirements: - 5kW Power Output: The inverter should be capable of handling 5kW of power, suitable for residential usage with inductive loads. - Battery Backup Compatibility: It must be designed to work with a battery like lead acid and LifePO4 battery of 48V which will be a 16 string LifePO4 battery.. This is crucial for ensuring uninterrupted power during times of outages or low sunlight. -Tgere whouxl be an lcd screen to do settings and check status. - Residential Suitability: The inverter should be designed for residential environments, taking into account factors like space constraints, noise levels, and ease of installation. Ideal Skills and Exper...

    $2170 (Avg Bid)
    $2170 Avg Bid
    10 bids

    ...space will be an object with the following properties: Garden Space Name Item groups (array of objects). Each item group will have these properties: Type (labor or material) Item Name Description Quantity (hours or units) Unit Price (defaulting to default labor price set above) Additionally, a property can be added to each garden space object to store the captured image data (base64 encoded string). 4. Email Sending with EmailJS: The developer will integrate EmailJS functionality to send estimate details to the customer upon the user's request. A bundled configuration will be used to store SMTP server credentials securely (host, port, username, password). The developer will implement logic to format the estimate data using an EmailJS template and send it using the ...

    $582 (Avg Bid)
    $582 Avg Bid
    100 bids

    I need a robust AI solution that focuses on detecting people indoors based on CCTV Key Requirements: - The primary purpose of this project is object detection, with a focus on identifying and counting people. - The solution should be tailored for indoor environments, ensuring that the detection is reliable and accurate in such settings. Ideal Skills and Experience: - Strong background in AI, particularly in object detection and recognition. - Prior experience with similar projects, especially those involving people counting. - An understanding of indoor environments and the challenges they might pose for object detection. The goal is to have a system in place that can accurately detect people indoors, aiding in various applications.

    $1249 (Avg Bid)
    $1249 Avg Bid
    79 bids

    ...express mnu. 2-dev express grid highight: I need a button with coclor picker (dev express color wheel), the the user can click to chosse the coclor and then when user clicks cells(s) in a dev express grid it will set the back color to the selected color. i also need a button to clear/reset all colors, and button to set the color to default (so user can unset each cell by clicking again). 3-string manipulation: given a multiline textbox, i need a fast way to parameterize parts of the text. so, when the user selects text, and then click a button it will prompt (winfrom) the user to enter the variable name (default to ID) and an option for quotes around (default to checked). it will then replace all text matching the selected text with a dollarsign and the variable name. for...

    $227 (Avg Bid)
    $227 Avg Bid
    13 bids

    I'm seeking an expert in Ninjatrader 7 (NT7) coding to bring new functionalities to my platform. The core requirements of my project are: - Incorporating Custom Indicators into NT7: I need you to hard code specific elements into the system for customized utilization on the chart trader. - Advanced Charting Features: I...Advanced Charting Features: I would require the integration of advanced charting features in NT7. Chart trader modifications. As a freelancer, you should ideally have: - Proven experience in coding for Ninjatrader 7. - Knowledge of financial markets, trading systems, and indicators. - High-level skills in coding and data visualization. Join me in upgrading the potential of my NT7 trading platform. Counting on your expertise to make trading more insightful...

    $216 (Avg Bid)
    $216 Avg Bid
    14 bids

    ...uel_type=petrol&search_distance=1000 - Facebook market place - If you look closely, each URL has parameters which define search criteria. Make, model, price, mileage etc. are all parameterised in the query string. It is quite straightforward to decipher these. In the sample spreadsheet supplied I have started to create entries for Autotrader, eBay and Gumtree. These are incomplete but they give a good starting point. You will see that each URL replaces the paramater with a named cell from the spreadsheet. Out of scope Getting the lowest and highest price is a manual process. You do not need to

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    17 bids

    For this assignment, I'm looking for an experienced developer to link Puntingform and our own API to develop a text-based Discord software. Essential Requirements: - In-depth understanding of API integration - Familiarity with Di...Puntingform and our own API to develop a text-based Discord software. Essential Requirements: - In-depth understanding of API integration - Familiarity with Discord API - Ability to create software with real-time data updates - Proficiency in text-based software design By completing this project, you’ll facilitate an essential function of our Discord platform - real-time data updates. I am counting on your expertise to ensure seamless service for our users with this text-based application. Prior experience working with Discord API would ...

    $355 (Avg Bid)
    $355 Avg Bid
    57 bids

    Hello I am looking for a python code to scrape a large number pages and save them as html. In order to get to the page to save, you must click a radio button, submit, and then enter a string of numbers, then submit and then save the html. If the string entered provides an error then you must skip to the next iteration. There is no human verification. I already have a version I made myself that works with Selenium, however I need to increase the speed, so I am looking for someone to see if its possible to do this without even opening a browser and possibly using direct call methods (get, request, cURL, response, JSON?). It should be a simply project for someone who knows how to do this. Please enter the result of 3+2 for your message to be received.

    $104 (Avg Bid)
    $104 Avg Bid
    108 bids