Multiplayer game using socket programming jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 multiplayer game using socket programming jobs found, pricing in GBP

    I'm looking for a professional who can help me to run a software I downloaded from GitHub on my Windows system. Here's the main outline of what I require: - Understand... - Custom configurations: I'm looking for someone who can make custom configurations to the program. This would likely involve adjusting settings, modifying code, or integrating additional features. - Troubleshooting: If the program does not run as expected, I would need the freelancer to troubleshoot the issue and provide a solution. The ideal candidate should have: - Proficiency in the programming language of the software - Experience with running software on Windows - Ability to understand and configure complex software. I would prefer if the freelancer can provide a summary of their experi...

    £24 (Avg Bid)
    £24 Avg Bid
    1 bids

    I am seeking an experienced engineer who can assist me in the design and analysis of a new project. Ideal skills and experience for the job: - Proficiency in AutoCAD for design and analysis - Strong background in engineering, particularly in the area of design and analysis - Excellent problem-solving skills - Ability to work closely with me to understand my vision for the project and bring it to life

    £24 / hr (Avg Bid)
    £24 / hr Avg Bid
    7 bids

    I'm looking for a seasoned game developer to create a realistic, real-life medical simulation game to be developed both for PC and Mobile platforms. Here's specifically what I'm seeking: - An Interactive Game: Engage players in realistic scenarios involving proper medication administration, offering a strong immersive experience in real-world healthcare practice. - PC and Mobile Platforms: The game needs to be fully optimized for both these platforms, ensuring a smooth player experience whether it's on a computer or a mobile device. - Strategic Gameplay: Incorporate strategic elements that challenge players to make appropriate decisions concerning medication administration. IDEAL CANDIDATE: - Has considerable experience in simulation ...

    £19 / hr (Avg Bid)
    £19 / hr Avg Bid
    11 bids

    I'm looking for a skilled game developer who can help bring a football game to life. This project is slated for console platforms and will need a sharp focus on gameplay mechanics. Both single-player and multiplayer modes are required in the design. Key aspects of this job include: - Console Game Development: Wide experience in this field is essential. Having developed football or sports games before would be a significant advantage. - Gameplay Focused: The game should be engaging with smooth controls and realistic physics. The primary focus of this project is gameplay; graphics and strategy are secondary. - Multiplayer and Single-Player Modes: Implement both single-player and multiplayer options for diverse user experiences. Thi...

    £374 (Avg Bid)
    £374 Avg Bid
    17 bids

    We are looking for developers who are proficient in WooCommerce and Google Sheet API to help with our ...including product catalog, shopping cart, and payment gateway integration. - Implement integration with Google Sheet API for specific data processing & syncing requirements. Ideal Candidate: - Proficient in WooCommerce, including setting up product catalog, shopping cart, and payment gateway integration. - Experienced in integrating external APIs, specifically Google Sheet API, App Scripts Programming. - A good understanding of data processing and how to leverage Google Sheet for such purposes. The project has a flexible timeline, but ideally, we would like to get it completed as soon as possible. There are ample opportunity for the right candidates for a long term business...

    £103 (Avg Bid)
    £103 Avg Bid
    46 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

    £57 (Avg Bid)
    £57 Avg Bid
    2 bids

    I'm looking to transform my game videos, which are currently in Full HD format, to weave a captivating story for my viewers. - The initial task involves trimming and removing any unwanted parts from less than 30 minutes of footage. - I want to bring the remaining video clips to life by adding special effects and animations to enhance the overall viewer engagement. - Additionally, adjusting audio levels is crucial to provide crystal clear sound and further enrich the gaming experience. Ideal strengths for this project would be technical proficiency in video editing software, a knack for storytelling through visual effects, and a solid understanding of audio engineering. If you have worked on gaming videos before, that would be a plus!

    £9 / hr (Avg Bid)
    £9 / hr Avg Bid
    28 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'l...

    £8 (Avg Bid)
    £8 Avg Bid
    2 bids

    I'm looking for help from a talented programmer with C++ experience and low-level programming knowledge. The main purpose of this project is to develop a keyboard input emulator specifically for gaming purposes. Basic requirements: - Compatibility: The emulator must be designed to run on Windows operating systems. - Programming Language: It is important to develop the emulator using C++. - Purpose: Macro tests will be performed with the emulator in the game. Your role will be as follows: - Design and develop a reliable and efficient keyboard input emulator for gaming. System level programming is required. (It will simulate the keyboard on the hardware and perform keydown and keyup operations. I want it to press the z1 key when the Capslock LED is o...

    £16 (Avg Bid)
    £16 Avg Bid
    1 bids

    Hello, This is a $20 project. Looking for a freelancer to develop a python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should target restaurants that have a phone number and *do not* have a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (in meters) - Ensure the business/place is a restaurant, bakery, etc. Key Data to Retrieve, output in a .CSV: - Business Name - Address - Phone Number - Google Maps URL Thank you, trooper501

    £16 (Avg Bid)
    £16 Avg Bid
    13 bids

    I am in need of a skilled AppSheet developer to create a custom app for my small warehouse inventory business. Key Features: - Inventory Tracking: I require a system that will consistently track and update inventory in real-time to ensure accuracy. Other Details: - Products: As a small warehouse, I have less than 50 different types of products. - User Access: The app will not need to support multiple users accessing and updating the inventory simultaneously. Ideal Skills: - Proficient in AppSheet development - Experience in building inventory tracking systems Please respond with your relevant experience and sample work for further consideration.

    £1724 (Avg Bid)
    £1724 Avg Bid
    74 bids

    Task 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...

    £45 (Avg Bid)
    £45 Avg Bid
    7 bids

    I'm looking for a skilled developer to create a user-friendly website for my MMORPG game server. Key elements of the project include: - Designing an engaging and intuitive UX/UI template for the website that resonates with the game's theme and aesthetics - Inclusion of essential features to enhance user experience Your expertise in web development, specifically in the gaming sector, will be crucial to this project's success. A strong understanding of user behavior, and the ability to translate that into a visually appealing and functional website is a must. Please provide a portfolio showcasing your previous work in this area. Experience with MMORPGs or gaming websites will be highly valued.

    £45 (Avg Bid)
    £45 Avg Bid
    19 bids

    Hello! I need someone who is an expert in web programming with PHP to translate any kind of PDF for free in using PHP. This PDF must not lose its quality. It must remain intact and it must preserve the ORC format, style and all. I want the translation to be exactly like the one from onlinedoctranslator.com. I know you're going to tell me that the Google Translate api isn't free, but you can use this library (link removed) . Then it has to choose the number of pages in the PDF. Even if the PDF is 100 pages or more, it must be able to translate it. It must support encrypted PDFs and PDFs protected by passwords. I will use your code in my site. You can visit it and you'll see that the PDF translation is missing. I've told you everything and I hope you'l...

    £11 (Avg Bid)
    £11 Avg Bid
    7 bids

    Hello, I have an idea for a game that I want to develop. I have scoped out what I want the game to be, and I'm really excited for what it can become. It's not a super complex game, it's essentially a strategic board game with a few more components added to it. I can tell you more later if we end up working together. The thing is, I have no game development experience. I've considered doing it myself, but I do know from experience that having a coach by my side to help guide me can save me A LOT of time, frustration and the temptation of giving up. So I wanted to reach out and check if you offer "coaching" services that I could buy to help me better understand the best ways of creating my game, and then the details ...

    £20 / hr (Avg Bid)
    £20 / hr Avg Bid
    22 bids

    I'm looking for a skilled and experienced coder to work remotely on a website development project. The project involves: - Building a website: Your primary task will be to create a professional website from scratch. This includes developing the site's front-end and back-end, and ensuring it is functional, user-friendly, and visually appealing. I'm open to hearing your suggestions on the programming languages and technologies to be used for the project. Your expertise in coding and web development will be crucial in bringing this project to life. Prior experience with similar projects and a portfolio of past work will be highly regarded. Looking forward to collaborating with a talented coder who can take ownership of this project and deliver a high-quality website...

    £344 (Avg Bid)
    £344 Avg Bid
    69 bids

    I'm in need of a skilled OpenCV programmer to help me with a bug in my WhatsApp automation script. Here's what you need to know: - The specific issue is that the automation isn't starting as expected. - The script is written in Node.js. - I haven't been able to locate any error messages or logs that might be related to the issue. You should ideally have experience with: - WhatsApp automation - Node.js - OpenCV Your task will be to identify the root cause of the automation failing to start and rectify it.

    £9 (Avg Bid)
    £9 Avg Bid
    3 bids

    ...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 involving Excel report generation from SQL data - Excellent problem-solving skills and logical thinking - Ability to work independently and deliver high-quality results within the stipulated time frame If you believe you have the right skill set for t...

    £114 (Avg Bid)
    £114 Avg Bid
    50 bids

    I'm looking for a wizard developer who can create an enterprise API. I do not have a preferred programming language, therefore, use the one you find most suitable and efficient. I need the API to include the following features: I am seeking a skilled developer to create a API to act as a third party implementation to serve clients such a service oriented businesses as Massage Therapists for client booking via scheduling calendar of showing available appointments ( this calendar shall also be utilized by the client to create time blocks when required ) in addition require online credit card initial deposits at time of scheduling and final payments featuring Vaulting to retain credit card details for future or ongoing appointments. A feature automation to fwd notifications cl...

    £368 (Avg Bid)
    £368 Avg Bid
    69 bids

    I need a skilled data analyst proficient in R to perform an in-depth statistical analysis on a large dataset of more than 10,000 records. The main objective is to conduct thorough statistical analysis rather than predictive modeling or data visualization. Key Requirements: - Proven experience and expertise in R programming. - Ability to apply a wide range of statistical techniques including: - Descriptive - Logistics - Bivariate - Univariate - Multivariate - Multidimensional Ideal Candidate: - Proficient in handling large datasets. - Experienced with statistical analysis on a similar scale. - Strong understanding of various statistical techniques. - Ability to present the results in a clear and comprehensible manner.

    £94 (Avg Bid)
    £94 Avg Bid
    19 bids

    ...and developer to work full time on our customers websites. Your primary responsibilities will include graphic design, HTML/CSS coding, JavaScript and Bootstrap programming in Spanish and English Key Responsibilities: - Develop and maintain websites using HTML, CSS, JavaScript and Bootstrap using our proprietary CMS. - Implement interactive features and dynamic content using JavaScript. - Optimize images for fast loading. Must be strong in responsive design using CSS media queries. Skills and Experience: - Proficiency in Graphic Design software. - Strong experience in HTML/CSS. - Proven track record in JavaScript programming. - Ability to work creatively and proficiently. - Excellent communication and collaboration skills. - Str...

    £16 / hr (Avg Bid)
    £16 / hr Avg Bid
    107 bids

    I’m looking to move from tebex to sell digital products for Rust, a popular online game. I am in need of a developer who specializes in creating stores leveraging a headless API for payment processing. Here's what the project would entail: - Building a digital game store to sell in-game currency, items, equipment, and game modifications. - The store should also issue commands to the Rust game server when a purchase is made. Ideal Skills and Experience: - Experience with APIs, specifically headless APIs, and payment processing integrations. - Demonstrable experience in creating webstores. - Familiarized with gaming servers, particularly Rust. - Experience in handling digital products.

    £16 / hr (Avg Bid)
    £16 / hr Avg Bid
    33 bids

    I'm in need of a skilled web developer and programmer to assist with my current project. Unfortunately, I wasn't able to specify the exact purpose of the site, the features I require, or the target audience. However, I...or the target audience. However, I can provide additional information once we're in discussion. Key Responsibilities: - Collaborate with me to determine the website/application purpose, features, and target audience - Develop and code the site/application based on our discussions - Ensure the final product is user-friendly and responsive Ideal Candidate: - Proficient in web development and programming - Excellent communication skills - Able to adapt and work with evolving project requirements - Experience in eCommerce, database integration, and paym...

    £39802 (Avg Bid)
    £39802 Avg Bid
    22 bids

    I'm in need of a web developer with experience in ASP.NET MVC (Model-View-Controller) web framework to create a news-focused informational website about video games. Specifically, the site will concentrate on video games news. The successful candidate should possess the following skills: - Strong proficiency in the ASP.NET MVC framework - Understanding of news website structure and functionality - Knowledge or interest in video games would be beneficial - Previous experience in designing and building news-websites would be a significant advantage The website should have an engaging, easy-to-navigate user interface that offers a seamless user experience. A keen eye for attention to details would be appreciated. The point is to make the latest gaming news easily accessible and engagi...

    £18 (Avg Bid)
    £18 Avg Bid
    14 bids

    ...experienced Android App Developer to join our team for the development of a puzzle game for the Android platform. As an Android App Developer, you will be responsible for translating game concepts and designs into high-quality, efficient, and engaging mobile experiences. Your primary focus will be on the development of the Android application and its integration with backend services. Responsibilities: 1. Collaborate with game designers and artists to understand game mechanics, features, and visual designs. 2. Develop clean, efficient, and maintainable code for the Android platform using Java or Kotlin. 3. Implement game mechanics, user interfaces, animations, and audio effects according to specifications. 4. Optimize game performance fo...

    £715 (Avg Bid)
    £715 Avg Bid
    10 bids
    Game written in Unity 6 days left
    VERIFIED

    Hello, I would like to buy your mobile games written in Unity, please make an offer to me.

    £16 (Avg Bid)
    £16 Avg Bid
    11 bids

    ...style to life for my mobile game. Key Requirements: - 2D Art Style: I have a specific vision in mind for a cartoonish art style for this game. It's essential that the artist I work with can bring this to life convincingly. - Backgrounds/Environments: The 2D art will primarily be used for backgrounds and environments in the game. - UI/UX Elements: The art will also be used for certain UI/UX elements in the game. Project Scope: - The number of unique backgrounds/environments required is not yet finalized, but will fall within the range of 1-3, 4-6, or more. We can further discuss the exact quantity during the project initiation. Ideal Skills: - Proficient in 2D art and illustration. - Previous experience in creating cartoonish art styles. - Experience...

    £13 / hr (Avg Bid)
    £13 / hr Avg Bid
    30 bids
    R Programming Expert Needed 6 days left
    VERIFIED

    I'm in need of a skilled R programmer for help with a project. I'm looking for someone who is experienced in R programming, data analysis, statistical modeling, and data visualization. Your role would be to assist me with my project and help me to achieve the best possible outcome. The ideal candidate should have: - Proficient in R programming - Proven experience in data analysis and statistical model building - Familiarity with data visualization techniques - Strong communication skills This may be an ongoing project, so availability and dedication would be a plus. Please provide examples of your previous work in your bid.

    £61 (Avg Bid)
    £61 Avg Bid
    18 bids

    I'm looking for a skilled developer to create a rock paper scissors game on a Raspberry Pi. The outcome should be displayed on an LED. The following are the key requirements for this project: - **LED Display Design:** I don't have a specific design in mind for the LED display, so I'm open to creative suggestions. It would be great if the design can enhance the user experience and make the game more engaging. - **Programming Language:** I'd prefer the game to be developed using Python. Please ensure you're proficient with Python and can create a smooth and efficient game. - **Control Mechanism:** I'll need the game to be controlled via a web interface that's accessible through a network. This is essential f...

    £14 (Avg Bid)
    £14 Avg Bid
    6 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 advanta...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 a...

    £80 (Avg Bid)
    £80 Avg Bid
    4 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 optimisation capabilities: The ideal devel...

    £476 (Avg Bid)
    Featured Urgent
    £476 Avg Bid
    15 bids

    Hello, I want someone to work with me in the field of games. I create video game content on YouTube and Facebook. All I need is a Pakistani person to work with me. I have a very sweet offer for this work. For further details contact me on WhatsApp: +201003499514

    £197 (Avg Bid)
    £197 Avg Bid
    1 bids

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled develop...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 programming, creating image pixelation algorithms and a strong background in developing highly interactive programs for Windows, understanding artistic elements/nuances and familiarity with software development and adhering to deadlines Winning bidder will s...

    £386 (Avg Bid)
    £386 Avg Bid
    25 bids

    Readymade Web-Based Aviator Game

    £59 (Avg Bid)
    £59 Avg Bid
    9 bids

    ...skilled freelancer who can help me automate personal communication using WhatsApp Cloud API. The main goal of this project is to streamline my personal communication processes and make it more efficient. Key Responsibilities: - Integrating WhatsApp Cloud API: The first phase of this project would involve setting up the WhatsApp Cloud API, including the integration of a websocket webhook for real-time communication. - Developing Automation Scripts: I will need you to create Python scripts that can automate various communication tasks on my behalf. This might involve sending messages, responding to specific triggers, or even managing contacts. Skills and Experience: - Proficiency in Python: You should be an expert in Python programming, as this will be the primary languag...

    £14 (Avg Bid)
    £14 Avg Bid
    8 bids

    I'm looking for a Python content writer who can create technical documentation at an intermediate level geared towards software developers. Key Requirements: - Previous experience writing technical documentation. - Comprehensive understanding of Python programming language. - Ability to break down complex concepts into easily digestible content. - Knowledge of the needs and interests of software developers. The documentation should be structured, engaging, and provide a thorough explanation of Python concepts that are relevant and useful for software developers. A long-term collaboration may be possible for the right candidate.

    £103 (Avg Bid)
    £103 Avg Bid
    34 bids

    ...where your yes means yes and your no means no? Do you have several years of programming experience with all things ReactJS? Place, "ReactJS developer" on the top of your bid. This full-time position requires attention to detail - someone that understands spoken and written English, fluently. We have enough work for over a year. On the top, after "ReactJS developer", please tell me what was your most difficult ReactJS project you completed and why. Also, how many years of ReactJS experience do you have? Read this job description carefully, as it serves as an indicator to me if you pay attention to detail. The project consists of connecting to a Drupal project via REST endpoints. We're saving data to the PWA using IndexedDB, encrypting sensitive d...

    £10 / hr (Avg Bid)
    £10 / hr Avg Bid
    50 bids

    I'm in search of a skilled hardware developer who can help me launch a new line of products that cater to the home improvement market. Specifically, I'm looking to focus on indoor remodeling needs, and I believe that developing unique hardware products can be a game-changer. Key requirements include: - Experience in developing hardware products for home use, particularly in the home improvement sector. - A keen understanding of the needs and trends in the home improvement market. This will be crucial in ensuring our products are relevant and appealing to our target audience. Your responsibilities will include: - Conceptualizing and designing hardware products that can be used for indoor remodeling, such as innovative fixtures, connectors, or other relevant goods. - Proto...

    £8 (Avg Bid)
    £8 Avg Bid
    1 bids

    As the project owner, I'm seeking a professional skilled in Pine Script with experience in retrieving code from private scripts on Trading view. The key objectives of this project include: - Extracting...indicators like Moving averages, Pivots, Fibonacci and MACD. - The code extraction should consider compatibility with variable timeframes. Whilst exact timeframes aren't specified yet, flexibility should be maintained to accommodate potentially any (e.g. 1 minute, 5 minutes, 1 hour, and more) I expect freelancers interested in bidding for this project to have proven experience in Pine Script programming and a reliable understanding of trading indicators. Kindly attach a sample of a similar project you've worked on, if available. This way I can evaluate your suitabil...

    £79 (Avg Bid)
    £79 Avg Bid
    5 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 advantage.

    £19 (Avg Bid)
    £19 Avg Bid
    8 bids

    I'm seeking an experienced and met...Furniture layout: An optimal furniture layout for a property with more than 4 bedrooms. This should consider the size and placement of each room, ensuring a balance between functionality and aesthetic appeal. the plan to include the following 1- living (15 person)+ dining area (10 chairs) 2- office room 3- meditation room (330x250cm) 4- Guest room 5- small gym (could be integrated with office) 6- Game Room 7- Theater/cinema room 8- Storage Ideal candidates should have: - Proven experience in creating detailed 2D plans for residential properties. - Proficiency in architectural or interior design software. - A keen eye for detail and the ability to create a practical, yet aesthetically pleasing layout. Looking forward to receiving ...

    £79 (Avg Bid)
    £79
    9 entries

    Hello, Looking for someone to create video ads from a mobile game, you will need to play the game, get footage from and then give me 5 horizontal video and 5 vertical ads each video needs to be between 15-30 seconds long If you understand that you need to create everything from scratch and can do it in a short time frame please type GREEN at the beginning of your proposal. Proposals without it will be ignored.

    £47 (Avg Bid)
    £47 Avg Bid
    62 bids

    I'm in need of an experienced professional who can rig my 3D models and adjust some details in need (like texture, number of triangles...) for a game called Zepeto. The price will be 4$ for each model (price is negotiable). Key requirements include: - Expertise in rigging 3D models using Blender If you have a deep understanding of these areas, I'd be happy to discuss the project further with you.

    £20 (Avg Bid)
    £20 Avg Bid
    19 bids

    I need a solution that can automatically insert page numbers onto every A4 page in my document at the bottom. Key Requirements: - The system should work with A4 format. - It should be able to insert these page numbers automatically and consistently on every page. - The page numbers should be placed at the bottom of each page. Ideal Freelancer: - Experience working with PDF manipulation and automation. - Proficient in software that can perform automatic page numbering. - Attention to detail in maintaining consistency in design and positioning of the page numbers.

    £82 (Avg Bid)
    £82 Avg Bid
    21 bids
    MS Access Form Input Design 6 days left
    VERIFIED

    I require an expert in MS Access and Visual Basic programming to design a user-friendly form input interface for my project. - This interface should be intuitive and be capable of capturing and effectively managing predominantly text data. - Familiarity with database systems and strong understanding of user interface design principles will be extremely advantageous. - I'm looking for someone who can deliver quality work promptly. Demonstrative past experience in similar tasks will be highly advantageous.

    £17 / hr (Avg Bid)
    £17 / hr Avg Bid
    62 bids
    Online Casino Game Provider 6 days left
    VERIFIED

    we need a online casino dev can provide us the game on the list

    £3534 (Avg Bid)
    NDA
    £3534 Avg Bid
    15 bids

    As a Python Developer, I'm intent on automating specific repetitive tasks related to file management and organization. Key Responsibilities: - Develop scripts in Python to automate repetitive file management tasks. These tasks are slowing down our productivity and we need a solution to streamline them. - Implement an effective, reliable and user-fri...Python to automate repetitive file management tasks. These tasks are slowing down our productivity and we need a solution to streamline them. - Implement an effective, reliable and user-friendly automated system that requires minimal manual intervention. - Ensure the system is highly secure and can handle large volumes of data effectively. The ideal candidate will have: - Proficiency in Python programming language and experience...

    £103 (Avg Bid)
    £103 Avg Bid
    17 bids

    I'm looking for a skilled 3D modeler who can create a high-detail truck model for use in gaming. This truck is intended to be used in Euro Truck Simulator 2 game.

    £439 (Avg Bid)
    £439 Avg Bid
    26 bids

    ...Requirements: - Fully automated: The tool should be capable of removing backgrounds from photos without requiring any manual adjustments. - File Format Support: The tool should support the file format for the background removal. - User-friendly: The tool should be easy to use and navigate, even for those with no prior experience in photo editing. Ideal Skills and Experience: - Proficient in programming languages suitable for creating automated tools - Experience in photo editing and understanding of background removal techniques - Prior experience in developing similar tools or software for photo editing purposes The successful candidate will be able to develop a user-friendly, fully automated tool for background removal with a file format that matches the format. This pro...

    £16 / hr (Avg Bid)
    £16 / hr Avg Bid
    12 bids