Skip to content
Sign UpLog In
Profile icon

Jason Wu

@MasterwuYT
I am a small content creator on youtube called Masterwu. I do lots of mobile gaming. I hope I can make a change in the future. so please sub
YouTube
Website
  • youtube channel page

    Cover page
    Made with HTML, CSS, JS

    my youtube page i created!!!Lets get to 500 subscribers

    Recent comments (0)
Repls
Community
MasterwuYT
MasterwuYT
shared a Post
2 years ago
Need help making serch engine for serch bar that is able to be responsive.
I am making a webpage for one of my school webpages and I need help with making a search engine and a responsive search bar with autocomplete someone
webpage for school club
HTML, CSS, JS
ruiwenge2
ruiwenge2
well, you can make a list of books like this: var books = ["Harry Potter", "Percy Jackson"]; next you need to see if the search value is included in the books: var value = document.querySelector("input").value; for(let i of books){ if(i.toLowerCase().includes(value.toLowerCase()){ alert("there is a book called " + i); } } `2 years ago
MasterwuYT
MasterwuYT
published a Repl
2 years ago
0
digital book template
digital book template it is a digital book template that can be used very easily!
MasterwuYT
MasterwuYT
published a Repl
2 years ago
0
youtube channel page
youtube channel pagemy youtube page i created!!!Lets get to 500 subscribers
MasterwuYT
MasterwuYT
shared a Post
2 years ago
I want to try to build an A.I. in python but I need help.
AI test
Python
robowolf
robowolf
Ok. It seems that you would like a machine learning model. The first thing is to identify what the goal of this AI is. There are many algorithms to choose from. For example, for time series prediction, you might want to use a Long Short Term Memory model. For classification try a KNN model.2 years ago
Michael8910
Michael8910
I can help you build an AI what do you want2 years ago
MasterwuYT
MasterwuYT
shared a Post
2 years ago
I am trying to recreate among us on python only with text but I need pros to help me so, everyone who sees this plz consider helping. those who do, pl
among us on python(text)
Python
FloCal35
FloCal35
I can help, I've also made an Among us game2 years ago
MasterwuYT
MasterwuYT
shared a Post
2 years ago
so,I made a exlist with 9 crewmates and 1 imposter,It randomly chooses a roller for you,Then I need to call it again later in the code,How do I do tha
among us on python(text)
Python
MasterwuYT
MasterwuYT
got it so if anyone wants some,help me2 years ago
MasterwuYT
MasterwuYT
anyone need free cycles plz comment below :)2 years ago
MasterwuYT
MasterwuYT
by making the random choice into a variable then I can call it anytime I need it!2 years ago