R Programming Language Projects
Looking for freelance R Programming Language jobs and project work? PeoplePerHour has you covered.
Program to devlope offline game
import pygame import random import time # Initialize pygame pygame.init() # Game Constants SCREEN_WIDTH = 600 SCREEN_HEIGHT = 400 FPS = 60 # Colors WHITE = (255, 255, 255) RED = (255, 0, 0) GREEN = (0, 255, 0) BLACK = (0, 0, 0) # Initialize the screen screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) pygame.display.set_caption("Dodge the Falling Objects") # Clock object to control game speed clock = pygame.time.Clock() # Game variables player_width = 50 player_height = 50 player_x = SCREEN_WIDTH // 2 player_y = SCREEN_HEIGHT - player_height - 10 player_speed = 5 obstacle_width = 30 obstacle_height = 30 obstacle_speed = 5 obstacles = [] score = 0 # Fonts font = pygame.font.SysFont('Arial', 30) # Function to draw the player def draw_player(x, y): pygame.draw.rect(screen, GREEN, (x, y, player_width, player_height)) # Function to draw obstacles def draw_obstacles(obstacles): for obstacle in obstacles: pygame.draw.rect(screen, RED, obstacle) # Function to handle collisions def check_collision(player_rect, obstacles): for obstacle in obstacles: if player_rect.colliderect(obstacle): return True return False # Main game loop def game_loop(): global player_x, score running = True player_rect = pygame.Rect(player_x, player_y, player_width, player_height) while running: screen.fill(WHITE) # Event handling for event in pygame.event.get(): if event.type == pygame.QUIT: running = False # Get the keys pressed keys = pygame.key.get_pressed() # Move the player if keys[pygame.K_LEFT] and player_x > 0: player_x -= player_speed if keys[pygame.K_RIGHT] and player_x SCREEN_HEIGHT: obstacles.remove(obstacle) score += 1 # Check for collisions if check_collision(player_rect, obstacles): running = False # End the game if there is a collision # Draw everything draw_player(player_x, player_y) draw_obstacles(obstacles) # Display the score score_text = font.render(f"Score: {score}", True, BLACK) screen.blit(score_text, (10, 10)) # Update the display pygame.display.update() # Frame rate clock.tick(FPS) # Game Over Screen game_over_text = font.render("Game Over", True, BLACK) screen.blit(game_over_text, (SCREEN_WIDTH // 2 - 100, SCREEN_HEIGHT // 2 - 30)) pygame.display.update() time.sleep(2) # Pause before quitting pygame.quit() # Run the game game_loop()
9 days ago8 proposalsRemoteopportunity
Development of a Software/AI for Automated eBay Listings
We are looking for an experienced developer or team to help us create a software or AI solution that automates the process of creating eBay listings. Key Features of the Software/AI: Automated Data Recognition: The software should be able to generate an eBay listing based on the manufacturer's name, product title, or an uploaded image. eBay Listing Creation: Automatically generate a title suggestion, product description, and key product details (e.g., category, specifications, features). Simple Review Process: Listings should be easy to review in a preview mode before publishing. Add Price & Post: Allow users to add a price to the listing and publish it directly to eBay. Deliverables: A fully functional software or AI tool tailored to our needs. Clear documentation on how to use and maintain the solution. Required Skills: Experience with AI/ML for image recognition and natural language generation. Knowledge of eBay’s API and listing process. Strong development skills in relevant programming languages and frameworks. We are looking forward to collaborating with professionals who can bring this idea to life!
2 days ago27 proposalsRemoteopportunity
Build my app in passion.io
i need somebody to help me to build out an app using passion.io. i have purchased the program but am not very techy so it will take me a fair amount of time to do it alone.
3 days ago21 proposalsRemoteopportunityurgent
CHILDRENS ARABIC LANGUAGE CURRICULAM WRITING
Hi, I have an Arabic Language (Fusha) Qur'anic curriculum for children writing tasks for the right person, I will provide you with a base text of 6 PDF books content each book of near 250 pages each (12 books merged into 6) to work with and I require you to rewrite and amend/reword the content as well as include more Islamic terminologies and exercises and update the pictures to be more relevant to Islam also. You must keep in mind it will be for non-native Arab speakers. Once the writing is complete I will require you to make for me lesson plans for each book (6) according to my teaching specifications. I have provided samples of the base books below. Step 1: Merge 2 books which I will provide in correct places (12 books in total merging into 6 books at the end) Step 2: Rewrite, reword, update images and make the words used more Islamic sticking to Fusha Qur'anic Arabic Step 3: Produce teachers lesson plans for each student book x 6 according to specifications provided. Please provide your quotes and samples. The best price along with fastest turnaround for the complete work will get the job and all future jobs. Best Regards Adam
21 days ago57 proposalsRemoteExpires in 9opportunity
Children's LifeSkills - Instructor Education Program
Project Brief: Recruiting LifeSkillsKids Instructors via Social Media Campaigns Objective: We are looking for a partner to design, implement, and manage an impactful social media campaign to attract new instructors for our LifeSkillsKids program. The campaign's mission is to inspire individuals to sign up as certified instructors, empowering children through life skills education while enabling instructors to achieve flexible, meaningful careers. Target Audience: The campaign will focus on recruiting: - Parents seeking flexible, rewarding work opportunities. - Fitness and dance coaches who want to diversify their offerings. - Entrepreneurs aged 18+ looking to be their own boss while making a tangible difference in children’s lives. Campaign Scope: - Develop and manage campaigns across Facebook, TikTok, and Instagram. - Create engaging content that emphasizes the benefits of becoming a LifeSkillsKids instructor: flexibility, fulfillment, and the chance to work independently. - Optimise reach and engagement using data-driven strategies to target high-potential candidates in key UK cities during the first phase, with plans to expand internationally as the program grows. - Edit provided video and photo content to suit the specifications and best practices of each social media platform. Deliverables: - A rolling monthly campaign plan focused on achieving conversions. - Platform-specific content designed to maximize engagement and reach. - Regular performance tracking and reports with actionable insights for continuous improvement. Key Metrics: - Social media reach and engagement rates (likes, shares, comments, etc.). - Conversion rates of potential instructors visiting the program page: https://lifeskillskids.com/become-an-instructor/ Paid Media Budget and Growth Potential: - Initial budget: £500–£1000 per month for paid social media advertising. - As more instructors sign up and our customer base grows, we plan to increase advertising spend and extend our partnership to scale efforts. Submission Details: We are seeking proposals that outline: - Your strategy for targeting, engaging, and converting potential instructors. - Your approach to campaign management and content creation. - Pricing and performance benchmarks for a rolling monthly partnership. For more details about our program, visit our website: www.lifeskillskids.com Take a look at our existing posts here: Facebook: https://www.facebook.com/LifeSkillsKidsGlobal/ Instagram: https://www.instagram.com/life_skills_kids/ Let’s collaborate to grow a network of passionate instructors and make a meaningful impact on children’s lives!
18 days ago14 proposalsRemoteopportunity
Create crypto currency
I seek an experienced blockchain developer to design and develop a new cryptocurrency. This ambitious project aims to leverage the power of distributed ledger technology by creating a novel digital currency and associated blockchain. The successful applicant will be responsible for generating the technical specifications, designing the coin architecture, and programming the underlying blockchain platform. Specific tasks will include developing the coin algorithms, implementing encryption standards, integrating a mining protocol, designing blockchain consensus mechanisms, and deploying the distributed network. The coin's source code must be fully open source and optimized for scalability, security and decentralization. Documentation for end-users and additional wallet/exchange integration may also be included. A thorough understanding of cryptocurrency fundamentals, decentralized networks, programming languages like Solidity/Rust and consensus protocols is essential. Applicants should have practical experience building blockchain applications from initialization to deployment. Proficiency with tools like Truffle, Ganache and testing frameworks is preferred. The goal is to launch a mainnet within 6 months. Interested developers with a solid portfolio of similar work are encouraged to submit proposals outlining their qualifications and technical approach for this ambitious new digital currency project.
5 days ago20 proposalsRemoteProof Read of eLearning Program in German
I have an eLearning program with videos and exercises that have been translated into German. I need someone to go through the course and just check that the German looks ok. We have an easy comment system where potential errors / issues can be flagged. I believe it will take 1 hour to complete the work. Thank you Nikki
24 days ago28 proposalsRemoteTo write an app to delete myhoroscopepro.com
we have pc's infected with the browser muncher , myhoroscopepro.com, we want a program written that will not only delete it , but also stop it re-installing. please do not reply unless you are certain you can do this work AND you have the means to forward the finished work to us , google will not transmit exe files , how will you get your work to us .no " chats " please, reply with a fixed price and time to complete , the finished work will be offered , marketed , online to others with the same problems.
a day ago5 proposalsRemoteCreate cartoon
Hello I have to sons you getting very popular on social media amounting millions of views and growing flowers on TikTok I'm looking for someone who can help me make a weekly cartoon for the boys where we can used the voice and name the cartoon program like 10 each time
10 days ago17 proposalsRemoteSpokesperson Needed for Financial Platform Video Script
Hi, My name is Melanie, and I’m reaching out on behalf of Blue Lagoon Marketing. We are currently looking for professional spokespersons who can deliver a 250-word script about a financial platform. We need spokespersons fluent in the following languages: - Italian - French - Hindi - German The script is already written, and the delivery should reflect professionalism while maintaining audience engagement. We are offering a budget of $40-$100 for this project depends on the language. If you are interested and meet the criteria, please let us know: 1. Your availability. 2. A sample of your previous work in the specified language. 3. Any questions or specific requirements you might have. Looking forward to collaborating with you. Best regards, Melanie Blue Lagoon Marketing
12 days ago14 proposalsRemoteopportunity
Recommendations on website
Hi all, I am looking to get a website developed. It's very similar to Italki.com. However, I'm unsure on whether the website should be developed in one language or another. This would be a consultancy piece on what the pros and cons of different approaches are.
11 days ago50 proposalsRemoteI would like a 15-30 second “trailer” like video
I seek a skilled videographer to craft a 15-30 second promotional video in the style of a movie trailer. The video will advertise our standardized patient program, which trains actors to portray realistic medical cases for healthcare students. You will have creative license to select stock video and images that capture the drama and importance of our work. The finished product should build intrigue around the experiential learning offered through our program. Some elements that must be in the video will be sent . Your videography portfolio will be reviewed for expertise in documentary, promotional or similar short-form videos. Please submit links to relevant past work along with your bid I look forward to reviewing submissions from candidates who can bring this trailer concept to vivid life within a tight timeframe within 24 hours, including any changes i would need.
9 days ago16 proposalsRemoteArabic >< english
A translation agency requires native or fluent speakers for various language pairs to translate marketing documents effectively. Translations are needed from Arabic to English, English to Spanish, and English to Russian. Documents may include brochures, web content, reports and manuals. The ideal candidates will have 2+ years of commercial translation experience and be able to work accurately across different genres to convey the original meaning and tone. Reference checks and a translation test will be conducted to ensure a high standard of language skills. This is a long term partnership opportunity for qualified linguistic experts.
8 days ago43 proposalsRemoteFull Branding and Identity Bakage
A creative, well talented designer designer has an opportunity to design a logo for a new Brand and initiative that we want to Lunch soon. The designer must have several projects in the same field. The project will include designing of the Logo all logo applications including but not limited to stationary, digital, giveaways, events, signboards and others. By the end of the project, the talent must make a manual for the Identity. Including all application sizes, colors, fonts, the concept of the logo and how to use it the writ way and to and to avoid using it in the wrong way. Deliverables must be in Illustrator program oppen all layers for logos and all logos applications. Manual must be in photoshope program with high resolution and PDF. Finally, the talent must sign an NDA and a contract and use only legally licensed design programs that do not affect by any way our rights and privileges to own and use our identity and all its applications.
19 days ago34 proposalsRemoteHelp solve the problem with the code
A programming issue requires resolution on an otherwise complete application. Specifically, page 3 of a multi-page program is not rendering its expected output or emulation correctly. A skilled coder is needed to analyze the existing codebase for page 3, identify any errors present, and implement fixes to resolve the underlying issues preventing proper display of the targeted functionality. Proficiency with debugging techniques and a strong understanding of the technical aspect of coding, troubleshooting and problem-solving is required. The goal is to have page 3 functioning optimally once more to match the level of success achieved on the prior pages without further complications. Qualified freelancers with relevant experience in correcting code problems are encouraged to review the details and provide proposals.
13 days ago31 proposalsRemoteSpokesperson Needed For Financial Platform Video Script
Description: We are looking for a professional and experienced spokesperson to shoot a video for our financial platform. The script will be provided and will be in multiple languages, including Hindi, Italian, German, French, Spanish and English. The video will feature a professional looking backdrop and the spokesperson will be required to deliver the script in a clear and concise manner. We are open to samples and are looking for someone who can deliver a high-quality video that will help promote our platform.
5 days ago11 proposalsRemoteEnglish to Thai Proofreading for Mobile App
Fixed rates: Proofreading = $13.5 per hour Translating = $15 per hour - Flexible working hours - Announced deadlines - Work remotely - Varied amount of work (few minutes to few hours per week) Requirements - Fluent in English - Fluent in Thai - Knowledge/experience [proofreading for] of mobile apps / UI / language PREFERRED
10 days ago20 proposalsRemoteopportunity
Blackjack playes
to develope a web based game of blackjack, allowing members to login in, create accounts keeping data of any data required, multiple groups to be created and invite others to group, play and track all groups . accounts to be created, program must pass as secure by a gaming certified company to enable a gaming lience to be issued
14 days ago25 proposalsRemoteopportunity
Content Writing for Immigration Website
Hi We are looking to hire someone who can create and write relevant content for our website on a regular basis. We would like to hire someone who understands Immigration and who understands the quality of content. Initially we would need to build 2 micro sites , one for Australia and 1 for Canada and this then needs to be followed up with 1 post or one addition to the site every week. We want to work with someone long term and not just on one off basis . We are not looking just for the cheapest possible quote but we would like value for our money. If you think you can assist us and be part of our team, then please contact us. We would ideally prefer someone in the UK but we are open to work with someone remotely as long as the language skills are excellent !
4 days ago66 proposalsRemotePresenters Needed for 28 Development Channels
Presenters are sought to lead 28 Development Channels focusing on eradicating poverty through education. The Compassionate Capitalism Economic System strives for global economic equality and access to needs. Presenters will engage African university students to increase understanding of basic human necessities. Key responsibilities include facilitating engaging programs within an assigned development area, driving participation, and representing the initiative's mission of justice, empathy and community. Compensation includes an annual salary of $100,000 upon admitting a full constituency, along with bonuses, commissions, benefits and travel opportunities. No experience is required as comprehensive training is provided. Passion for social change combined with strong presentation skills are desired.
2 days ago11 proposalsRemote