Skip to content
Sign UpLog In
Profile icon

Hamza Rashid

Hacker
@misterh01
I write code.
LinkedIn
GitHub
Website
Repls
Community
misterh01
misterh01
shared a Post
4 years ago
Jumper
Jumper This is a wall jumper. You jump around to try to collect all three stars to level up. Controls Left Mouse click to jump Guide Collect all thr
Jumper
HTML, CSS, JS
hyperupcall
hyperupcall
Sweet game!4 years ago
jarules214
jarules214
I did enjoy myself while playing it, but it's a bit clunky. The controls feel unresponsive at times, and the hit-boxes are a bit off.4 years ago
katyadee
katyadee
I had trouble on level one... LOL halp4 years ago
misterh01
misterh01
shared a Post
4 years ago
Hey guys i made a very simple web image editor using camanjs. It allowed you to upload picture, apply bunch of filters and effects and download image.
image editor
HTML, CSS, JS
Lillianz
Lillianz
When loading the image, won't it lose its quality? I apologize for such a ridiculous question, but I just decided to take up photography. I want all my work to look quality. I want to take photos like on https://sgxp.com/. I really like to photograph cities or some multi-story buildings. But despite my desire, I don't know how to take pictures correctly. I can't find the angle that makes the photo look really cool. So, I decided to take this issue seriously and study all the materials.2 years ago
misterh01
misterh01
shared a Post
4 years ago
Introduction In today's lesson, we will learn how to build basic Rest Api in Python and Flask. We will specifically focus on two different way of cr
AaronMarcus
AaronMarcus
This is a great help, Thanks!9 months ago
QuantumCodes
QuantumCodes
@badvillain01 hi, i made a flask based api with another person. It has loadtimes of 2 secs when 1 person calls and 6 secs when 2 people. Converting to flask_ restful will help?2 years ago
misterh01
misterh01
shared a Post
4 years ago
What is UptimeRobot? Uptime Robot is all about helping you to keep your websites up. It monitors your websites every 5 minutes and alerts you if your
toxicnoodle123
toxicnoodle123
RangeError: Failed to construct 'Response': The status provided (0) is outside the range [200, 599]. That is the message i get pls help10 months ago
madisplaysvr
madisplaysvr
i have an error and i've followed every step Opera Snapshot2022-04-23122556_mr-moustache.madisplaysvr.repl.co , i put in the link and it looks very similar to the one that you told us should look like, well the error i have is error 404 and someone said that it couldn't find the repl, i searched the link myself and yes, an error. what should i do now?11 months ago
johnmiller77
johnmiller77
With the Free Plan, you can monitor up to 50 URLs, check for the content of a website (using the keyword monitor), ping your server or monitor your ports in 5-minute intervals. You can create a status page to showcase your uptime. SMS or Call alerts can be bought anytime.Minecraft Apk11 months ago
misterh01
misterh01
shared a Post
4 years ago
A bot full with excited and fun commands. upvote if you..
The Villainer Bot
Python
misterh01
misterh01
shared a Post
4 years ago
Fun Bot have around 50 commands. Mostly fun and web stuff. you can make meme. Or search content from imgur and giphy official website. Main Categorie
fun zone bot 2
Python
misterh01
misterh01
shared a Post
4 years ago
Mini tutorial on how to web scrape using python
Web Scraper
Python
YaroCelis
YaroCelis
Enter a word: farinata Traceback (most recent call last): File "main.py", line 13, in mean = soup.find("span",attrs={"class":"dtText"}).text AttributeError: 'NoneType' object has no attribute 'text' 2 years ago
adewalesamuel
adewalesamuel
To execute the program again after it's finished : #Function to execute the code again def define(): word = input("Enter a word: ")#take use input and store r = requests.get("https://www.merriam-webster.com/dictionary/{}".format(word)) #Line 4: you ente any website you want to scrape. So up there i have Merriam-Webster site and ".format(word)" is basically telling programm to search the link and at the add word variable. #{} mean that where we are going to paste our word variable sou4 years ago