TheDevBest
@TheDevBest
What are the most and most popular database that are easy to use and well
RYANTADIPARTHI Opinion
i think the best db is Oracle it is really powerful, and compiles everything well. i think most people share my opinion.2 years ago
robowolf Well in repl I suggest using the replit database. Just click the cylinder icon in a supported language and it will explain how to use it.2 years ago
Can We make a cloud Storage with repl.it so we could like use it private and etc
RYANTADIPARTHI i don't think cloud storage is possible in repl.it. It doesn't hold cloud storage.2 years ago
Can you recommend me some website other stuff where i can learn to code like js and python
RYANTADIPARTHI Here are some python tutorials:
https://www.w3schools.com/python/
https://www.learnpython.org/
js tutorials:
https://www.w3schools.com/js/DEFAULT.asp
https://javascript.info/2 years ago
me new to python me still learn it is running in the local host i need help making it on repl.it url in python help me if you can
Coder100 assuming it is a flask app, change your code to:
app.run(host = '0.0.0.0', port = 8080)
`2 years ago
RayhanADev Heylo @TheDevBest
Would you mind showing the Repl so that we can see what you mean? it would be awfully helpful!2 years ago
every time I click to run it says IDE error try reloading again. But only this repl does not work, my other ones work fine but after a day it keeps do
Coder100 try:
hard-refreshing
restarting your wifi
restarting your computer
use a diff browser
reporting to bugs
screaming at your computer2 years ago
Like no one can see my account that will be great if you know how to
Wumi4 Repl.it doesn't have that feature because in most cases, it doesn't necessary at all. Maybe the only way is delete your account, that's the easiest way there's no way for you to private your account.2 years ago
Because me coding the bot for so long and some one just come and take the codes but we don’t know those plz help me make it private it just like so ha
PratikGohil if you are a student and have a student email_id provided by college/school, you can apply for the GitHub developer pack which will give you free hacker plan for 1year.1 year ago
ironblockhd Someone made a tutorial post a while ago, on how to do it for free, ill let you know when i find it again2 years ago
RYANTADIPARTHI You can get the hacker plan. Then you will get free or public repls. Try that.2 years ago
Plz answer this like is there a limit of project I can make is there some limit
littlepenguin There is no limit to how many projects you can have but there is a limited amount of storage for your free account.2 years ago
Is there any limits for repl.it like can i make unlimited repos
RYANTADIPARTHI Yes, for people without the hacker plan, you only have 500mb. So there is a limit on how many. But i don't think it's run out that soon.2 years ago
Why can't i connect to mysql with php in php web server
Baconman321 Are you talking about the mysql server in repl? If not, you have to make sure your database is set up to handle remote connections. That is, connections from different domains/computers.2 years ago
I use Js so when i try to save a files with the html css and js the files are only getting deleted any one know how to fix this problem
Coder100 is this an html/css/js repl?
Try renaming the file to something else and renaming it back.2 years ago