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()
6 days ago8 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
17 days ago57 proposalsRemoteExpires in 12opportunity
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!
14 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.
a day ago18 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
20 days ago27 proposalsRemoteNeed someone to write a program for a Claw machine
I hope this would be a simple program for a Claw/Crane Game. The owner has a new game and the old board needs to be reprogramed
a month ago9 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
6 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
8 days ago13 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.
8 days ago52 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.
5 days ago15 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.
4 days ago34 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.
15 days ago35 proposalsRemoteAffiliate marketing
We are looking for a skilled developer to create an affiliate partnership focused solely on eBay for Charity listings. This project involves integrating with eBay's API to manage and optimize charity listings effectively. The ideal candidate will design a system to track and promote these listings, ensuring scalability and security. Key responsibilities include API integration, developing affiliate management tools, and creating a user-friendly interface for our team. Applicants should have proven experience with API integration, particularly with e-commerce platforms like eBay, and a solid understanding of affiliate marketing, especially within charitable contexts. Knowledge in programming languages such as JavaScript, Python, or PHP is essential. Please contact if your know about ebay affiliate partner program set up
a month ago20 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.
9 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.
16 hours ago9 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
6 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
11 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 !
10 hours ago35 proposalsRemoteopportunity
Looking for a Webmaster to Build a Corporate WordPress Website
I am seeking a skilled professional to create a WordPress website with the following features: Requirements: Structure and Design: The website has a clean, linear structure with user-friendly navigation. The webmaster handles modern, eye-catching graphics and animations. Content: I will provide page content and the company logo. Graphics and additional design elements will be the webmaster's responsibility. Languages: Main language: English. Second language: Italian. The site should auto-detect the user’s location to display Italian for visitors from Italy and English for others. Technical Needs: Responsive design for all devices. Basic SEO optimization. Scalable for future updates.
15 days ago62 proposalsRemoteTranslators DE - FR - IT - ES - PT needed
Hi there, I need translators who can help us with a big project translating a variety of documents and assets on cloud, IoT, Security etc) into following languages: German, French, Italian, Spanish, Portuguese within a week. Current projects that need to be translated: Project 1 - total word count 12,048 words - translation needed in PT and ES Project 2 - total word count 11,256 words - translation needed in PT Project 3 - total word count 3,736 words - translation needed in DE - IT - FR- ES - PT Project 4 - total word count 19,863 words - translation needed in DE - IT - FR - ES - PT Project 5 - total word count 793 words - translation needed in FR - IT Project 6 - (youtube links & website) total word count : 1,685 - translation needed in DE - IT - FR - ES - PT I understand that this is a huge task for one person, and therefore will consider a couple of translators for each language, depending on time and quote submitted. Documents to translate: Whitepapers, ebooks, email templates, landing pages, social media posts. It would be helpful if you can work with PDF files as these are the only files available to me at this point. Please let me know what language you can help us with, what capacity you have and your quote. Thank you Ludmilla
a day ago51 proposalsRemote