Algorithms for c jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 algorithms for c jobs found, pricing in USD

    I'm seeking an experienced SEO professional to help me rank 10 keywords on Google. Key Requirements: - On-page & Off-page SEO: You should be proficient in both to help my website achieve better visibility on Google. - Keyword Research: I have some specific keywords in mind, but I also need your expertise to identify other relevant keywords that can aid our goal of incre...goal of this SEO campaign is to drive more visitors to my website. Therefore, the successful completion of this project should result in a noticeable increase in organic traffic. Ideal Skills: - Proficient in both on-page and off-page SEO - Experienced in keyword research and selection - Proven track record of increasing website traffic through SEO efforts - Familiarity with Google's ranking algorithm...

    $51 (Avg Bid)
    $51 Avg Bid
    53 bids

    Functionality: Data Collection: Retrieve historical stock data (price and volume) for a given set of stocks from a reliable financial data provider (e.g., Yahoo Finance, Alpha Vantage). Store the data in a suitable format (e.g., CSV files or a database). Data Preprocessing: Clean and preprocess the collected data, handling missing values and ensuring consistent formatting. Calculate necessary technical indicators, such as moving averages (e.g., 50-day, 200-day), Relative Strength Index (RSI), and trading volume. Technical Analysis: Implement functions to identify bullish signals based on technical indicators, such as: Moving Average Crossovers: Detect when a shorter-term moving average crosses above a longer-term moving average (e.g., golden cross). RSI Oversold: Identify s...

    $185 (Avg Bid)
    $185 Avg Bid
    18 bids

    ...operations by integrating AI swarms with 8-bit characters. We're seeking an experienced game developer who can bring our design concepts to life, creating a seamless and engaging front end for both web and mobile platforms. Must be developed using Phaser or Construct. Then I have this basic UI that also needs to be connected. We have an API/Backend developed already. The developer needs to be able to connect it. **Project Scope:** - Develop the front-end architecture for our platform, optimized for both web and mobile devices. - Ensure integration of visual content with live API connections for real-time data visualization. - Collaborate closely with our UX/UI designers to implement the visual and interaction design. - Conduct thorough te...

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

    ...best book covers for both books according to the style and description I've provided will be chosen to illustrate both books in it's entirety. Total budget for both complete books is $650. There will only be 12 illustrations for the girl book and 13 illustrations for the boy book. Here are the character descriptions for the 3 boy characters: Character A: Age 7, Full curly afro, caramel-skinned, on the right of the cover Character B: Age 7, Dread locks, dark-skinned, in the center of the cover Character C: Age 10, Braids, light skinned, on the left of the cover I've attached a photo of the characters and want to see if you can replicate the illustration style, hair styles, and skin complexions. LITTLE BROWN BOY BOOK COVER: Th...

    $50 (Avg Bid)
    Guaranteed
    $50
    108 entries

    I am in need of a versatile developer who can build an integrated messaging system that ties together Facebook Messenger, Slack, and Instagram. The key features of this project include: - Ability to both manually and automatically respond to the received messages. - The automatic response should apply only to text messages. Desired Skills &...Ability to both manually and automatically respond to the received messages. - The automatic response should apply only to text messages. Desired Skills & Experience: - Extensive experience in API integration. - Deep understanding of Facebook Messenger, Instagram and Slack platforms. - Experience in designing systems that handle both automatic and manual responses to messages. - Familiarity with algorithms to effectively auto-re...

    $268 (Avg Bid)
    $268 Avg Bid
    17 bids

    ...to build a project on the Solana blockchain. The main goal of the project is to be a DeFi platform similar to polymarket.com. The key feature I'm looking to incorporate is price prediction algorithms. Key Points: - Develop a Decentralized Finance (DeFi) platform on Solana blockchain - Incorporate Price Prediction Algorithms as the main forecasting tool - The layout and functionalities of the platform should be similar to Polymarket Ideal Skillset: - Solid understanding of blockchain technology, particularly Solana - Proficient in DeFi development - Experience in implementing Price Prediction Algorithms - Familiarity with platforms like Polymarket and similar forecasting tools This project requires a freelancer with a deep understanding of DeFi platforms, ...

    $843 (Avg Bid)
    $843 Avg Bid
    47 bids

    ...to build a project on the Solana blockchain. The main goal of the project is to be a DeFi platform similar to polymarket.com. The key feature I'm looking to incorporate is price prediction algorithms. Key Points: - Develop a Decentralized Finance (DeFi) platform on Solana blockchain - Incorporate Price Prediction Algorithms as the main forecasting tool - The layout and functionalities of the platform should be similar to Polymarket Ideal Skillset: - Solid understanding of blockchain technology, particularly Solana - Proficient in DeFi development - Experience in implementing Price Prediction Algorithms - Familiarity with platforms like Polymarket and similar forecasting tools This project requires a freelancer with a deep understanding of DeFi platforms, ...

    $617 (Avg Bid)
    $617 Avg Bid
    44 bids

    ...fixed. I'm looking for a professional who can assist me in enhancing the script. Requirements: - The script should be able to validate the existence of email mailboxes without freezing when processing a large volume of emails. - Email verification must be accurate and reliable, and the script should be able to handle a large list of emails efficiently. Key points for the project include: - Implementing a more efficient algorithm to handle large email lists without freezing. - Ensuring that the script provides accurate validation of email mailbox existence. Ideal Skills: - Strong proficiency in Node.js and email verification techniques. - Experience in optimizing scripts to handle large datasets without performance issues. - Good understanding of efficient algor...

    $128 (Avg Bid)
    $128 Avg Bid
    20 bids

    I'm in need of a freeware expert capable of building an efficient and user-friendly GUI in C for a Pacman game coded in C. The system should contain: - Data input forms to allow ease of data entry - Visual data displays to allow smooth and instant data interpretation - Interactive navigation menus for efficient browsing through the system Ideal candidates for this task would be proficient in C, with a solid understanding of GUI design for Windows operating systems. Previous work with data input forms, visual data interfaces, and navigational system design will be advantageous. Project needs to be done in maximum 10 hours

    $49 (Avg Bid)
    $49 Avg Bid
    5 bids

    ...adjacent column c cells, put the result in the first column c cell and remove the duplicate row. AEE ATTACHED png. I need a tailored solution for a data manipulation task within Excel. Specifically, I am looking for an Excel macro that can accurately merge cells based on their adjacency. Essential skills and experience should include: - Expert knowledge of Excel and its macro functionality - Prior experience with data manipulation tasks such as merging cells - Understanding the rules or criteria for merging specifically adjacent cells - Excellent problem-solving skills and attention to detail I will provide the working data sheets and a detailed explanation of the rules for adjacency-based merging to guide the creation of the macro. Any p...

    $109 (Avg Bid)
    $109 Avg Bid
    38 bids

    ...1: Write dynamic programming and recursive programs for a given problem obtained from 4 practical task selection test. • Implement a recursive program to solve the given problem. • Analyze time complexity of the recursive program (brute force) and dynamic programming approach using Big O and Omega notations. • Implement a dynamic programming approach by defining a table to store previously calculated values and using them to compute the next value in the sequence. Write recursive solution. • Test both programs for different input sizes and compare their performance. Task 2: Parallelize the algorithms for the second and third recursive equations obtained from the 1 practical selection test, and also parallelize second and third algor...

    $43 (Avg Bid)
    $43 Avg Bid
    13 bids
    IT Companies Followers Growth 4 days left
    VERIFIED

    ...from IT companies. Key Responsibilities: - Drive our follower count up significantly, particularly targeting IT companies. - Enhance our brand visibility within the IT sector through social media. Skills Required: - Proven track record in growing social media followers, particularly within the IT industry. - Understanding of effective strategies for boosting brand awareness. - Excellent knowledge of various social media platforms and their algorithms. - Strong communication skills, capable of engaging with followers. - Familiarity with the IT industry would be advantageous. Ideal Candidate: The ideal candidate will be a social media expert with a clear understanding of the IT industry. They should have a successful history of growing followers and increasing brand visi...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    38 bids
    storage software 4 days left
    VERIFIED

    I need a professional C#, C or Python programmer with knowledge of MAC/IP

    $122 (Avg Bid)
    $122 Avg Bid
    35 bids

    I'm seeking a skilled programmer, proficient in Python, who can develop a trading algorithm according to my exact specifications. The algorithm itself must integrate with the TD Ameritrade platform and take into consideration an array of varying factors such as: - Histo...Historical stock prices - Market trends - Earnings reports - The presence of candles twice as large as the previous candle sma cro - Ignoring red and green bars - 8 sma crossing 21 at any time frame - 20 sma crossing 200 at any time frame - 50 sma crossing 200 sma - Double tail bars at any time frame A solid understanding of financial markets as well as a proficiency in developing trading algorithms is necessary. This task is intricate and requires meticulous attention to detail, only experienced developer...

    $184 (Avg Bid)
    $184 Avg Bid
    20 bids

    ...of a new metamaterial. The project involves algorithm development to achieve our cooling optimization goals. I will forward you a report where they've used Genetic Algorithm method to optimize parameters. She has used four flux theory to predict optical properties for different particle parameters. you should not optimize the reflectance... in your work, you should optimize the cooling power Requirements: Proficiency in MATLAB Strong background in optics, material science, or related fields. Experience with genetic algorithms and parameter optimization techniques. Excellent communication skills and ability to work independently. Nice to have: Familiarity with four-flux models and scattering transfer equations. Previous experience with Lorenz-Mie t...

    $370 (Avg Bid)
    $370 Avg Bid
    6 bids

    I'm in need of an experienced C# desktop programmer who is well-versed in SQL Server 2019. The primary task is to ensure that new columns added to the database are correctly displayed in the Excel report generated by the application also fix some minor areas that will discuss in detail Key Responsibilities: - Troubleshoot and fix the issue of new columns not being displayed in the Excel report - Ensure that all relevant data is correctly fetched from the SQL Server 2019 database - Implement a seamless solution that does not affect the overall functionality of the application Ideal Skills and Experience: - Strong proficiency in C# programming language - Expert knowledge of SQL Server 2019, including stored procedures and functions - Prior experience with similar tasks i...

    $146 (Avg Bid)
    $146 Avg Bid
    52 bids

    For my project, I'm looking for a highly detail-oriented professional with brilliant Excel skills. Key responsibilities include: - Managing and transferring both numerical and textual data in an Excel spreadsheet, ensuring the correct placement into columns marked by letters (A, B, C, etc). - You'll not be required to order the data in any specific way, just transfer into the appropriate columns. Skills & Experience: - Proven record in data entry tasks - Strong Excel skills - Ability to understand and interpret numerical and textual data Looking forward to your bids and kicking into this project soon!

    $19 (Avg Bid)
    $19 Avg Bid
    134 bids

    I'm on the lookout for a skilled RHEL Engineer to assist in getting our server on the Certified Hardware List. The role will require expertise in the core language of RHEL. Although I'm unsure if proficiency in C is obligatory, having it would be a welcome advantage. Specifically, the Engineer will: - Understand the requirements for RHEL certification - Prepare the server for the process - Perform the tasks and tweaks necessary to meet certification conditions I anticipate that a strong understanding of programming, RHEL, and Linux-based operating systems will be necessary. Experience with server certification will also be highly beneficial.

    $95 (Avg Bid)
    $95 Avg Bid
    6 bids

    I'm seeking a skilled Python developer with exceptional capabilities in algorithms and data structures. Your primary task will be to develop an innovative solution for a Disjoint Union Set problem. Key Responsibilities: - Develop a new solution from scratch - Implement a Disjoint Union Set algorithm in Python - Ensure the algorithm is efficient and correct Ideal Skills and Experience: - Proficiency in Python is a must - Deep understanding of algorithms and data structures, specifically Disjoint Union Set - Strong analytical and problem-solving skills I have a code already but npot working but i recommend u start from skratch here is the problem please read it, the problem is tricky As it is the best SHS course, the teacher allowed you to work in groups as bi...

    $26 (Avg Bid)
    $26 Avg Bid
    17 bids

    I'm looking for a skilled developer with experience in cTrader platform and C# programming to create a custom Renko-based cBot for me. Key Requirements: - C# Proficiency: The developer should be well-versed in C# programming language, as the cTrader platform typically uses this language for cBots. - cTrader Platform Knowledge: Experience with this platform is essential, the developer should have a strong understanding of how to work with its APIs and develop cBots. - Custom Renko Functionality: I need the developer to implement a custom brick size for Renko charts in the cBot. -Automated Trading Execution: The cTrader bot should be able to automatically execute trades based on the parameters of the strategy. - Backtesting and optimis...

    $605 (Avg Bid)
    Featured Urgent
    $605 Avg Bid
    15 bids

    ...work on increasing the views for my videos. This could involve improving the visibility of the videos, analyzing and improving the retention rate, and promoting the content across various platforms. - Enhancing engagement: Engagement is crucial for the growth of the channel. Your responsibility would be to encourage and maintain a high level of engagement with the viewers to keep them coming back for more. Ideal Candidate: - Proven track record: I'm looking for someone with a successful history of growing YouTube channels, specifically in increasing subscribers, views, and engagement. - YouTube SEO knowledge: A good understanding of YouTube's algorithms and best practices is key. - Creativity: Thinking outside the box and coming up with inno...

    $103 (Avg Bid)
    $103 Avg Bid
    41 bids
    3D CAD Models of Gold Clasps 4 days left
    VERIFIED

    I need cad models made of these clasps in matrixgold 3dm format. These are approx 23 designs. I want wholesale price dont contact me if your prices are too high (M, L, H and C options of this one)

    $321 (Avg Bid)
    $321 Avg Bid
    27 bids

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled developer with expertise in creating a dynamically pixelating images (not simple machine or grid pixelation). The program should have the following functionalities: - dynamically pixelate any imported image into mathematical, non-mathematical or custom shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience in graphic programmi...

    $489 (Avg Bid)
    $489 Avg Bid
    28 bids

    Hi Rajib C., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $400 (Avg Bid)
    $400 Avg Bid
    1 bids

    I'm looking for a proficient social media specialist to manage accounts on Facebook, Instagram, and Twitter. The primary objective is to generate leads targeted to young adults between 18 - 24 years. Key Responsibilities: - Strategise and execute campaigns to engage and attract young adults - Measure and analyze the effectiveness of these strategies in lead generation - Maximizing online presence and audience engagement Skills and Experience: - Proven track record in lead generation via social media - Deep understanding of youth trends and interests - Expertise in Facebook, Instagram, and Twitter algorithms - Able to design captivating content that resonates with the young adult demographic - Strong analytical skills to assess campaign efficiency.

    $51 (Avg Bid)
    $51 Avg Bid
    11 bids

    ...customers 2. Customer had to register and must submit following details : a) Mobile Number (Must verify through OTP) b) Email id (Must verify through OTP) c) GST Number (if available ) d) Google map location (if available) after successful registration customer can login and request quotations 3. All the products details like: Product Name, photo, description, features, pdf (data sheet), warranty information, stock (available quantity), sale prices etc. can be uploaded directly through portal and mobile app and also can be uploaded through excel sheet with serial number of all products. 4. Customer can see all the uploaded products and can request for quotation. There is no need to show the available quantity (stock) to customers. 5. Admin can see the requested quotes wh...

    $725 (Avg Bid)
    $725 Avg Bid
    14 bids

    I'm in need of a skilled developer with strong experience in NodeJS, React, and N...will require: - Search Functionality: The application will have a search feature that allows users to find specific content or items efficiently. This will require robust search algorithms and user-friendly interfaces. - Payment Gateway Integration: The application needs to support payment processing. You'll need to integrate a payment gateway to handle transactions securely and seamlessly. Your experience in SQL will also be valuable to ensure efficient data management and integration with the web application. Please provide examples of your past work that demonstrate your expertise in these areas. I'm looking for a reliable, communicative individual who can deliver a high-...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    36 bids

    Implement Mac Filtering to allow specific Mac addresses to connect to a Windows Server 2016 and Windows 10 via Remote Desktop Protocol (RDP). Disable Right Click functionality for RDP users. Restrict Copy-Paste functionality (Ctrl+C, Ctrl+V) for RDP users. Implement measures to disable file transfer capabilities for RDP users.

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    As a communications engineer needing assistance with Natlab programming, I require a professional, preferably with a background in my field, to convert and integrate specified intermediate-level algorithms into MATLAB code. The project will entail the following: - Familiarizing yourselves with the existing code. - Converting given algorithms into MATLAB code. - Implementing the newly created MATLAB code into the existing code. Ideally, you should have a solid grounding in debugging, performance optimization, and feature implementation. This role needs an individual with a keen eye for detail and an understanding of the inner workings of the Natlab program, especially in communications engineering. Previous experience with similar projects would be an added advant...

    $30 (Avg Bid)
    $30 Avg Bid
    11 bids

    I'm looking to build a social networking website with a primary focus on matchmaking. The site should have the following key features: - User Profiles: Users should be able to create detailed p...should be able to create detailed profiles with information about themselves. - Messaging System: A seamless messaging system that allows users to communicate with each other. - News Feed: A platform where users can stay updated on activities, new matches, and other relevant information. The ideal freelancer for this job should have experience in developing social networking sites, particularly those with a focus on matchmaking. Knowledge of building and integrating matchmaking algorithms will be a plus. Please provide examples of similar projects you've worked on in the ...

    $249 (Avg Bid)
    $249 Avg Bid
    11 bids

    ...this project for an in-depth investigation purpose. I have numerous photographs capturing crimes and betrayals, some of which have been under or over exposed on purpose. My key requirement hinges on using comprehensive digital image processing techniques to extract hidden information from these photos. The ideal freelancer for this task would have a strong background in this field, with proven expertise and enhanced skills. Expectations from the investigation include: • High level of detail: I need precise features clearly identified, even clear text if possible. The ultimate goal is to achieve the best possible clarity on the obscured parts of these crucial images. Therefore, this job best suits individuals who are proficient in digital forensics, image enhancem...

    $138 (Avg Bid)
    $138 Avg Bid
    17 bids

    ...generating more appointment bookings, traffic to the locations, or website traffic. Key Responsibilities: - Conduct thorough local keyword research for all three projects. - Calls and traffic should start growing from first month. - Building backlinks every month. - Improve local keywords ranking for the Dentist and Vet clinic - Increase appointment bookings calls for the Dentist and Vet clinic - Increase website traffic for the NGO - Develop and execute strategies to meet the project goals - Regularly monitor and report on the progress of each project - Stay up-to-date with SEO trends and algorithms My Maximum Budget is 11000Rs. per month for all three projects. Ideal candidates should possess: - Proven experience in Local SEO, preferably...

    $84 (Avg Bid)
    $84 Avg Bid
    52 bids

    ...application (using JavaScript) The main task will be training the model to recognising the pose and creating a script for data generation from youtube videos. The trained model should work with the web mediapipe library and classify the given pose on a WebApp (JavaScript). (Eg: Push up and Push Down) You can refer this blog for reference: This project requires expertise in machine learning algorithms and techniques, as well as experience with Google Mediapipe and data preprocessing. The successful candidate should have a strong understanding of supervised learning and be able to optimize the model for accurate pose classification using JavaScript. The ideal candidate will also have familiarity with deep learning frameworks

    $182 (Avg Bid)
    $182 Avg Bid
    16 bids

    I'm looking for a C# developer to build an application for me. You need to make C# application (app/web/console whatever is best for you). Basically, it is POST, GET, PUT, DELETE requests against API. Problem is that there is limited documentation, so you must conclude based on swagger documentation how to implement each of functions. Swagger link will be provided. Please, apply for this job if you can do it TODAY.

    $69 (Avg Bid)
    $69 Avg Bid
    38 bids

    ...mobile app and web version. - It should primarily focus on generating slides based on provided text inputs. Ideal Skills/Experience: - Proficiency in natural language processing - Extensive experience in building Telegram bots - Proven track record in developing AI for image retrieval - Previous work on user interaction design - Knowledge in language translation algorithms Your role will involve configuring the bot to: - Interpret and process provided text for slide creation - Retrieve and include relevant images for each slide - Generate a well-structured and engaging presentation based on user input Bot Development: Design and implement a Telegram bot that interacts with users to gather presentation requirements. Ensure the bot can han...

    $1293 (Avg Bid)
    $1293 Avg Bid
    39 bids

    Hi Rahul C., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $216 (Avg Bid)
    $216 Avg Bid
    1 bids

    I am seeking a forward-thinking individual acquainted with managing and boosting visibility on Facebook, Instagram, and Twitter. This proje...initiatives that will straightforwardly funnel social media users to our website. Required Skills and Experience: - Proven track record in managing effective social media campaigns - Proficient in Facebook, Instagram, and Twitter algorithms - Ability to create and curate engaging content that resonates with all age groups - Expertise in lead generation tactics - Proficient in web analytics tools and able to translate anecdotes into strategies If you are a robust strategist passionate about social media with a knack for marketing, you are the professional I need for this project. Connect with me to help in rejuvenating my brand&...

    $92 (Avg Bid)
    $92 Avg Bid
    21 bids

    I’m currently sitting below 50 followers with an Instagram page focused on Art and Creativity. My main challenges are: - Boosting followers count - Improving post engagement The ideal assistant should have: - Proven experience in Instagram growth, especially for art-themed accounts - Proficient knowledge in Instagram's algorithms & engagement patterns - Capable of crafting strategies that can propel followers count and enhance post interactions In brief: Aim to develop a gainful footing in the Instagram Art circle featuring outstanding post engagement and a substantial increase in followership. Apply if you have a tested track record in delivering these outcomes.

    $71 (Avg Bid)
    $71 Avg Bid
    28 bids

    ...experienced HVAC professional to help design the HVAC systems for the house. Specifically, I require: - Manual J Load Calculation: I need an accurate calculation of the heating and cooling requirements of the home based on its size, layout, and other relevant factors. - Manual S Equipment Selection: I need assistance in selecting the appropriate HVAC equipment, like mini-split A/C units, a wood burning stove, and a boiler for the in-floor concrete heating. This should be based on the results of the Manual J load calculation. - Manual D Duct Design: Not required because of Mini split system and lack of a furnace. - Manual T Design: I need a design that ensures the thermal comfort and humidity control in the home. Ideal candidates for this project should hav...

    $145 (Avg Bid)
    $145 Avg Bid
    36 bids

    I'm seeking a skilled C# programmer proficient in socket programming to assist with a specific task relating to establishing server connections, sending/receiving data packets, and handling socket errors. Additionally, I need help in creating a small WooCommerce database interface. The specific requirements: - Socket Programming: You will be responsible for establishing a server connection, sending and receiving data packets, and managing socket errors. - WooCommerce Database Interface: We will be integrating a small interface to manage product inventory. In this case, we are looking for basic integration - primarily focused on reading product data. The ideal candidate should have: - Proven experience in C# programming, particularly with a strong unders...

    $502 (Avg Bid)
    $502 Avg Bid
    54 bids

    I am looking for a skilled Unity developer for a long-term collaboration. The ideal candidate should have extensive experience in Unity game development, including proficiency in C# and a strong understanding of game design principles. Responsibilities will include developing and maintaining game features and troubleshooting issues. This is a great opportunity for someone passionate about game development and eager to work on exciting projects.

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

    I'm seeking an experienced AI developer to create a robust application or website that can provide comprehensive takeoffs from uploaded residential and commercial slab plans. Key Features: * Object Detection and Text Extraction AI Capabilities - Uses advanced AI algorithms to detect and interpret various elements within the slab plans. * Supports Multiple Formats - Must be able to process JPEG and PDF formats. * Comprehensive Detail Analysis - Capability to identify and count specific components such as void formers, reinforcement bars, and structural beams. Ideal Skills and Experience: * Extensive experience in AI Development, specifically in the fields of Object Detection and Text Extraction * Demonstrable experience in creating software that can process and interpret rend...

    $5004 (Avg Bid)
    $5004 Avg Bid
    15 bids

    I'm an avid bo...looking to collaborate with a skilled video content creator who can optimize my Canon EOS R5 C camera to shoot engaging strategy game footage. I aim to produce compelling gameplay videos to share on YouTube. Key Requirements: - Experience with Canon EOS R5 C camera and video optimization for YouTube - Proficient in shooting strategy game footage - Able to capture overhead shots and close-ups of game pieces The ideal freelancer for this project should: - Have a good understanding of board game culture and strategy games - Be able to create visually appealing content for a YouTube audience - Be familiar with optimizing video content for the platform If you possess the necessary skills and enthusiasm for both board gam...

    $250 - $750
    Local
    $250 - $750
    0 bids
    Pixel-Action PC Game 3 days left
    VERIFIED

    ...aiming to capture both nostalgia and innovation. For this project, I need a skilled team to turn this vision into reality. **Key Requirements:** - **Game Development:** Proficient in developing action games for PC, with a portfolio showcasing similar projects. - **Pixel Art:** Exceptional skills in pixel art creation, able to craft detailed and unique characters, environments, and effects. - **Programming:** Strong background in coding, familiar with engines and languages suitable for PC game development (e.g., Unity, C#). - **Creative Input:** While I have a clear vision, I value creativity and input on how to enhance the game's design and mechanics. **Ideal Skills and Experience:** - Experience in developing action games, specifically for PC. ...

    $683 (Avg Bid)
    $683 Avg Bid
    15 bids

    I am in need of an experienced Amazon PPC Campaign Manager to help me reach my business objectives. The ideal candidate will have familiarity with: 1. **Tasks**: You will be primarily focused on optimizing my PPC advertising management. 2. **Past strategies**: I've previously used manual bid adjustments, automated bid algorithms and keyword optimization. Therefore, a candidate proficient in these strategies will be preferred. 3. **Target Audience**: My products are designed to appeal to all age groups so a broad understanding of the Amazon market will be most beneficial. Your role will ultimately increase product visibility, optimize sales, and efficiently manage our advertising budget. Your strategies should be adaptable to ensure consistent growth and maximum ROI. I'...

    $82 (Avg Bid)
    $82 Avg Bid
    9 bids

    I'm looking for a skilled freelancer with experience in image stitching using OpenCV. The primary goal of this project is to merge two images into a single image. Project requirements : You will be able to choose 2 grayscale images from the graphical interface. The images will be read from the disk and displayed, and the mouse will be used to choose corresponding points on the images (at least 3). Pairs of dots will be marked with crosses of the same colour in the images, but distinct (random choice of colours) for each pair. After pressing a key a third image will be displayed containing the first image pasted to the second image on a black background. For this, the image registration algorithm will be implemented, which calculates the geometric affine transf...

    $24 (Avg Bid)
    $24 Avg Bid
    5 bids

    Need to find a programmer who understands computer networks and knows c# or python programming

    $160 (Avg Bid)
    $160 Avg Bid
    26 bids

    ...same colour in the images, but distinct (random choice of colours) for each pair. After pressing a key a third image will be displayed containing the first image pasted to the second image on a black background. For this, the image registration algorithm will be implemented, which calculates the geometric affine transformation based on the least squares method. Inverse mapping with bilinear interpolation will be used to generate the resulting image. When a key is pressed, two other images are selected and the process is repeated. - Skills Required: A robust understanding of computer vision and experience with image stitching methods are vital. This comprises knowledge of fitting, blending techniques, and various algorithms to ensure the smooth blend of two separate ...

    $153 (Avg Bid)
    $153 Avg Bid
    11 bids

    I'm looking for a skilled software developer to create a unique application, using Python and C++ as the primary programming languages. Key Requirements: - Advanced proficiency in Python, C++, and HTML - Experience in software development - Ability to implement user login and registration functionalities Additional Skills: - Understanding of web development - Knowledge of user interface design The project primarily involves developing a software application, so a strong background in software development and proficient programming skills are highly desirable. The ability to seamlessly integrate user login and registration into the application is essential.

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