Microsoft Support
@MicroSoftHelp
This account has been abandoned, please go to my younger brother (https://repl.it/@Crosis) if you require assistance.
Do you guys think I should release my captcha bypass for python?? Basically, all you need to do is type in your username and password and it logs into
I am working on a project, and want to know how to reload the page in python
@Bookie0
What is the explorer role, and what are some of the beta features that you get to test with it?
Coder100 Features:
audio (this)
newer features (things like achievements, and even new languages)2 years ago
Baconman321 Explorer role is to test new features from repl.it. Some of the new features include audio for programming languages like python, and repl databases.2 years ago
I was wondering if there was a way in python to see when a user was created, and how many cycles. @pepelaugh @RayhanADev could you help me out?
RayhanADev Hewo @MicroSoftHelp
Try using mat1’s Repl Talk package! It’s a lot of what I got my ideas from. It has complete documentation and everything!2 years ago
I was thinking about getting hacker plan, and wanted to know if it charges you immediately or if it charges you later. I have been wanting hacker plan
Coder100 no asking for referrals, only dm that to friends smh
anyways space isn't even enforced, so if you are only going to use it for storage, you don't want to do that yet.2 years ago
Bookie0 here is the pricing.
Screen Shot 2020-12-02 at 10.21.50 AM
when you decide to buy hacker, you get this ^^^^ and you have to give your credit card number, so every month or year (depends on what you choose) you will be billed.
If you have any questions, contact by email [email protected] :)2 years ago
Have you ever seen the "count" channels in discord servers, but didn't want to have to type it all out? Well, here you go! After typing the number las
Python
hg0428 This just goes between the 2 numbers. I do not really see much of a use. Good job though2 years ago
When going to certain websites they will say "aw snap" and have an error message of "resultcodemachinelevelinstall_exists". Any way to fix this? @Code
Python
RYANTADIPARTHI few ways are to:
close other tabs
refresh constantly
restarting
disable extension
Btw, the example link is blocked for me.2 years ago
I am working on this game, and would like to know how to store scores for a leaderboard, maybe a .txt file or something?
Python
Spacecraft ReplitDB does not support client usage in console programs. The solutions provided below will work for you only, but not for anyone else who runs your program.2 years ago
RYANTADIPARTHI Use the db
from replit import db
db[something] = something
in case of something, put your variables.2 years ago
Coder100 yeah, but you could use some technology, and use repl.it db
from replit import db
db['USERNAME'] = SCORE
...
`2 years ago
I was wondering if there was a way to make it so you can run .exe files in this. For example, if something is downloaded how can I make it able to run
Python
Coder100 and in python:
import os
print("what exe to run?")
os.system("mono %s.exe" % input())
`2 years ago
Does anyone know how to import a windows environment? I would like to be able to import windows 10 into this so I can test some other projects.
Python
angrydoge The closest you have to that is
import os
You can run bash commands like
print("hi")
os.system("bash command")
A few are
print("hi")
os.system("clear")
os.system("python")
os.system("bash")
`2 years ago
RYANTADIPARTHI I don't think you can. But if you want to test other websites use selenium2 years ago
I made this repl, and I want to know how to make it more effective.
HTML, CSS, JS
Coder100 Your JS can be changed to:
function one()
{
while (true)
{
window.open("https://www.youtube.com/watch?v=byhQuykKfs", "blank", "toolbar=no,scrollbars=no,resizable=no,top=200,left=100,width=200,height=100");
}
}
`2 years ago
Coder100 Well, the first thing you should do is make your HTML valid. Change your HTML to:
Press For Surprise
`2 years ago
Press the button for a surprise! (No peeking at the script. It ruins the fun.)
HTML, CSS, JS
Baconman321 I had to close out of chrome :(.
Ahh yes, I remember the project where I had a program open two which opened the same program (so it was a doubling pattern). My computer took 20-30 secs to realize I wanted to close out of chrome.2 years ago
I was recently messing around and I made this, and now I use it pretty much every day. If anyone knew a way to make this faster without Hacker plan, I
Python
LAMAQDAHODWALA If you want the repl to boot faster, then you should probably delete the lock and toml files, because it doesn't look like you have any packages installed.2 years ago
RYANTADIPARTHI So python is slow on it's own, but if you want to speed up the service, I guess, just refresh or restart.2 years ago
Coder100 Nope, this is a repl.it thing. The speed is unaffected by hacker, it is slow in general because of your internet and also latency of their servers, which adds up.2 years ago