Agastya Sandhuja
@AgastyaSandhuja
TBH I was stumped when I first got the post, but then I started doing some math homework for my afterschool/afterhome and it had something to do with
Python
Before I start, I would like to say that I take 0% credit for the making of this. All of this was made by @Warhawk947 and I'm just showing this (with
Python
theangryepicbanana @AgastyaSandhuja Please refrain from using alternate accounts to upvote your posts. Please delete your alternate account or we will do it for you.
image3 years ago
Navinor Just in case any of you guys want the original post, its here: https://repl.it/talk/share/URAPY-Uptime-Robot-API-Rewrite/339103 years ago
ok just saying, the attached repl is just empty
We're all stuck at home because of the Coronavirus. We all are relying on screens, Netflix, and Disney
Python
DarryRain Wow, this is so unusual and sounds quite interesting. However, I have a few questions, could you explain in more detail what it is? Is it a platform? How do I join it? Why don't I have to pay? Is it legal? These are my biggest concerns. I would like to watch movies online for free. I wouldn't say I liked the idea of unplugging, I didn't know what to do at home alone. So I just watched whatever I could, and now I got into the habit of watching something all my free time. Do you guys have the same7 months ago
Is it possible to make a page on the website that doesn't end in .html or .php, or is that feature not supported by repl.it?
smuppana060 This is already a bit old but I thought I'd give an answer. Create a folder with the name you want and inside it, put an index.someFileExtension in it.3 years ago
I know that these questions have probably been answered, but is there a way to make a custom 404 page?
TheRealSnowSJ hey there,
Heres how i did it.
Things to know before u do this
It wouldn't be an HTML repl, rather a node.js repl
you need to use something to keep your node.js server running, I used Cron Jobs
1) Download your HTML repl as a zip and unzip it.
2) Make a new Node.js repl and upload the unzipped folder.
3) Rename that uploaded folder to public
4) At this point, make sure index.js , 404.html and README.md (if u have one) are in root. All other files should be in /public, including 404.js, 404.css2 years ago
Zavexeon Like @Vandesm14 said, it's possible with Express/Node. Really any sort of server (Django, Rails, Sinatra) would have this capability.
Are you familiar with any server side programming? If so, what language? I could give an example.3 years ago
When I entered my CNAME in for my domains DNS, it worked, but when I went to the website, it just shows:
Screen Shot 2020-01-02 at 8.19.37 PM
How can
This is a pretty simple qr code generator using modules. It gets saved as a png,
Python